aws-sdk-datasync 1.37.0 → 1.41.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 +404 -19
- data/lib/aws-sdk-datasync/client_api.rb +157 -0
- data/lib/aws-sdk-datasync/types.rb +584 -29
- data/lib/aws-sdk-datasync.rb +1 -1
- metadata +4 -4
@@ -27,8 +27,12 @@ module Aws::DataSync
|
|
27
27
|
CreateAgentResponse = Shapes::StructureShape.new(name: 'CreateAgentResponse')
|
28
28
|
CreateLocationEfsRequest = Shapes::StructureShape.new(name: 'CreateLocationEfsRequest')
|
29
29
|
CreateLocationEfsResponse = Shapes::StructureShape.new(name: 'CreateLocationEfsResponse')
|
30
|
+
CreateLocationFsxLustreRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxLustreRequest')
|
31
|
+
CreateLocationFsxLustreResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxLustreResponse')
|
30
32
|
CreateLocationFsxWindowsRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxWindowsRequest')
|
31
33
|
CreateLocationFsxWindowsResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxWindowsResponse')
|
34
|
+
CreateLocationHdfsRequest = Shapes::StructureShape.new(name: 'CreateLocationHdfsRequest')
|
35
|
+
CreateLocationHdfsResponse = Shapes::StructureShape.new(name: 'CreateLocationHdfsResponse')
|
32
36
|
CreateLocationNfsRequest = Shapes::StructureShape.new(name: 'CreateLocationNfsRequest')
|
33
37
|
CreateLocationNfsResponse = Shapes::StructureShape.new(name: 'CreateLocationNfsResponse')
|
34
38
|
CreateLocationObjectStorageRequest = Shapes::StructureShape.new(name: 'CreateLocationObjectStorageRequest')
|
@@ -49,8 +53,12 @@ module Aws::DataSync
|
|
49
53
|
DescribeAgentResponse = Shapes::StructureShape.new(name: 'DescribeAgentResponse')
|
50
54
|
DescribeLocationEfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationEfsRequest')
|
51
55
|
DescribeLocationEfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationEfsResponse')
|
56
|
+
DescribeLocationFsxLustreRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxLustreRequest')
|
57
|
+
DescribeLocationFsxLustreResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxLustreResponse')
|
52
58
|
DescribeLocationFsxWindowsRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxWindowsRequest')
|
53
59
|
DescribeLocationFsxWindowsResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxWindowsResponse')
|
60
|
+
DescribeLocationHdfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationHdfsRequest')
|
61
|
+
DescribeLocationHdfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationHdfsResponse')
|
54
62
|
DescribeLocationNfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationNfsRequest')
|
55
63
|
DescribeLocationNfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationNfsResponse')
|
56
64
|
DescribeLocationObjectStorageRequest = Shapes::StructureShape.new(name: 'DescribeLocationObjectStorageRequest')
|
@@ -80,12 +88,28 @@ module Aws::DataSync
|
|
80
88
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
81
89
|
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
82
90
|
FsxFilesystemArn = Shapes::StringShape.new(name: 'FsxFilesystemArn')
|
91
|
+
FsxLustreSubdirectory = Shapes::StringShape.new(name: 'FsxLustreSubdirectory')
|
83
92
|
FsxWindowsSubdirectory = Shapes::StringShape.new(name: 'FsxWindowsSubdirectory')
|
84
93
|
Gid = Shapes::StringShape.new(name: 'Gid')
|
94
|
+
HdfsAuthenticationType = Shapes::StringShape.new(name: 'HdfsAuthenticationType')
|
95
|
+
HdfsBlockSize = Shapes::IntegerShape.new(name: 'HdfsBlockSize')
|
96
|
+
HdfsDataTransferProtection = Shapes::StringShape.new(name: 'HdfsDataTransferProtection')
|
97
|
+
HdfsNameNode = Shapes::StructureShape.new(name: 'HdfsNameNode')
|
98
|
+
HdfsNameNodeList = Shapes::ListShape.new(name: 'HdfsNameNodeList')
|
99
|
+
HdfsReplicationFactor = Shapes::IntegerShape.new(name: 'HdfsReplicationFactor')
|
100
|
+
HdfsRpcProtection = Shapes::StringShape.new(name: 'HdfsRpcProtection')
|
101
|
+
HdfsServerHostname = Shapes::StringShape.new(name: 'HdfsServerHostname')
|
102
|
+
HdfsServerPort = Shapes::IntegerShape.new(name: 'HdfsServerPort')
|
103
|
+
HdfsSubdirectory = Shapes::StringShape.new(name: 'HdfsSubdirectory')
|
104
|
+
HdfsUser = Shapes::StringShape.new(name: 'HdfsUser')
|
85
105
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
86
106
|
InputTagList = Shapes::ListShape.new(name: 'InputTagList')
|
87
107
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
88
108
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
109
|
+
KerberosKeytabFile = Shapes::BlobShape.new(name: 'KerberosKeytabFile')
|
110
|
+
KerberosKrb5ConfFile = Shapes::BlobShape.new(name: 'KerberosKrb5ConfFile')
|
111
|
+
KerberosPrincipal = Shapes::StringShape.new(name: 'KerberosPrincipal')
|
112
|
+
KmsKeyProviderUri = Shapes::StringShape.new(name: 'KmsKeyProviderUri')
|
89
113
|
ListAgentsRequest = Shapes::StructureShape.new(name: 'ListAgentsRequest')
|
90
114
|
ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
|
91
115
|
ListLocationsRequest = Shapes::StructureShape.new(name: 'ListLocationsRequest')
|
@@ -129,6 +153,7 @@ module Aws::DataSync
|
|
129
153
|
PreserveDeletedFiles = Shapes::StringShape.new(name: 'PreserveDeletedFiles')
|
130
154
|
PreserveDevices = Shapes::StringShape.new(name: 'PreserveDevices')
|
131
155
|
PrivateLinkConfig = Shapes::StructureShape.new(name: 'PrivateLinkConfig')
|
156
|
+
QopConfiguration = Shapes::StructureShape.new(name: 'QopConfiguration')
|
132
157
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
133
158
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
134
159
|
S3StorageClass = Shapes::StringShape.new(name: 'S3StorageClass')
|
@@ -173,6 +198,8 @@ module Aws::DataSync
|
|
173
198
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
174
199
|
UpdateAgentRequest = Shapes::StructureShape.new(name: 'UpdateAgentRequest')
|
175
200
|
UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
|
201
|
+
UpdateLocationHdfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationHdfsRequest')
|
202
|
+
UpdateLocationHdfsResponse = Shapes::StructureShape.new(name: 'UpdateLocationHdfsResponse')
|
176
203
|
UpdateLocationNfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationNfsRequest')
|
177
204
|
UpdateLocationNfsResponse = Shapes::StructureShape.new(name: 'UpdateLocationNfsResponse')
|
178
205
|
UpdateLocationObjectStorageRequest = Shapes::StructureShape.new(name: 'UpdateLocationObjectStorageRequest')
|
@@ -222,6 +249,15 @@ module Aws::DataSync
|
|
222
249
|
CreateLocationEfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
223
250
|
CreateLocationEfsResponse.struct_class = Types::CreateLocationEfsResponse
|
224
251
|
|
252
|
+
CreateLocationFsxLustreRequest.add_member(:fsx_filesystem_arn, Shapes::ShapeRef.new(shape: FsxFilesystemArn, required: true, location_name: "FsxFilesystemArn"))
|
253
|
+
CreateLocationFsxLustreRequest.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
|
254
|
+
CreateLocationFsxLustreRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: FsxLustreSubdirectory, location_name: "Subdirectory"))
|
255
|
+
CreateLocationFsxLustreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
256
|
+
CreateLocationFsxLustreRequest.struct_class = Types::CreateLocationFsxLustreRequest
|
257
|
+
|
258
|
+
CreateLocationFsxLustreResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
259
|
+
CreateLocationFsxLustreResponse.struct_class = Types::CreateLocationFsxLustreResponse
|
260
|
+
|
225
261
|
CreateLocationFsxWindowsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: FsxWindowsSubdirectory, location_name: "Subdirectory"))
|
226
262
|
CreateLocationFsxWindowsRequest.add_member(:fsx_filesystem_arn, Shapes::ShapeRef.new(shape: FsxFilesystemArn, required: true, location_name: "FsxFilesystemArn"))
|
227
263
|
CreateLocationFsxWindowsRequest.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
|
@@ -234,6 +270,24 @@ module Aws::DataSync
|
|
234
270
|
CreateLocationFsxWindowsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
235
271
|
CreateLocationFsxWindowsResponse.struct_class = Types::CreateLocationFsxWindowsResponse
|
236
272
|
|
273
|
+
CreateLocationHdfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: HdfsSubdirectory, location_name: "Subdirectory"))
|
274
|
+
CreateLocationHdfsRequest.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, required: true, location_name: "NameNodes"))
|
275
|
+
CreateLocationHdfsRequest.add_member(:block_size, Shapes::ShapeRef.new(shape: HdfsBlockSize, location_name: "BlockSize"))
|
276
|
+
CreateLocationHdfsRequest.add_member(:replication_factor, Shapes::ShapeRef.new(shape: HdfsReplicationFactor, location_name: "ReplicationFactor"))
|
277
|
+
CreateLocationHdfsRequest.add_member(:kms_key_provider_uri, Shapes::ShapeRef.new(shape: KmsKeyProviderUri, location_name: "KmsKeyProviderUri"))
|
278
|
+
CreateLocationHdfsRequest.add_member(:qop_configuration, Shapes::ShapeRef.new(shape: QopConfiguration, location_name: "QopConfiguration"))
|
279
|
+
CreateLocationHdfsRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: HdfsAuthenticationType, required: true, location_name: "AuthenticationType"))
|
280
|
+
CreateLocationHdfsRequest.add_member(:simple_user, Shapes::ShapeRef.new(shape: HdfsUser, location_name: "SimpleUser"))
|
281
|
+
CreateLocationHdfsRequest.add_member(:kerberos_principal, Shapes::ShapeRef.new(shape: KerberosPrincipal, location_name: "KerberosPrincipal"))
|
282
|
+
CreateLocationHdfsRequest.add_member(:kerberos_keytab, Shapes::ShapeRef.new(shape: KerberosKeytabFile, location_name: "KerberosKeytab"))
|
283
|
+
CreateLocationHdfsRequest.add_member(:kerberos_krb_5_conf, Shapes::ShapeRef.new(shape: KerberosKrb5ConfFile, location_name: "KerberosKrb5Conf"))
|
284
|
+
CreateLocationHdfsRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, required: true, location_name: "AgentArns"))
|
285
|
+
CreateLocationHdfsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
286
|
+
CreateLocationHdfsRequest.struct_class = Types::CreateLocationHdfsRequest
|
287
|
+
|
288
|
+
CreateLocationHdfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
289
|
+
CreateLocationHdfsResponse.struct_class = Types::CreateLocationHdfsResponse
|
290
|
+
|
237
291
|
CreateLocationNfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: NfsSubdirectory, required: true, location_name: "Subdirectory"))
|
238
292
|
CreateLocationNfsRequest.add_member(:server_hostname, Shapes::ShapeRef.new(shape: ServerHostname, required: true, location_name: "ServerHostname"))
|
239
293
|
CreateLocationNfsRequest.add_member(:on_prem_config, Shapes::ShapeRef.new(shape: OnPremConfig, required: true, location_name: "OnPremConfig"))
|
@@ -332,6 +386,15 @@ module Aws::DataSync
|
|
332
386
|
DescribeLocationEfsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
|
333
387
|
DescribeLocationEfsResponse.struct_class = Types::DescribeLocationEfsResponse
|
334
388
|
|
389
|
+
DescribeLocationFsxLustreRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
390
|
+
DescribeLocationFsxLustreRequest.struct_class = Types::DescribeLocationFsxLustreRequest
|
391
|
+
|
392
|
+
DescribeLocationFsxLustreResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
393
|
+
DescribeLocationFsxLustreResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
|
394
|
+
DescribeLocationFsxLustreResponse.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, location_name: "SecurityGroupArns"))
|
395
|
+
DescribeLocationFsxLustreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
|
396
|
+
DescribeLocationFsxLustreResponse.struct_class = Types::DescribeLocationFsxLustreResponse
|
397
|
+
|
335
398
|
DescribeLocationFsxWindowsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
336
399
|
DescribeLocationFsxWindowsRequest.struct_class = Types::DescribeLocationFsxWindowsRequest
|
337
400
|
|
@@ -343,6 +406,23 @@ module Aws::DataSync
|
|
343
406
|
DescribeLocationFsxWindowsResponse.add_member(:domain, Shapes::ShapeRef.new(shape: SmbDomain, location_name: "Domain"))
|
344
407
|
DescribeLocationFsxWindowsResponse.struct_class = Types::DescribeLocationFsxWindowsResponse
|
345
408
|
|
409
|
+
DescribeLocationHdfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
410
|
+
DescribeLocationHdfsRequest.struct_class = Types::DescribeLocationHdfsRequest
|
411
|
+
|
412
|
+
DescribeLocationHdfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
|
413
|
+
DescribeLocationHdfsResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
|
414
|
+
DescribeLocationHdfsResponse.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, location_name: "NameNodes"))
|
415
|
+
DescribeLocationHdfsResponse.add_member(:block_size, Shapes::ShapeRef.new(shape: HdfsBlockSize, location_name: "BlockSize"))
|
416
|
+
DescribeLocationHdfsResponse.add_member(:replication_factor, Shapes::ShapeRef.new(shape: HdfsReplicationFactor, location_name: "ReplicationFactor"))
|
417
|
+
DescribeLocationHdfsResponse.add_member(:kms_key_provider_uri, Shapes::ShapeRef.new(shape: KmsKeyProviderUri, location_name: "KmsKeyProviderUri"))
|
418
|
+
DescribeLocationHdfsResponse.add_member(:qop_configuration, Shapes::ShapeRef.new(shape: QopConfiguration, location_name: "QopConfiguration"))
|
419
|
+
DescribeLocationHdfsResponse.add_member(:authentication_type, Shapes::ShapeRef.new(shape: HdfsAuthenticationType, location_name: "AuthenticationType"))
|
420
|
+
DescribeLocationHdfsResponse.add_member(:simple_user, Shapes::ShapeRef.new(shape: HdfsUser, location_name: "SimpleUser"))
|
421
|
+
DescribeLocationHdfsResponse.add_member(:kerberos_principal, Shapes::ShapeRef.new(shape: KerberosPrincipal, location_name: "KerberosPrincipal"))
|
422
|
+
DescribeLocationHdfsResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
|
423
|
+
DescribeLocationHdfsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
|
424
|
+
DescribeLocationHdfsResponse.struct_class = Types::DescribeLocationHdfsResponse
|
425
|
+
|
346
426
|
DescribeLocationNfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
347
427
|
DescribeLocationNfsRequest.struct_class = Types::DescribeLocationNfsRequest
|
348
428
|
|
@@ -442,6 +522,12 @@ module Aws::DataSync
|
|
442
522
|
|
443
523
|
FilterValues.member = Shapes::ShapeRef.new(shape: FilterAttributeValue)
|
444
524
|
|
525
|
+
HdfsNameNode.add_member(:hostname, Shapes::ShapeRef.new(shape: HdfsServerHostname, required: true, location_name: "Hostname"))
|
526
|
+
HdfsNameNode.add_member(:port, Shapes::ShapeRef.new(shape: HdfsServerPort, required: true, location_name: "Port"))
|
527
|
+
HdfsNameNode.struct_class = Types::HdfsNameNode
|
528
|
+
|
529
|
+
HdfsNameNodeList.member = Shapes::ShapeRef.new(shape: HdfsNameNode)
|
530
|
+
|
445
531
|
InputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
|
446
532
|
|
447
533
|
InternalException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
|
@@ -543,6 +629,10 @@ module Aws::DataSync
|
|
543
629
|
PrivateLinkConfig.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: PLSecurityGroupArnList, location_name: "SecurityGroupArns"))
|
544
630
|
PrivateLinkConfig.struct_class = Types::PrivateLinkConfig
|
545
631
|
|
632
|
+
QopConfiguration.add_member(:rpc_protection, Shapes::ShapeRef.new(shape: HdfsRpcProtection, location_name: "RpcProtection"))
|
633
|
+
QopConfiguration.add_member(:data_transfer_protection, Shapes::ShapeRef.new(shape: HdfsDataTransferProtection, location_name: "DataTransferProtection"))
|
634
|
+
QopConfiguration.struct_class = Types::QopConfiguration
|
635
|
+
|
546
636
|
S3Config.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
|
547
637
|
S3Config.struct_class = Types::S3Config
|
548
638
|
|
@@ -618,6 +708,23 @@ module Aws::DataSync
|
|
618
708
|
|
619
709
|
UpdateAgentResponse.struct_class = Types::UpdateAgentResponse
|
620
710
|
|
711
|
+
UpdateLocationHdfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
712
|
+
UpdateLocationHdfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: HdfsSubdirectory, location_name: "Subdirectory"))
|
713
|
+
UpdateLocationHdfsRequest.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, location_name: "NameNodes"))
|
714
|
+
UpdateLocationHdfsRequest.add_member(:block_size, Shapes::ShapeRef.new(shape: HdfsBlockSize, location_name: "BlockSize"))
|
715
|
+
UpdateLocationHdfsRequest.add_member(:replication_factor, Shapes::ShapeRef.new(shape: HdfsReplicationFactor, location_name: "ReplicationFactor"))
|
716
|
+
UpdateLocationHdfsRequest.add_member(:kms_key_provider_uri, Shapes::ShapeRef.new(shape: KmsKeyProviderUri, location_name: "KmsKeyProviderUri"))
|
717
|
+
UpdateLocationHdfsRequest.add_member(:qop_configuration, Shapes::ShapeRef.new(shape: QopConfiguration, location_name: "QopConfiguration"))
|
718
|
+
UpdateLocationHdfsRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: HdfsAuthenticationType, location_name: "AuthenticationType"))
|
719
|
+
UpdateLocationHdfsRequest.add_member(:simple_user, Shapes::ShapeRef.new(shape: HdfsUser, location_name: "SimpleUser"))
|
720
|
+
UpdateLocationHdfsRequest.add_member(:kerberos_principal, Shapes::ShapeRef.new(shape: KerberosPrincipal, location_name: "KerberosPrincipal"))
|
721
|
+
UpdateLocationHdfsRequest.add_member(:kerberos_keytab, Shapes::ShapeRef.new(shape: KerberosKeytabFile, location_name: "KerberosKeytab"))
|
722
|
+
UpdateLocationHdfsRequest.add_member(:kerberos_krb_5_conf, Shapes::ShapeRef.new(shape: KerberosKrb5ConfFile, location_name: "KerberosKrb5Conf"))
|
723
|
+
UpdateLocationHdfsRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
|
724
|
+
UpdateLocationHdfsRequest.struct_class = Types::UpdateLocationHdfsRequest
|
725
|
+
|
726
|
+
UpdateLocationHdfsResponse.struct_class = Types::UpdateLocationHdfsResponse
|
727
|
+
|
621
728
|
UpdateLocationNfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
622
729
|
UpdateLocationNfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: NfsSubdirectory, location_name: "Subdirectory"))
|
623
730
|
UpdateLocationNfsRequest.add_member(:on_prem_config, Shapes::ShapeRef.new(shape: OnPremConfig, location_name: "OnPremConfig"))
|
@@ -715,6 +822,16 @@ module Aws::DataSync
|
|
715
822
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
716
823
|
end)
|
717
824
|
|
825
|
+
api.add_operation(:create_location_fsx_lustre, Seahorse::Model::Operation.new.tap do |o|
|
826
|
+
o.name = "CreateLocationFsxLustre"
|
827
|
+
o.http_method = "POST"
|
828
|
+
o.http_request_uri = "/"
|
829
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocationFsxLustreRequest)
|
830
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocationFsxLustreResponse)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
833
|
+
end)
|
834
|
+
|
718
835
|
api.add_operation(:create_location_fsx_windows, Seahorse::Model::Operation.new.tap do |o|
|
719
836
|
o.name = "CreateLocationFsxWindows"
|
720
837
|
o.http_method = "POST"
|
@@ -725,6 +842,16 @@ module Aws::DataSync
|
|
725
842
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
726
843
|
end)
|
727
844
|
|
845
|
+
api.add_operation(:create_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
846
|
+
o.name = "CreateLocationHdfs"
|
847
|
+
o.http_method = "POST"
|
848
|
+
o.http_request_uri = "/"
|
849
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocationHdfsRequest)
|
850
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocationHdfsResponse)
|
851
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
853
|
+
end)
|
854
|
+
|
728
855
|
api.add_operation(:create_location_nfs, Seahorse::Model::Operation.new.tap do |o|
|
729
856
|
o.name = "CreateLocationNfs"
|
730
857
|
o.http_method = "POST"
|
@@ -825,6 +952,16 @@ module Aws::DataSync
|
|
825
952
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
826
953
|
end)
|
827
954
|
|
955
|
+
api.add_operation(:describe_location_fsx_lustre, Seahorse::Model::Operation.new.tap do |o|
|
956
|
+
o.name = "DescribeLocationFsxLustre"
|
957
|
+
o.http_method = "POST"
|
958
|
+
o.http_request_uri = "/"
|
959
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLocationFsxLustreRequest)
|
960
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLocationFsxLustreResponse)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
963
|
+
end)
|
964
|
+
|
828
965
|
api.add_operation(:describe_location_fsx_windows, Seahorse::Model::Operation.new.tap do |o|
|
829
966
|
o.name = "DescribeLocationFsxWindows"
|
830
967
|
o.http_method = "POST"
|
@@ -835,6 +972,16 @@ module Aws::DataSync
|
|
835
972
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
836
973
|
end)
|
837
974
|
|
975
|
+
api.add_operation(:describe_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
976
|
+
o.name = "DescribeLocationHdfs"
|
977
|
+
o.http_method = "POST"
|
978
|
+
o.http_request_uri = "/"
|
979
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLocationHdfsRequest)
|
980
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLocationHdfsResponse)
|
981
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
983
|
+
end)
|
984
|
+
|
838
985
|
api.add_operation(:describe_location_nfs, Seahorse::Model::Operation.new.tap do |o|
|
839
986
|
o.name = "DescribeLocationNfs"
|
840
987
|
o.http_method = "POST"
|
@@ -1015,6 +1162,16 @@ module Aws::DataSync
|
|
1015
1162
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1016
1163
|
end)
|
1017
1164
|
|
1165
|
+
api.add_operation(:update_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
1166
|
+
o.name = "UpdateLocationHdfs"
|
1167
|
+
o.http_method = "POST"
|
1168
|
+
o.http_request_uri = "/"
|
1169
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLocationHdfsRequest)
|
1170
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLocationHdfsResponse)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1173
|
+
end)
|
1174
|
+
|
1018
1175
|
api.add_operation(:update_location_nfs, Seahorse::Model::Operation.new.tap do |o|
|
1019
1176
|
o.name = "UpdateLocationNfs"
|
1020
1177
|
o.http_method = "POST"
|