aws-sdk-datasync 1.93.0 → 1.95.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
@@ -1144,6 +1146,92 @@ module Aws
1144
1146
  ) -> _UpdateLocationAzureBlobResponseSuccess
1145
1147
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationAzureBlobResponseSuccess
1146
1148
 
1149
+ interface _UpdateLocationEfsResponseSuccess
1150
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationEfsResponse]
1151
+ end
1152
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_efs-instance_method
1153
+ def update_location_efs: (
1154
+ location_arn: ::String,
1155
+ ?subdirectory: ::String,
1156
+ ?access_point_arn: ::String,
1157
+ ?file_system_access_role_arn: ::String,
1158
+ ?in_transit_encryption: ("NONE" | "TLS1_2")
1159
+ ) -> _UpdateLocationEfsResponseSuccess
1160
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationEfsResponseSuccess
1161
+
1162
+ interface _UpdateLocationFsxLustreResponseSuccess
1163
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationFsxLustreResponse]
1164
+ end
1165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_fsx_lustre-instance_method
1166
+ def update_location_fsx_lustre: (
1167
+ location_arn: ::String,
1168
+ ?subdirectory: ::String
1169
+ ) -> _UpdateLocationFsxLustreResponseSuccess
1170
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationFsxLustreResponseSuccess
1171
+
1172
+ interface _UpdateLocationFsxOntapResponseSuccess
1173
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationFsxOntapResponse]
1174
+ end
1175
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_fsx_ontap-instance_method
1176
+ def update_location_fsx_ontap: (
1177
+ location_arn: ::String,
1178
+ ?protocol: {
1179
+ nfs: {
1180
+ mount_options: {
1181
+ version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")?
1182
+ }?
1183
+ }?,
1184
+ smb: {
1185
+ domain: ::String?,
1186
+ mount_options: {
1187
+ version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")?
1188
+ }?,
1189
+ password: ::String?,
1190
+ user: ::String?
1191
+ }?
1192
+ },
1193
+ ?subdirectory: ::String
1194
+ ) -> _UpdateLocationFsxOntapResponseSuccess
1195
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationFsxOntapResponseSuccess
1196
+
1197
+ interface _UpdateLocationFsxOpenZfsResponseSuccess
1198
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationFsxOpenZfsResponse]
1199
+ end
1200
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_fsx_open_zfs-instance_method
1201
+ def update_location_fsx_open_zfs: (
1202
+ location_arn: ::String,
1203
+ ?protocol: {
1204
+ nfs: {
1205
+ mount_options: {
1206
+ version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")?
1207
+ }?
1208
+ }?,
1209
+ smb: {
1210
+ domain: ::String?,
1211
+ mount_options: {
1212
+ version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")?
1213
+ }?,
1214
+ password: ::String,
1215
+ user: ::String
1216
+ }?
1217
+ },
1218
+ ?subdirectory: ::String
1219
+ ) -> _UpdateLocationFsxOpenZfsResponseSuccess
1220
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationFsxOpenZfsResponseSuccess
1221
+
1222
+ interface _UpdateLocationFsxWindowsResponseSuccess
1223
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationFsxWindowsResponse]
1224
+ end
1225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_fsx_windows-instance_method
1226
+ def update_location_fsx_windows: (
1227
+ location_arn: ::String,
1228
+ ?subdirectory: ::String,
1229
+ ?domain: ::String,
1230
+ ?user: ::String,
1231
+ ?password: ::String
1232
+ ) -> _UpdateLocationFsxWindowsResponseSuccess
1233
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationFsxWindowsResponseSuccess
1234
+
1147
1235
  interface _UpdateLocationHdfsResponseSuccess
1148
1236
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationHdfsResponse]
1149
1237
  end
@@ -1205,6 +1293,20 @@ module Aws
1205
1293
  ) -> _UpdateLocationObjectStorageResponseSuccess
1206
1294
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationObjectStorageResponseSuccess
1207
1295
 
1296
+ interface _UpdateLocationS3ResponseSuccess
1297
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationS3Response]
1298
+ end
1299
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataSync/Client.html#update_location_s3-instance_method
1300
+ def update_location_s3: (
1301
+ location_arn: ::String,
1302
+ ?subdirectory: ::String,
1303
+ ?s3_storage_class: ("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_INSTANT_RETRIEVAL"),
1304
+ ?s3_config: {
1305
+ bucket_access_role_arn: ::String
1306
+ }
1307
+ ) -> _UpdateLocationS3ResponseSuccess
1308
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLocationS3ResponseSuccess
1309
+
1208
1310
  interface _UpdateLocationSmbResponseSuccess
1209
1311
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLocationSmbResponse]
1210
1312
  end
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
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.93.0
4
+ version: 1.95.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-18 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement