aws-sdk-drs 1.3.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,11 +15,19 @@ module Aws::Drs
15
15
 
16
16
  ARN = Shapes::StringShape.new(name: 'ARN')
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ Account = Shapes::StructureShape.new(name: 'Account')
19
+ AccountID = Shapes::StringShape.new(name: 'AccountID')
20
+ AccountIDs = Shapes::ListShape.new(name: 'AccountIDs')
21
+ Accounts = Shapes::ListShape.new(name: 'Accounts')
18
22
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
23
  BoundedString = Shapes::StringShape.new(name: 'BoundedString')
20
24
  CPU = Shapes::StructureShape.new(name: 'CPU')
21
25
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
26
+ ConversionMap = Shapes::MapShape.new(name: 'ConversionMap')
27
+ ConversionProperties = Shapes::StructureShape.new(name: 'ConversionProperties')
22
28
  Cpus = Shapes::ListShape.new(name: 'Cpus')
29
+ CreateExtendedSourceServerRequest = Shapes::StructureShape.new(name: 'CreateExtendedSourceServerRequest')
30
+ CreateExtendedSourceServerResponse = Shapes::StructureShape.new(name: 'CreateExtendedSourceServerResponse')
23
31
  CreateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'CreateReplicationConfigurationTemplateRequest')
24
32
  DataReplicationError = Shapes::StructureShape.new(name: 'DataReplicationError')
25
33
  DataReplicationErrorString = Shapes::StringShape.new(name: 'DataReplicationErrorString')
@@ -67,6 +75,7 @@ module Aws::Drs
67
75
  EC2InstanceType = Shapes::StringShape.new(name: 'EC2InstanceType')
68
76
  EbsSnapshotsList = Shapes::ListShape.new(name: 'EbsSnapshotsList')
69
77
  EbsVolumeID = Shapes::StringShape.new(name: 'EbsVolumeID')
78
+ ExtensionStatus = Shapes::StringShape.new(name: 'ExtensionStatus')
70
79
  FailbackReplicationError = Shapes::StringShape.new(name: 'FailbackReplicationError')
71
80
  FailbackState = Shapes::StringShape.new(name: 'FailbackState')
72
81
  GetFailbackReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'GetFailbackReplicationConfigurationRequest')
@@ -99,8 +108,14 @@ module Aws::Drs
99
108
  LifeCycle = Shapes::StructureShape.new(name: 'LifeCycle')
100
109
  LifeCycleLastLaunch = Shapes::StructureShape.new(name: 'LifeCycleLastLaunch')
101
110
  LifeCycleLastLaunchInitiated = Shapes::StructureShape.new(name: 'LifeCycleLastLaunchInitiated')
111
+ ListExtensibleSourceServersRequest = Shapes::StructureShape.new(name: 'ListExtensibleSourceServersRequest')
112
+ ListExtensibleSourceServersResponse = Shapes::StructureShape.new(name: 'ListExtensibleSourceServersResponse')
113
+ ListStagingAccountsRequest = Shapes::StructureShape.new(name: 'ListStagingAccountsRequest')
114
+ ListStagingAccountsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListStagingAccountsRequestMaxResultsInteger')
115
+ ListStagingAccountsResponse = Shapes::StructureShape.new(name: 'ListStagingAccountsResponse')
102
116
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
103
117
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
118
+ MaxResultsReplicatingSourceServers = Shapes::IntegerShape.new(name: 'MaxResultsReplicatingSourceServers')
104
119
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
105
120
  NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
106
121
  OS = Shapes::StructureShape.new(name: 'OS')
@@ -152,9 +167,13 @@ module Aws::Drs
152
167
  SmallBoundedString = Shapes::StringShape.new(name: 'SmallBoundedString')
153
168
  SourceProperties = Shapes::StructureShape.new(name: 'SourceProperties')
154
169
  SourceServer = Shapes::StructureShape.new(name: 'SourceServer')
170
+ SourceServerARN = Shapes::StringShape.new(name: 'SourceServerARN')
155
171
  SourceServerID = Shapes::StringShape.new(name: 'SourceServerID')
156
172
  SourceServerIDs = Shapes::ListShape.new(name: 'SourceServerIDs')
157
173
  SourceServersList = Shapes::ListShape.new(name: 'SourceServersList')
174
+ StagingArea = Shapes::StructureShape.new(name: 'StagingArea')
175
+ StagingSourceServer = Shapes::StructureShape.new(name: 'StagingSourceServer')
176
+ StagingSourceServersList = Shapes::ListShape.new(name: 'StagingSourceServersList')
158
177
  StartFailbackLaunchRequest = Shapes::StructureShape.new(name: 'StartFailbackLaunchRequest')
