aws-sdk-datasync 1.102.0 → 1.104.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.
data/sig/types.rbs CHANGED
@@ -8,23 +8,6 @@
8
8
  module Aws::DataSync
9
9
  module Types
10
10
 
11
- class AddStorageSystemRequest
12
- attr_accessor server_configuration: Types::DiscoveryServerConfiguration
13
- attr_accessor system_type: ("NetAppONTAP")
14
- attr_accessor agent_arns: ::Array[::String]
15
- attr_accessor cloud_watch_log_group_arn: ::String
16
- attr_accessor tags: ::Array[Types::TagListEntry]
17
- attr_accessor name: ::String
18
- attr_accessor client_token: ::String
19
- attr_accessor credentials: Types::Credentials
20
- SENSITIVE: []
21
- end
22
-
23
- class AddStorageSystemResponse
24
- attr_accessor storage_system_arn: ::String
25
- SENSITIVE: []
26
- end
27
-
28
11
  class AgentListEntry
29
12
  attr_accessor agent_arn: ::String
30
13
  attr_accessor name: ::String
@@ -46,11 +29,9 @@ module Aws::DataSync
46
29
  class CancelTaskExecutionResponse < Aws::EmptyStructure
47
30
  end
48
31
 
49
- class Capacity
50
- attr_accessor used: ::Integer
51
- attr_accessor provisioned: ::Integer
52
- attr_accessor logical_used: ::Integer
53
- attr_accessor cluster_cloud_storage_used: ::Integer
32
+ class CmkSecretConfig
33
+ attr_accessor secret_arn: ::String
34
+ attr_accessor kms_key_arn: ::String
54
35
  SENSITIVE: []
55
36
  end
56
37
 
@@ -71,13 +52,15 @@ module Aws::DataSync
71
52
 
72
53
  class CreateLocationAzureBlobRequest
73
54
  attr_accessor container_url: ::String
74
- attr_accessor authentication_type: ("SAS")
55
+ attr_accessor authentication_type: ("SAS" | "NONE")
75
56
  attr_accessor sas_configuration: Types::AzureBlobSasConfiguration
76
57
  attr_accessor blob_type: ("BLOCK")
77
58
  attr_accessor access_tier: ("HOT" | "COOL" | "ARCHIVE")
78
59
  attr_accessor subdirectory: ::String
79
60
  attr_accessor agent_arns: ::Array[::String]
80
61
  attr_accessor tags: ::Array[Types::TagListEntry]
62
+ attr_accessor cmk_secret_config: Types::CmkSecretConfig
63
+ attr_accessor custom_secret_config: Types::CustomSecretConfig
81
64
  SENSITIVE: []
82
65
  end
83
66
 
@@ -206,6 +189,8 @@ module Aws::DataSync
206
189
  attr_accessor agent_arns: ::Array[::String]
207
190
  attr_accessor tags: ::Array[Types::TagListEntry]
208
191
  attr_accessor server_certificate: ::String
192
+ attr_accessor cmk_secret_config: Types::CmkSecretConfig
193
+ attr_accessor custom_secret_config: Types::CustomSecretConfig
209
194
  SENSITIVE: [:secret_key]
210
195
  end
211
196
 
@@ -272,10 +257,10 @@ module Aws::DataSync
272
257
  SENSITIVE: []
273
258
  end
274
259
 
275
- class Credentials
276
- attr_accessor username: ::String
277
- attr_accessor password: ::String
278
- SENSITIVE: [:username, :password]
260
+ class CustomSecretConfig
261
+ attr_accessor secret_arn: ::String
262
+ attr_accessor secret_access_role_arn: ::String
263
+ SENSITIVE: []
279
264
  end
280
265
 
281
266
  class DeleteAgentRequest
@@ -319,21 +304,6 @@ module Aws::DataSync
319
304
  SENSITIVE: []
320
305
  end
321
306
 
