aws-sdk-datasync 1.71.0 → 1.73.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -194,6 +194,9 @@ module Aws::DataSync
194
194
  LocationUri = Shapes::StringShape.new(name: 'LocationUri')
195
195
  LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
196
196
  LogLevel = Shapes::StringShape.new(name: 'LogLevel')
197
+ ManifestAction = Shapes::StringShape.new(name: 'ManifestAction')
198
+ ManifestConfig = Shapes::StructureShape.new(name: 'ManifestConfig')
199
+ ManifestFormat = Shapes::StringShape.new(name: 'ManifestFormat')
197
200
  MaxP95Performance = Shapes::StructureShape.new(name: 'MaxP95Performance')
198
201
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
199
202
  Metrics = Shapes::ListShape.new(name: 'Metrics')
@@ -260,6 +263,8 @@ module Aws::DataSync
260
263
  ResourceMetrics = Shapes::StructureShape.new(name: 'ResourceMetrics')
261
264
  S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
262
265
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
266
+ S3ManifestConfig = Shapes::StructureShape.new(name: 'S3ManifestConfig')
267
+ S3ObjectVersionId = Shapes::StringShape.new(name: 'S3ObjectVersionId')
263
268
  S3StorageClass = Shapes::StringShape.new(name: 'S3StorageClass')
264
269
  S3Subdirectory = Shapes::StringShape.new(name: 'S3Subdirectory')
265
270
  ScheduleExpressionCron = Shapes::StringShape.new(name: 'ScheduleExpressionCron')
@@ -272,6 +277,7 @@ module Aws::DataSync
272
277
  SmbSubdirectory = Shapes::StringShape.new(name: 'SmbSubdirectory')
273
278
  SmbUser = Shapes::StringShape.new(name: 'SmbUser')
274
279
  SmbVersion = Shapes::StringShape.new(name: 'SmbVersion')
280
+ SourceManifestConfig = Shapes::StructureShape.new(name: 'SourceManifestConfig')
275
281
  SourceNetworkInterfaceArns = Shapes::ListShape.new(name: 'SourceNetworkInterfaceArns')
276
282
  StartDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StartDiscoveryJobRequest')
277
283
  StartDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StartDiscoveryJobResponse')
@@ -528,6 +534,7 @@ module Aws::DataSync
528
534
  CreateTaskRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: TaskSchedule, location_name: "Schedule"))
529
535
  CreateTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
530
536
  CreateTaskRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
537
+ CreateTaskRequest.add_member(:manifest_config, Shapes::ShapeRef.new(shape: ManifestConfig, location_name: "ManifestConfig"))
531
538
  CreateTaskRequest.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
532
539
  CreateTaskRequest.struct_class = Types::CreateTaskRequest
533
540
 
@@ -754,14 +761,15 @@ module Aws::DataSync
754
761
  DescribeTaskExecutionResponse.add_member(:options, Shapes::ShapeRef.new(shape: Options, location_name: "Options"))
755
762
  DescribeTaskExecutionResponse.add_member(:excludes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Excludes"))
756
763
  DescribeTaskExecutionResponse.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
764
+ DescribeTaskExecutionResponse.add_member(:manifest_config, Shapes::ShapeRef.new(shape: ManifestConfig, location_name: "ManifestConfig"))
757
765
  DescribeTaskExecutionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "StartTime"))
758
766
  DescribeTaskExecutionResponse.add_member(:estimated_files_to_transfer, Shapes::ShapeRef.new(shape: long, location_name: "EstimatedFilesToTransfer"))
759
767
  DescribeTaskExecutionResponse.add_member(:estimated_bytes_to_transfer, Shapes::ShapeRef.new(shape: long, location_name: "EstimatedBytesToTransfer"))
760
768
  DescribeTaskExecutionResponse.add_member(:files_transferred, Shapes::ShapeRef.new(shape: long, location_name: "FilesTransferred"))
761
769
  DescribeTaskExecutionResponse.add_member(:bytes_written, Shapes::ShapeRef.new(shape: long, location_name: "BytesWritten"))
762
770
  DescribeTaskExecutionResponse.add_member(:bytes_transferred, Shapes::ShapeRef.new(shape: long, location_name: "BytesTransferred"))
763
- DescribeTaskExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: TaskExecutionResultDetail, location_name: "Result"))
764
771
  DescribeTaskExecutionResponse.add_member(:bytes_compressed, Shapes::ShapeRef.new(shape: long, location_name: "BytesCompressed"))
772
+ DescribeTaskExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: TaskExecutionResultDetail, location_name: "Result"))
765
773
  DescribeTaskExecutionResponse.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
766
774
  DescribeTaskExecutionResponse.add_member(:files_deleted, Shapes::ShapeRef.new(shape: long, location_name: "FilesDeleted"))
