aws-sdk-drs 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-drs/client.rb +2061 -0
- data/lib/aws-sdk-drs/client_api.rb +1207 -0
- data/lib/aws-sdk-drs/customizations.rb +0 -0
- data/lib/aws-sdk-drs/errors.rb +266 -0
- data/lib/aws-sdk-drs/resource.rb +26 -0
- data/lib/aws-sdk-drs/types.rb +2910 -0
- data/lib/aws-sdk-drs.rb +53 -0
- metadata +90 -0
@@ -0,0 +1,1207 @@
|
|
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::Drs
|
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
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
22
|
+
Cpus = Shapes::ListShape.new(name: 'Cpus')
|
23
|
+
CreateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'CreateReplicationConfigurationTemplateRequest')
|
24
|
+
DataReplicationError = Shapes::StructureShape.new(name: 'DataReplicationError')
|
25
|
+
DataReplicationErrorString = Shapes::StringShape.new(name: 'DataReplicationErrorString')
|
26
|
+
DataReplicationInfo = Shapes::StructureShape.new(name: 'DataReplicationInfo')
|
27
|
+
DataReplicationInfoReplicatedDisk = Shapes::StructureShape.new(name: 'DataReplicationInfoReplicatedDisk')
|
28
|
+
DataReplicationInfoReplicatedDisks = Shapes::ListShape.new(name: 'DataReplicationInfoReplicatedDisks')
|
29
|
+
DataReplicationInitiation = Shapes::StructureShape.new(name: 'DataReplicationInitiation')
|
30
|
+
DataReplicationInitiationStep = Shapes::StructureShape.new(name: 'DataReplicationInitiationStep')
|
31
|
+
DataReplicationInitiationStepName = Shapes::StringShape.new(name: 'DataReplicationInitiationStepName')
|
32
|
+
DataReplicationInitiationStepStatus = Shapes::StringShape.new(name: 'DataReplicationInitiationStepStatus')
|
33
|
+
DataReplicationInitiationSteps = Shapes::ListShape.new(name: 'DataReplicationInitiationSteps')
|
34
|
+
DataReplicationState = Shapes::StringShape.new(name: 'DataReplicationState')
|
35
|
+
DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
|
36
|
+
DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
|
37
|
+
DeleteRecoveryInstanceRequest = Shapes::StructureShape.new(name: 'DeleteRecoveryInstanceRequest')
|
38
|
+
DeleteReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'DeleteReplicationConfigurationTemplateRequest')
|
39
|
+
DeleteReplicationConfigurationTemplateResponse = Shapes::StructureShape.new(name: 'DeleteReplicationConfigurationTemplateResponse')
|
40
|
+
DeleteSourceServerRequest = Shapes::StructureShape.new(name: 'DeleteSourceServerRequest')
|
41
|
+
DeleteSourceServerResponse = Shapes::StructureShape.new(name: 'DeleteSourceServerResponse')
|
42
|
+
DescribeJobLogItemsRequest = Shapes::StructureShape.new(name: 'DescribeJobLogItemsRequest')
|
43
|
+
DescribeJobLogItemsResponse = Shapes::StructureShape.new(name: 'DescribeJobLogItemsResponse')
|
44
|
+
DescribeJobsRequest = Shapes::StructureShape.new(name: 'DescribeJobsRequest')
|
45
|
+
DescribeJobsRequestFilters = Shapes::StructureShape.new(name: 'DescribeJobsRequestFilters')
|
46
|
+
DescribeJobsRequestFiltersJobIDs = Shapes::ListShape.new(name: 'DescribeJobsRequestFiltersJobIDs')
|
47
|
+
DescribeJobsResponse = Shapes::StructureShape.new(name: 'DescribeJobsResponse')
|
48
|
+
DescribeRecoveryInstancesItems = Shapes::ListShape.new(name: 'DescribeRecoveryInstancesItems')
|
49
|
+
DescribeRecoveryInstancesRequest = Shapes::StructureShape.new(name: 'DescribeRecoveryInstancesRequest')
|
50
|
+
DescribeRecoveryInstancesRequestFilters = Shapes::StructureShape.new(name: 'DescribeRecoveryInstancesRequestFilters')
|
51
|
+
DescribeRecoveryInstancesResponse = Shapes::StructureShape.new(name: 'DescribeRecoveryInstancesResponse')
|
52
|
+
DescribeRecoverySnapshotsRequest = Shapes::StructureShape.new(name: 'DescribeRecoverySnapshotsRequest')
|
53
|
+
DescribeRecoverySnapshotsRequestFilters = Shapes::StructureShape.new(name: 'DescribeRecoverySnapshotsRequestFilters')
|
54
|
+
DescribeRecoverySnapshotsResponse = Shapes::StructureShape.new(name: 'DescribeRecoverySnapshotsResponse')
|
55
|
+
DescribeReplicationConfigurationTemplatesRequest = Shapes::StructureShape.new(name: 'DescribeReplicationConfigurationTemplatesRequest')
|
56
|
+
DescribeReplicationConfigurationTemplatesResponse = Shapes::StructureShape.new(name: 'DescribeReplicationConfigurationTemplatesResponse')
|
57
|
+
DescribeSourceServersRequest = Shapes::StructureShape.new(name: 'DescribeSourceServersRequest')
|
58
|
+
DescribeSourceServersRequestFilters = Shapes::StructureShape.new(name: 'DescribeSourceServersRequestFilters')
|
59
|
+
DescribeSourceServersRequestFiltersIDs = Shapes::ListShape.new(name: 'DescribeSourceServersRequestFiltersIDs')
|
60
|
+
DescribeSourceServersResponse = Shapes::StructureShape.new(name: 'DescribeSourceServersResponse')
|
61
|
+
DisconnectRecoveryInstanceRequest = Shapes::StructureShape.new(name: 'DisconnectRecoveryInstanceRequest')
|
62
|
+
DisconnectSourceServerRequest = Shapes::StructureShape.new(name: 'DisconnectSourceServerRequest')
|
63
|
+
Disk = Shapes::StructureShape.new(name: 'Disk')
|
64
|
+
Disks = Shapes::ListShape.new(name: 'Disks')
|
65
|
+
EC2InstanceID = Shapes::StringShape.new(name: 'EC2InstanceID')
|
66
|
+
EC2InstanceState = Shapes::StringShape.new(name: 'EC2InstanceState')
|
67
|
+
EC2InstanceType = Shapes::StringShape.new(name: 'EC2InstanceType')
|
68
|
+
EbsSnapshotsList = Shapes::ListShape.new(name: 'EbsSnapshotsList')
|
69
|
+
EbsVolumeID = Shapes::StringShape.new(name: 'EbsVolumeID')
|
70
|
+
FailbackReplicationError = Shapes::StringShape.new(name: 'FailbackReplicationError')
|
71
|
+
FailbackState = Shapes::StringShape.new(name: 'FailbackState')
|
72
|
+
GetFailbackReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'GetFailbackReplicationConfigurationRequest')
|
73
|
+
GetFailbackReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'GetFailbackReplicationConfigurationResponse')
|
74
|
+
GetLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'GetLaunchConfigurationRequest')
|
75
|
+
GetReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'GetReplicationConfigurationRequest')
|
76
|
+
IPsList = Shapes::ListShape.new(name: 'IPsList')
|
77
|
+
ISO8601DatetimeString = Shapes::StringShape.new(name: 'ISO8601DatetimeString')
|
78
|
+
IdentificationHints = Shapes::StructureShape.new(name: 'IdentificationHints')
|
79
|
+
InitializeServiceRequest = Shapes::StructureShape.new(name: 'InitializeServiceRequest')
|
80
|
+
InitializeServiceResponse = Shapes::StructureShape.new(name: 'InitializeServiceResponse')
|
81
|
+
InitiatedBy = Shapes::StringShape.new(name: 'InitiatedBy')
|
82
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
83
|
+
Job = Shapes::StructureShape.new(name: 'Job')
|
84
|
+
JobID = Shapes::StringShape.new(name: 'JobID')
|
85
|
+
JobLog = Shapes::StructureShape.new(name: 'JobLog')
|
86
|
+
JobLogEvent = Shapes::StringShape.new(name: 'JobLogEvent')
|
87
|
+
JobLogEventData = Shapes::StructureShape.new(name: 'JobLogEventData')
|
88
|
+
JobLogs = Shapes::ListShape.new(name: 'JobLogs')
|
89
|
+
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
90
|
+
JobType = Shapes::StringShape.new(name: 'JobType')
|
91
|
+
JobsList = Shapes::ListShape.new(name: 'JobsList')
|
92
|
+
LargeBoundedString = Shapes::StringShape.new(name: 'LargeBoundedString')
|
93
|
+
LastLaunchResult = Shapes::StringShape.new(name: 'LastLaunchResult')
|
94
|
+
LastLaunchType = Shapes::StringShape.new(name: 'LastLaunchType')
|
95
|
+
LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
|
96
|
+
LaunchDisposition = Shapes::StringShape.new(name: 'LaunchDisposition')
|
97
|
+
LaunchStatus = Shapes::StringShape.new(name: 'LaunchStatus')
|
98
|
+
Licensing = Shapes::StructureShape.new(name: 'Licensing')
|
99
|
+
LifeCycle = Shapes::StructureShape.new(name: 'LifeCycle')
|
100
|
+
LifeCycleLastLaunch = Shapes::StructureShape.new(name: 'LifeCycleLastLaunch')
|
101
|
+
LifeCycleLastLaunchInitiated = Shapes::StructureShape.new(name: 'LifeCycleLastLaunchInitiated')
|
102
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
103
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
104
|
+
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
105
|
+
NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
|
106
|
+
OS = Shapes::StructureShape.new(name: 'OS')
|
107
|
+
PITPolicy = Shapes::ListShape.new(name: 'PITPolicy')
|
108
|
+
PITPolicyRule = Shapes::StructureShape.new(name: 'PITPolicyRule')
|
109
|
+
PITPolicyRuleUnits = Shapes::StringShape.new(name: 'PITPolicyRuleUnits')
|
110
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
111
|
+
ParticipatingServer = Shapes::StructureShape.new(name: 'ParticipatingServer')
|
112
|
+
ParticipatingServers = Shapes::ListShape.new(name: 'ParticipatingServers')
|
113
|
+
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
114
|
+
RecoveryInstance = Shapes::StructureShape.new(name: 'RecoveryInstance')
|
115
|
+
RecoveryInstanceDataReplicationError = Shapes::StructureShape.new(name: 'RecoveryInstanceDataReplicationError')
|
116
|
+
RecoveryInstanceDataReplicationInfo = Shapes::StructureShape.new(name: 'RecoveryInstanceDataReplicationInfo')
|
117
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk = Shapes::StructureShape.new(name: 'RecoveryInstanceDataReplicationInfoReplicatedDisk')
|
118
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisks = Shapes::ListShape.new(name: 'RecoveryInstanceDataReplicationInfoReplicatedDisks')
|
119
|
+
RecoveryInstanceDataReplicationInitiation = Shapes::StructureShape.new(name: 'RecoveryInstanceDataReplicationInitiation')
|
120
|
+
RecoveryInstanceDataReplicationInitiationStep = Shapes::StructureShape.new(name: 'RecoveryInstanceDataReplicationInitiationStep')
|
121
|
+
RecoveryInstanceDataReplicationInitiationStepName = Shapes::StringShape.new(name: 'RecoveryInstanceDataReplicationInitiationStepName')
|
122
|
+
RecoveryInstanceDataReplicationInitiationStepStatus = Shapes::StringShape.new(name: 'RecoveryInstanceDataReplicationInitiationStepStatus')
|
123
|
+
RecoveryInstanceDataReplicationInitiationSteps = Shapes::ListShape.new(name: 'RecoveryInstanceDataReplicationInitiationSteps')
|
124
|
+
RecoveryInstanceDataReplicationState = Shapes::StringShape.new(name: 'RecoveryInstanceDataReplicationState')
|
125
|
+
RecoveryInstanceDisk = Shapes::StructureShape.new(name: 'RecoveryInstanceDisk')
|
126
|
+
RecoveryInstanceDisks = Shapes::ListShape.new(name: 'RecoveryInstanceDisks')
|
127
|
+
RecoveryInstanceFailback = Shapes::StructureShape.new(name: 'RecoveryInstanceFailback')
|
128
|
+
RecoveryInstanceID = Shapes::StringShape.new(name: 'RecoveryInstanceID')
|
129
|
+
RecoveryInstanceIDs = Shapes::ListShape.new(name: 'RecoveryInstanceIDs')
|
130
|
+
RecoveryInstanceProperties = Shapes::StructureShape.new(name: 'RecoveryInstanceProperties')
|
131
|
+
RecoveryInstancesForTerminationRequest = Shapes::ListShape.new(name: 'RecoveryInstancesForTerminationRequest')
|
132
|
+
RecoverySnapshot = Shapes::StructureShape.new(name: 'RecoverySnapshot')
|
133
|
+
RecoverySnapshotID = Shapes::StringShape.new(name: 'RecoverySnapshotID')
|
134
|
+
RecoverySnapshotsList = Shapes::ListShape.new(name: 'RecoverySnapshotsList')
|
135
|
+
RecoverySnapshotsOrder = Shapes::StringShape.new(name: 'RecoverySnapshotsOrder')
|
136
|
+
ReplicationConfiguration = Shapes::StructureShape.new(name: 'ReplicationConfiguration')
|
137
|
+
ReplicationConfigurationDataPlaneRouting = Shapes::StringShape.new(name: 'ReplicationConfigurationDataPlaneRouting')
|
138
|
+
ReplicationConfigurationDefaultLargeStagingDiskType = Shapes::StringShape.new(name: 'ReplicationConfigurationDefaultLargeStagingDiskType')
|
139
|
+
ReplicationConfigurationEbsEncryption = Shapes::StringShape.new(name: 'ReplicationConfigurationEbsEncryption')
|
140
|
+
ReplicationConfigurationReplicatedDisk = Shapes::StructureShape.new(name: 'ReplicationConfigurationReplicatedDisk')
|
141
|
+
ReplicationConfigurationReplicatedDiskStagingDiskType = Shapes::StringShape.new(name: 'ReplicationConfigurationReplicatedDiskStagingDiskType')
|
142
|
+
ReplicationConfigurationReplicatedDisks = Shapes::ListShape.new(name: 'ReplicationConfigurationReplicatedDisks')
|
143
|
+
ReplicationConfigurationTemplate = Shapes::StructureShape.new(name: 'ReplicationConfigurationTemplate')
|
144
|
+
ReplicationConfigurationTemplateID = Shapes::StringShape.new(name: 'ReplicationConfigurationTemplateID')
|
145
|
+
ReplicationConfigurationTemplateIDs = Shapes::ListShape.new(name: 'ReplicationConfigurationTemplateIDs')
|
146
|
+
ReplicationConfigurationTemplates = Shapes::ListShape.new(name: 'ReplicationConfigurationTemplates')
|
147
|
+
ReplicationServersSecurityGroupsIDs = Shapes::ListShape.new(name: 'ReplicationServersSecurityGroupsIDs')
|
148
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
149
|
+
RetryDataReplicationRequest = Shapes::StructureShape.new(name: 'RetryDataReplicationRequest')
|
150
|
+
SecurityGroupID = Shapes::StringShape.new(name: 'SecurityGroupID')
|
151
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
152
|
+
SmallBoundedString = Shapes::StringShape.new(name: 'SmallBoundedString')
|
153
|
+
SourceProperties = Shapes::StructureShape.new(name: 'SourceProperties')
|
154
|
+
SourceServer = Shapes::StructureShape.new(name: 'SourceServer')
|
155
|
+
SourceServerID = Shapes::StringShape.new(name: 'SourceServerID')
|
156
|
+
SourceServerIDs = Shapes::ListShape.new(name: 'SourceServerIDs')
|
157
|
+
SourceServersList = Shapes::ListShape.new(name: 'SourceServersList')
|
158
|
+
StartFailbackLaunchRequest = Shapes::StructureShape.new(name: 'StartFailbackLaunchRequest')
|
159
|
+
StartFailbackLaunchResponse = Shapes::StructureShape.new(name: 'StartFailbackLaunchResponse')
|
160
|
+
StartFailbackRequestRecoveryInstanceIDs = Shapes::ListShape.new(name: 'StartFailbackRequestRecoveryInstanceIDs')
|
161
|
+
StartRecoveryRequest = Shapes::StructureShape.new(name: 'StartRecoveryRequest')
|
162
|
+
StartRecoveryRequestSourceServer = Shapes::StructureShape.new(name: 'StartRecoveryRequestSourceServer')
|
163
|
+
StartRecoveryRequestSourceServers = Shapes::ListShape.new(name: 'StartRecoveryRequestSourceServers')
|
164
|
+
StartRecoveryResponse = Shapes::StructureShape.new(name: 'StartRecoveryResponse')
|
165
|
+
StopFailbackRequest = Shapes::StructureShape.new(name: 'StopFailbackRequest')
|
166
|
+
StrictlyPositiveInteger = Shapes::IntegerShape.new(name: 'StrictlyPositiveInteger')
|
167
|
+
SubnetID = Shapes::StringShape.new(name: 'SubnetID')
|
168
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
169
|
+
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
170
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
171
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
172
|
+
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
173
|
+
TargetInstanceTypeRightSizingMethod = Shapes::StringShape.new(name: 'TargetInstanceTypeRightSizingMethod')
|
174
|
+
TerminateRecoveryInstancesRequest = Shapes::StructureShape.new(name: 'TerminateRecoveryInstancesRequest')
|
175
|
+
TerminateRecoveryInstancesResponse = Shapes::StructureShape.new(name: 'TerminateRecoveryInstancesResponse')
|
176
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
177
|
+
UninitializedAccountException = Shapes::StructureShape.new(name: 'UninitializedAccountException')
|
178
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
179
|
+
UpdateFailbackReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateFailbackReplicationConfigurationRequest')
|
180
|
+
UpdateLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLaunchConfigurationRequest')
|
181
|
+
UpdateReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateReplicationConfigurationRequest')
|
182
|
+
UpdateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'UpdateReplicationConfigurationTemplateRequest')
|
183
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
184
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
185
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
186
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
187
|
+
ebsSnapshot = Shapes::StringShape.new(name: 'ebsSnapshot')
|
188
|
+
|
189
|
+
AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
190
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
191
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
192
|
+
|
193
|
+
CPU.add_member(:cores, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "cores"))
|
194
|
+
CPU.add_member(:model_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "modelName"))
|
195
|
+
CPU.struct_class = Types::CPU
|
196
|
+
|
197
|
+
ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
198
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
199
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
200
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
201
|
+
ConflictException.struct_class = Types::ConflictException
|
202
|
+
|
203
|
+
Cpus.member = Shapes::ShapeRef.new(shape: CPU)
|
204
|
+
|
205
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "associateDefaultSecurityGroup"))
|
206
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "bandwidthThrottling"))
|
207
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "createPublicIP"))
|
208
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, required: true, location_name: "dataPlaneRouting"))
|
209
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, required: true, location_name: "defaultLargeStagingDiskType"))
|
210
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, required: true, location_name: "ebsEncryption"))
|
211
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
212
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:pit_policy, Shapes::ShapeRef.new(shape: PITPolicy, required: true, location_name: "pitPolicy"))
|
213
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, required: true, location_name: "replicationServerInstanceType"))
|
214
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, required: true, location_name: "replicationServersSecurityGroupsIDs"))
|
215
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, required: true, location_name: "stagingAreaSubnetId"))
|
216
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "stagingAreaTags"))
|
217
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
218
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "useDedicatedReplicationServer"))
|
219
|
+
CreateReplicationConfigurationTemplateRequest.struct_class = Types::CreateReplicationConfigurationTemplateRequest
|
220
|
+
|
221
|
+
DataReplicationError.add_member(:error, Shapes::ShapeRef.new(shape: DataReplicationErrorString, location_name: "error"))
|
222
|
+
DataReplicationError.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
223
|
+
DataReplicationError.struct_class = Types::DataReplicationError
|
224
|
+
|
225
|
+
DataReplicationInfo.add_member(:data_replication_error, Shapes::ShapeRef.new(shape: DataReplicationError, location_name: "dataReplicationError"))
|
226
|
+
DataReplicationInfo.add_member(:data_replication_initiation, Shapes::ShapeRef.new(shape: DataReplicationInitiation, location_name: "dataReplicationInitiation"))
|
227
|
+
DataReplicationInfo.add_member(:data_replication_state, Shapes::ShapeRef.new(shape: DataReplicationState, location_name: "dataReplicationState"))
|
228
|
+
DataReplicationInfo.add_member(:eta_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "etaDateTime"))
|
229
|
+
DataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lagDuration"))
|
230
|
+
DataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
|
231
|
+
DataReplicationInfo.struct_class = Types::DataReplicationInfo
|
232
|
+
|
233
|
+
DataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
|
234
|
+
DataReplicationInfoReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
235
|
+
DataReplicationInfoReplicatedDisk.add_member(:replicated_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "replicatedStorageBytes"))
|
236
|
+
DataReplicationInfoReplicatedDisk.add_member(:rescanned_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rescannedStorageBytes"))
|
237
|
+
DataReplicationInfoReplicatedDisk.add_member(:total_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalStorageBytes"))
|
238
|
+
DataReplicationInfoReplicatedDisk.struct_class = Types::DataReplicationInfoReplicatedDisk
|
239
|
+
|
240
|
+
DataReplicationInfoReplicatedDisks.member = Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisk)
|
241
|
+
|
242
|
+
DataReplicationInitiation.add_member(:next_attempt_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "nextAttemptDateTime"))
|
243
|
+
DataReplicationInitiation.add_member(:start_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "startDateTime"))
|
244
|
+
DataReplicationInitiation.add_member(:steps, Shapes::ShapeRef.new(shape: DataReplicationInitiationSteps, location_name: "steps"))
|
245
|
+
DataReplicationInitiation.struct_class = Types::DataReplicationInitiation
|
246
|
+
|
247
|
+
DataReplicationInitiationStep.add_member(:name, Shapes::ShapeRef.new(shape: DataReplicationInitiationStepName, location_name: "name"))
|
248
|
+
DataReplicationInitiationStep.add_member(:status, Shapes::ShapeRef.new(shape: DataReplicationInitiationStepStatus, location_name: "status"))
|
249
|
+
DataReplicationInitiationStep.struct_class = Types::DataReplicationInitiationStep
|
250
|
+
|
251
|
+
DataReplicationInitiationSteps.member = Shapes::ShapeRef.new(shape: DataReplicationInitiationStep)
|
252
|
+
|
253
|
+
DeleteJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
254
|
+
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
255
|
+
|
256
|
+
DeleteJobResponse.struct_class = Types::DeleteJobResponse
|
257
|
+
|
258
|
+
DeleteRecoveryInstanceRequest.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, required: true, location_name: "recoveryInstanceID"))
|
259
|
+
DeleteRecoveryInstanceRequest.struct_class = Types::DeleteRecoveryInstanceRequest
|
260
|
+
|
261
|
+
DeleteReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
|
262
|
+
DeleteReplicationConfigurationTemplateRequest.struct_class = Types::DeleteReplicationConfigurationTemplateRequest
|
263
|
+
|
264
|
+
DeleteReplicationConfigurationTemplateResponse.struct_class = Types::DeleteReplicationConfigurationTemplateResponse
|
265
|
+
|
266
|
+
DeleteSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
267
|
+
DeleteSourceServerRequest.struct_class = Types::DeleteSourceServerRequest
|
268
|
+
|
269
|
+
DeleteSourceServerResponse.struct_class = Types::DeleteSourceServerResponse
|
270
|
+
|
271
|
+
DescribeJobLogItemsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
272
|
+
DescribeJobLogItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
|
273
|
+
DescribeJobLogItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
274
|
+
DescribeJobLogItemsRequest.struct_class = Types::DescribeJobLogItemsRequest
|
275
|
+
|
276
|
+
DescribeJobLogItemsResponse.add_member(:items, Shapes::ShapeRef.new(shape: JobLogs, location_name: "items"))
|
277
|
+
DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
278
|
+
DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
|
279
|
+
|
280
|
+
DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, required: true, location_name: "filters"))
|
281
|
+
DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
|
282
|
+
DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
283
|
+
DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
|
284
|
+
|
285
|
+
DescribeJobsRequestFilters.add_member(:from_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "fromDate"))
|
286
|
+
DescribeJobsRequestFilters.add_member(:job_i_ds, Shapes::ShapeRef.new(shape: DescribeJobsRequestFiltersJobIDs, location_name: "jobIDs"))
|
287
|
+
DescribeJobsRequestFilters.add_member(:to_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "toDate"))
|
288
|
+
DescribeJobsRequestFilters.struct_class = Types::DescribeJobsRequestFilters
|
289
|
+
|
290
|
+
DescribeJobsRequestFiltersJobIDs.member = Shapes::ShapeRef.new(shape: JobID)
|
291
|
+
|
292
|
+
DescribeJobsResponse.add_member(:items, Shapes::ShapeRef.new(shape: JobsList, location_name: "items"))
|
293
|
+
DescribeJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
294
|
+
DescribeJobsResponse.struct_class = Types::DescribeJobsResponse
|
295
|
+
|
296
|
+
DescribeRecoveryInstancesItems.member = Shapes::ShapeRef.new(shape: RecoveryInstance)
|
297
|
+
|
298
|
+
DescribeRecoveryInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeRecoveryInstancesRequestFilters, required: true, location_name: "filters"))
|
299
|
+
DescribeRecoveryInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
|
300
|
+
DescribeRecoveryInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
301
|
+
DescribeRecoveryInstancesRequest.struct_class = Types::DescribeRecoveryInstancesRequest
|
302
|
+
|
303
|
+
DescribeRecoveryInstancesRequestFilters.add_member(:recovery_instance_i_ds, Shapes::ShapeRef.new(shape: RecoveryInstanceIDs, location_name: "recoveryInstanceIDs"))
|
304
|
+
DescribeRecoveryInstancesRequestFilters.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: SourceServerIDs, location_name: "sourceServerIDs"))
|
305
|
+
DescribeRecoveryInstancesRequestFilters.struct_class = Types::DescribeRecoveryInstancesRequestFilters
|
306
|
+
|
307
|
+
DescribeRecoveryInstancesResponse.add_member(:items, Shapes::ShapeRef.new(shape: DescribeRecoveryInstancesItems, location_name: "items"))
|
308
|
+
DescribeRecoveryInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
309
|
+
DescribeRecoveryInstancesResponse.struct_class = Types::DescribeRecoveryInstancesResponse
|
310
|
+
|
311
|
+
DescribeRecoverySnapshotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeRecoverySnapshotsRequestFilters, location_name: "filters"))
|
312
|
+
DescribeRecoverySnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
|
313
|
+
DescribeRecoverySnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
314
|
+
DescribeRecoverySnapshotsRequest.add_member(:order, Shapes::ShapeRef.new(shape: RecoverySnapshotsOrder, location_name: "order"))
|
315
|
+
DescribeRecoverySnapshotsRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
316
|
+
DescribeRecoverySnapshotsRequest.struct_class = Types::DescribeRecoverySnapshotsRequest
|
317
|
+
|
318
|
+
DescribeRecoverySnapshotsRequestFilters.add_member(:from_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "fromDateTime"))
|
319
|
+
DescribeRecoverySnapshotsRequestFilters.add_member(:to_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "toDateTime"))
|
320
|
+
DescribeRecoverySnapshotsRequestFilters.struct_class = Types::DescribeRecoverySnapshotsRequestFilters
|
321
|
+
|
322
|
+
DescribeRecoverySnapshotsResponse.add_member(:items, Shapes::ShapeRef.new(shape: RecoverySnapshotsList, location_name: "items"))
|
323
|
+
DescribeRecoverySnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
324
|
+
DescribeRecoverySnapshotsResponse.struct_class = Types::DescribeRecoverySnapshotsResponse
|
325
|
+
|
326
|
+
DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
|
327
|
+
DescribeReplicationConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
328
|
+
DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, required: true, location_name: "replicationConfigurationTemplateIDs"))
|
329
|
+
DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
|
330
|
+
|
331
|
+
DescribeReplicationConfigurationTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplates, location_name: "items"))
|
332
|
+
DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
333
|
+
DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
|
334
|
+
|
335
|
+
DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, required: true, location_name: "filters"))
|
336
|
+
DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
|
337
|
+
DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
338
|
+
DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
|
339
|
+
|
340
|
+
DescribeSourceServersRequestFilters.add_member(:hardware_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hardwareId"))
|
341
|
+
DescribeSourceServersRequestFilters.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFiltersIDs, location_name: "sourceServerIDs"))
|
342
|
+
DescribeSourceServersRequestFilters.struct_class = Types::DescribeSourceServersRequestFilters
|
343
|
+
|
344
|
+
DescribeSourceServersRequestFiltersIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
345
|
+
|
346
|
+
DescribeSourceServersResponse.add_member(:items, Shapes::ShapeRef.new(shape: SourceServersList, location_name: "items"))
|
347
|
+
DescribeSourceServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
348
|
+
DescribeSourceServersResponse.struct_class = Types::DescribeSourceServersResponse
|
349
|
+
|
350
|
+
DisconnectRecoveryInstanceRequest.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, required: true, location_name: "recoveryInstanceID"))
|
351
|
+
DisconnectRecoveryInstanceRequest.struct_class = Types::DisconnectRecoveryInstanceRequest
|
352
|
+
|
353
|
+
DisconnectSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
354
|
+
DisconnectSourceServerRequest.struct_class = Types::DisconnectSourceServerRequest
|
355
|
+
|
356
|
+
Disk.add_member(:bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bytes"))
|
357
|
+
Disk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
358
|
+
Disk.struct_class = Types::Disk
|
359
|
+
|
360
|
+
Disks.member = Shapes::ShapeRef.new(shape: Disk)
|
361
|
+
|
362
|
+
EbsSnapshotsList.member = Shapes::ShapeRef.new(shape: ebsSnapshot)
|
363
|
+
|
364
|
+
GetFailbackReplicationConfigurationRequest.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, required: true, location_name: "recoveryInstanceID"))
|
365
|
+
GetFailbackReplicationConfigurationRequest.struct_class = Types::GetFailbackReplicationConfigurationRequest
|
366
|
+
|
367
|
+
GetFailbackReplicationConfigurationResponse.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
|
368
|
+
GetFailbackReplicationConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "name"))
|
369
|
+
GetFailbackReplicationConfigurationResponse.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, required: true, location_name: "recoveryInstanceID"))
|
370
|
+
GetFailbackReplicationConfigurationResponse.add_member(:use_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "usePrivateIP"))
|
371
|
+
GetFailbackReplicationConfigurationResponse.struct_class = Types::GetFailbackReplicationConfigurationResponse
|
372
|
+
|
373
|
+
GetLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
374
|
+
GetLaunchConfigurationRequest.struct_class = Types::GetLaunchConfigurationRequest
|
375
|
+
|
376
|
+
GetReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
377
|
+
GetReplicationConfigurationRequest.struct_class = Types::GetReplicationConfigurationRequest
|
378
|
+
|
379
|
+
IPsList.member = Shapes::ShapeRef.new(shape: BoundedString)
|
380
|
+
|
381
|
+
IdentificationHints.add_member(:aws_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "awsInstanceID"))
|
382
|
+
IdentificationHints.add_member(:fqdn, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fqdn"))
|
383
|
+
IdentificationHints.add_member(:hostname, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hostname"))
|
384
|
+
IdentificationHints.add_member(:vm_ware_uuid, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vmWareUuid"))
|
385
|
+
IdentificationHints.struct_class = Types::IdentificationHints
|
386
|
+
|
387
|
+
InitializeServiceRequest.struct_class = Types::InitializeServiceRequest
|
388
|
+
|
389
|
+
InitializeServiceResponse.struct_class = Types::InitializeServiceResponse
|
390
|
+
|
391
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, required: true, location_name: "message"))
|
392
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: PositiveInteger, location: "header", location_name: "Retry-After"))
|
393
|
+
InternalServerException.struct_class = Types::InternalServerException
|
394
|
+
|
395
|
+
Job.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
396
|
+
Job.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
397
|
+
Job.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
|
398
|
+
Job.add_member(:initiated_by, Shapes::ShapeRef.new(shape: InitiatedBy, location_name: "initiatedBy"))
|
399
|
+
Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
400
|
+
Job.add_member(:participating_servers, Shapes::ShapeRef.new(shape: ParticipatingServers, location_name: "participatingServers"))
|
401
|
+
Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
|
402
|
+
Job.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
403
|
+
Job.add_member(:type, Shapes::ShapeRef.new(shape: JobType, location_name: "type"))
|
404
|
+
Job.struct_class = Types::Job
|
405
|
+
|
406
|
+
JobLog.add_member(:event, Shapes::ShapeRef.new(shape: JobLogEvent, location_name: "event"))
|
407
|
+
JobLog.add_member(:event_data, Shapes::ShapeRef.new(shape: JobLogEventData, location_name: "eventData"))
|
408
|
+
JobLog.add_member(:log_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "logDateTime"))
|
409
|
+
JobLog.struct_class = Types::JobLog
|
410
|
+
|
411
|
+
JobLogEventData.add_member(:conversion_server_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "conversionServerID"))
|
412
|
+
JobLogEventData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
413
|
+
JobLogEventData.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
414
|
+
JobLogEventData.add_member(:target_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "targetInstanceID"))
|
415
|
+
JobLogEventData.struct_class = Types::JobLogEventData
|
416
|
+
|
417
|
+
JobLogs.member = Shapes::ShapeRef.new(shape: JobLog)
|
418
|
+
|
419
|
+
JobsList.member = Shapes::ShapeRef.new(shape: Job)
|
420
|
+
|
421
|
+
LaunchConfiguration.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
422
|
+
LaunchConfiguration.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
423
|
+
LaunchConfiguration.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
|
424
|
+
LaunchConfiguration.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
425
|
+
LaunchConfiguration.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
426
|
+
LaunchConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
427
|
+
LaunchConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
428
|
+
LaunchConfiguration.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
429
|
+
LaunchConfiguration.struct_class = Types::LaunchConfiguration
|
430
|
+
|
431
|
+
Licensing.add_member(:os_byol, Shapes::ShapeRef.new(shape: Boolean, location_name: "osByol"))
|
432
|
+
Licensing.struct_class = Types::Licensing
|
433
|
+
|
434
|
+
LifeCycle.add_member(:added_to_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "addedToServiceDateTime"))
|
435
|
+
LifeCycle.add_member(:elapsed_replication_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "elapsedReplicationDuration"))
|
436
|
+
LifeCycle.add_member(:first_byte_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "firstByteDateTime"))
|
437
|
+
LifeCycle.add_member(:last_launch, Shapes::ShapeRef.new(shape: LifeCycleLastLaunch, location_name: "lastLaunch"))
|
438
|
+
LifeCycle.add_member(:last_seen_by_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastSeenByServiceDateTime"))
|
439
|
+
LifeCycle.struct_class = Types::LifeCycle
|
440
|
+
|
441
|
+
LifeCycleLastLaunch.add_member(:initiated, Shapes::ShapeRef.new(shape: LifeCycleLastLaunchInitiated, location_name: "initiated"))
|
442
|
+
LifeCycleLastLaunch.struct_class = Types::LifeCycleLastLaunch
|
443
|
+
|
444
|
+
LifeCycleLastLaunchInitiated.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
|
445
|
+
LifeCycleLastLaunchInitiated.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
|
446
|
+
LifeCycleLastLaunchInitiated.add_member(:type, Shapes::ShapeRef.new(shape: LastLaunchType, location_name: "type"))
|
447
|
+
LifeCycleLastLaunchInitiated.struct_class = Types::LifeCycleLastLaunchInitiated
|
448
|
+
|
449
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
450
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
451
|
+
|
452
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
453
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
454
|
+
|
455
|
+
NetworkInterface.add_member(:ips, Shapes::ShapeRef.new(shape: IPsList, location_name: "ips"))
|
456
|
+
NetworkInterface.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
|
457
|
+
NetworkInterface.add_member(:mac_address, Shapes::ShapeRef.new(shape: BoundedString, location_name: "macAddress"))
|
458
|
+
NetworkInterface.struct_class = Types::NetworkInterface
|
459
|
+
|
460
|
+
NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
|
461
|
+
|
462
|
+
OS.add_member(:full_string, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fullString"))
|
463
|
+
OS.struct_class = Types::OS
|
464
|
+
|
465
|
+
PITPolicy.member = Shapes::ShapeRef.new(shape: PITPolicyRule)
|
466
|
+
|
467
|
+
PITPolicyRule.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
468
|
+
PITPolicyRule.add_member(:interval, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, required: true, location_name: "interval"))
|
469
|
+
PITPolicyRule.add_member(:retention_duration, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, required: true, location_name: "retentionDuration"))
|
470
|
+
PITPolicyRule.add_member(:rule_id, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "ruleID"))
|
471
|
+
PITPolicyRule.add_member(:units, Shapes::ShapeRef.new(shape: PITPolicyRuleUnits, required: true, location_name: "units"))
|
472
|
+
PITPolicyRule.struct_class = Types::PITPolicyRule
|
473
|
+
|
474
|
+
ParticipatingServer.add_member(:launch_status, Shapes::ShapeRef.new(shape: LaunchStatus, location_name: "launchStatus"))
|
475
|
+
ParticipatingServer.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, location_name: "recoveryInstanceID"))
|
476
|
+
ParticipatingServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
477
|
+
ParticipatingServer.struct_class = Types::ParticipatingServer
|
478
|
+
|
479
|
+
ParticipatingServers.member = Shapes::ShapeRef.new(shape: ParticipatingServer)
|
480
|
+
|
481
|
+
RecoveryInstance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
482
|
+
RecoveryInstance.add_member(:data_replication_info, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInfo, location_name: "dataReplicationInfo"))
|
483
|
+
RecoveryInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "ec2InstanceID"))
|
484
|
+
RecoveryInstance.add_member(:ec2_instance_state, Shapes::ShapeRef.new(shape: EC2InstanceState, location_name: "ec2InstanceState"))
|
485
|
+
RecoveryInstance.add_member(:failback, Shapes::ShapeRef.new(shape: RecoveryInstanceFailback, location_name: "failback"))
|
486
|
+
RecoveryInstance.add_member(:is_drill, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDrill"))
|
487
|
+
RecoveryInstance.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
|
488
|
+
RecoveryInstance.add_member(:point_in_time_snapshot_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "pointInTimeSnapshotDateTime"))
|
489
|
+
RecoveryInstance.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, location_name: "recoveryInstanceID"))
|
490
|
+
RecoveryInstance.add_member(:recovery_instance_properties, Shapes::ShapeRef.new(shape: RecoveryInstanceProperties, location_name: "recoveryInstanceProperties"))
|
491
|
+
RecoveryInstance.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
492
|
+
RecoveryInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
493
|
+
RecoveryInstance.struct_class = Types::RecoveryInstance
|
494
|
+
|
495
|
+
RecoveryInstanceDataReplicationError.add_member(:error, Shapes::ShapeRef.new(shape: FailbackReplicationError, location_name: "error"))
|
496
|
+
RecoveryInstanceDataReplicationError.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
497
|
+
RecoveryInstanceDataReplicationError.struct_class = Types::RecoveryInstanceDataReplicationError
|
498
|
+
|
499
|
+
RecoveryInstanceDataReplicationInfo.add_member(:data_replication_error, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationError, location_name: "dataReplicationError"))
|
500
|
+
RecoveryInstanceDataReplicationInfo.add_member(:data_replication_initiation, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInitiation, location_name: "dataReplicationInitiation"))
|
501
|
+
RecoveryInstanceDataReplicationInfo.add_member(:data_replication_state, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationState, location_name: "dataReplicationState"))
|
502
|
+
RecoveryInstanceDataReplicationInfo.add_member(:eta_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "etaDateTime"))
|
503
|
+
RecoveryInstanceDataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lagDuration"))
|
504
|
+
RecoveryInstanceDataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
|
505
|
+
RecoveryInstanceDataReplicationInfo.struct_class = Types::RecoveryInstanceDataReplicationInfo
|
506
|
+
|
507
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
|
508
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
509
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:replicated_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "replicatedStorageBytes"))
|
510
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:rescanned_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rescannedStorageBytes"))
|
511
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:total_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalStorageBytes"))
|
512
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisk.struct_class = Types::RecoveryInstanceDataReplicationInfoReplicatedDisk
|
513
|
+
|
514
|
+
RecoveryInstanceDataReplicationInfoReplicatedDisks.member = Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInfoReplicatedDisk)
|
515
|
+
|
516
|
+
RecoveryInstanceDataReplicationInitiation.add_member(:start_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "startDateTime"))
|
517
|
+
RecoveryInstanceDataReplicationInitiation.add_member(:steps, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInitiationSteps, location_name: "steps"))
|
518
|
+
RecoveryInstanceDataReplicationInitiation.struct_class = Types::RecoveryInstanceDataReplicationInitiation
|
519
|
+
|
520
|
+
RecoveryInstanceDataReplicationInitiationStep.add_member(:name, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInitiationStepName, location_name: "name"))
|
521
|
+
RecoveryInstanceDataReplicationInitiationStep.add_member(:status, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInitiationStepStatus, location_name: "status"))
|
522
|
+
RecoveryInstanceDataReplicationInitiationStep.struct_class = Types::RecoveryInstanceDataReplicationInitiationStep
|
523
|
+
|
524
|
+
RecoveryInstanceDataReplicationInitiationSteps.member = Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInitiationStep)
|
525
|
+
|
526
|
+
RecoveryInstanceDisk.add_member(:bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bytes"))
|
527
|
+
RecoveryInstanceDisk.add_member(:ebs_volume_id, Shapes::ShapeRef.new(shape: EbsVolumeID, location_name: "ebsVolumeID"))
|
528
|
+
RecoveryInstanceDisk.add_member(:internal_device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "internalDeviceName"))
|
529
|
+
RecoveryInstanceDisk.struct_class = Types::RecoveryInstanceDisk
|
530
|
+
|
531
|
+
RecoveryInstanceDisks.member = Shapes::ShapeRef.new(shape: RecoveryInstanceDisk)
|
532
|
+
|
533
|
+
RecoveryInstanceFailback.add_member(:agent_last_seen_by_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "agentLastSeenByServiceDateTime"))
|
534
|
+
RecoveryInstanceFailback.add_member(:elapsed_replication_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "elapsedReplicationDuration"))
|
535
|
+
RecoveryInstanceFailback.add_member(:failback_client_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "failbackClientID"))
|
536
|
+
RecoveryInstanceFailback.add_member(:failback_client_last_seen_by_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "failbackClientLastSeenByServiceDateTime"))
|
537
|
+
RecoveryInstanceFailback.add_member(:failback_initiation_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "failbackInitiationTime"))
|
538
|
+
RecoveryInstanceFailback.add_member(:failback_job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "failbackJobID"))
|
539
|
+
RecoveryInstanceFailback.add_member(:failback_to_original_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "failbackToOriginalServer"))
|
540
|
+
RecoveryInstanceFailback.add_member(:first_byte_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "firstByteDateTime"))
|
541
|
+
RecoveryInstanceFailback.add_member(:state, Shapes::ShapeRef.new(shape: FailbackState, location_name: "state"))
|
542
|
+
RecoveryInstanceFailback.struct_class = Types::RecoveryInstanceFailback
|
543
|
+
|
544
|
+
RecoveryInstanceIDs.member = Shapes::ShapeRef.new(shape: RecoveryInstanceID)
|
545
|
+
|
546
|
+
RecoveryInstanceProperties.add_member(:cpus, Shapes::ShapeRef.new(shape: Cpus, location_name: "cpus"))
|
547
|
+
RecoveryInstanceProperties.add_member(:disks, Shapes::ShapeRef.new(shape: RecoveryInstanceDisks, location_name: "disks"))
|
548
|
+
RecoveryInstanceProperties.add_member(:identification_hints, Shapes::ShapeRef.new(shape: IdentificationHints, location_name: "identificationHints"))
|
549
|
+
RecoveryInstanceProperties.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdatedDateTime"))
|
550
|
+
RecoveryInstanceProperties.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
|
551
|
+
RecoveryInstanceProperties.add_member(:os, Shapes::ShapeRef.new(shape: OS, location_name: "os"))
|
552
|
+
RecoveryInstanceProperties.add_member(:ram_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "ramBytes"))
|
553
|
+
RecoveryInstanceProperties.struct_class = Types::RecoveryInstanceProperties
|
554
|
+
|
555
|
+
RecoveryInstancesForTerminationRequest.member = Shapes::ShapeRef.new(shape: RecoveryInstanceID)
|
556
|
+
|
557
|
+
RecoverySnapshot.add_member(:ebs_snapshots, Shapes::ShapeRef.new(shape: EbsSnapshotsList, location_name: "ebsSnapshots"))
|
558
|
+
RecoverySnapshot.add_member(:expected_timestamp, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, required: true, location_name: "expectedTimestamp"))
|
559
|
+
RecoverySnapshot.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: RecoverySnapshotID, required: true, location_name: "snapshotID"))
|
560
|
+
RecoverySnapshot.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
561
|
+
RecoverySnapshot.add_member(:timestamp, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "timestamp"))
|
562
|
+
RecoverySnapshot.struct_class = Types::RecoverySnapshot
|
563
|
+
|
564
|
+
RecoverySnapshotsList.member = Shapes::ShapeRef.new(shape: RecoverySnapshot)
|
565
|
+
|
566
|
+
ReplicationConfiguration.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
567
|
+
ReplicationConfiguration.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
|
568
|
+
ReplicationConfiguration.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
569
|
+
ReplicationConfiguration.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
570
|
+
ReplicationConfiguration.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
571
|
+
ReplicationConfiguration.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
572
|
+
ReplicationConfiguration.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
573
|
+
ReplicationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
574
|
+
ReplicationConfiguration.add_member(:pit_policy, Shapes::ShapeRef.new(shape: PITPolicy, location_name: "pitPolicy"))
|
575
|
+
ReplicationConfiguration.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisks, location_name: "replicatedDisks"))
|
576
|
+
ReplicationConfiguration.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
577
|
+
ReplicationConfiguration.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
578
|
+
ReplicationConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
579
|
+
ReplicationConfiguration.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
580
|
+
ReplicationConfiguration.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
581
|
+
ReplicationConfiguration.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
582
|
+
ReplicationConfiguration.struct_class = Types::ReplicationConfiguration
|
583
|
+
|
584
|
+
ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
585
|
+
ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
|
586
|
+
ReplicationConfigurationReplicatedDisk.add_member(:is_boot_disk, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBootDisk"))
|
587
|
+
ReplicationConfigurationReplicatedDisk.add_member(:staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "stagingDiskType"))
|
588
|
+
ReplicationConfigurationReplicatedDisk.add_member(:throughput, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "throughput"))
|
589
|
+
ReplicationConfigurationReplicatedDisk.struct_class = Types::ReplicationConfigurationReplicatedDisk
|
590
|
+
|
591
|
+
ReplicationConfigurationReplicatedDisks.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisk)
|
592
|
+
|
593
|
+
ReplicationConfigurationTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
594
|
+
ReplicationConfigurationTemplate.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
595
|
+
ReplicationConfigurationTemplate.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
|
596
|
+
ReplicationConfigurationTemplate.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
597
|
+
ReplicationConfigurationTemplate.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
598
|
+
ReplicationConfigurationTemplate.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
599
|
+
ReplicationConfigurationTemplate.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
600
|
+
ReplicationConfigurationTemplate.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
601
|
+
ReplicationConfigurationTemplate.add_member(:pit_policy, Shapes::ShapeRef.new(shape: PITPolicy, location_name: "pitPolicy"))
|
602
|
+
ReplicationConfigurationTemplate.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
|
603
|
+
ReplicationConfigurationTemplate.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
604
|
+
ReplicationConfigurationTemplate.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
605
|
+
ReplicationConfigurationTemplate.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
606
|
+
ReplicationConfigurationTemplate.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
607
|
+
ReplicationConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
608
|
+
ReplicationConfigurationTemplate.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
609
|
+
ReplicationConfigurationTemplate.struct_class = Types::ReplicationConfigurationTemplate
|
610
|
+
|
611
|
+
ReplicationConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID)
|
612
|
+
|
613
|
+
ReplicationConfigurationTemplates.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
|
614
|
+
|
615
|
+
ReplicationServersSecurityGroupsIDs.member = Shapes::ShapeRef.new(shape: SecurityGroupID)
|
616
|
+
|
617
|
+
ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
618
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
619
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
620
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
621
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
622
|
+
|
623
|
+
RetryDataReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
624
|
+
RetryDataReplicationRequest.struct_class = Types::RetryDataReplicationRequest
|
625
|
+
|
626
|
+
ServiceQuotaExceededException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
627
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
628
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
|
629
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
630
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
631
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
|
632
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
633
|
+
|
634
|
+
SourceProperties.add_member(:cpus, Shapes::ShapeRef.new(shape: Cpus, location_name: "cpus"))
|
635
|
+
SourceProperties.add_member(:disks, Shapes::ShapeRef.new(shape: Disks, location_name: "disks"))
|
636
|
+
SourceProperties.add_member(:identification_hints, Shapes::ShapeRef.new(shape: IdentificationHints, location_name: "identificationHints"))
|
637
|
+
SourceProperties.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdatedDateTime"))
|
638
|
+
SourceProperties.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
|
639
|
+
SourceProperties.add_member(:os, Shapes::ShapeRef.new(shape: OS, location_name: "os"))
|
640
|
+
SourceProperties.add_member(:ram_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "ramBytes"))
|
641
|
+
SourceProperties.add_member(:recommended_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "recommendedInstanceType"))
|
642
|
+
SourceProperties.struct_class = Types::SourceProperties
|
643
|
+
|
644
|
+
SourceServer.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
645
|
+
SourceServer.add_member(:data_replication_info, Shapes::ShapeRef.new(shape: DataReplicationInfo, location_name: "dataReplicationInfo"))
|
646
|
+
SourceServer.add_member(:last_launch_result, Shapes::ShapeRef.new(shape: LastLaunchResult, location_name: "lastLaunchResult"))
|
647
|
+
SourceServer.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "lifeCycle"))
|
648
|
+
SourceServer.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, location_name: "recoveryInstanceId"))
|
649
|
+
SourceServer.add_member(:source_properties, Shapes::ShapeRef.new(shape: SourceProperties, location_name: "sourceProperties"))
|
650
|
+
SourceServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
651
|
+
SourceServer.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
652
|
+
SourceServer.struct_class = Types::SourceServer
|
653
|
+
|
654
|
+
SourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
655
|
+
|
656
|
+
SourceServersList.member = Shapes::ShapeRef.new(shape: SourceServer)
|
657
|
+
|
658
|
+
StartFailbackLaunchRequest.add_member(:recovery_instance_i_ds, Shapes::ShapeRef.new(shape: StartFailbackRequestRecoveryInstanceIDs, required: true, location_name: "recoveryInstanceIDs"))
|
659
|
+
StartFailbackLaunchRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
660
|
+
StartFailbackLaunchRequest.struct_class = Types::StartFailbackLaunchRequest
|
661
|
+
|
662
|
+
StartFailbackLaunchResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
663
|
+
StartFailbackLaunchResponse.struct_class = Types::StartFailbackLaunchResponse
|
664
|
+
|
665
|
+
StartFailbackRequestRecoveryInstanceIDs.member = Shapes::ShapeRef.new(shape: RecoveryInstanceID)
|
666
|
+
|
667
|
+
StartRecoveryRequest.add_member(:is_drill, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDrill"))
|
668
|
+
StartRecoveryRequest.add_member(:source_servers, Shapes::ShapeRef.new(shape: StartRecoveryRequestSourceServers, required: true, location_name: "sourceServers"))
|
669
|
+
StartRecoveryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
670
|
+
StartRecoveryRequest.struct_class = Types::StartRecoveryRequest
|
671
|
+
|
672
|
+
StartRecoveryRequestSourceServer.add_member(:recovery_snapshot_id, Shapes::ShapeRef.new(shape: RecoverySnapshotID, location_name: "recoverySnapshotID"))
|
673
|
+
StartRecoveryRequestSourceServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
674
|
+
StartRecoveryRequestSourceServer.struct_class = Types::StartRecoveryRequestSourceServer
|
675
|
+
|
676
|
+
StartRecoveryRequestSourceServers.member = Shapes::ShapeRef.new(shape: StartRecoveryRequestSourceServer)
|
677
|
+
|
678
|
+
StartRecoveryResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
679
|
+
StartRecoveryResponse.struct_class = Types::StartRecoveryResponse
|
680
|
+
|
681
|
+
StopFailbackRequest.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, required: true, location_name: "recoveryInstanceID"))
|
682
|
+
StopFailbackRequest.struct_class = Types::StopFailbackRequest
|
683
|
+
|
684
|
+
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
685
|
+
|
686
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
687
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "tags"))
|
688
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
689
|
+
|
690
|
+
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
691
|
+
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
692
|
+
|
693
|
+
TerminateRecoveryInstancesRequest.add_member(:recovery_instance_i_ds, Shapes::ShapeRef.new(shape: RecoveryInstancesForTerminationRequest, required: true, location_name: "recoveryInstanceIDs"))
|
694
|
+
TerminateRecoveryInstancesRequest.struct_class = Types::TerminateRecoveryInstancesRequest
|
695
|
+
|
696
|
+
TerminateRecoveryInstancesResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
697
|
+
TerminateRecoveryInstancesResponse.struct_class = Types::TerminateRecoveryInstancesResponse
|
698
|
+
|
699
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, required: true, location_name: "message"))
|
700
|
+
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
|
701
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: LargeBoundedString, location: "header", location_name: "Retry-After"))
|
702
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
|
703
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
704
|
+
|
705
|
+
UninitializedAccountException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
706
|
+
UninitializedAccountException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
707
|
+
UninitializedAccountException.struct_class = Types::UninitializedAccountException
|
708
|
+
|
709
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
710
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
|
711
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
712
|
+
|
713
|
+
UpdateFailbackReplicationConfigurationRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
|
714
|
+
UpdateFailbackReplicationConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "name"))
|
715
|
+
UpdateFailbackReplicationConfigurationRequest.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, required: true, location_name: "recoveryInstanceID"))
|
716
|
+
UpdateFailbackReplicationConfigurationRequest.add_member(:use_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "usePrivateIP"))
|
717
|
+
UpdateFailbackReplicationConfigurationRequest.struct_class = Types::UpdateFailbackReplicationConfigurationRequest
|
718
|
+
|
719
|
+
UpdateLaunchConfigurationRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
720
|
+
UpdateLaunchConfigurationRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
721
|
+
UpdateLaunchConfigurationRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
722
|
+
UpdateLaunchConfigurationRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
723
|
+
UpdateLaunchConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
724
|
+
UpdateLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
725
|
+
UpdateLaunchConfigurationRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
726
|
+
UpdateLaunchConfigurationRequest.struct_class = Types::UpdateLaunchConfigurationRequest
|
727
|
+
|
728
|
+
UpdateReplicationConfigurationRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
729
|
+
UpdateReplicationConfigurationRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
|
730
|
+
UpdateReplicationConfigurationRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
731
|
+
UpdateReplicationConfigurationRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
732
|
+
UpdateReplicationConfigurationRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
733
|
+
UpdateReplicationConfigurationRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
734
|
+
UpdateReplicationConfigurationRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
735
|
+
UpdateReplicationConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
736
|
+
UpdateReplicationConfigurationRequest.add_member(:pit_policy, Shapes::ShapeRef.new(shape: PITPolicy, location_name: "pitPolicy"))
|
737
|
+
UpdateReplicationConfigurationRequest.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisks, location_name: "replicatedDisks"))
|
738
|
+
UpdateReplicationConfigurationRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
739
|
+
UpdateReplicationConfigurationRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
740
|
+
UpdateReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
741
|
+
UpdateReplicationConfigurationRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
742
|
+
UpdateReplicationConfigurationRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
743
|
+
UpdateReplicationConfigurationRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
744
|
+
UpdateReplicationConfigurationRequest.struct_class = Types::UpdateReplicationConfigurationRequest
|
745
|
+
|
746
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
747
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
748
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
|
749
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
750
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
751
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
752
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
753
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
754
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:pit_policy, Shapes::ShapeRef.new(shape: PITPolicy, location_name: "pitPolicy"))
|
755
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
|
756
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
757
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
758
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
759
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
760
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
761
|
+
UpdateReplicationConfigurationTemplateRequest.struct_class = Types::UpdateReplicationConfigurationTemplateRequest
|
762
|
+
|
763
|
+
ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
764
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
765
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
766
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
|
767
|
+
ValidationException.struct_class = Types::ValidationException
|
768
|
+
|
769
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
770
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "name"))
|
771
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
772
|
+
|
773
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
774
|
+
|
775
|
+
|
776
|
+
# @api private
|
777
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
778
|
+
|
779
|
+
api.version = "2020-02-26"
|
780
|
+
|
781
|
+
api.metadata = {
|
782
|
+
"apiVersion" => "2020-02-26",
|
783
|
+
"endpointPrefix" => "drs",
|
784
|
+
"jsonVersion" => "1.1",
|
785
|
+
"protocol" => "rest-json",
|
786
|
+
"serviceAbbreviation" => "drs",
|
787
|
+
"serviceFullName" => "Elastic Disaster Recovery Service",
|
788
|
+
"serviceId" => "drs",
|
789
|
+
"signatureVersion" => "v4",
|
790
|
+
"signingName" => "drs",
|
791
|
+
"uid" => "drs-2020-02-26",
|
792
|
+
}
|
793
|
+
|
794
|
+
api.add_operation(:create_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
|
795
|
+
o.name = "CreateReplicationConfigurationTemplate"
|
796
|
+
o.http_method = "POST"
|
797
|
+
o.http_request_uri = "/CreateReplicationConfigurationTemplate"
|
798
|
+
o.input = Shapes::ShapeRef.new(shape: CreateReplicationConfigurationTemplateRequest)
|
799
|
+
o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
|
800
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
801
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
806
|
+
end)
|
807
|
+
|
808
|
+
api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
|
809
|
+
o.name = "DeleteJob"
|
810
|
+
o.http_method = "POST"
|
811
|
+
o.http_request_uri = "/DeleteJob"
|
812
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteJobRequest)
|
813
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteJobResponse)
|
814
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
819
|
+
end)
|
820
|
+
|
821
|
+
api.add_operation(:delete_recovery_instance, Seahorse::Model::Operation.new.tap do |o|
|
822
|
+
o.name = "DeleteRecoveryInstance"
|
823
|
+
o.http_method = "POST"
|
824
|
+
o.http_request_uri = "/DeleteRecoveryInstance"
|
825
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRecoveryInstanceRequest)
|
826
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
832
|
+
end)
|
833
|
+
|
834
|
+
api.add_operation(:delete_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
|
835
|
+
o.name = "DeleteReplicationConfigurationTemplate"
|
836
|
+
o.http_method = "POST"
|
837
|
+
o.http_request_uri = "/DeleteReplicationConfigurationTemplate"
|
838
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteReplicationConfigurationTemplateRequest)
|
839
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteReplicationConfigurationTemplateResponse)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
845
|
+
end)
|
846
|
+
|
847
|
+
api.add_operation(:delete_source_server, Seahorse::Model::Operation.new.tap do |o|
|
848
|
+
o.name = "DeleteSourceServer"
|
849
|
+
o.http_method = "POST"
|
850
|
+
o.http_request_uri = "/DeleteSourceServer"
|
851
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSourceServerRequest)
|
852
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSourceServerResponse)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
858
|
+
end)
|
859
|
+
|
860
|
+
api.add_operation(:describe_job_log_items, Seahorse::Model::Operation.new.tap do |o|
|
861
|
+
o.name = "DescribeJobLogItems"
|
862
|
+
o.http_method = "POST"
|
863
|
+
o.http_request_uri = "/DescribeJobLogItems"
|
864
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeJobLogItemsRequest)
|
865
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeJobLogItemsResponse)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
870
|
+
o[:pager] = Aws::Pager.new(
|
871
|
+
limit_key: "max_results",
|
872
|
+
tokens: {
|
873
|
+
"next_token" => "next_token"
|
874
|
+
}
|
875
|
+
)
|
876
|
+
end)
|
877
|
+
|
878
|
+
api.add_operation(:describe_jobs, Seahorse::Model::Operation.new.tap do |o|
|
879
|
+
o.name = "DescribeJobs"
|
880
|
+
o.http_method = "POST"
|
881
|
+
o.http_request_uri = "/DescribeJobs"
|
882
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeJobsRequest)
|
883
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeJobsResponse)
|
884
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
888
|
+
o[:pager] = Aws::Pager.new(
|
889
|
+
limit_key: "max_results",
|
890
|
+
tokens: {
|
891
|
+
"next_token" => "next_token"
|
892
|
+
}
|
893
|
+
)
|
894
|
+
end)
|
895
|
+
|
896
|
+
api.add_operation(:describe_recovery_instances, Seahorse::Model::Operation.new.tap do |o|
|
897
|
+
o.name = "DescribeRecoveryInstances"
|
898
|
+
o.http_method = "POST"
|
899
|
+
o.http_request_uri = "/DescribeRecoveryInstances"
|
900
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRecoveryInstancesRequest)
|
901
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRecoveryInstancesResponse)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
906
|
+
o[:pager] = Aws::Pager.new(
|
907
|
+
limit_key: "max_results",
|
908
|
+
tokens: {
|
909
|
+
"next_token" => "next_token"
|
910
|
+
}
|
911
|
+
)
|
912
|
+
end)
|
913
|
+
|
914
|
+
api.add_operation(:describe_recovery_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
915
|
+
o.name = "DescribeRecoverySnapshots"
|
916
|
+
o.http_method = "POST"
|
917
|
+
o.http_request_uri = "/DescribeRecoverySnapshots"
|
918
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRecoverySnapshotsRequest)
|
919
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRecoverySnapshotsResponse)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
925
|
+
o[:pager] = Aws::Pager.new(
|
926
|
+
limit_key: "max_results",
|
927
|
+
tokens: {
|
928
|
+
"next_token" => "next_token"
|
929
|
+
}
|
930
|
+
)
|
931
|
+
end)
|
932
|
+
|
933
|
+
api.add_operation(:describe_replication_configuration_templates, Seahorse::Model::Operation.new.tap do |o|
|
934
|
+
o.name = "DescribeReplicationConfigurationTemplates"
|
935
|
+
o.http_method = "POST"
|
936
|
+
o.http_request_uri = "/DescribeReplicationConfigurationTemplates"
|
937
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReplicationConfigurationTemplatesRequest)
|
938
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeReplicationConfigurationTemplatesResponse)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
941
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
942
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
943
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
944
|
+
o[:pager] = Aws::Pager.new(
|
945
|
+
limit_key: "max_results",
|
946
|
+
tokens: {
|
947
|
+
"next_token" => "next_token"
|
948
|
+
}
|
949
|
+
)
|
950
|
+
end)
|
951
|
+
|
952
|
+
api.add_operation(:describe_source_servers, Seahorse::Model::Operation.new.tap do |o|
|
953
|
+
o.name = "DescribeSourceServers"
|
954
|
+
o.http_method = "POST"
|
955
|
+
o.http_request_uri = "/DescribeSourceServers"
|
956
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSourceServersRequest)
|
957
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSourceServersResponse)
|
958
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
959
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
962
|
+
o[:pager] = Aws::Pager.new(
|
963
|
+
limit_key: "max_results",
|
964
|
+
tokens: {
|
965
|
+
"next_token" => "next_token"
|
966
|
+
}
|
967
|
+
)
|
968
|
+
end)
|
969
|
+
|
970
|
+
api.add_operation(:disconnect_recovery_instance, Seahorse::Model::Operation.new.tap do |o|
|
971
|
+
o.name = "DisconnectRecoveryInstance"
|
972
|
+
o.http_method = "POST"
|
973
|
+
o.http_request_uri = "/DisconnectRecoveryInstance"
|
974
|
+
o.input = Shapes::ShapeRef.new(shape: DisconnectRecoveryInstanceRequest)
|
975
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
976
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
977
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
978
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
979
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
980
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
981
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
982
|
+
end)
|
983
|
+
|
984
|
+
api.add_operation(:disconnect_source_server, Seahorse::Model::Operation.new.tap do |o|
|
985
|
+
o.name = "DisconnectSourceServer"
|
986
|
+
o.http_method = "POST"
|
987
|
+
o.http_request_uri = "/DisconnectSourceServer"
|
988
|
+
o.input = Shapes::ShapeRef.new(shape: DisconnectSourceServerRequest)
|
989
|
+
o.output = Shapes::ShapeRef.new(shape: SourceServer)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
995
|
+
end)
|
996
|
+
|
997
|
+
api.add_operation(:get_failback_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
998
|
+
o.name = "GetFailbackReplicationConfiguration"
|
999
|
+
o.http_method = "POST"
|
1000
|
+
o.http_request_uri = "/GetFailbackReplicationConfiguration"
|
1001
|
+
o.input = Shapes::ShapeRef.new(shape: GetFailbackReplicationConfigurationRequest)
|
1002
|
+
o.output = Shapes::ShapeRef.new(shape: GetFailbackReplicationConfigurationResponse)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1007
|
+
end)
|
1008
|
+
|
1009
|
+
api.add_operation(:get_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1010
|
+
o.name = "GetLaunchConfiguration"
|
1011
|
+
o.http_method = "POST"
|
1012
|
+
o.http_request_uri = "/GetLaunchConfiguration"
|
1013
|
+
o.input = Shapes::ShapeRef.new(shape: GetLaunchConfigurationRequest)
|
1014
|
+
o.output = Shapes::ShapeRef.new(shape: LaunchConfiguration)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1019
|
+
end)
|
1020
|
+
|
1021
|
+
api.add_operation(:get_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1022
|
+
o.name = "GetReplicationConfiguration"
|
1023
|
+
o.http_method = "POST"
|
1024
|
+
o.http_request_uri = "/GetReplicationConfiguration"
|
1025
|
+
o.input = Shapes::ShapeRef.new(shape: GetReplicationConfigurationRequest)
|
1026
|
+
o.output = Shapes::ShapeRef.new(shape: ReplicationConfiguration)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1031
|
+
end)
|
1032
|
+
|
1033
|
+
api.add_operation(:initialize_service, Seahorse::Model::Operation.new.tap do |o|
|
1034
|
+
o.name = "InitializeService"
|
1035
|
+
o.http_method = "POST"
|
1036
|
+
o.http_request_uri = "/InitializeService"
|
1037
|
+
o.input = Shapes::ShapeRef.new(shape: InitializeServiceRequest)
|
1038
|
+
o.output = Shapes::ShapeRef.new(shape: InitializeServiceResponse)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1042
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1043
|
+
end)
|
1044
|
+
|
1045
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1046
|
+
o.name = "ListTagsForResource"
|
1047
|
+
o.http_method = "GET"
|
1048
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1049
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1050
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1055
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1056
|
+
end)
|
1057
|
+
|
1058
|
+
api.add_operation(:retry_data_replication, Seahorse::Model::Operation.new.tap do |o|
|
1059
|
+
o.name = "RetryDataReplication"
|
1060
|
+
o.http_method = "POST"
|
1061
|
+
o.http_request_uri = "/RetryDataReplication"
|
1062
|
+
o.input = Shapes::ShapeRef.new(shape: RetryDataReplicationRequest)
|
1063
|
+
o.output = Shapes::ShapeRef.new(shape: SourceServer)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1068
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1069
|
+
end)
|
1070
|
+
|
1071
|
+
api.add_operation(:start_failback_launch, Seahorse::Model::Operation.new.tap do |o|
|
1072
|
+
o.name = "StartFailbackLaunch"
|
1073
|
+
o.http_method = "POST"
|
1074
|
+
o.http_request_uri = "/StartFailbackLaunch"
|
1075
|
+
o.input = Shapes::ShapeRef.new(shape: StartFailbackLaunchRequest)
|
1076
|
+
o.output = Shapes::ShapeRef.new(shape: StartFailbackLaunchResponse)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1083
|
+
end)
|
1084
|
+
|
1085
|
+
api.add_operation(:start_recovery, Seahorse::Model::Operation.new.tap do |o|
|
1086
|
+
o.name = "StartRecovery"
|
1087
|
+
o.http_method = "POST"
|
1088
|
+
o.http_request_uri = "/StartRecovery"
|
1089
|
+
o.input = Shapes::ShapeRef.new(shape: StartRecoveryRequest)
|
1090
|
+
o.output = Shapes::ShapeRef.new(shape: StartRecoveryResponse)
|
1091
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1092
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1094
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1095
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1096
|
+
end)
|
1097
|
+
|
1098
|
+
api.add_operation(:stop_failback, Seahorse::Model::Operation.new.tap do |o|
|
1099
|
+
o.name = "StopFailback"
|
1100
|
+
o.http_method = "POST"
|
1101
|
+
o.http_request_uri = "/StopFailback"
|
1102
|
+
o.input = Shapes::ShapeRef.new(shape: StopFailbackRequest)
|
1103
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1107
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1108
|
+
end)
|
1109
|
+
|
1110
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1111
|
+
o.name = "TagResource"
|
1112
|
+
o.http_method = "POST"
|
1113
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1114
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1115
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1117
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1118
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1119
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1120
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1121
|
+
end)
|
1122
|
+
|
1123
|
+
api.add_operation(:terminate_recovery_instances, Seahorse::Model::Operation.new.tap do |o|
|
1124
|
+
o.name = "TerminateRecoveryInstances"
|
1125
|
+
o.http_method = "POST"
|
1126
|
+
o.http_request_uri = "/TerminateRecoveryInstances"
|
1127
|
+
o.input = Shapes::ShapeRef.new(shape: TerminateRecoveryInstancesRequest)
|
1128
|
+
o.output = Shapes::ShapeRef.new(shape: TerminateRecoveryInstancesResponse)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1130
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1132
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1133
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1134
|
+
end)
|
1135
|
+
|
1136
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1137
|
+
o.name = "UntagResource"
|
1138
|
+
o.http_method = "DELETE"
|
1139
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1140
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1141
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1142
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1144
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1145
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1146
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1147
|
+
end)
|
1148
|
+
|
1149
|
+
api.add_operation(:update_failback_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1150
|
+
o.name = "UpdateFailbackReplicationConfiguration"
|
1151
|
+
o.http_method = "POST"
|
1152
|
+
o.http_request_uri = "/UpdateFailbackReplicationConfiguration"
|
1153
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFailbackReplicationConfigurationRequest)
|
1154
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1158
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1159
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1160
|
+
end)
|
1161
|
+
|
1162
|
+
api.add_operation(:update_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1163
|
+
o.name = "UpdateLaunchConfiguration"
|
1164
|
+
o.http_method = "POST"
|
1165
|
+
o.http_request_uri = "/UpdateLaunchConfiguration"
|
1166
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLaunchConfigurationRequest)
|
1167
|
+
o.output = Shapes::ShapeRef.new(shape: LaunchConfiguration)
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1174
|
+
end)
|
1175
|
+
|
1176
|
+
api.add_operation(:update_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1177
|
+
o.name = "UpdateReplicationConfiguration"
|
1178
|
+
o.http_method = "POST"
|
1179
|
+
o.http_request_uri = "/UpdateReplicationConfiguration"
|
1180
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateReplicationConfigurationRequest)
|
1181
|
+
o.output = Shapes::ShapeRef.new(shape: ReplicationConfiguration)
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1183
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1184
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1188
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1189
|
+
end)
|
1190
|
+
|
1191
|
+
api.add_operation(:update_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
|
1192
|
+
o.name = "UpdateReplicationConfigurationTemplate"
|
1193
|
+
o.http_method = "POST"
|
1194
|
+
o.http_request_uri = "/UpdateReplicationConfigurationTemplate"
|
1195
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateReplicationConfigurationTemplateRequest)
|
1196
|
+
o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1198
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1201
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1203
|
+
end)
|
1204
|
+
end
|
1205
|
+
|
1206
|
+
end
|
1207
|
+
end
|