322
- class DescribeDiscoveryJobRequest
323
- attr_accessor discovery_job_arn: ::String
324
- SENSITIVE: []
325
- end
326
-
327
- class DescribeDiscoveryJobResponse
328
- attr_accessor storage_system_arn: ::String
329
- attr_accessor discovery_job_arn: ::String
330
- attr_accessor collection_duration_minutes: ::Integer
331
- attr_accessor status: ("RUNNING" | "WARNING" | "TERMINATED" | "FAILED" | "STOPPED" | "COMPLETED" | "COMPLETED_WITH_ISSUES")
332
- attr_accessor job_start_time: ::Time
333
- attr_accessor job_end_time: ::Time
334
- SENSITIVE: []
335
- end
336
-
337
307
  class DescribeLocationAzureBlobRequest
338
308
  attr_accessor location_arn: ::String
339
309
  SENSITIVE: []
@@ -342,11 +312,14 @@ module Aws::DataSync
342
312
  class DescribeLocationAzureBlobResponse
343
313
  attr_accessor location_arn: ::String
344
314
  attr_accessor location_uri: ::String
345
- attr_accessor authentication_type: ("SAS")
315
+ attr_accessor authentication_type: ("SAS" | "NONE")
346
316
  attr_accessor blob_type: ("BLOCK")
347
317
  attr_accessor access_tier: ("HOT" | "COOL" | "ARCHIVE")
348
318
  attr_accessor agent_arns: ::Array[::String]
349
319
  attr_accessor creation_time: ::Time
320
+ attr_accessor managed_secret_config: Types::ManagedSecretConfig
321
+ attr_accessor cmk_secret_config: Types::CmkSecretConfig
322
+ attr_accessor custom_secret_config: Types::CustomSecretConfig
350
323
  SENSITIVE: []
351
324
  end
352
325
 
@@ -473,6 +446,9 @@ module Aws::DataSync
473
446
  attr_accessor agent_arns: ::Array[::String]
474
447
  attr_accessor creation_time: ::Time
475
448
  attr_accessor server_certificate: ::String
449
+ attr_accessor managed_secret_config: Types::ManagedSecretConfig
450
+ attr_accessor cmk_secret_config: Types::CmkSecretConfig
451
+ attr_accessor custom_secret_config: Types::CustomSecretConfig
476
452
  SENSITIVE: []
477
453
  end
478
454
 
@@ -510,58 +486,6 @@ module Aws::DataSync
510
486
  SENSITIVE: []
511
487
  end
512
488
 
513
- class DescribeStorageSystemRequest
514
- attr_accessor storage_system_arn: ::String
515
- SENSITIVE: []
516
- end
517
-
518
- class DescribeStorageSystemResourceMetricsRequest
519
- attr_accessor discovery_job_arn: ::String
520
- attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
521
- attr_accessor resource_id: ::String
522
- attr_accessor start_time: ::Time
523
- attr_accessor end_time: ::Time
524
- attr_accessor max_results: ::Integer
525
- attr_accessor next_token: ::String
526
- SENSITIVE: []
527
- end
528
-
529
- class DescribeStorageSystemResourceMetricsResponse
530
- attr_accessor metrics: ::Array[Types::ResourceMetrics]
531
- attr_accessor next_token: ::String
532
- SENSITIVE: []
533
- end
534
-
535
- class DescribeStorageSystemResourcesRequest
536
- attr_accessor discovery_job_arn: ::String
537
- attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
538
- attr_accessor resource_ids: ::Array[::String]
539
- attr_accessor filter: ::Hash[("SVM"), ::Array[::String]]
540
- attr_accessor max_results: ::Integer
541
- attr_accessor next_token: ::String
542
- SENSITIVE: []
543
- end
544
-
545
- class DescribeStorageSystemResourcesResponse
546
- attr_accessor resource_details: Types::ResourceDetails
547
- attr_accessor next_token: ::String
548
- SENSITIVE: []
549
- end
550
-
551
- class DescribeStorageSystemResponse
552
- attr_accessor storage_system_arn: ::String
553
- attr_accessor server_configuration: Types::DiscoveryServerConfiguration
554
- attr_accessor system_type: ("NetAppONTAP")
555
- attr_accessor agent_arns: ::Array[::String]
556
- attr_accessor name: ::String
557
- attr_accessor error_message: ::String
558
- attr_accessor connectivity_status: ("PASS" | "FAIL" | "UNKNOWN")
559
- attr_accessor cloud_watch_log_group_arn: ::String
560
- attr_accessor creation_time: ::Time
561
- attr_accessor secrets_manager_arn: ::String
562
- SENSITIVE: []
563
- end
564
-
565
489
  class DescribeTaskExecutionRequest
