aws-sdk-datasync 1.93.0 → 1.94.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +476 -37
- data/lib/aws-sdk-datasync/client_api.rb +133 -0
- data/lib/aws-sdk-datasync/types.rb +425 -26
- data/lib/aws-sdk-datasync.rb +1 -1
- data/sig/client.rbs +100 -0
- data/sig/types.rbs +78 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -659,6 +659,20 @@ module Aws::DataSync
|
|
659
659
|
SENSITIVE: [:password]
|
660
660
|
end
|
661
661
|
|
662
|
+
class FsxUpdateProtocol
|
663
|
+
attr_accessor nfs: Types::FsxProtocolNfs
|
664
|
+
attr_accessor smb: Types::FsxUpdateProtocolSmb
|
665
|
+
SENSITIVE: []
|
666
|
+
end
|
667
|
+
|
668
|
+
class FsxUpdateProtocolSmb
|
669
|
+
attr_accessor domain: ::String
|
670
|
+
attr_accessor mount_options: Types::SmbMountOptions
|
671
|
+
attr_accessor password: ::String
|
672
|
+
attr_accessor user: ::String
|
673
|
+
SENSITIVE: [:password]
|
674
|
+
end
|
675
|
+
|
662
676
|
class GenerateRecommendationsRequest
|
663
677
|
attr_accessor discovery_job_arn: ::String
|
664
678
|
attr_accessor resource_ids: ::Array[::String]
|
@@ -1199,6 +1213,59 @@ module Aws::DataSync
|
|
1199
1213
|
class UpdateLocationAzureBlobResponse < Aws::EmptyStructure
|
1200
1214
|
end
|
1201
1215
|
|
1216
|
+
class UpdateLocationEfsRequest
|
1217
|
+
attr_accessor location_arn: ::String
|
1218
|
+
attr_accessor subdirectory: ::String
|
1219
|
+
attr_accessor access_point_arn: ::String
|
1220
|
+
attr_accessor file_system_access_role_arn: ::String
|
1221
|
+
attr_accessor in_transit_encryption: ("NONE" | "TLS1_2")
|
1222
|
+
SENSITIVE: []
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class UpdateLocationEfsResponse < Aws::EmptyStructure
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class UpdateLocationFsxLustreRequest
|
1229
|
+
attr_accessor location_arn: ::String
|
1230
|
+
attr_accessor subdirectory: ::String
|
1231
|
+
SENSITIVE: []
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class UpdateLocationFsxLustreResponse < Aws::EmptyStructure
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class UpdateLocationFsxOntapRequest
|
1238
|
+
attr_accessor location_arn: ::String
|
1239
|
+
attr_accessor protocol: Types::FsxUpdateProtocol
|
1240
|
+
attr_accessor subdirectory: ::String
|
1241
|
+
SENSITIVE: []
|
1242
|
+
end
|
1243
|
+
|
1244
|
+
class UpdateLocationFsxOntapResponse < Aws::EmptyStructure
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class UpdateLocationFsxOpenZfsRequest
|
1248
|
+
attr_accessor location_arn: ::String
|
1249
|
+
attr_accessor protocol: Types::FsxProtocol
|
1250
|
+
attr_accessor subdirectory: ::String
|
1251
|
+
SENSITIVE: []
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class UpdateLocationFsxOpenZfsResponse < Aws::EmptyStructure
|
1255
|
+
end
|
1256
|
+
|
1257
|
+
class UpdateLocationFsxWindowsRequest
|
1258
|
+
attr_accessor location_arn: ::String
|
1259
|
+
attr_accessor subdirectory: ::String
|
1260
|
+
attr_accessor domain: ::String
|
1261
|
+
attr_accessor user: ::String
|
1262
|
+
attr_accessor password: ::String
|
1263
|
+
SENSITIVE: [:password]
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class UpdateLocationFsxWindowsResponse < Aws::EmptyStructure
|
1267
|
+
end
|
1268
|
+
|
1202
1269
|
class UpdateLocationHdfsRequest
|
1203
1270
|
attr_accessor location_arn: ::String
|
1204
1271
|
attr_accessor subdirectory: ::String
|
@@ -1245,6 +1312,17 @@ module Aws::DataSync
|
|
1245
1312
|
class UpdateLocationObjectStorageResponse < Aws::EmptyStructure
|
1246
1313
|
end
|
1247
1314
|
|
1315
|
+
class UpdateLocationS3Request
|
1316
|
+
attr_accessor location_arn: ::String
|
1317
|
+
attr_accessor subdirectory: ::String
|
1318
|
+
attr_accessor s3_storage_class: ("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_INSTANT_RETRIEVAL")
|
1319
|
+
attr_accessor s3_config: Types::S3Config
|
1320
|
+
SENSITIVE: []
|
1321
|
+
end
|
1322
|
+
|
1323
|
+
class UpdateLocationS3Response < Aws::EmptyStructure
|
1324
|
+
end
|
1325
|
+
|
1248
1326
|
class UpdateLocationSmbRequest
|
1249
1327
|
attr_accessor location_arn: ::String
|
1250
1328
|
attr_accessor subdirectory: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datasync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.94.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|