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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +3 -760
- data/lib/aws-sdk-datasync/client_api.rb +0 -546
- data/lib/aws-sdk-datasync/types.rb +2 -1348
- data/lib/aws-sdk-datasync.rb +2 -2
- data/sig/client.rbs +0 -197
- data/sig/types.rbs +0 -323
- metadata +1 -1
@@ -476,92 +476,6 @@ module Aws::DataSync
|
|
476
476
|
|
477
477
|
# @!group API Operations
|
478
478
|
|
479
|
-
# Creates an Amazon Web Services resource for an on-premises storage
|
480
|
-
# system that you want DataSync Discovery to collect information about.
|
481
|
-
#
|
482
|
-
# @option params [required, Types::DiscoveryServerConfiguration] :server_configuration
|
483
|
-
# Specifies the server name and network port required to connect with
|
484
|
-
# the management interface of your on-premises storage system.
|
485
|
-
#
|
486
|
-
# @option params [required, String] :system_type
|
487
|
-
# Specifies the type of on-premises storage system that you want
|
488
|
-
# DataSync Discovery to collect information about.
|
489
|
-
#
|
490
|
-
# <note markdown="1"> DataSync Discovery currently supports NetApp Fabric-Attached Storage
|
491
|
-
# (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
|
492
|
-
#
|
493
|
-
# </note>
|
494
|
-
#
|
495
|
-
# @option params [required, Array<String>] :agent_arns
|
496
|
-
# Specifies the Amazon Resource Name (ARN) of the DataSync agent that
|
497
|
-
# connects to and reads from your on-premises storage system's
|
498
|
-
# management interface. You can only specify one ARN.
|
499
|
-
#
|
500
|
-
# @option params [String] :cloud_watch_log_group_arn
|
501
|
-
# Specifies the ARN of the Amazon CloudWatch log group for monitoring
|
502
|
-
# and logging discovery job events.
|
503
|
-
#
|
504
|
-
# @option params [Array<Types::TagListEntry>] :tags
|
505
|
-
# Specifies labels that help you categorize, filter, and search for your
|
506
|
-
# Amazon Web Services resources. We recommend creating at least a name
|
507
|
-
# tag for your on-premises storage system.
|
508
|
-
#
|
509
|
-
# @option params [String] :name
|
510
|
-
# Specifies a familiar name for your on-premises storage system.
|
511
|
-
#
|
512
|
-
# @option params [required, String] :client_token
|
513
|
-
# Specifies a client token to make sure requests with this API operation
|
514
|
-
# are idempotent. If you don't specify a client token, DataSync
|
515
|
-
# generates one for you automatically.
|
516
|
-
#
|
517
|
-
# **A suitable default value is auto-generated.** You should normally
|
518
|
-
# not need to pass this option.**
|
519
|
-
#
|
520
|
-
# @option params [required, Types::Credentials] :credentials
|
521
|
-
# Specifies the user name and password for accessing your on-premises
|
522
|
-
# storage system's management interface.
|
523
|
-
#
|
524
|
-
# @return [Types::AddStorageSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
525
|
-
#
|
526
|
-
# * {Types::AddStorageSystemResponse#storage_system_arn #storage_system_arn} => String
|
527
|
-
#
|
528
|
-
# @example Request syntax with placeholder values
|
529
|
-
#
|
530
|
-
# resp = client.add_storage_system({
|
531
|
-
# server_configuration: { # required
|
532
|
-
# server_hostname: "DiscoveryServerHostname", # required
|
533
|
-
# server_port: 1,
|
534
|
-
# },
|
535
|
-
# system_type: "NetAppONTAP", # required, accepts NetAppONTAP
|
536
|
-
# agent_arns: ["AgentArn"], # required
|
537
|
-
# cloud_watch_log_group_arn: "LogGroupArn",
|
538
|
-
# tags: [
|
539
|
-
# {
|
540
|
-
# key: "TagKey", # required
|
541
|
-
# value: "TagValue",
|
542
|
-
# },
|
543
|
-
# ],
|
544
|
-
# name: "Name",
|
545
|
-
# client_token: "PtolemyUUID", # required
|
546
|
-
# credentials: { # required
|
547
|
-
# username: "PtolemyUsername", # required
|
548
|
-
# password: "PtolemyPassword", # required
|
549
|
-
# },
|
550
|
-
# })
|
551
|
-
#
|
552
|
-
# @example Response structure
|
553
|
-
#
|
554
|
-
# resp.storage_system_arn #=> String
|
555
|
-
#
|
556
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/AddStorageSystem AWS API Documentation
|
557
|
-
#
|
558
|
-
# @overload add_storage_system(params = {})
|
559
|
-
# @param [Hash] params ({})
|
560
|
-
def add_storage_system(params = {}, options = {})
|
561
|
-
req = build_request(:add_storage_system, params)
|
562
|
-
req.send_request(options)
|
563
|
-
end
|
564
|
-
|
565
479
|
# Stops an DataSync task execution that's in progress. The transfer of
|
566
480
|
# some files are abruptly interrupted. File contents that're
|
567
481
|
# transferred to the destination might be incomplete or inconsistent
|
@@ -1323,9 +1237,7 @@ module Aws::DataSync
|
|
1323
1237
|
# @option params [String, StringIO, File] :kerberos_keytab
|
1324
1238
|
# The Kerberos key table (keytab) that contains mappings between the
|
1325
1239
|
# defined Kerberos principal and the encrypted keys. You can load the
|
1326
|
-
# keytab from a file by providing the file's address.
|
1327
|
-
# the CLI, it performs base64 encoding for you. Otherwise, provide the
|
1328
|
-
# base64-encoded text.
|
1240
|
+
# keytab from a file by providing the file's address.
|
1329
1241
|
#
|
1330
1242
|
# <note markdown="1"> If `KERBEROS` is specified for `AuthenticationType`, this parameter is
|
1331
1243
|
# required.
|
@@ -1833,9 +1745,6 @@ module Aws::DataSync
|
|
1833
1745
|
# Specifies your Kerberos key table (keytab) file, which includes
|
1834
1746
|
# mappings between your Kerberos principal and encryption keys.
|
1835
1747
|
#
|
1836
|
-
# The file must be base64 encoded. If you're using the CLI, the
|
1837
|
-
# encoding is done for you.
|
1838
|
-
#
|
1839
1748
|
# To avoid task execution errors, make sure that the Kerberos principal
|
1840
1749
|
# that you use to create the keytab file matches exactly what you
|
1841
1750
|
# specify for `KerberosPrincipal`.
|
@@ -2251,45 +2160,6 @@ module Aws::DataSync
|
|
2251
2160
|
req.send_request(options)
|
2252
2161
|
end
|
2253
2162
|
|
2254
|
-
# Returns information about a DataSync discovery job.
|
2255
|
-
#
|
2256
|
-
# @option params [required, String] :discovery_job_arn
|
2257
|
-
# Specifies the Amazon Resource Name (ARN) of the discovery job that you
|
2258
|
-
# want information about.
|
2259
|
-
#
|
2260
|
-
# @return [Types::DescribeDiscoveryJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2261
|
-
#
|
2262
|
-
# * {Types::DescribeDiscoveryJobResponse#storage_system_arn #storage_system_arn} => String
|
2263
|
-
# * {Types::DescribeDiscoveryJobResponse#discovery_job_arn #discovery_job_arn} => String
|
2264
|
-
# * {Types::DescribeDiscoveryJobResponse#collection_duration_minutes #collection_duration_minutes} => Integer
|
2265
|
-
# * {Types::DescribeDiscoveryJobResponse#status #status} => String
|
2266
|
-
# * {Types::DescribeDiscoveryJobResponse#job_start_time #job_start_time} => Time
|
2267
|
-
# * {Types::DescribeDiscoveryJobResponse#job_end_time #job_end_time} => Time
|
2268
|
-
#
|
2269
|
-
# @example Request syntax with placeholder values
|
2270
|
-
#
|
2271
|
-
# resp = client.describe_discovery_job({
|
2272
|
-
# discovery_job_arn: "DiscoveryJobArn", # required
|
2273
|
-
# })
|
2274
|
-
#
|
2275
|
-
# @example Response structure
|
2276
|
-
#
|
2277
|
-
# resp.storage_system_arn #=> String
|
2278
|
-
# resp.discovery_job_arn #=> String
|
2279
|
-
# resp.collection_duration_minutes #=> Integer
|
2280
|
-
# resp.status #=> String, one of "RUNNING", "WARNING", "TERMINATED", "FAILED", "STOPPED", "COMPLETED", "COMPLETED_WITH_ISSUES"
|
2281
|
-
# resp.job_start_time #=> Time
|
2282
|
-
# resp.job_end_time #=> Time
|
2283
|
-
#
|
2284
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/DescribeDiscoveryJob AWS API Documentation
|
2285
|
-
#
|
2286
|
-
# @overload describe_discovery_job(params = {})
|
2287
|
-
# @param [Hash] params ({})
|
2288
|
-
def describe_discovery_job(params = {}, options = {})
|
2289
|
-
req = build_request(:describe_discovery_job, params)
|
2290
|
-
req.send_request(options)
|
2291
|
-
end
|
2292
|
-
|
2293
2163
|
# Provides details about how an DataSync transfer location for Microsoft
|
2294
2164
|
# Azure Blob Storage is configured.
|
2295
2165
|
#
|
@@ -2784,289 +2654,6 @@ module Aws::DataSync
|
|
2784
2654
|
req.send_request(options)
|
2785
2655
|
end
|
2786
2656
|
|
2787
|
-
# Returns information about an on-premises storage system that you're
|
2788
|
-
# using with DataSync Discovery.
|
2789
|
-
#
|
2790
|
-
# @option params [required, String] :storage_system_arn
|
2791
|
-
# Specifies the Amazon Resource Name (ARN) of an on-premises storage
|
2792
|
-
# system that you're using with DataSync Discovery.
|
2793
|
-
#
|
2794
|
-
# @return [Types::DescribeStorageSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2795
|
-
#
|
2796
|
-
# * {Types::DescribeStorageSystemResponse#storage_system_arn #storage_system_arn} => String
|
2797
|
-
# * {Types::DescribeStorageSystemResponse#server_configuration #server_configuration} => Types::DiscoveryServerConfiguration
|
2798
|
-
# * {Types::DescribeStorageSystemResponse#system_type #system_type} => String
|
2799
|
-
# * {Types::DescribeStorageSystemResponse#agent_arns #agent_arns} => Array<String>
|
2800
|
-
# * {Types::DescribeStorageSystemResponse#name #name} => String
|
2801
|
-
# * {Types::DescribeStorageSystemResponse#error_message #error_message} => String
|
2802
|
-
# * {Types::DescribeStorageSystemResponse#connectivity_status #connectivity_status} => String
|
2803
|
-
# * {Types::DescribeStorageSystemResponse#cloud_watch_log_group_arn #cloud_watch_log_group_arn} => String
|
2804
|
-
# * {Types::DescribeStorageSystemResponse#creation_time #creation_time} => Time
|
2805
|
-
# * {Types::DescribeStorageSystemResponse#secrets_manager_arn #secrets_manager_arn} => String
|
2806
|
-
#
|
2807
|
-
# @example Request syntax with placeholder values
|
2808
|
-
#
|
2809
|
-
# resp = client.describe_storage_system({
|
2810
|
-
# storage_system_arn: "StorageSystemArn", # required
|
2811
|
-
# })
|
2812
|
-
#
|
2813
|
-
# @example Response structure
|
2814
|
-
#
|
2815
|
-
# resp.storage_system_arn #=> String
|
2816
|
-
# resp.server_configuration.server_hostname #=> String
|
2817
|
-
# resp.server_configuration.server_port #=> Integer
|
2818
|
-
# resp.system_type #=> String, one of "NetAppONTAP"
|
2819
|
-
# resp.agent_arns #=> Array
|
2820
|
-
# resp.agent_arns[0] #=> String
|
2821
|
-
# resp.name #=> String
|
2822
|
-
# resp.error_message #=> String
|
2823
|
-
# resp.connectivity_status #=> String, one of "PASS", "FAIL", "UNKNOWN"
|
2824
|
-
# resp.cloud_watch_log_group_arn #=> String
|
2825
|
-
# resp.creation_time #=> Time
|
2826
|
-
# resp.secrets_manager_arn #=> String
|
2827
|
-
#
|
2828
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/DescribeStorageSystem AWS API Documentation
|
2829
|
-
#
|
2830
|
-
# @overload describe_storage_system(params = {})
|
2831
|
-
# @param [Hash] params ({})
|
2832
|
-
def describe_storage_system(params = {}, options = {})
|
2833
|
-
req = build_request(:describe_storage_system, params)
|
2834
|
-
req.send_request(options)
|
2835
|
-
end
|
2836
|
-
|
2837
|
-
# Returns information, including performance data and capacity usage,
|
2838
|
-
# which DataSync Discovery collects about a specific resource in
|
2839
|
-
# your-premises storage system.
|
2840
|
-
#
|
2841
|
-
# @option params [required, String] :discovery_job_arn
|
2842
|
-
# Specifies the Amazon Resource Name (ARN) of the discovery job that
|
2843
|
-
# collects information about your on-premises storage system.
|
2844
|
-
#
|
2845
|
-
# @option params [required, String] :resource_type
|
2846
|
-
# Specifies the kind of storage system resource that you want
|
2847
|
-
# information about.
|
2848
|
-
#
|
2849
|
-
# @option params [required, String] :resource_id
|
2850
|
-
# Specifies the universally unique identifier (UUID) of the storage
|
2851
|
-
# system resource that you want information about.
|
2852
|
-
#
|
2853
|
-
# @option params [Time,DateTime,Date,Integer,String] :start_time
|
2854
|
-
# Specifies a time within the total duration that the discovery job ran.
|
2855
|
-
# To see information gathered during a certain time frame, use this
|
2856
|
-
# parameter with `EndTime`.
|
2857
|
-
#
|
2858
|
-
# @option params [Time,DateTime,Date,Integer,String] :end_time
|
2859
|
-
# Specifies a time within the total duration that the discovery job ran.
|
2860
|
-
# To see information gathered during a certain time frame, use this
|
2861
|
-
# parameter with `StartTime`.
|
2862
|
-
#
|
2863
|
-
# @option params [Integer] :max_results
|
2864
|
-
# Specifies how many results that you want in the response.
|
2865
|
-
#
|
2866
|
-
# @option params [String] :next_token
|
2867
|
-
# Specifies an opaque string that indicates the position to begin the
|
2868
|
-
# next list of results in the response.
|
2869
|
-
#
|
2870
|
-
# @return [Types::DescribeStorageSystemResourceMetricsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2871
|
-
#
|
2872
|
-
# * {Types::DescribeStorageSystemResourceMetricsResponse#metrics #metrics} => Array<Types::ResourceMetrics>
|
2873
|
-
# * {Types::DescribeStorageSystemResourceMetricsResponse#next_token #next_token} => String
|
2874
|
-
#
|
2875
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2876
|
-
#
|
2877
|
-
# @example Request syntax with placeholder values
|
2878
|
-
#
|
2879
|
-
# resp = client.describe_storage_system_resource_metrics({
|
2880
|
-
# discovery_job_arn: "DiscoveryJobArn", # required
|
2881
|
-
# resource_type: "SVM", # required, accepts SVM, VOLUME, CLUSTER
|
2882
|
-
# resource_id: "ResourceId", # required
|
2883
|
-
# start_time: Time.now,
|
2884
|
-
# end_time: Time.now,
|
2885
|
-
# max_results: 1,
|
2886
|
-
# next_token: "DiscoveryNextToken",
|
2887
|
-
# })
|
2888
|
-
#
|
2889
|
-
# @example Response structure
|
2890
|
-
#
|
2891
|
-
# resp.metrics #=> Array
|
2892
|
-
# resp.metrics[0].timestamp #=> Time
|
2893
|
-
# resp.metrics[0].p95_metrics.iops.read #=> Float
|
2894
|
-
# resp.metrics[0].p95_metrics.iops.write #=> Float
|
2895
|
-
# resp.metrics[0].p95_metrics.iops.other #=> Float
|
2896
|
-
# resp.metrics[0].p95_metrics.iops.total #=> Float
|
2897
|
-
# resp.metrics[0].p95_metrics.throughput.read #=> Float
|
2898
|
-
# resp.metrics[0].p95_metrics.throughput.write #=> Float
|
2899
|
-
# resp.metrics[0].p95_metrics.throughput.other #=> Float
|
2900
|
-
# resp.metrics[0].p95_metrics.throughput.total #=> Float
|
2901
|
-
# resp.metrics[0].p95_metrics.latency.read #=> Float
|
2902
|
-
# resp.metrics[0].p95_metrics.latency.write #=> Float
|
2903
|
-
# resp.metrics[0].p95_metrics.latency.other #=> Float
|
2904
|
-
# resp.metrics[0].capacity.used #=> Integer
|
2905
|
-
# resp.metrics[0].capacity.provisioned #=> Integer
|
2906
|
-
# resp.metrics[0].capacity.logical_used #=> Integer
|
2907
|
-
# resp.metrics[0].capacity.cluster_cloud_storage_used #=> Integer
|
2908
|
-
# resp.metrics[0].resource_id #=> String
|
2909
|
-
# resp.metrics[0].resource_type #=> String, one of "SVM", "VOLUME", "CLUSTER"
|
2910
|
-
# resp.next_token #=> String
|
2911
|
-
#
|
2912
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/DescribeStorageSystemResourceMetrics AWS API Documentation
|
2913
|
-
#
|
2914
|
-
# @overload describe_storage_system_resource_metrics(params = {})
|
2915
|
-
# @param [Hash] params ({})
|
2916
|
-
def describe_storage_system_resource_metrics(params = {}, options = {})
|
2917
|
-
req = build_request(:describe_storage_system_resource_metrics, params)
|
2918
|
-
req.send_request(options)
|
2919
|
-
end
|
2920
|
-
|
2921
|
-
# Returns information that DataSync Discovery collects about resources
|
2922
|
-
# in your on-premises storage system.
|
2923
|
-
#
|
2924
|
-
# @option params [required, String] :discovery_job_arn
|
2925
|
-
# Specifies the Amazon Resource Name (ARN) of the discovery job that's
|
2926
|
-
# collecting data from your on-premises storage system.
|
2927
|
-
#
|
2928
|
-
# @option params [required, String] :resource_type
|
2929
|
-
# Specifies what kind of storage system resources that you want
|
2930
|
-
# information about.
|
2931
|
-
#
|
2932
|
-
# @option params [Array<String>] :resource_ids
|
2933
|
-
# Specifies the universally unique identifiers (UUIDs) of the storage
|
2934
|
-
# system resources that you want information about. You can't use this
|
2935
|
-
# parameter in combination with the `Filter` parameter.
|
2936
|
-
#
|
2937
|
-
# @option params [Hash<String,Array>] :filter
|
2938
|
-
# Filters the storage system resources that you want returned. For
|
2939
|
-
# example, this might be volumes associated with a specific storage
|
2940
|
-
# virtual machine (SVM).
|
2941
|
-
#
|
2942
|
-
# @option params [Integer] :max_results
|
2943
|
-
# Specifies the maximum number of storage system resources that you want
|
2944
|
-
# to list in a response.
|
2945
|
-
#
|
2946
|
-
# @option params [String] :next_token
|
2947
|
-
# Specifies an opaque string that indicates the position to begin the
|
2948
|
-
# next list of results in the response.
|
2949
|
-
#
|
2950
|
-
# @return [Types::DescribeStorageSystemResourcesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2951
|
-
#
|
2952
|
-
# * {Types::DescribeStorageSystemResourcesResponse#resource_details #resource_details} => Types::ResourceDetails
|
2953
|
-
# * {Types::DescribeStorageSystemResourcesResponse#next_token #next_token} => String
|
2954
|
-
#
|
2955
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2956
|
-
#
|
2957
|
-
# @example Request syntax with placeholder values
|
2958
|
-
#
|
2959
|
-
# resp = client.describe_storage_system_resources({
|
2960
|
-
# discovery_job_arn: "DiscoveryJobArn", # required
|
2961
|
-
# resource_type: "SVM", # required, accepts SVM, VOLUME, CLUSTER
|
2962
|
-
# resource_ids: ["ResourceId"],
|
2963
|
-
# filter: {
|
2964
|
-
# "SVM" => ["PtolemyString"],
|
2965
|
-
# },
|
2966
|
-
# max_results: 1,
|
2967
|
-
# next_token: "DiscoveryNextToken",
|
2968
|
-
# })
|
2969
|
-
#
|
2970
|
-
# @example Response structure
|
2971
|
-
#
|
2972
|
-
# resp.resource_details.net_app_ontapsv_ms #=> Array
|
2973
|
-
# resp.resource_details.net_app_ontapsv_ms[0].cluster_uuid #=> String
|
2974
|
-
# resp.resource_details.net_app_ontapsv_ms[0].resource_id #=> String
|
2975
|
-
# resp.resource_details.net_app_ontapsv_ms[0].svm_name #=> String
|
2976
|
-
# resp.resource_details.net_app_ontapsv_ms[0].cifs_share_count #=> Integer
|
2977
|
-
# resp.resource_details.net_app_ontapsv_ms[0].enabled_protocols #=> Array
|
2978
|
-
# resp.resource_details.net_app_ontapsv_ms[0].enabled_protocols[0] #=> String
|
2979
|
-
# resp.resource_details.net_app_ontapsv_ms[0].total_capacity_used #=> Integer
|
2980
|
-
# resp.resource_details.net_app_ontapsv_ms[0].total_capacity_provisioned #=> Integer
|
2981
|
-
# resp.resource_details.net_app_ontapsv_ms[0].total_logical_capacity_used #=> Integer
|
2982
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.iops_read #=> Float
|
2983
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.iops_write #=> Float
|
2984
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.iops_other #=> Float
|
2985
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.iops_total #=> Float
|
2986
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.throughput_read #=> Float
|
2987
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.throughput_write #=> Float
|
2988
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.throughput_other #=> Float
|
2989
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.throughput_total #=> Float
|
2990
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.latency_read #=> Float
|
2991
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.latency_write #=> Float
|
2992
|
-
# resp.resource_details.net_app_ontapsv_ms[0].max_p95_performance.latency_other #=> Float
|
2993
|
-
# resp.resource_details.net_app_ontapsv_ms[0].recommendations #=> Array
|
2994
|
-
# resp.resource_details.net_app_ontapsv_ms[0].recommendations[0].storage_type #=> String
|
2995
|
-
# resp.resource_details.net_app_ontapsv_ms[0].recommendations[0].storage_configuration #=> Hash
|
2996
|
-
# resp.resource_details.net_app_ontapsv_ms[0].recommendations[0].storage_configuration["PtolemyString"] #=> String
|
2997
|
-
# resp.resource_details.net_app_ontapsv_ms[0].recommendations[0].estimated_monthly_storage_cost #=> String
|
2998
|
-
# resp.resource_details.net_app_ontapsv_ms[0].nfs_exported_volumes #=> Integer
|
2999
|
-
# resp.resource_details.net_app_ontapsv_ms[0].recommendation_status #=> String, one of "NONE", "IN_PROGRESS", "COMPLETED", "FAILED"
|
3000
|
-
# resp.resource_details.net_app_ontapsv_ms[0].total_snapshot_capacity_used #=> Integer
|
3001
|
-
# resp.resource_details.net_app_ontapsv_ms[0].lun_count #=> Integer
|
3002
|
-
# resp.resource_details.net_app_ontap_volumes #=> Array
|
3003
|
-
# resp.resource_details.net_app_ontap_volumes[0].volume_name #=> String
|
3004
|
-
# resp.resource_details.net_app_ontap_volumes[0].resource_id #=> String
|
3005
|
-
# resp.resource_details.net_app_ontap_volumes[0].cifs_share_count #=> Integer
|
3006
|
-
# resp.resource_details.net_app_ontap_volumes[0].security_style #=> String
|
3007
|
-
# resp.resource_details.net_app_ontap_volumes[0].svm_uuid #=> String
|
3008
|
-
# resp.resource_details.net_app_ontap_volumes[0].svm_name #=> String
|
3009
|
-
# resp.resource_details.net_app_ontap_volumes[0].capacity_used #=> Integer
|
3010
|
-
# resp.resource_details.net_app_ontap_volumes[0].capacity_provisioned #=> Integer
|
3011
|
-
# resp.resource_details.net_app_ontap_volumes[0].logical_capacity_used #=> Integer
|
3012
|
-
# resp.resource_details.net_app_ontap_volumes[0].nfs_exported #=> Boolean
|
3013
|
-
# resp.resource_details.net_app_ontap_volumes[0].snapshot_capacity_used #=> Integer
|
3014
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.iops_read #=> Float
|
3015
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.iops_write #=> Float
|
3016
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.iops_other #=> Float
|
3017
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.iops_total #=> Float
|
3018
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.throughput_read #=> Float
|
3019
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.throughput_write #=> Float
|
3020
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.throughput_other #=> Float
|
3021
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.throughput_total #=> Float
|
3022
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.latency_read #=> Float
|
3023
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.latency_write #=> Float
|
3024
|
-
# resp.resource_details.net_app_ontap_volumes[0].max_p95_performance.latency_other #=> Float
|
3025
|
-
# resp.resource_details.net_app_ontap_volumes[0].recommendations #=> Array
|
3026
|
-
# resp.resource_details.net_app_ontap_volumes[0].recommendations[0].storage_type #=> String
|
3027
|
-
# resp.resource_details.net_app_ontap_volumes[0].recommendations[0].storage_configuration #=> Hash
|
3028
|
-
# resp.resource_details.net_app_ontap_volumes[0].recommendations[0].storage_configuration["PtolemyString"] #=> String
|
3029
|
-
# resp.resource_details.net_app_ontap_volumes[0].recommendations[0].estimated_monthly_storage_cost #=> String
|
3030
|
-
# resp.resource_details.net_app_ontap_volumes[0].recommendation_status #=> String, one of "NONE", "IN_PROGRESS", "COMPLETED", "FAILED"
|
3031
|
-
# resp.resource_details.net_app_ontap_volumes[0].lun_count #=> Integer
|
3032
|
-
# resp.resource_details.net_app_ontap_clusters #=> Array
|
3033
|
-
# resp.resource_details.net_app_ontap_clusters[0].cifs_share_count #=> Integer
|
3034
|
-
# resp.resource_details.net_app_ontap_clusters[0].nfs_exported_volumes #=> Integer
|
3035
|
-
# resp.resource_details.net_app_ontap_clusters[0].resource_id #=> String
|
3036
|
-
# resp.resource_details.net_app_ontap_clusters[0].cluster_name #=> String
|
3037
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.iops_read #=> Float
|
3038
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.iops_write #=> Float
|
3039
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.iops_other #=> Float
|
3040
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.iops_total #=> Float
|
3041
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.throughput_read #=> Float
|
3042
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.throughput_write #=> Float
|
3043
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.throughput_other #=> Float
|
3044
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.throughput_total #=> Float
|
3045
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.latency_read #=> Float
|
3046
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.latency_write #=> Float
|
3047
|
-
# resp.resource_details.net_app_ontap_clusters[0].max_p95_performance.latency_other #=> Float
|
3048
|
-
# resp.resource_details.net_app_ontap_clusters[0].cluster_block_storage_size #=> Integer
|
3049
|
-
# resp.resource_details.net_app_ontap_clusters[0].cluster_block_storage_used #=> Integer
|
3050
|
-
# resp.resource_details.net_app_ontap_clusters[0].cluster_block_storage_logical_used #=> Integer
|
3051
|
-
# resp.resource_details.net_app_ontap_clusters[0].recommendations #=> Array
|
3052
|
-
# resp.resource_details.net_app_ontap_clusters[0].recommendations[0].storage_type #=> String
|
3053
|
-
# resp.resource_details.net_app_ontap_clusters[0].recommendations[0].storage_configuration #=> Hash
|
3054
|
-
# resp.resource_details.net_app_ontap_clusters[0].recommendations[0].storage_configuration["PtolemyString"] #=> String
|
3055
|
-
# resp.resource_details.net_app_ontap_clusters[0].recommendations[0].estimated_monthly_storage_cost #=> String
|
3056
|
-
# resp.resource_details.net_app_ontap_clusters[0].recommendation_status #=> String, one of "NONE", "IN_PROGRESS", "COMPLETED", "FAILED"
|
3057
|
-
# resp.resource_details.net_app_ontap_clusters[0].lun_count #=> Integer
|
3058
|
-
# resp.resource_details.net_app_ontap_clusters[0].cluster_cloud_storage_used #=> Integer
|
3059
|
-
# resp.next_token #=> String
|
3060
|
-
#
|
3061
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/DescribeStorageSystemResources AWS API Documentation
|
3062
|
-
#
|
3063
|
-
# @overload describe_storage_system_resources(params = {})
|
3064
|
-
# @param [Hash] params ({})
|
3065
|
-
def describe_storage_system_resources(params = {}, options = {})
|
3066
|
-
req = build_request(:describe_storage_system_resources, params)
|
3067
|
-
req.send_request(options)
|
3068
|
-
end
|
3069
|
-
|
3070
2657
|
# Provides information about a *task*, which defines where and how
|
3071
2658
|
# DataSync transfers your data.
|
3072
2659
|
#
|
@@ -3307,51 +2894,6 @@ module Aws::DataSync
|
|
3307
2894
|
req.send_request(options)
|
3308
2895
|
end
|
3309
2896
|
|
3310
|
-
# Creates recommendations about where to migrate your data to in Amazon
|
3311
|
-
# Web Services. Recommendations are generated based on information that
|
3312
|
-
# DataSync Discovery collects about your on-premises storage system's
|
3313
|
-
# resources. For more information, see [Recommendations provided by
|
3314
|
-
# DataSync Discovery][1].
|
3315
|
-
#
|
3316
|
-
# Once generated, you can view your recommendations by using the
|
3317
|
-
# [DescribeStorageSystemResources][2] operation.
|
3318
|
-
#
|
3319
|
-
#
|
3320
|
-
#
|
3321
|
-
# [1]: https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html
|
3322
|
-
# [2]: https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html
|
3323
|
-
#
|
3324
|
-
# @option params [required, String] :discovery_job_arn
|
3325
|
-
# Specifies the Amazon Resource Name (ARN) of the discovery job that
|
3326
|
-
# collects information about your on-premises storage system.
|
3327
|
-
#
|
3328
|
-
# @option params [required, Array<String>] :resource_ids
|
3329
|
-
# Specifies the universally unique identifiers (UUIDs) of the resources
|
3330
|
-
# in your storage system that you want recommendations on.
|
3331
|
-
#
|
3332
|
-
# @option params [required, String] :resource_type
|
3333
|
-
# Specifies the type of resource in your storage system that you want
|
3334
|
-
# recommendations on.
|
3335
|
-
#
|
3336
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3337
|
-
#
|
3338
|
-
# @example Request syntax with placeholder values
|
3339
|
-
#
|
3340
|
-
# resp = client.generate_recommendations({
|
3341
|
-
# discovery_job_arn: "DiscoveryJobArn", # required
|
3342
|
-
# resource_ids: ["ResourceId"], # required
|
3343
|
-
# resource_type: "SVM", # required, accepts SVM, VOLUME, CLUSTER
|
3344
|
-
# })
|
3345
|
-
#
|
3346
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/GenerateRecommendations AWS API Documentation
|
3347
|
-
#
|
3348
|
-
# @overload generate_recommendations(params = {})
|
3349
|
-
# @param [Hash] params ({})
|
3350
|
-
def generate_recommendations(params = {}, options = {})
|
3351
|
-
req = build_request(:generate_recommendations, params)
|
3352
|
-
req.send_request(options)
|
3353
|
-
end
|
3354
|
-
|
3355
2897
|
# Returns a list of DataSync agents that belong to an Amazon Web
|
3356
2898
|
# Services account in the Amazon Web Services Region specified in the
|
3357
2899
|
# request.
|
@@ -3414,53 +2956,6 @@ module Aws::DataSync
|
|
3414
2956
|
req.send_request(options)
|
3415
2957
|
end
|
3416
2958
|
|
3417
|
-
# Provides a list of the existing discovery jobs in the Amazon Web
|
3418
|
-
# Services Region and Amazon Web Services account where you're using
|
3419
|
-
# DataSync Discovery.
|
3420
|
-
#
|
3421
|
-
# @option params [String] :storage_system_arn
|
3422
|
-
# Specifies the Amazon Resource Name (ARN) of an on-premises storage
|
3423
|
-
# system. Use this parameter if you only want to list the discovery jobs
|
3424
|
-
# that are associated with a specific storage system.
|
3425
|
-
#
|
3426
|
-
# @option params [Integer] :max_results
|
3427
|
-
# Specifies how many results you want in the response.
|
3428
|
-
#
|
3429
|
-
# @option params [String] :next_token
|
3430
|
-
# Specifies an opaque string that indicates the position to begin the
|
3431
|
-
# next list of results in the response.
|
3432
|
-
#
|
3433
|
-
# @return [Types::ListDiscoveryJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3434
|
-
#
|
3435
|
-
# * {Types::ListDiscoveryJobsResponse#discovery_jobs #discovery_jobs} => Array<Types::DiscoveryJobListEntry>
|
3436
|
-
# * {Types::ListDiscoveryJobsResponse#next_token #next_token} => String
|
3437
|
-
#
|
3438
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3439
|
-
#
|
3440
|
-
# @example Request syntax with placeholder values
|
3441
|
-
#
|
3442
|
-
# resp = client.list_discovery_jobs({
|
3443
|
-
# storage_system_arn: "StorageSystemArn",
|
3444
|
-
# max_results: 1,
|
3445
|
-
# next_token: "DiscoveryNextToken",
|
3446
|
-
# })
|
3447
|
-
#
|
3448
|
-
# @example Response structure
|
3449
|
-
#
|
3450
|
-
# resp.discovery_jobs #=> Array
|
3451
|
-
# resp.discovery_jobs[0].discovery_job_arn #=> String
|
3452
|
-
# resp.discovery_jobs[0].status #=> String, one of "RUNNING", "WARNING", "TERMINATED", "FAILED", "STOPPED", "COMPLETED", "COMPLETED_WITH_ISSUES"
|
3453
|
-
# resp.next_token #=> String
|
3454
|
-
#
|
3455
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/ListDiscoveryJobs AWS API Documentation
|
3456
|
-
#
|
3457
|
-
# @overload list_discovery_jobs(params = {})
|
3458
|
-
# @param [Hash] params ({})
|
3459
|
-
def list_discovery_jobs(params = {}, options = {})
|
3460
|
-
req = build_request(:list_discovery_jobs, params)
|
3461
|
-
req.send_request(options)
|
3462
|
-
end
|
3463
|
-
|
3464
2959
|
# Returns a list of source and destination locations.
|
3465
2960
|
#
|
3466
2961
|
# If you have more locations than are returned in a response (that is,
|
@@ -3518,46 +3013,6 @@ module Aws::DataSync
|
|
3518
3013
|
req.send_request(options)
|
3519
3014
|
end
|
3520
3015
|
|
3521
|
-
# Lists the on-premises storage systems that you're using with DataSync
|
3522
|
-
# Discovery.
|
3523
|
-
#
|
3524
|
-
# @option params [Integer] :max_results
|
3525
|
-
# Specifies how many results you want in the response.
|
3526
|
-
#
|
3527
|
-
# @option params [String] :next_token
|
3528
|
-
# Specifies an opaque string that indicates the position to begin the
|
3529
|
-
# next list of results in the response.
|
3530
|
-
#
|
3531
|
-
# @return [Types::ListStorageSystemsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3532
|
-
#
|
3533
|
-
# * {Types::ListStorageSystemsResponse#storage_systems #storage_systems} => Array<Types::StorageSystemListEntry>
|
3534
|
-
# * {Types::ListStorageSystemsResponse#next_token #next_token} => String
|
3535
|
-
#
|
3536
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3537
|
-
#
|
3538
|
-
# @example Request syntax with placeholder values
|
3539
|
-
#
|
3540
|
-
# resp = client.list_storage_systems({
|
3541
|
-
# max_results: 1,
|
3542
|
-
# next_token: "DiscoveryNextToken",
|
3543
|
-
# })
|
3544
|
-
#
|
3545
|
-
# @example Response structure
|
3546
|
-
#
|
3547
|
-
# resp.storage_systems #=> Array
|
3548
|
-
# resp.storage_systems[0].storage_system_arn #=> String
|
3549
|
-
# resp.storage_systems[0].name #=> String
|
3550
|
-
# resp.next_token #=> String
|
3551
|
-
#
|
3552
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/ListStorageSystems AWS API Documentation
|
3553
|
-
#
|
3554
|
-
# @overload list_storage_systems(params = {})
|
3555
|
-
# @param [Hash] params ({})
|
3556
|
-
def list_storage_systems(params = {}, options = {})
|
3557
|
-
req = build_request(:list_storage_systems, params)
|
3558
|
-
req.send_request(options)
|
3559
|
-
end
|
3560
|
-
|
3561
3016
|
# Returns all the tags associated with an Amazon Web Services resource.
|
3562
3017
|
#
|
3563
3018
|
# @option params [required, String] :resource_arn
|
@@ -3701,96 +3156,6 @@ module Aws::DataSync
|
|
3701
3156
|
req.send_request(options)
|
3702
3157
|
end
|
3703
3158
|
|
3704
|
-
# Permanently removes a storage system resource from DataSync Discovery,
|
3705
|
-
# including the associated discovery jobs, collected data, and
|
3706
|
-
# recommendations.
|
3707
|
-
#
|
3708
|
-
# @option params [required, String] :storage_system_arn
|
3709
|
-
# Specifies the Amazon Resource Name (ARN) of the storage system that
|
3710
|
-
# you want to permanently remove from DataSync Discovery.
|
3711
|
-
#
|
3712
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3713
|
-
#
|
3714
|
-
# @example Request syntax with placeholder values
|
3715
|
-
#
|
3716
|
-
# resp = client.remove_storage_system({
|
3717
|
-
# storage_system_arn: "StorageSystemArn", # required
|
3718
|
-
# })
|
3719
|
-
#
|
3720
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/RemoveStorageSystem AWS API Documentation
|
3721
|
-
#
|
3722
|
-
# @overload remove_storage_system(params = {})
|
3723
|
-
# @param [Hash] params ({})
|
3724
|
-
def remove_storage_system(params = {}, options = {})
|
3725
|
-
req = build_request(:remove_storage_system, params)
|
3726
|
-
req.send_request(options)
|
3727
|
-
end
|
3728
|
-
|
3729
|
-
# Runs a DataSync discovery job on your on-premises storage system. If
|
3730
|
-
# you haven't added the storage system to DataSync Discovery yet, do
|
3731
|
-
# this first by using the [AddStorageSystem][1] operation.
|
3732
|
-
#
|
3733
|
-
#
|
3734
|
-
#
|
3735
|
-
# [1]: https://docs.aws.amazon.com/datasync/latest/userguide/API_AddStorageSystem.html
|
3736
|
-
#
|
3737
|
-
# @option params [required, String] :storage_system_arn
|
3738
|
-
# Specifies the Amazon Resource Name (ARN) of the on-premises storage
|
3739
|
-
# system that you want to run the discovery job on.
|
3740
|
-
#
|
3741
|
-
# @option params [required, Integer] :collection_duration_minutes
|
3742
|
-
# Specifies in minutes how long you want the discovery job to run.
|
3743
|
-
#
|
3744
|
-
# <note markdown="1"> For more accurate recommendations, we recommend a duration of at least
|
3745
|
-
# 14 days. Longer durations allow time to collect a sufficient number of
|
3746
|
-
# data points and provide a realistic representation of storage
|
3747
|
-
# performance and utilization.
|
3748
|
-
#
|
3749
|
-
# </note>
|
3750
|
-
#
|
3751
|
-
# @option params [required, String] :client_token
|
3752
|
-
# Specifies a client token to make sure requests with this API operation
|
3753
|
-
# are idempotent. If you don't specify a client token, DataSync
|
3754
|
-
# generates one for you automatically.
|
3755
|
-
#
|
3756
|
-
# **A suitable default value is auto-generated.** You should normally
|
3757
|
-
# not need to pass this option.**
|
3758
|
-
#
|
3759
|
-
# @option params [Array<Types::TagListEntry>] :tags
|
3760
|
-
# Specifies labels that help you categorize, filter, and search for your
|
3761
|
-
# Amazon Web Services resources.
|
3762
|
-
#
|
3763
|
-
# @return [Types::StartDiscoveryJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3764
|
-
#
|
3765
|
-
# * {Types::StartDiscoveryJobResponse#discovery_job_arn #discovery_job_arn} => String
|
3766
|
-
#
|
3767
|
-
# @example Request syntax with placeholder values
|
3768
|
-
#
|
3769
|
-
# resp = client.start_discovery_job({
|
3770
|
-
# storage_system_arn: "StorageSystemArn", # required
|
3771
|
-
# collection_duration_minutes: 1, # required
|
3772
|
-
# client_token: "PtolemyUUID", # required
|
3773
|
-
# tags: [
|
3774
|
-
# {
|
3775
|
-
# key: "TagKey", # required
|
3776
|
-
# value: "TagValue",
|
3777
|
-
# },
|
3778
|
-
# ],
|
3779
|
-
# })
|
3780
|
-
#
|
3781
|
-
# @example Response structure
|
3782
|
-
#
|
3783
|
-
# resp.discovery_job_arn #=> String
|
3784
|
-
#
|
3785
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/StartDiscoveryJob AWS API Documentation
|
3786
|
-
#
|
3787
|
-
# @overload start_discovery_job(params = {})
|
3788
|
-
# @param [Hash] params ({})
|
3789
|
-
def start_discovery_job(params = {}, options = {})
|
3790
|
-
req = build_request(:start_discovery_job, params)
|
3791
|
-
req.send_request(options)
|
3792
|
-
end
|
3793
|
-
|
3794
3159
|
# Starts an DataSync transfer task. For each task, you can only run one
|
3795
3160
|
# task execution at a time.
|
3796
3161
|
#
|
@@ -3980,39 +3345,6 @@ module Aws::DataSync
|
|
3980
3345
|
req.send_request(options)
|
3981
3346
|
end
|
3982
3347
|
|
3983
|
-
# Stops a running DataSync discovery job.
|
3984
|
-
#
|
3985
|
-
# You can stop a discovery job anytime. A job that's stopped before
|
3986
|
-
# it's scheduled to end likely will provide you some information about
|
3987
|
-
# your on-premises storage system resources. To get recommendations for
|
3988
|
-
# a stopped job, you must use the [GenerateRecommendations][1]
|
3989
|
-
# operation.
|
3990
|
-
#
|
3991
|
-
#
|
3992
|
-
#
|
3993
|
-
# [1]: https://docs.aws.amazon.com/datasync/latest/userguide/API_GenerateRecommendations.html
|
3994
|
-
#
|
3995
|
-
# @option params [required, String] :discovery_job_arn
|
3996
|
-
# Specifies the Amazon Resource Name (ARN) of the discovery job that you
|
3997
|
-
# want to stop.
|
3998
|
-
#
|
3999
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4000
|
-
#
|
4001
|
-
# @example Request syntax with placeholder values
|
4002
|
-
#
|
4003
|
-
# resp = client.stop_discovery_job({
|
4004
|
-
# discovery_job_arn: "DiscoveryJobArn", # required
|
4005
|
-
# })
|
4006
|
-
#
|
4007
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/StopDiscoveryJob AWS API Documentation
|
4008
|
-
#
|
4009
|
-
# @overload stop_discovery_job(params = {})
|
4010
|
-
# @param [Hash] params ({})
|
4011
|
-
def stop_discovery_job(params = {}, options = {})
|
4012
|
-
req = build_request(:stop_discovery_job, params)
|
4013
|
-
req.send_request(options)
|
4014
|
-
end
|
4015
|
-
|
4016
3348
|
# Applies a *tag* to an Amazon Web Services resource. Tags are key-value
|
4017
3349
|
# pairs that can help you manage, filter, and search for your resources.
|
4018
3350
|
#
|
@@ -4102,35 +3434,6 @@ module Aws::DataSync
|
|
4102
3434
|
req.send_request(options)
|
4103
3435
|
end
|
4104
3436
|
|
4105
|
-
# Edits a DataSync discovery job configuration.
|
4106
|
-
#
|
4107
|
-
# @option params [required, String] :discovery_job_arn
|
4108
|
-
# Specifies the Amazon Resource Name (ARN) of the discovery job that you
|
4109
|
-
# want to update.
|
4110
|
-
#
|
4111
|
-
# @option params [required, Integer] :collection_duration_minutes
|
4112
|
-
# Specifies in minutes how long that you want the discovery job to run.
|
4113
|
-
# (You can't set this parameter to less than the number of minutes that
|
4114
|
-
# the job has already run for.)
|
4115
|
-
#
|
4116
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4117
|
-
#
|
4118
|
-
# @example Request syntax with placeholder values
|
4119
|
-
#
|
4120
|
-
# resp = client.update_discovery_job({
|
4121
|
-
# discovery_job_arn: "DiscoveryJobArn", # required
|
4122
|
-
# collection_duration_minutes: 1, # required
|
4123
|
-
# })
|
4124
|
-
#
|
4125
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/UpdateDiscoveryJob AWS API Documentation
|
4126
|
-
#
|
4127
|
-
# @overload update_discovery_job(params = {})
|
4128
|
-
# @param [Hash] params ({})
|
4129
|
-
def update_discovery_job(params = {}, options = {})
|
4130
|
-
req = build_request(:update_discovery_job, params)
|
4131
|
-
req.send_request(options)
|
4132
|
-
end
|
4133
|
-
|
4134
3437
|
# Modifies the following configurations of the Microsoft Azure Blob
|
4135
3438
|
# Storage transfer location that you're using with DataSync.
|
4136
3439
|
#
|
@@ -4586,9 +3889,7 @@ module Aws::DataSync
|
|
4586
3889
|
# @option params [String, StringIO, File] :kerberos_keytab
|
4587
3890
|
# The Kerberos key table (keytab) that contains mappings between the
|
4588
3891
|
# defined Kerberos principal and the encrypted keys. You can load the
|
4589
|
-
# keytab from a file by providing the file's address.
|
4590
|
-
# CLI, it performs base64 encoding for you. Otherwise, provide the
|
4591
|
-
# base64-encoded text.
|
3892
|
+
# keytab from a file by providing the file's address.
|
4592
3893
|
#
|
4593
3894
|
# @option params [String, StringIO, File] :kerberos_krb_5_conf
|
4594
3895
|
# The `krb5.conf` file that contains the Kerberos configuration
|
@@ -4990,9 +4291,6 @@ module Aws::DataSync
|
|
4990
4291
|
# Specifies your Kerberos key table (keytab) file, which includes
|
4991
4292
|
# mappings between your Kerberos principal and encryption keys.
|
4992
4293
|
#
|
4993
|
-
# The file must be base64 encoded. If you're using the CLI, the
|
4994
|
-
# encoding is done for you.
|
4995
|
-
#
|
4996
4294
|
# To avoid task execution errors, make sure that the Kerberos principal
|
4997
4295
|
# that you use to create the keytab file matches exactly what you
|
4998
4296
|
# specify for `KerberosPrincipal`.
|
@@ -5035,61 +4333,6 @@ module Aws::DataSync
|
|
5035
4333
|
req.send_request(options)
|
5036
4334
|
end
|
5037
4335
|
|
5038
|
-
# Modifies some configurations of an on-premises storage system resource
|
5039
|
-
# that you're using with DataSync Discovery.
|
5040
|
-
#
|
5041
|
-
# @option params [required, String] :storage_system_arn
|
5042
|
-
# Specifies the ARN of the on-premises storage system that you want
|
5043
|
-
# reconfigure.
|
5044
|
-
#
|
5045
|
-
# @option params [Types::DiscoveryServerConfiguration] :server_configuration
|
5046
|
-
# Specifies the server name and network port required to connect with
|
5047
|
-
# your on-premises storage system's management interface.
|
5048
|
-
#
|
5049
|
-
# @option params [Array<String>] :agent_arns
|
5050
|
-
# Specifies the Amazon Resource Name (ARN) of the DataSync agent that
|
5051
|
-
# connects to and reads your on-premises storage system. You can only
|
5052
|
-
# specify one ARN.
|
5053
|
-
#
|
5054
|
-
# @option params [String] :name
|
5055
|
-
# Specifies a familiar name for your on-premises storage system.
|
5056
|
-
#
|
5057
|
-
# @option params [String] :cloud_watch_log_group_arn
|
5058
|
-
# Specifies the ARN of the Amazon CloudWatch log group for monitoring
|
5059
|
-
# and logging discovery job events.
|
5060
|
-
#
|
5061
|
-
# @option params [Types::Credentials] :credentials
|
5062
|
-
# Specifies the user name and password for accessing your on-premises
|
5063
|
-
# storage system's management interface.
|
5064
|
-
#
|
5065
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5066
|
-
#
|
5067
|
-
# @example Request syntax with placeholder values
|
5068
|
-
#
|
5069
|
-
# resp = client.update_storage_system({
|
5070
|
-
# storage_system_arn: "StorageSystemArn", # required
|
5071
|
-
# server_configuration: {
|
5072
|
-
# server_hostname: "DiscoveryServerHostname", # required
|
5073
|
-
# server_port: 1,
|
5074
|
-
# },
|
5075
|
-
# agent_arns: ["AgentArn"],
|
5076
|
-
# name: "Name",
|
5077
|
-
# cloud_watch_log_group_arn: "LogGroupArn",
|
5078
|
-
# credentials: {
|
5079
|
-
# username: "PtolemyUsername", # required
|
5080
|
-
# password: "PtolemyPassword", # required
|
5081
|
-
# },
|
5082
|
-
# })
|
5083
|
-
#
|
5084
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/UpdateStorageSystem AWS API Documentation
|
5085
|
-
#
|
5086
|
-
# @overload update_storage_system(params = {})
|
5087
|
-
# @param [Hash] params ({})
|
5088
|
-
def update_storage_system(params = {}, options = {})
|
5089
|
-
req = build_request(:update_storage_system, params)
|
5090
|
-
req.send_request(options)
|
5091
|
-
end
|
5092
|
-
|
5093
4336
|
# Updates the configuration of a *task*, which defines where and how
|
5094
4337
|
# DataSync transfers your data.
|
5095
4338
|
#
|
@@ -5366,7 +4609,7 @@ module Aws::DataSync
|
|
5366
4609
|
tracer: tracer
|
5367
4610
|
)
|
5368
4611
|
context[:gem_name] = 'aws-sdk-datasync'
|
5369
|
-
context[:gem_version] = '1.
|
4612
|
+
context[:gem_version] = '1.103.0'
|
5370
4613
|
Seahorse::Client::Request.new(handlers, context)
|
5371
4614
|
end
|
5372
4615
|
|