aws-sdk-datasync 1.34.0 → 1.38.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +401 -64
- data/lib/aws-sdk-datasync/client_api.rb +118 -0
- data/lib/aws-sdk-datasync/types.rb +587 -91
- data/lib/aws-sdk-datasync.rb +1 -1
- metadata +5 -5
@@ -29,6 +29,8 @@ module Aws::DataSync
|
|
29
29
|
CreateLocationEfsResponse = Shapes::StructureShape.new(name: 'CreateLocationEfsResponse')
|
30
30
|
CreateLocationFsxWindowsRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxWindowsRequest')
|
31
31
|
CreateLocationFsxWindowsResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxWindowsResponse')
|
32
|
+
CreateLocationHdfsRequest = Shapes::StructureShape.new(name: 'CreateLocationHdfsRequest')
|
33
|
+
CreateLocationHdfsResponse = Shapes::StructureShape.new(name: 'CreateLocationHdfsResponse')
|
32
34
|
CreateLocationNfsRequest = Shapes::StructureShape.new(name: 'CreateLocationNfsRequest')
|
33
35
|
CreateLocationNfsResponse = Shapes::StructureShape.new(name: 'CreateLocationNfsResponse')
|
34
36
|
CreateLocationObjectStorageRequest = Shapes::StructureShape.new(name: 'CreateLocationObjectStorageRequest')
|
@@ -51,6 +53,8 @@ module Aws::DataSync
|
|
51
53
|
DescribeLocationEfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationEfsResponse')
|
52
54
|
DescribeLocationFsxWindowsRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxWindowsRequest')
|
53
55
|
DescribeLocationFsxWindowsResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxWindowsResponse')
|
56
|
+
DescribeLocationHdfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationHdfsRequest')
|
57
|
+
DescribeLocationHdfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationHdfsResponse')
|
54
58
|
DescribeLocationNfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationNfsRequest')
|
55
59
|
DescribeLocationNfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationNfsResponse')
|
56
60
|
DescribeLocationObjectStorageRequest = Shapes::StructureShape.new(name: 'DescribeLocationObjectStorageRequest')
|
@@ -82,10 +86,25 @@ module Aws::DataSync
|
|
82
86
|
FsxFilesystemArn = Shapes::StringShape.new(name: 'FsxFilesystemArn')
|
83
87
|
FsxWindowsSubdirectory = Shapes::StringShape.new(name: 'FsxWindowsSubdirectory')
|
84
88
|
Gid = Shapes::StringShape.new(name: 'Gid')
|
89
|
+
HdfsAuthenticationType = Shapes::StringShape.new(name: 'HdfsAuthenticationType')
|
90
|
+
HdfsBlockSize = Shapes::IntegerShape.new(name: 'HdfsBlockSize')
|
91
|
+
HdfsDataTransferProtection = Shapes::StringShape.new(name: 'HdfsDataTransferProtection')
|
92
|
+
HdfsNameNode = Shapes::StructureShape.new(name: 'HdfsNameNode')
|
93
|
+
HdfsNameNodeList = Shapes::ListShape.new(name: 'HdfsNameNodeList')
|
94
|
+
HdfsReplicationFactor = Shapes::IntegerShape.new(name: 'HdfsReplicationFactor')
|
95
|
+
HdfsRpcProtection = Shapes::StringShape.new(name: 'HdfsRpcProtection')
|
96
|
+
HdfsServerHostname = Shapes::StringShape.new(name: 'HdfsServerHostname')
|
97
|
+
HdfsServerPort = Shapes::IntegerShape.new(name: 'HdfsServerPort')
|
98
|
+
HdfsSubdirectory = Shapes::StringShape.new(name: 'HdfsSubdirectory')
|
99
|
+
HdfsUser = Shapes::StringShape.new(name: 'HdfsUser')
|
85
100
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
86
101
|
InputTagList = Shapes::ListShape.new(name: 'InputTagList')
|
87
102
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
88
103
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
104
|
+
KerberosKeytabFile = Shapes::BlobShape.new(name: 'KerberosKeytabFile')
|
105
|
+
KerberosKrb5ConfFile = Shapes::BlobShape.new(name: 'KerberosKrb5ConfFile')
|
106
|
+
KerberosPrincipal = Shapes::StringShape.new(name: 'KerberosPrincipal')
|
107
|
+
KmsKeyProviderUri = Shapes::StringShape.new(name: 'KmsKeyProviderUri')
|
89
108
|
ListAgentsRequest = Shapes::StructureShape.new(name: 'ListAgentsRequest')
|
90
109
|
ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
|
91
110
|
ListLocationsRequest = Shapes::StructureShape.new(name: 'ListLocationsRequest')
|
@@ -129,6 +148,7 @@ module Aws::DataSync
|
|
129
148
|
PreserveDeletedFiles = Shapes::StringShape.new(name: 'PreserveDeletedFiles')
|
130
149
|
PreserveDevices = Shapes::StringShape.new(name: 'PreserveDevices')
|
131
150
|
PrivateLinkConfig = Shapes::StructureShape.new(name: 'PrivateLinkConfig')
|
151
|
+
QopConfiguration = Shapes::StructureShape.new(name: 'QopConfiguration')
|
132
152
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
133
153
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
134
154
|
S3StorageClass = Shapes::StringShape.new(name: 'S3StorageClass')
|
@@ -173,6 +193,8 @@ module Aws::DataSync
|
|
173
193
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
174
194
|
UpdateAgentRequest = Shapes::StructureShape.new(name: 'UpdateAgentRequest')
|
175
195
|
UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
|
196
|
+
UpdateLocationHdfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationHdfsRequest')
|
197
|
+
UpdateLocationHdfsResponse = Shapes::StructureShape.new(name: 'UpdateLocationHdfsResponse')
|
176
198
|
UpdateLocationNfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationNfsRequest')
|
177
199
|
UpdateLocationNfsResponse = Shapes::StructureShape.new(name: 'UpdateLocationNfsResponse')
|
178
200
|
UpdateLocationObjectStorageRequest = Shapes::StructureShape.new(name: 'UpdateLocationObjectStorageRequest')
|
@@ -234,6 +256,24 @@ module Aws::DataSync
|
|
234
256
|
CreateLocationFsxWindowsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
235
257
|
CreateLocationFsxWindowsResponse.struct_class = Types::CreateLocationFsxWindowsResponse
|
236
258
|
|
259
|
+
CreateLocationHdfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: HdfsSubdirectory, location_name: "Subdirectory"))
|
260
|
+
CreateLocationHdfsRequest.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, required: true, location_name: "NameNodes"))
|
261
|
+
CreateLocationHdfsRequest.add_member(:block_size, Shapes::ShapeRef.new(shape: HdfsBlockSize, location_name: "BlockSize"))
|
262
|
+
CreateLocationHdfsRequest.add_member(:replication_factor, Shapes::ShapeRef.new(shape: HdfsReplicationFactor, location_name: "ReplicationFactor"))
|
263
|
+
CreateLocationHdfsRequest.add_member(:kms_key_provider_uri, Shapes::ShapeRef.new(shape: KmsKeyProviderUri, location_name: "KmsKeyProviderUri"))
|
264
|
+
CreateLocationHdfsRequest.add_member(:qop_configuration, Shapes::ShapeRef.new(shape: QopConfiguration, location_name: "QopConfiguration"))
|
265
|
+
CreateLocationHdfsRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: HdfsAuthenticationType, required: true, location_name: "AuthenticationType"))
|
266
|
+
CreateLocationHdfsRequest.add_member(:simple_user, Shapes::ShapeRef.new(shape: HdfsUser, location_name: "SimpleUser"))
|
267
|
+
CreateLocationHdfsRequest.add_member(:kerberos_principal, Shapes::ShapeRef.new(shape: KerberosPrincipal, location_name: "KerberosPrincipal"))
|
268
|
+
CreateLocationHdfsRequest.add_member(:kerberos_keytab, Shapes::ShapeRef.new(shape: KerberosKeytabFile, location_name: "KerberosKeytab"))
|
269
|
+
CreateLocationHdfsRequest.add_member(:kerberos_krb_5_conf, Shapes::ShapeRef.new(shape: KerberosKrb5ConfFile, location_name: "KerberosKrb5Conf"))
|
270
|
+
CreateLocationHdfsRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, required: true, location_name: "AgentArns"))
|
271
|
+
CreateLocationHdfsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
272
|
+
CreateLocationHdfsRequest.struct_class = Types::CreateLocationHdfsRequest
|
273
|
+
|
274
|
+
CreateLocationHdfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
275
|
+
CreateLocationHdfsResponse.struct_class = Types::CreateLocationHdfsResponse
|
276
|
+
|
237
277
|
CreateLocationNfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: NfsSubdirectory, required: true, location_name: "Subdirectory"))
|
238
278
|
CreateLocationNfsRequest.add_member(:server_hostname, Shapes::ShapeRef.new(shape: ServerHostname, required: true, location_name: "ServerHostname"))
|
239
279
|
CreateLocationNfsRequest.add_member(:on_prem_config, Shapes::ShapeRef.new(shape: OnPremConfig, required: true, location_name: "OnPremConfig"))
|
@@ -290,6 +330,7 @@ module Aws::DataSync
|
|
290
330
|
CreateTaskRequest.add_member(:excludes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Excludes"))
|
291
331
|
CreateTaskRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: TaskSchedule, location_name: "Schedule"))
|
292
332
|
CreateTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
333
|
+
CreateTaskRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
|
293
334
|
CreateTaskRequest.struct_class = Types::CreateTaskRequest
|
294
335
|
|
295
336
|
CreateTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
@@ -342,6 +383,23 @@ module Aws::DataSync
|
|
342
383
|
DescribeLocationFsxWindowsResponse.add_member(:domain, Shapes::ShapeRef.new(shape: SmbDomain, location_name: "Domain"))
|
343
384
|
DescribeLocationFsxWindowsResponse.struct_class = Types::DescribeLocationFsxWindowsResponse
|
344
385
|
|
386
|
+
DescribeLocationHdfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
387
|
+
DescribeLocationHdfsRequest.struct_class = Types::DescribeLocationHdfsRequest
|
388
|
+
|
389
|
+
DescribeLocationHdfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
390
|
+
DescribeLocationHdfsResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
|
391
|
+
DescribeLocationHdfsResponse.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, location_name: "NameNodes"))
|
392
|
+
DescribeLocationHdfsResponse.add_member(:block_size, Shapes::ShapeRef.new(shape: HdfsBlockSize, location_name: "BlockSize"))
|
393
|
+
DescribeLocationHdfsResponse.add_member(:replication_factor, Shapes::ShapeRef.new(shape: HdfsReplicationFactor, location_name: "ReplicationFactor"))
|
394
|
+
DescribeLocationHdfsResponse.add_member(:kms_key_provider_uri, Shapes::ShapeRef.new(shape: KmsKeyProviderUri, location_name: "KmsKeyProviderUri"))
|
395
|
+
DescribeLocationHdfsResponse.add_member(:qop_configuration, Shapes::ShapeRef.new(shape: QopConfiguration, location_name: "QopConfiguration"))
|
396
|
+
DescribeLocationHdfsResponse.add_member(:authentication_type, Shapes::ShapeRef.new(shape: HdfsAuthenticationType, location_name: "AuthenticationType"))
|
397
|
+
DescribeLocationHdfsResponse.add_member(:simple_user, Shapes::ShapeRef.new(shape: HdfsUser, location_name: "SimpleUser"))
|
398
|
+
DescribeLocationHdfsResponse.add_member(:kerberos_principal, Shapes::ShapeRef.new(shape: KerberosPrincipal, location_name: "KerberosPrincipal"))
|
399
|
+
DescribeLocationHdfsResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
|
400
|
+
DescribeLocationHdfsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
|
401
|
+
DescribeLocationHdfsResponse.struct_class = Types::DescribeLocationHdfsResponse
|
402
|
+
|
345
403
|
DescribeLocationNfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
346
404
|
DescribeLocationNfsRequest.struct_class = Types::DescribeLocationNfsRequest
|
347
405
|
|
@@ -422,6 +480,7 @@ module Aws::DataSync
|
|
422
480
|
DescribeTaskResponse.add_member(:error_code, Shapes::ShapeRef.new(shape: string, location_name: "ErrorCode"))
|
423
481
|
DescribeTaskResponse.add_member(:error_detail, Shapes::ShapeRef.new(shape: string, location_name: "ErrorDetail"))
|
424
482
|
DescribeTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
|
483
|
+
DescribeTaskResponse.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
|
425
484
|
DescribeTaskResponse.struct_class = Types::DescribeTaskResponse
|
426
485
|
|
427
486
|
DestinationNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
|
@@ -440,6 +499,12 @@ module Aws::DataSync
|
|
440
499
|
|
441
500
|
FilterValues.member = Shapes::ShapeRef.new(shape: FilterAttributeValue)
|
442
501
|
|
502
|
+
HdfsNameNode.add_member(:hostname, Shapes::ShapeRef.new(shape: HdfsServerHostname, required: true, location_name: "Hostname"))
|
503
|
+
HdfsNameNode.add_member(:port, Shapes::ShapeRef.new(shape: HdfsServerPort, required: true, location_name: "Port"))
|
504
|
+
HdfsNameNode.struct_class = Types::HdfsNameNode
|
505
|
+
|
506
|
+
HdfsNameNodeList.member = Shapes::ShapeRef.new(shape: HdfsNameNode)
|
507
|
+
|
443
508
|
InputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
|
444
509
|
|
445
510
|
InternalException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
|
@@ -541,6 +606,10 @@ module Aws::DataSync
|
|
541
606
|
PrivateLinkConfig.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: PLSecurityGroupArnList, location_name: "SecurityGroupArns"))
|
542
607
|
PrivateLinkConfig.struct_class = Types::PrivateLinkConfig
|
543
608
|
|
609
|
+
QopConfiguration.add_member(:rpc_protection, Shapes::ShapeRef.new(shape: HdfsRpcProtection, location_name: "RpcProtection"))
|
610
|
+
QopConfiguration.add_member(:data_transfer_protection, Shapes::ShapeRef.new(shape: HdfsDataTransferProtection, location_name: "DataTransferProtection"))
|
611
|
+
QopConfiguration.struct_class = Types::QopConfiguration
|
612
|
+
|
544
613
|
S3Config.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
|
545
614
|
S3Config.struct_class = Types::S3Config
|
546
615
|
|
@@ -552,6 +621,7 @@ module Aws::DataSync
|
|
552
621
|
StartTaskExecutionRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, required: true, location_name: "TaskArn"))
|
553
622
|
StartTaskExecutionRequest.add_member(:override_options, Shapes::ShapeRef.new(shape: Options, location_name: "OverrideOptions"))
|
554
623
|
StartTaskExecutionRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
|
624
|
+
StartTaskExecutionRequest.add_member(:excludes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Excludes"))
|
555
625
|
StartTaskExecutionRequest.struct_class = Types::StartTaskExecutionRequest
|
556
626
|
|
557
627
|
StartTaskExecutionResponse.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, location_name: "TaskExecutionArn"))
|
@@ -615,6 +685,23 @@ module Aws::DataSync
|
|
615
685
|
|
616
686
|
UpdateAgentResponse.struct_class = Types::UpdateAgentResponse
|
617
687
|
|
688
|
+
UpdateLocationHdfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
689
|
+
UpdateLocationHdfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: HdfsSubdirectory, location_name: "Subdirectory"))
|
690
|
+
UpdateLocationHdfsRequest.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, location_name: "NameNodes"))
|
691
|
+
UpdateLocationHdfsRequest.add_member(:block_size, Shapes::ShapeRef.new(shape: HdfsBlockSize, location_name: "BlockSize"))
|
692
|
+
UpdateLocationHdfsRequest.add_member(:replication_factor, Shapes::ShapeRef.new(shape: HdfsReplicationFactor, location_name: "ReplicationFactor"))
|
693
|
+
UpdateLocationHdfsRequest.add_member(:kms_key_provider_uri, Shapes::ShapeRef.new(shape: KmsKeyProviderUri, location_name: "KmsKeyProviderUri"))
|
694
|
+
UpdateLocationHdfsRequest.add_member(:qop_configuration, Shapes::ShapeRef.new(shape: QopConfiguration, location_name: "QopConfiguration"))
|
695
|
+
UpdateLocationHdfsRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: HdfsAuthenticationType, location_name: "AuthenticationType"))
|
696
|
+
UpdateLocationHdfsRequest.add_member(:simple_user, Shapes::ShapeRef.new(shape: HdfsUser, location_name: "SimpleUser"))
|
697
|
+
UpdateLocationHdfsRequest.add_member(:kerberos_principal, Shapes::ShapeRef.new(shape: KerberosPrincipal, location_name: "KerberosPrincipal"))
|
698
|
+
UpdateLocationHdfsRequest.add_member(:kerberos_keytab, Shapes::ShapeRef.new(shape: KerberosKeytabFile, location_name: "KerberosKeytab"))
|
699
|
+
UpdateLocationHdfsRequest.add_member(:kerberos_krb_5_conf, Shapes::ShapeRef.new(shape: KerberosKrb5ConfFile, location_name: "KerberosKrb5Conf"))
|
700
|
+
UpdateLocationHdfsRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
|
701
|
+
UpdateLocationHdfsRequest.struct_class = Types::UpdateLocationHdfsRequest
|
702
|
+
|
703
|
+
UpdateLocationHdfsResponse.struct_class = Types::UpdateLocationHdfsResponse
|
704
|
+
|
618
705
|
UpdateLocationNfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
619
706
|
UpdateLocationNfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: NfsSubdirectory, location_name: "Subdirectory"))
|
620
707
|
UpdateLocationNfsRequest.add_member(:on_prem_config, Shapes::ShapeRef.new(shape: OnPremConfig, location_name: "OnPremConfig"))
|
@@ -657,6 +744,7 @@ module Aws::DataSync
|
|
657
744
|
UpdateTaskRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: TaskSchedule, location_name: "Schedule"))
|
658
745
|
UpdateTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: TagValue, location_name: "Name"))
|
659
746
|
UpdateTaskRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
|
747
|
+
UpdateTaskRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
|
660
748
|
UpdateTaskRequest.struct_class = Types::UpdateTaskRequest
|
661
749
|
|
662
750
|
UpdateTaskResponse.struct_class = Types::UpdateTaskResponse
|
@@ -721,6 +809,16 @@ module Aws::DataSync
|
|
721
809
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
722
810
|
end)
|
723
811
|
|
812
|
+
api.add_operation(:create_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
813
|
+
o.name = "CreateLocationHdfs"
|
814
|
+
o.http_method = "POST"
|
815
|
+
o.http_request_uri = "/"
|
816
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocationHdfsRequest)
|
817
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocationHdfsResponse)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
820
|
+
end)
|
821
|
+
|
724
822
|
api.add_operation(:create_location_nfs, Seahorse::Model::Operation.new.tap do |o|
|
725
823
|
o.name = "CreateLocationNfs"
|
726
824
|
o.http_method = "POST"
|
@@ -831,6 +929,16 @@ module Aws::DataSync
|
|
831
929
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
832
930
|
end)
|
833
931
|
|
932
|
+
api.add_operation(:describe_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
933
|
+
o.name = "DescribeLocationHdfs"
|
934
|
+
o.http_method = "POST"
|
935
|
+
o.http_request_uri = "/"
|
936
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLocationHdfsRequest)
|
937
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLocationHdfsResponse)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
940
|
+
end)
|
941
|
+
|
834
942
|
api.add_operation(:describe_location_nfs, Seahorse::Model::Operation.new.tap do |o|
|
835
943
|
o.name = "DescribeLocationNfs"
|
836
944
|
o.http_method = "POST"
|
@@ -1011,6 +1119,16 @@ module Aws::DataSync
|
|
1011
1119
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1012
1120
|
end)
|
1013
1121
|
|
1122
|
+
api.add_operation(:update_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
1123
|
+
o.name = "UpdateLocationHdfs"
|
1124
|
+
o.http_method = "POST"
|
1125
|
+
o.http_request_uri = "/"
|
1126
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLocationHdfsRequest)
|
1127
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLocationHdfsResponse)
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1130
|
+
end)
|
1131
|
+
|
1014
1132
|
api.add_operation(:update_location_nfs, Seahorse::Model::Operation.new.tap do |o|
|
1015
1133
|
o.name = "UpdateLocationNfs"
|
1016
1134
|
o.http_method = "POST"
|