566
490
  attr_accessor task_execution_arn: ::String
567
491
  SENSITIVE: []
@@ -592,6 +516,8 @@ module Aws::DataSync
592
516
  attr_accessor files_prepared: ::Integer
593
517
  attr_accessor files_listed: Types::TaskExecutionFilesListedDetail
594
518
  attr_accessor files_failed: Types::TaskExecutionFilesFailedDetail
519
+ attr_accessor launch_time: ::Time
520
+ attr_accessor end_time: ::Time
595
521
  SENSITIVE: []
596
522
  end
597
523
 
@@ -624,18 +550,6 @@ module Aws::DataSync
624
550
  SENSITIVE: []
625
551
  end
626
552
 
627
- class DiscoveryJobListEntry
628
- attr_accessor discovery_job_arn: ::String
629
- attr_accessor status: ("RUNNING" | "WARNING" | "TERMINATED" | "FAILED" | "STOPPED" | "COMPLETED" | "COMPLETED_WITH_ISSUES")
630
- SENSITIVE: []
631
- end
632
-
633
- class DiscoveryServerConfiguration
634
- attr_accessor server_hostname: ::String
635
- attr_accessor server_port: ::Integer
636
- SENSITIVE: []
637
- end
638
-
639
553
  class Ec2Config
640
554
  attr_accessor subnet_arn: ::String
641
555
  attr_accessor security_group_arns: ::Array[::String]
@@ -681,30 +595,12 @@ module Aws::DataSync
681
595
  SENSITIVE: [:password]
682
596
  end
683
597
 
684
- class GenerateRecommendationsRequest
685
- attr_accessor discovery_job_arn: ::String
686
- attr_accessor resource_ids: ::Array[::String]
687
- attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
688
- SENSITIVE: []
689
- end
690
-
691
- class GenerateRecommendationsResponse < Aws::EmptyStructure
692
- end
693
-
694
598
  class HdfsNameNode
695
599
  attr_accessor hostname: ::String
696
600
  attr_accessor port: ::Integer
697
601
  SENSITIVE: []
698
602
  end
699
603
 
700
- class IOPS
701
- attr_accessor read: ::Float
702
- attr_accessor write: ::Float
703
- attr_accessor other: ::Float
704
- attr_accessor total: ::Float
705
- SENSITIVE: []
706
- end
707
-
708
604
  class InternalException
709
605
  attr_accessor message: ::String
710
606
  attr_accessor error_code: ::String
@@ -718,13 +614,6 @@ module Aws::DataSync
718
614
  SENSITIVE: []
719
615
  end
720
616
 
721
- class Latency
722
- attr_accessor read: ::Float
723
- attr_accessor write: ::Float
724
- attr_accessor other: ::Float
725
- SENSITIVE: []
726
- end
727
-
728
617
  class ListAgentsRequest
729
618
  attr_accessor max_results: ::Integer
730
619
  attr_accessor next_token: ::String
@@ -737,19 +626,6 @@ module Aws::DataSync
737
626
  SENSITIVE: []
738
627
  end
739
628
 
740
- class ListDiscoveryJobsRequest
741
- attr_accessor storage_system_arn: ::String
742
- attr_accessor max_results: ::Integer
743
- attr_accessor next_token: ::String
744
- SENSITIVE: []
745
- end
746
-
747
- class ListDiscoveryJobsResponse
748
- attr_accessor discovery_jobs: ::Array[Types::DiscoveryJobListEntry]
749
- attr_accessor next_token: ::String
750
- SENSITIVE: []
751
- end
752
-
753
629
  class ListLocationsRequest