159
178
  StartFailbackLaunchResponse = Shapes::StructureShape.new(name: 'StartFailbackLaunchResponse')
160
179
  StartFailbackRequestRecoveryInstanceIDs = Shapes::ListShape.new(name: 'StartFailbackRequestRecoveryInstanceIDs')
@@ -184,12 +203,21 @@ module Aws::Drs
184
203
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
185
204
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
186
205
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
206
+ VolumeToConversionMap = Shapes::MapShape.new(name: 'VolumeToConversionMap')
207
+ VolumeToSizeMap = Shapes::MapShape.new(name: 'VolumeToSizeMap')
187
208
  ebsSnapshot = Shapes::StringShape.new(name: 'ebsSnapshot')
188
209
 
189
210
  AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
190
211
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
191
212
  AccessDeniedException.struct_class = Types::AccessDeniedException
192
213
 
214
+ Account.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
215
+ Account.struct_class = Types::Account
216
+
217
+ AccountIDs.member = Shapes::ShapeRef.new(shape: AccountID)
218
+
219
+ Accounts.member = Shapes::ShapeRef.new(shape: Account)
220
+
193
221
  CPU.add_member(:cores, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "cores"))
194
222
  CPU.add_member(:model_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "modelName"))
195
223
  CPU.struct_class = Types::CPU
@@ -200,8 +228,25 @@ module Aws::Drs
200
228
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
201
229
  ConflictException.struct_class = Types::ConflictException
202
230
 
231
+ ConversionMap.key = Shapes::ShapeRef.new(shape: ebsSnapshot)
232
+ ConversionMap.value = Shapes::ShapeRef.new(shape: ebsSnapshot)
233
+
234
+ ConversionProperties.add_member(:data_timestamp, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "dataTimestamp"))
235
+ ConversionProperties.add_member(:force_uefi, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceUefi"))
236
+ ConversionProperties.add_member(:root_volume_name, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rootVolumeName"))
237
+ ConversionProperties.add_member(:volume_to_conversion_map, Shapes::ShapeRef.new(shape: VolumeToConversionMap, location_name: "volumeToConversionMap"))
238
+ ConversionProperties.add_member(:volume_to_volume_size, Shapes::ShapeRef.new(shape: VolumeToSizeMap, location_name: "volumeToVolumeSize"))
239
+ ConversionProperties.struct_class = Types::ConversionProperties
240
+
203
241
  Cpus.member = Shapes::ShapeRef.new(shape: CPU)
204
242
 
243
+ CreateExtendedSourceServerRequest.add_member(:source_server_arn, Shapes::ShapeRef.new(shape: SourceServerARN, required: true, location_name: "sourceServerArn"))
244
+ CreateExtendedSourceServerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
245
+ CreateExtendedSourceServerRequest.struct_class = Types::CreateExtendedSourceServerRequest
246
+
247
+ CreateExtendedSourceServerResponse.add_member(:source_server, Shapes::ShapeRef.new(shape: SourceServer, location_name: "sourceServer"))
248
+ CreateExtendedSourceServerResponse.struct_class = Types::CreateExtendedSourceServerResponse
249
+
205
250
  CreateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "associateDefaultSecurityGroup"))
206
251
  CreateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "bandwidthThrottling"))
207
252
  CreateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "createPublicIP"))
@@ -277,7 +322,7 @@ module Aws::Drs
277
322
  DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
278
323
  DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
279
324
 
280
- DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, required: true, location_name: "filters"))
325
+ DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, location_name: "filters"))
281
326
  DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
282
327
  DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
283
328
  DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
@@ -295,7 +340,7 @@ module Aws::Drs
295
340
 
296
341
  DescribeRecoveryInstancesItems.member = Shapes::ShapeRef.new(shape: RecoveryInstance)
297
342
 
298
- DescribeRecoveryInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeRecoveryInstancesRequestFilters, required: true, location_name: "filters"))
343
+ DescribeRecoveryInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeRecoveryInstancesRequestFilters, location_name: "filters"))
299
344
  DescribeRecoveryInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
300
345
  DescribeRecoveryInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
301
346
  DescribeRecoveryInstancesRequest.struct_class = Types::DescribeRecoveryInstancesRequest
@@ -325,20 +370,21 @@ module Aws::Drs
325
370
 
326
371
  DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
327
372
  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"))
373
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, location_name: "replicationConfigurationTemplateIDs"))
329
374
  DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