767
775
  DescribeTaskExecutionResponse.add_member(:files_skipped, Shapes::ShapeRef.new(shape: long, location_name: "FilesSkipped"))
@@ -789,6 +797,7 @@ module Aws::DataSync
789
797
  DescribeTaskResponse.add_member(:error_detail, Shapes::ShapeRef.new(shape: string, location_name: "ErrorDetail"))
790
798
  DescribeTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
791
799
  DescribeTaskResponse.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
800
+ DescribeTaskResponse.add_member(:manifest_config, Shapes::ShapeRef.new(shape: ManifestConfig, location_name: "ManifestConfig"))
792
801
  DescribeTaskResponse.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
793
802
  DescribeTaskResponse.struct_class = Types::DescribeTaskResponse
794
803
 
@@ -946,6 +955,11 @@ module Aws::DataSync
946
955
  LocationListEntry.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
947
956
  LocationListEntry.struct_class = Types::LocationListEntry
948
957
 
958
+ ManifestConfig.add_member(:action, Shapes::ShapeRef.new(shape: ManifestAction, location_name: "Action"))
959
+ ManifestConfig.add_member(:format, Shapes::ShapeRef.new(shape: ManifestFormat, location_name: "Format"))
960
+ ManifestConfig.add_member(:source, Shapes::ShapeRef.new(shape: SourceManifestConfig, location_name: "Source"))
961
+ ManifestConfig.struct_class = Types::ManifestConfig
962
+
949
963
  MaxP95Performance.add_member(:iops_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsRead"))
950
964
  MaxP95Performance.add_member(:iops_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsWrite"))
951
965
  MaxP95Performance.add_member(:iops_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsOther"))
@@ -1118,9 +1132,18 @@ module Aws::DataSync
1118
1132
  S3Config.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
1119
1133
  S3Config.struct_class = Types::S3Config
1120
1134
 
1135
+ S3ManifestConfig.add_member(:manifest_object_path, Shapes::ShapeRef.new(shape: S3Subdirectory, required: true, location_name: "ManifestObjectPath"))
1136
+ S3ManifestConfig.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
1137
+ S3ManifestConfig.add_member(:s3_bucket_arn, Shapes::ShapeRef.new(shape: S3BucketArn, required: true, location_name: "S3BucketArn"))
1138
+ S3ManifestConfig.add_member(:manifest_object_version_id, Shapes::ShapeRef.new(shape: S3ObjectVersionId, location_name: "ManifestObjectVersionId"))
1139
+ S3ManifestConfig.struct_class = Types::S3ManifestConfig
1140
+
1121
1141
  SmbMountOptions.add_member(:version, Shapes::ShapeRef.new(shape: SmbVersion, location_name: "Version"))
1122
1142
  SmbMountOptions.struct_class = Types::SmbMountOptions
1123
1143
 
1144
+ SourceManifestConfig.add_member(:s3, Shapes::ShapeRef.new(shape: S3ManifestConfig, required: true, location_name: "S3"))
1145
+ SourceManifestConfig.struct_class = Types::SourceManifestConfig
1146
+
1124
1147
  SourceNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
1125
1148
 
1126
1149
  StartDiscoveryJobRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
@@ -1136,8 +1159,9 @@ module Aws::DataSync
1136
1159
  StartTaskExecutionRequest.add_member(:override_options, Shapes::ShapeRef.new(shape: Options, location_name: "OverrideOptions"))
1137
1160
  StartTaskExecutionRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
1138
1161
  StartTaskExecutionRequest.add_member(:excludes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Excludes"))
1139
- StartTaskExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
1162
+ StartTaskExecutionRequest.add_member(:manifest_config, Shapes::ShapeRef.new(shape: ManifestConfig, location_name: "ManifestConfig"))
1140
1163
  StartTaskExecutionRequest.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
1164
+ StartTaskExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
1141
1165
  StartTaskExecutionRequest.struct_class = Types::StartTaskExecutionRequest
1142
1166
 
1143
1167
  StartTaskExecutionResponse.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, location_name: "TaskExecutionArn"))
@@ -1313,6 +1337,7 @@ module Aws::DataSync
1313
1337
  UpdateTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: TagValue, location_name: "Name"))
1314
1338
  UpdateTaskRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
1315
1339
  UpdateTaskRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
1340
+ UpdateTaskRequest.add_member(:manifest_config, Shapes::ShapeRef.new(shape: ManifestConfig, location_name: "ManifestConfig"))
1316
1341
  UpdateTaskRequest.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
1317
1342
  UpdateTaskRequest.struct_class = Types::UpdateTaskRequest
1318
1343
 
@@ -14,6 +14,7 @@ module Aws::DataSync
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::DataSync::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\