754
630
  attr_accessor max_results: ::Integer
755
631
  attr_accessor next_token: ::String
@@ -763,18 +639,6 @@ module Aws::DataSync
763
639
  SENSITIVE: []
764
640
  end
765
641
 
766
- class ListStorageSystemsRequest
767
- attr_accessor max_results: ::Integer
768
- attr_accessor next_token: ::String
769
- SENSITIVE: []
770
- end
771
-
772
- class ListStorageSystemsResponse
773
- attr_accessor storage_systems: ::Array[Types::StorageSystemListEntry]
774
- attr_accessor next_token: ::String
775
- SENSITIVE: []
776
- end
777
-
778
642
  class ListTagsForResourceRequest
779
643
  attr_accessor resource_arn: ::String
780
644
  attr_accessor max_results: ::Integer
@@ -827,6 +691,11 @@ module Aws::DataSync
827
691
  SENSITIVE: []
828
692
  end
829
693
 
694
+ class ManagedSecretConfig
695
+ attr_accessor secret_arn: ::String
696
+ SENSITIVE: []
697
+ end
698
+
830
699
  class ManifestConfig
831
700
  attr_accessor action: ("TRANSFER")
832
701
  attr_accessor format: ("CSV")
@@ -834,74 +703,6 @@ module Aws::DataSync
834
703
  SENSITIVE: []
835
704
  end
836
705
 
837
- class MaxP95Performance
838
- attr_accessor iops_read: ::Float
839
- attr_accessor iops_write: ::Float
840
- attr_accessor iops_other: ::Float
841
- attr_accessor iops_total: ::Float
842
- attr_accessor throughput_read: ::Float
843
- attr_accessor throughput_write: ::Float
844
- attr_accessor throughput_other: ::Float
845
- attr_accessor throughput_total: ::Float
846
- attr_accessor latency_read: ::Float
847
- attr_accessor latency_write: ::Float
848
- attr_accessor latency_other: ::Float
849
- SENSITIVE: []
850
- end
851
-
852
- class NetAppONTAPCluster
853
- attr_accessor cifs_share_count: ::Integer
854
- attr_accessor nfs_exported_volumes: ::Integer
855
- attr_accessor resource_id: ::String
856
- attr_accessor cluster_name: ::String
857
- attr_accessor max_p95_performance: Types::MaxP95Performance
858
- attr_accessor cluster_block_storage_size: ::Integer
859
- attr_accessor cluster_block_storage_used: ::Integer
860
- attr_accessor cluster_block_storage_logical_used: ::Integer
861
- attr_accessor recommendations: ::Array[Types::Recommendation]
862
- attr_accessor recommendation_status: ("NONE" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
863
- attr_accessor lun_count: ::Integer
864
- attr_accessor cluster_cloud_storage_used: ::Integer
865
- SENSITIVE: []
866
- end
867
-
868
- class NetAppONTAPSVM
869
- attr_accessor cluster_uuid: ::String
870
- attr_accessor resource_id: ::String
871
- attr_accessor svm_name: ::String
872
- attr_accessor cifs_share_count: ::Integer
873
- attr_accessor enabled_protocols: ::Array[::String]
874
- attr_accessor total_capacity_used: ::Integer
875
- attr_accessor total_capacity_provisioned: ::Integer
876
- attr_accessor total_logical_capacity_used: ::Integer
877
- attr_accessor max_p95_performance: Types::MaxP95Performance
878
- attr_accessor recommendations: ::Array[Types::Recommendation]
879
- attr_accessor nfs_exported_volumes: ::Integer
880
- attr_accessor recommendation_status: ("NONE" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
881
- attr_accessor total_snapshot_capacity_used: ::Integer
882
- attr_accessor lun_count: ::Integer
883
- SENSITIVE: []
884
- end
885
-
886
- class NetAppONTAPVolume
887
- attr_accessor volume_name: ::String
888
- attr_accessor resource_id: ::String
889
- attr_accessor cifs_share_count: ::Integer
890
- attr_accessor security_style: ::String
891
- attr_accessor svm_uuid: ::String
892
- attr_accessor svm_name: ::String
893
- attr_accessor capacity_used: ::Integer
894
- attr_accessor capacity_provisioned: ::Integer
895
- attr_accessor logical_capacity_used: ::Integer
896
- attr_accessor nfs_exported: bool
897
- attr_accessor snapshot_capacity_used: ::Integer
898
- attr_accessor max_p95_performance: Types::MaxP95Performance
899
- attr_accessor recommendations: ::Array[Types::Recommendation]
900
- attr_accessor recommendation_status: ("NONE" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
901
- attr_accessor lun_count: ::Integer
902
- SENSITIVE: []
903
- end
904
-
905
706
  class NfsMountOptions
906
707
  attr_accessor version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")
907
708
  SENSITIVE: []
@@ -931,13 +732,6 @@ module Aws::DataSync
931
732
  SENSITIVE: []
932
733
  end
933
734
 
934
- class P95Metrics
935
- attr_accessor iops: Types::IOPS
936
- attr_accessor throughput: Types::Throughput
937
- attr_accessor latency: Types::Latency
938
- SENSITIVE: []
939
- end
940
-
941
735
  class Platform
942
736
  attr_accessor version: ::String
943
737
  SENSITIVE: []
@@ -957,21 +751,6 @@ module Aws::DataSync
957
751
  SENSITIVE: []
958
752
  end
959
753
 
960
- class Recommendation
961
- attr_accessor storage_type: ::String
962
- attr_accessor storage_configuration: ::Hash[::String, ::String]
963
- attr_accessor estimated_monthly_storage_cost: ::String
964
- SENSITIVE: []
965
- end
966
-
967
- class RemoveStorageSystemRequest
968
- attr_accessor storage_system_arn: ::String
969
- SENSITIVE: []
970
- end
971
-
972
- class RemoveStorageSystemResponse < Aws::EmptyStructure
973
- end
974
-
975
754
  class ReportDestination
976
755
  attr_accessor s3: Types::ReportDestinationS3
977
756
  SENSITIVE: []
@@ -1004,22 +783,6 @@ module Aws::DataSync
1004
783
  SENSITIVE: []
1005
784
  end
1006
785
 
1007
- class ResourceDetails
1008
- attr_accessor net_app_ontapsv_ms: ::Array[Types::NetAppONTAPSVM]
1009
- attr_accessor net_app_ontap_volumes: ::Array[Types::NetAppONTAPVolume]
1010
- attr_accessor net_app_ontap_clusters: ::Array[Types::NetAppONTAPCluster]
1011
- SENSITIVE: []
1012
- end
1013
-
1014
- class ResourceMetrics
1015
- attr_accessor timestamp: ::Time
1016
- attr_accessor p95_metrics: Types::P95Metrics
1017
- attr_accessor capacity: Types::Capacity
1018
- attr_accessor resource_id: ::String
1019
- attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
1020
- SENSITIVE: []
1021
- end
1022
-
1023
786
  class S3Config
1024
787
  attr_accessor bucket_access_role_arn: ::String
1025
788
  SENSITIVE: []
@@ -1043,19 +806,6 @@ module Aws::DataSync
1043
806
  SENSITIVE: []
1044
807
  end
1045
808
 
1046
- class StartDiscoveryJobRequest
1047
- attr_accessor storage_system_arn: ::String
1048
- attr_accessor collection_duration_minutes: ::Integer
1049
- attr_accessor client_token: ::String
1050
- attr_accessor tags: ::Array[Types::TagListEntry]
1051
- SENSITIVE: []
1052
- end
1053
-
1054
- class StartDiscoveryJobResponse
1055
- attr_accessor discovery_job_arn: ::String
1056
- SENSITIVE: []
1057
- end
1058
-
1059
809
  class StartTaskExecutionRequest
1060
810
  attr_accessor task_arn: ::String
1061
811
  attr_accessor override_options: Types::Options
@@ -1072,20 +822,6 @@ module Aws::DataSync
1072
822
  SENSITIVE: []
1073
823
  end
1074
824
 
1075
- class StopDiscoveryJobRequest
1076
- attr_accessor discovery_job_arn: ::String
1077
- SENSITIVE: []
1078
- end
1079
-
1080
- class StopDiscoveryJobResponse < Aws::EmptyStructure
1081
- end
1082
-
1083
- class StorageSystemListEntry
1084
- attr_accessor storage_system_arn: ::String
1085
- attr_accessor name: ::String
1086
- SENSITIVE: []
1087
- end
1088
-
1089
825
  class TagListEntry
1090
826
  attr_accessor key: ::String
1091
827
  attr_accessor value: ::String
@@ -1172,14 +908,6 @@ module Aws::DataSync
1172
908
  SENSITIVE: []
1173
909
  end
1174
910
 
1175
- class Throughput
1176
- attr_accessor read: ::Float
1177
- attr_accessor write: ::Float
1178
- attr_accessor other: ::Float
1179
- attr_accessor total: ::Float
1180
- SENSITIVE: []
1181
- end
1182
-
1183
911
  class UntagResourceRequest
1184
912
  attr_accessor resource_arn: ::String
1185
913
  attr_accessor keys: ::Array[::String]
@@ -1198,23 +926,16 @@ module Aws::DataSync
1198
926
  class UpdateAgentResponse < Aws::EmptyStructure
1199
927
  end
1200
928
 
1201
- class UpdateDiscoveryJobRequest
1202
- attr_accessor discovery_job_arn: ::String
1203
- attr_accessor collection_duration_minutes: ::Integer
1204
- SENSITIVE: []
1205
- end
1206
-
1207
- class UpdateDiscoveryJobResponse < Aws::EmptyStructure
1208
- end
1209
-
1210
929
  class UpdateLocationAzureBlobRequest
1211
930
  attr_accessor location_arn: ::String
1212
931
  attr_accessor subdirectory: ::String
1213
- attr_accessor authentication_type: ("SAS")
932
+ attr_accessor authentication_type: ("SAS" | "NONE")
1214
933
  attr_accessor sas_configuration: Types::AzureBlobSasConfiguration
1215
934
  attr_accessor blob_type: ("BLOCK")
1216
935
  attr_accessor access_tier: ("HOT" | "COOL" | "ARCHIVE")
1217
936
  attr_accessor agent_arns: ::Array[::String]
937
+ attr_accessor cmk_secret_config: Types::CmkSecretConfig
938
+ attr_accessor custom_secret_config: Types::CustomSecretConfig
1218
939
  SENSITIVE: []
1219
940
  end
1220
941
 
@@ -1316,6 +1037,8 @@ module Aws::DataSync
1316
1037
  attr_accessor secret_key: ::String
1317
1038
  attr_accessor agent_arns: ::Array[::String]
1318
1039
  attr_accessor server_certificate: ::String
1040
+ attr_accessor cmk_secret_config: Types::CmkSecretConfig
1041
+ attr_accessor custom_secret_config: Types::CustomSecretConfig
1319
1042
  SENSITIVE: [:secret_key]
1320
1043
  end
1321
1044
 
@@ -1353,19 +1076,6 @@ module Aws::DataSync
1353
1076
  class UpdateLocationSmbResponse < Aws::EmptyStructure
1354
1077
  end
1355
1078
 
1356
- class UpdateStorageSystemRequest
1357
- attr_accessor storage_system_arn: ::String
1358
- attr_accessor server_configuration: Types::DiscoveryServerConfiguration
1359
- attr_accessor agent_arns: ::Array[::String]
1360
- attr_accessor name: ::String
1361
- attr_accessor cloud_watch_log_group_arn: ::String
1362
- attr_accessor credentials: Types::Credentials
1363
- SENSITIVE: []
1364
- end
1365
-
1366
- class UpdateStorageSystemResponse < Aws::EmptyStructure
1367
- end
1368
-
1369
1079
  class UpdateTaskExecutionRequest
1370
1080
  attr_accessor task_execution_arn: ::String
1371
1081
  attr_accessor options: Types::Options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services