330
375
 
331
376
  DescribeReplicationConfigurationTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplates, location_name: "items"))
332
377
  DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
333
378
  DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
334
379
 
335
- DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, required: true, location_name: "filters"))
380
+ DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, location_name: "filters"))
336
381
  DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
337
382
  DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
338
383
  DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
339
384
 
340
385
  DescribeSourceServersRequestFilters.add_member(:hardware_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hardwareId"))
341
386
  DescribeSourceServersRequestFilters.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFiltersIDs, location_name: "sourceServerIDs"))
387
+ DescribeSourceServersRequestFilters.add_member(:staging_account_i_ds, Shapes::ShapeRef.new(shape: AccountIDs, location_name: "stagingAccountIDs"))
342
388
  DescribeSourceServersRequestFilters.struct_class = Types::DescribeSourceServersRequestFilters
343
389
 
344
390
  DescribeSourceServersRequestFiltersIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
@@ -408,6 +454,7 @@ module Aws::Drs
408
454
  JobLog.add_member(:log_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "logDateTime"))
409
455
  JobLog.struct_class = Types::JobLog
410
456
 
457
+ JobLogEventData.add_member(:conversion_properties, Shapes::ShapeRef.new(shape: ConversionProperties, location_name: "conversionProperties"))
411
458
  JobLogEventData.add_member(:conversion_server_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "conversionServerID"))
412
459
  JobLogEventData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
413
460
  JobLogEventData.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
@@ -446,6 +493,23 @@ module Aws::Drs
446
493
  LifeCycleLastLaunchInitiated.add_member(:type, Shapes::ShapeRef.new(shape: LastLaunchType, location_name: "type"))
447
494
  LifeCycleLastLaunchInitiated.struct_class = Types::LifeCycleLastLaunchInitiated
448
495
 
496
+ ListExtensibleSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsReplicatingSourceServers, location_name: "maxResults"))
497
+ ListExtensibleSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
498
+ ListExtensibleSourceServersRequest.add_member(:staging_account_id, Shapes::ShapeRef.new(shape: AccountID, required: true, location_name: "stagingAccountID"))
499
+ ListExtensibleSourceServersRequest.struct_class = Types::ListExtensibleSourceServersRequest
500
+
501
+ ListExtensibleSourceServersResponse.add_member(:items, Shapes::ShapeRef.new(shape: StagingSourceServersList, location_name: "items"))
502
+ ListExtensibleSourceServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
503
+ ListExtensibleSourceServersResponse.struct_class = Types::ListExtensibleSourceServersResponse
504
+
505
+ ListStagingAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStagingAccountsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
506
+ ListStagingAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
507
+ ListStagingAccountsRequest.struct_class = Types::ListStagingAccountsRequest
508
+
509
+ ListStagingAccountsResponse.add_member(:accounts, Shapes::ShapeRef.new(shape: Accounts, location_name: "accounts"))
510
+ ListStagingAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
511
+ ListStagingAccountsResponse.struct_class = Types::ListStagingAccountsResponse
512
+
449
513
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
450
514
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
451
515
 
@@ -584,6 +648,7 @@ module Aws::Drs
584
648
  ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
585
649
  ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
586
650
  ReplicationConfigurationReplicatedDisk.add_member(:is_boot_disk, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBootDisk"))
651
+ ReplicationConfigurationReplicatedDisk.add_member(:optimized_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "optimizedStagingDiskType"))
587
652
  ReplicationConfigurationReplicatedDisk.add_member(:staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "stagingDiskType"))
588
653
  ReplicationConfigurationReplicatedDisk.add_member(:throughput, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "throughput"))
589
654
  ReplicationConfigurationReplicatedDisk.struct_class = Types::ReplicationConfigurationReplicatedDisk
@@ -648,6 +713,7 @@ module Aws::Drs
648
713
  SourceServer.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, location_name: "recoveryInstanceId"))
649
714
  SourceServer.add_member(:source_properties, Shapes::ShapeRef.new(shape: SourceProperties, location_name: "sourceProperties"))
650
715
  SourceServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
716
+ SourceServer.add_member(:staging_area, Shapes::ShapeRef.new(shape: StagingArea, location_name: "stagingArea"))
651
717
  SourceServer.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
652
718
  SourceServer.struct_class = Types::SourceServer
653
719
 
@@ -655,6 +721,19 @@ module Aws::Drs
655
721
 
656
722
  SourceServersList.member = Shapes::ShapeRef.new(shape: SourceServer)
657
723
 
