aws-sdk-datasync 1.102.0 → 1.103.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,14 +29,6 @@ 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
54
- SENSITIVE: []
55
- end
56
-
57
32
  class CreateAgentRequest
58
33
  attr_accessor activation_key: ::String
59
34
  attr_accessor agent_name: ::String
@@ -272,12 +247,6 @@ module Aws::DataSync
272
247
  SENSITIVE: []
273
248
  end
274
249
 
275
- class Credentials
276
- attr_accessor username: ::String
277
- attr_accessor password: ::String
278
- SENSITIVE: [:username, :password]
279
- end
280
-
281
250
  class DeleteAgentRequest
282
251
  attr_accessor agent_arn: ::String
283
252
  SENSITIVE: []
@@ -319,21 +288,6 @@ module Aws::DataSync
319
288
  SENSITIVE: []
320
289
  end
321
290
 
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
291
  class DescribeLocationAzureBlobRequest
338
292
  attr_accessor location_arn: ::String
339
293
  SENSITIVE: []
@@ -510,58 +464,6 @@ module Aws::DataSync
510
464
  SENSITIVE: []
511
465
  end
512
466
 
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
467
  class DescribeTaskExecutionRequest
566
468
  attr_accessor task_execution_arn: ::String
567
469
  SENSITIVE: []
@@ -624,18 +526,6 @@ module Aws::DataSync
624
526
  SENSITIVE: []
625
527
  end
626
528
 
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
529
  class Ec2Config
640
530
  attr_accessor subnet_arn: ::String
641
531
  attr_accessor security_group_arns: ::Array[::String]
@@ -681,30 +571,12 @@ module Aws::DataSync
681
571
  SENSITIVE: [:password]
682
572
  end
683
573
 
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
574
  class HdfsNameNode
695
575
  attr_accessor hostname: ::String
696
576
  attr_accessor port: ::Integer
697
577
  SENSITIVE: []
698
578
  end
699
579
 
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
580
  class InternalException
709
581
  attr_accessor message: ::String
710
582
  attr_accessor error_code: ::String
@@ -718,13 +590,6 @@ module Aws::DataSync
718
590
  SENSITIVE: []
719
591
  end
720
592
 
721
- class Latency
722
- attr_accessor read: ::Float
723
- attr_accessor write: ::Float
724
- attr_accessor other: ::Float
725
- SENSITIVE: []
726
- end
727
-
728
593
  class ListAgentsRequest
729
594
  attr_accessor max_results: ::Integer
730
595
  attr_accessor next_token: ::String
@@ -737,19 +602,6 @@ module Aws::DataSync
737
602
  SENSITIVE: []
738
603
  end
739
604
 
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
605
  class ListLocationsRequest
754
606
  attr_accessor max_results: ::Integer
755
607
  attr_accessor next_token: ::String
@@ -763,18 +615,6 @@ module Aws::DataSync
763
615
  SENSITIVE: []
764
616
  end
765
617
 
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
618
  class ListTagsForResourceRequest
779
619
  attr_accessor resource_arn: ::String
780
620
  attr_accessor max_results: ::Integer
@@ -834,74 +674,6 @@ module Aws::DataSync
834
674
  SENSITIVE: []
835
675
  end
836
676
 
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
677
  class NfsMountOptions
906
678
  attr_accessor version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")
907
679
  SENSITIVE: []
@@ -931,13 +703,6 @@ module Aws::DataSync
931
703
  SENSITIVE: []
932
704
  end
933
705
 
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
706
  class Platform
942
707
  attr_accessor version: ::String
943
708
  SENSITIVE: []
@@ -957,21 +722,6 @@ module Aws::DataSync
957
722
  SENSITIVE: []
958
723
  end
959
724
 
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
725
  class ReportDestination
976
726
  attr_accessor s3: Types::ReportDestinationS3
977
727
  SENSITIVE: []
@@ -1004,22 +754,6 @@ module Aws::DataSync
1004
754
  SENSITIVE: []
1005
755
  end
1006
756
 
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
757
  class S3Config
1024
758
  attr_accessor bucket_access_role_arn: ::String
1025
759
  SENSITIVE: []
@@ -1043,19 +777,6 @@ module Aws::DataSync
1043
777
  SENSITIVE: []
1044
778
  end
1045
779
 
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
780
  class StartTaskExecutionRequest
1060
781
  attr_accessor task_arn: ::String
1061
782
  attr_accessor override_options: Types::Options
@@ -1072,20 +793,6 @@ module Aws::DataSync
1072
793
  SENSITIVE: []
1073
794
  end
1074
795
 
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
796
  class TagListEntry
1090
797
  attr_accessor key: ::String
1091
798
  attr_accessor value: ::String
@@ -1172,14 +879,6 @@ module Aws::DataSync
1172
879
  SENSITIVE: []
1173
880
  end
1174
881
 
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
882
  class UntagResourceRequest
1184
883
  attr_accessor resource_arn: ::String
1185
884
  attr_accessor keys: ::Array[::String]
@@ -1198,15 +897,6 @@ module Aws::DataSync
1198
897
  class UpdateAgentResponse < Aws::EmptyStructure
1199
898
  end
1200
899
 
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
900
  class UpdateLocationAzureBlobRequest
1211
901
  attr_accessor location_arn: ::String
1212
902
  attr_accessor subdirectory: ::String
@@ -1353,19 +1043,6 @@ module Aws::DataSync
1353
1043
  class UpdateLocationSmbResponse < Aws::EmptyStructure
1354
1044
  end
1355
1045
 
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
1046
  class UpdateTaskExecutionRequest
1370
1047
  attr_accessor task_execution_arn: ::String
1371
1048
  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.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services