724
+ StagingArea.add_member(:error_message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "errorMessage"))
725
+ StagingArea.add_member(:staging_account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "stagingAccountID"))
726
+ StagingArea.add_member(:staging_source_server_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "stagingSourceServerArn"))
727
+ StagingArea.add_member(:status, Shapes::ShapeRef.new(shape: ExtensionStatus, location_name: "status"))
728
+ StagingArea.struct_class = Types::StagingArea
729
+
730
+ StagingSourceServer.add_member(:arn, Shapes::ShapeRef.new(shape: SourceServerARN, location_name: "arn"))
731
+ StagingSourceServer.add_member(:hostname, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hostname"))
732
+ StagingSourceServer.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
733
+ StagingSourceServer.struct_class = Types::StagingSourceServer
734
+
735
+ StagingSourceServersList.member = Shapes::ShapeRef.new(shape: StagingSourceServer)
736
+
658
737
  StartFailbackLaunchRequest.add_member(:recovery_instance_i_ds, Shapes::ShapeRef.new(shape: StartFailbackRequestRecoveryInstanceIDs, required: true, location_name: "recoveryInstanceIDs"))
659
738
  StartFailbackLaunchRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
660
739
  StartFailbackLaunchRequest.struct_class = Types::StartFailbackLaunchRequest
@@ -772,6 +851,12 @@ module Aws::Drs
772
851
 
773
852
  ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
774
853
 
854
+ VolumeToConversionMap.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
855
+ VolumeToConversionMap.value = Shapes::ShapeRef.new(shape: ConversionMap)
856
+
857
+ VolumeToSizeMap.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
858
+ VolumeToSizeMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
859
+
775
860
 
776
861
  # @api private
777
862
  API = Seahorse::Model::Api.new.tap do |api|
@@ -791,6 +876,21 @@ module Aws::Drs
791
876
  "uid" => "drs-2020-02-26",
792
877
  }
793
878
 
879
+ api.add_operation(:create_extended_source_server, Seahorse::Model::Operation.new.tap do |o|
880
+ o.name = "CreateExtendedSourceServer"
881
+ o.http_method = "POST"
882
+ o.http_request_uri = "/CreateExtendedSourceServer"
883
+ o.input = Shapes::ShapeRef.new(shape: CreateExtendedSourceServerRequest)
884
+ o.output = Shapes::ShapeRef.new(shape: CreateExtendedSourceServerResponse)
885
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
886
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
887
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
888
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
889
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
891
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
892
+ end)
893
+
794
894
  api.add_operation(:create_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
795
895
  o.name = "CreateReplicationConfigurationTemplate"
796
896
  o.http_method = "POST"
@@ -1027,6 +1127,7 @@ module Aws::Drs
1027
1127
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1028
1128
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1029
1129
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1030
1131
  o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1031
1132
  end)
1032
1133
 
@@ -1042,6 +1143,44 @@ module Aws::Drs
1042
1143
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1043
1144
  end)
1044
1145
 
1146
+ api.add_operation(:list_extensible_source_servers, Seahorse::Model::Operation.new.tap do |o|
1147
+ o.name = "ListExtensibleSourceServers"
1148
+ o.http_method = "POST"
1149
+ o.http_request_uri = "/ListExtensibleSourceServers"
1150
+ o.input = Shapes::ShapeRef.new(shape: ListExtensibleSourceServersRequest)
1151
+ o.output = Shapes::ShapeRef.new(shape: ListExtensibleSourceServersResponse)
1152
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1156
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1157
+ o[:pager] = Aws::Pager.new(
1158
+ limit_key: "max_results",
1159
+ tokens: {
1160
+ "next_token" => "next_token"
1161
+ }
1162
+ )
1163
+ end)
1164
+
1165
+ api.add_operation(:list_staging_accounts, Seahorse::Model::Operation.new.tap do |o|
1166
+ o.name = "ListStagingAccounts"
1167
+ o.http_method = "GET"
1168
+ o.http_request_uri = "/ListStagingAccounts"
1169
+ o.input = Shapes::ShapeRef.new(shape: ListStagingAccountsRequest)
1170
+ o.output = Shapes::ShapeRef.new(shape: ListStagingAccountsResponse)
1171
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1176
+ o[:pager] = Aws::Pager.new(
1177
+ limit_key: "max_results",
1178
+ tokens: {
1179
+ "next_token" => "next_token"
1180
+ }
1181
+ )
1182
+ end)
1183
+
1045
1184
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1046
1185
  o.name = "ListTagsForResource"
1047
1186
  o.http_method = "GET"