aws-sdk-datasync 1.71.0 → 1.73.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 ADDED
@@ -0,0 +1,1269 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DataSync
9
+ module Types
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
+ class AgentListEntry
29
+ attr_accessor agent_arn: ::String
30
+ attr_accessor name: ::String
31
+ attr_accessor status: ("ONLINE" | "OFFLINE")
32
+ attr_accessor platform: Types::Platform
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class AzureBlobSasConfiguration
37
+ attr_accessor token: ::String
38
+ SENSITIVE: [:token]
39
+ end
40
+
41
+ class CancelTaskExecutionRequest
42
+ attr_accessor task_execution_arn: ::String
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class CancelTaskExecutionResponse < Aws::EmptyStructure
47
+ end
48
+
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
+ class CreateAgentRequest
58
+ attr_accessor activation_key: ::String
59
+ attr_accessor agent_name: ::String
60
+ attr_accessor tags: ::Array[Types::TagListEntry]
61
+ attr_accessor vpc_endpoint_id: ::String
62
+ attr_accessor subnet_arns: ::Array[::String]
63
+ attr_accessor security_group_arns: ::Array[::String]
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class CreateAgentResponse
68
+ attr_accessor agent_arn: ::String
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class CreateLocationAzureBlobRequest
73
+ attr_accessor container_url: ::String
74
+ attr_accessor authentication_type: ("SAS")
75
+ attr_accessor sas_configuration: Types::AzureBlobSasConfiguration
76
+ attr_accessor blob_type: ("BLOCK")
77
+ attr_accessor access_tier: ("HOT" | "COOL" | "ARCHIVE")
78
+ attr_accessor subdirectory: ::String
79
+ attr_accessor agent_arns: ::Array[::String]
80
+ attr_accessor tags: ::Array[Types::TagListEntry]
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class CreateLocationAzureBlobResponse
85
+ attr_accessor location_arn: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class CreateLocationEfsRequest
90
+ attr_accessor subdirectory: ::String
91
+ attr_accessor efs_filesystem_arn: ::String
92
+ attr_accessor ec2_config: Types::Ec2Config
93
+ attr_accessor tags: ::Array[Types::TagListEntry]
94
+ attr_accessor access_point_arn: ::String
95
+ attr_accessor file_system_access_role_arn: ::String
96
+ attr_accessor in_transit_encryption: ("NONE" | "TLS1_2")
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class CreateLocationEfsResponse
101
+ attr_accessor location_arn: ::String
102
+ SENSITIVE: []
103
+ end
104
+
105
+ class CreateLocationFsxLustreRequest
106
+ attr_accessor fsx_filesystem_arn: ::String
107
+ attr_accessor security_group_arns: ::Array[::String]
108
+ attr_accessor subdirectory: ::String
109
+ attr_accessor tags: ::Array[Types::TagListEntry]
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class CreateLocationFsxLustreResponse
114
+ attr_accessor location_arn: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class CreateLocationFsxOntapRequest
119
+ attr_accessor protocol: Types::FsxProtocol
120
+ attr_accessor security_group_arns: ::Array[::String]
121
+ attr_accessor storage_virtual_machine_arn: ::String
122
+ attr_accessor subdirectory: ::String
123
+ attr_accessor tags: ::Array[Types::TagListEntry]
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class CreateLocationFsxOntapResponse
128
+ attr_accessor location_arn: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class CreateLocationFsxOpenZfsRequest
133
+ attr_accessor fsx_filesystem_arn: ::String
134
+ attr_accessor protocol: Types::FsxProtocol
135
+ attr_accessor security_group_arns: ::Array[::String]
136
+ attr_accessor subdirectory: ::String
137
+ attr_accessor tags: ::Array[Types::TagListEntry]
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CreateLocationFsxOpenZfsResponse
142
+ attr_accessor location_arn: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class CreateLocationFsxWindowsRequest
147
+ attr_accessor subdirectory: ::String
148
+ attr_accessor fsx_filesystem_arn: ::String
149
+ attr_accessor security_group_arns: ::Array[::String]
150
+ attr_accessor tags: ::Array[Types::TagListEntry]
151
+ attr_accessor user: ::String
152
+ attr_accessor domain: ::String
153
+ attr_accessor password: ::String
154
+ SENSITIVE: [:password]
155
+ end
156
+
157
+ class CreateLocationFsxWindowsResponse
158
+ attr_accessor location_arn: ::String
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class CreateLocationHdfsRequest
163
+ attr_accessor subdirectory: ::String
164
+ attr_accessor name_nodes: ::Array[Types::HdfsNameNode]
165
+ attr_accessor block_size: ::Integer
166
+ attr_accessor replication_factor: ::Integer
167
+ attr_accessor kms_key_provider_uri: ::String
168
+ attr_accessor qop_configuration: Types::QopConfiguration
169
+ attr_accessor authentication_type: ("SIMPLE" | "KERBEROS")
170
+ attr_accessor simple_user: ::String
171
+ attr_accessor kerberos_principal: ::String
172
+ attr_accessor kerberos_keytab: ::String
173
+ attr_accessor kerberos_krb_5_conf: ::String
174
+ attr_accessor agent_arns: ::Array[::String]
175
+ attr_accessor tags: ::Array[Types::TagListEntry]
176
+ SENSITIVE: []
177
+ end
178
+
179
+ class CreateLocationHdfsResponse
180
+ attr_accessor location_arn: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class CreateLocationNfsRequest
185
+ attr_accessor subdirectory: ::String
186
+ attr_accessor server_hostname: ::String
187
+ attr_accessor on_prem_config: Types::OnPremConfig
188
+ attr_accessor mount_options: Types::NfsMountOptions
189
+ attr_accessor tags: ::Array[Types::TagListEntry]
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class CreateLocationNfsResponse
194
+ attr_accessor location_arn: ::String
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class CreateLocationObjectStorageRequest
199
+ attr_accessor server_hostname: ::String
200
+ attr_accessor server_port: ::Integer
201
+ attr_accessor server_protocol: ("HTTPS" | "HTTP")
202
+ attr_accessor subdirectory: ::String
203
+ attr_accessor bucket_name: ::String
204
+ attr_accessor access_key: ::String
205
+ attr_accessor secret_key: ::String
206
+ attr_accessor agent_arns: ::Array[::String]
207
+ attr_accessor tags: ::Array[Types::TagListEntry]
208
+ attr_accessor server_certificate: ::String
209
+ SENSITIVE: [:secret_key]
210
+ end
211
+
212
+ class CreateLocationObjectStorageResponse
213
+ attr_accessor location_arn: ::String
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class CreateLocationS3Request
218
+ attr_accessor subdirectory: ::String
219
+ attr_accessor s3_bucket_arn: ::String
220
+ attr_accessor s3_storage_class: ("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_INSTANT_RETRIEVAL")
221
+ attr_accessor s3_config: Types::S3Config
222
+ attr_accessor agent_arns: ::Array[::String]
223
+ attr_accessor tags: ::Array[Types::TagListEntry]
224
+ SENSITIVE: []
225
+ end
226
+
227
+ class CreateLocationS3Response
228
+ attr_accessor location_arn: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class CreateLocationSmbRequest
233
+ attr_accessor subdirectory: ::String
234
+ attr_accessor server_hostname: ::String
235
+ attr_accessor user: ::String
236
+ attr_accessor domain: ::String
237
+ attr_accessor password: ::String
238
+ attr_accessor agent_arns: ::Array[::String]
239
+ attr_accessor mount_options: Types::SmbMountOptions
240
+ attr_accessor tags: ::Array[Types::TagListEntry]
241
+ SENSITIVE: [:password]
242
+ end
243
+
244
+ class CreateLocationSmbResponse
245
+ attr_accessor location_arn: ::String
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class CreateTaskRequest
250
+ attr_accessor source_location_arn: ::String
251
+ attr_accessor destination_location_arn: ::String
252
+ attr_accessor cloud_watch_log_group_arn: ::String
253
+ attr_accessor name: ::String
254
+ attr_accessor options: Types::Options
255
+ attr_accessor excludes: ::Array[Types::FilterRule]
256
+ attr_accessor schedule: Types::TaskSchedule
257
+ attr_accessor tags: ::Array[Types::TagListEntry]
258
+ attr_accessor includes: ::Array[Types::FilterRule]
259
+ attr_accessor manifest_config: Types::ManifestConfig
260
+ attr_accessor task_report_config: Types::TaskReportConfig
261
+ SENSITIVE: []
262
+ end
263
+
264
+ class CreateTaskResponse
265
+ attr_accessor task_arn: ::String
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class Credentials
270
+ attr_accessor username: ::String
271
+ attr_accessor password: ::String
272
+ SENSITIVE: [:username, :password]
273
+ end
274
+
275
+ class DeleteAgentRequest
276
+ attr_accessor agent_arn: ::String
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class DeleteAgentResponse < Aws::EmptyStructure
281
+ end
282
+
283
+ class DeleteLocationRequest
284
+ attr_accessor location_arn: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class DeleteLocationResponse < Aws::EmptyStructure
289
+ end
290
+
291
+ class DeleteTaskRequest
292
+ attr_accessor task_arn: ::String
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class DeleteTaskResponse < Aws::EmptyStructure
297
+ end
298
+
299
+ class DescribeAgentRequest
300
+ attr_accessor agent_arn: ::String
301
+ SENSITIVE: []
302
+ end
303
+
304
+ class DescribeAgentResponse
305
+ attr_accessor agent_arn: ::String
306
+ attr_accessor name: ::String
307
+ attr_accessor status: ("ONLINE" | "OFFLINE")
308
+ attr_accessor last_connection_time: ::Time
309
+ attr_accessor creation_time: ::Time
310
+ attr_accessor endpoint_type: ("PUBLIC" | "PRIVATE_LINK" | "FIPS")
311
+ attr_accessor private_link_config: Types::PrivateLinkConfig
312
+ attr_accessor platform: Types::Platform
313
+ SENSITIVE: []
314
+ end
315
+
316
+ class DescribeDiscoveryJobRequest
317
+ attr_accessor discovery_job_arn: ::String
318
+ SENSITIVE: []
319
+ end
320
+
321
+ class DescribeDiscoveryJobResponse
322
+ attr_accessor storage_system_arn: ::String
323
+ attr_accessor discovery_job_arn: ::String
324
+ attr_accessor collection_duration_minutes: ::Integer
325
+ attr_accessor status: ("RUNNING" | "WARNING" | "TERMINATED" | "FAILED" | "STOPPED" | "COMPLETED" | "COMPLETED_WITH_ISSUES")
326
+ attr_accessor job_start_time: ::Time
327
+ attr_accessor job_end_time: ::Time
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class DescribeLocationAzureBlobRequest
332
+ attr_accessor location_arn: ::String
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class DescribeLocationAzureBlobResponse
337
+ attr_accessor location_arn: ::String
338
+ attr_accessor location_uri: ::String
339
+ attr_accessor authentication_type: ("SAS")
340
+ attr_accessor blob_type: ("BLOCK")
341
+ attr_accessor access_tier: ("HOT" | "COOL" | "ARCHIVE")
342
+ attr_accessor agent_arns: ::Array[::String]
343
+ attr_accessor creation_time: ::Time
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class DescribeLocationEfsRequest
348
+ attr_accessor location_arn: ::String
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class DescribeLocationEfsResponse
353
+ attr_accessor location_arn: ::String
354
+ attr_accessor location_uri: ::String
355
+ attr_accessor ec2_config: Types::Ec2Config
356
+ attr_accessor creation_time: ::Time
357
+ attr_accessor access_point_arn: ::String
358
+ attr_accessor file_system_access_role_arn: ::String
359
+ attr_accessor in_transit_encryption: ("NONE" | "TLS1_2")
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class DescribeLocationFsxLustreRequest
364
+ attr_accessor location_arn: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class DescribeLocationFsxLustreResponse
369
+ attr_accessor location_arn: ::String
370
+ attr_accessor location_uri: ::String
371
+ attr_accessor security_group_arns: ::Array[::String]
372
+ attr_accessor creation_time: ::Time
373
+ SENSITIVE: []
374
+ end
375
+
376
+ class DescribeLocationFsxOntapRequest
377
+ attr_accessor location_arn: ::String
378
+ SENSITIVE: []
379
+ end
380
+
381
+ class DescribeLocationFsxOntapResponse
382
+ attr_accessor creation_time: ::Time
383
+ attr_accessor location_arn: ::String
384
+ attr_accessor location_uri: ::String
385
+ attr_accessor protocol: Types::FsxProtocol
386
+ attr_accessor security_group_arns: ::Array[::String]
387
+ attr_accessor storage_virtual_machine_arn: ::String
388
+ attr_accessor fsx_filesystem_arn: ::String
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class DescribeLocationFsxOpenZfsRequest
393
+ attr_accessor location_arn: ::String
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class DescribeLocationFsxOpenZfsResponse
398
+ attr_accessor location_arn: ::String
399
+ attr_accessor location_uri: ::String
400
+ attr_accessor security_group_arns: ::Array[::String]
401
+ attr_accessor protocol: Types::FsxProtocol
402
+ attr_accessor creation_time: ::Time
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class DescribeLocationFsxWindowsRequest
407
+ attr_accessor location_arn: ::String
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class DescribeLocationFsxWindowsResponse
412
+ attr_accessor location_arn: ::String
413
+ attr_accessor location_uri: ::String
414
+ attr_accessor security_group_arns: ::Array[::String]
415
+ attr_accessor creation_time: ::Time
416
+ attr_accessor user: ::String
417
+ attr_accessor domain: ::String
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class DescribeLocationHdfsRequest
422
+ attr_accessor location_arn: ::String
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class DescribeLocationHdfsResponse
427
+ attr_accessor location_arn: ::String
428
+ attr_accessor location_uri: ::String
429
+ attr_accessor name_nodes: ::Array[Types::HdfsNameNode]
430
+ attr_accessor block_size: ::Integer
431
+ attr_accessor replication_factor: ::Integer
432
+ attr_accessor kms_key_provider_uri: ::String
433
+ attr_accessor qop_configuration: Types::QopConfiguration
434
+ attr_accessor authentication_type: ("SIMPLE" | "KERBEROS")
435
+ attr_accessor simple_user: ::String
436
+ attr_accessor kerberos_principal: ::String
437
+ attr_accessor agent_arns: ::Array[::String]
438
+ attr_accessor creation_time: ::Time
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class DescribeLocationNfsRequest
443
+ attr_accessor location_arn: ::String
444
+ SENSITIVE: []
445
+ end
446
+
447
+ class DescribeLocationNfsResponse
448
+ attr_accessor location_arn: ::String
449
+ attr_accessor location_uri: ::String
450
+ attr_accessor on_prem_config: Types::OnPremConfig
451
+ attr_accessor mount_options: Types::NfsMountOptions
452
+ attr_accessor creation_time: ::Time
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class DescribeLocationObjectStorageRequest
457
+ attr_accessor location_arn: ::String
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class DescribeLocationObjectStorageResponse
462
+ attr_accessor location_arn: ::String
463
+ attr_accessor location_uri: ::String
464
+ attr_accessor access_key: ::String
465
+ attr_accessor server_port: ::Integer
466
+ attr_accessor server_protocol: ("HTTPS" | "HTTP")
467
+ attr_accessor agent_arns: ::Array[::String]
468
+ attr_accessor creation_time: ::Time
469
+ attr_accessor server_certificate: ::String
470
+ SENSITIVE: []
471
+ end
472
+
473
+ class DescribeLocationS3Request
474
+ attr_accessor location_arn: ::String
475
+ SENSITIVE: []
476
+ end
477
+
478
+ class DescribeLocationS3Response
479
+ attr_accessor location_arn: ::String
480
+ attr_accessor location_uri: ::String
481
+ attr_accessor s3_storage_class: ("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_INSTANT_RETRIEVAL")
482
+ attr_accessor s3_config: Types::S3Config
483
+ attr_accessor agent_arns: ::Array[::String]
484
+ attr_accessor creation_time: ::Time
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class DescribeLocationSmbRequest
489
+ attr_accessor location_arn: ::String
490
+ SENSITIVE: []
491
+ end
492
+
493
+ class DescribeLocationSmbResponse
494
+ attr_accessor location_arn: ::String
495
+ attr_accessor location_uri: ::String
496
+ attr_accessor agent_arns: ::Array[::String]
497
+ attr_accessor user: ::String
498
+ attr_accessor domain: ::String
499
+ attr_accessor mount_options: Types::SmbMountOptions
500
+ attr_accessor creation_time: ::Time
501
+ SENSITIVE: []
502
+ end
503
+
504
+ class DescribeStorageSystemRequest
505
+ attr_accessor storage_system_arn: ::String
506
+ SENSITIVE: []
507
+ end
508
+
509
+ class DescribeStorageSystemResourceMetricsRequest
510
+ attr_accessor discovery_job_arn: ::String
511
+ attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
512
+ attr_accessor resource_id: ::String
513
+ attr_accessor start_time: ::Time
514
+ attr_accessor end_time: ::Time
515
+ attr_accessor max_results: ::Integer
516
+ attr_accessor next_token: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class DescribeStorageSystemResourceMetricsResponse
521
+ attr_accessor metrics: ::Array[Types::ResourceMetrics]
522
+ attr_accessor next_token: ::String
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class DescribeStorageSystemResourcesRequest
527
+ attr_accessor discovery_job_arn: ::String
528
+ attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
529
+ attr_accessor resource_ids: ::Array[::String]
530
+ attr_accessor filter: ::Hash[("SVM"), ::Array[::String]]
531
+ attr_accessor max_results: ::Integer
532
+ attr_accessor next_token: ::String
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class DescribeStorageSystemResourcesResponse
537
+ attr_accessor resource_details: Types::ResourceDetails
538
+ attr_accessor next_token: ::String
539
+ SENSITIVE: []
540
+ end
541
+
542
+ class DescribeStorageSystemResponse
543
+ attr_accessor storage_system_arn: ::String
544
+ attr_accessor server_configuration: Types::DiscoveryServerConfiguration
545
+ attr_accessor system_type: ("NetAppONTAP")
546
+ attr_accessor agent_arns: ::Array[::String]
547
+ attr_accessor name: ::String
548
+ attr_accessor error_message: ::String
549
+ attr_accessor connectivity_status: ("PASS" | "FAIL" | "UNKNOWN")
550
+ attr_accessor cloud_watch_log_group_arn: ::String
551
+ attr_accessor creation_time: ::Time
552
+ attr_accessor secrets_manager_arn: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class DescribeTaskExecutionRequest
557
+ attr_accessor task_execution_arn: ::String
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class DescribeTaskExecutionResponse
562
+ attr_accessor task_execution_arn: ::String
563
+ attr_accessor status: ("QUEUED" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
564
+ attr_accessor options: Types::Options
565
+ attr_accessor excludes: ::Array[Types::FilterRule]
566
+ attr_accessor includes: ::Array[Types::FilterRule]
567
+ attr_accessor manifest_config: Types::ManifestConfig
568
+ attr_accessor start_time: ::Time
569
+ attr_accessor estimated_files_to_transfer: ::Integer
570
+ attr_accessor estimated_bytes_to_transfer: ::Integer
571
+ attr_accessor files_transferred: ::Integer
572
+ attr_accessor bytes_written: ::Integer
573
+ attr_accessor bytes_transferred: ::Integer
574
+ attr_accessor bytes_compressed: ::Integer
575
+ attr_accessor result: Types::TaskExecutionResultDetail
576
+ attr_accessor task_report_config: Types::TaskReportConfig
577
+ attr_accessor files_deleted: ::Integer
578
+ attr_accessor files_skipped: ::Integer
579
+ attr_accessor files_verified: ::Integer
580
+ attr_accessor report_result: Types::ReportResult
581
+ attr_accessor estimated_files_to_delete: ::Integer
582
+ SENSITIVE: []
583
+ end
584
+
585
+ class DescribeTaskRequest
586
+ attr_accessor task_arn: ::String
587
+ SENSITIVE: []
588
+ end
589
+
590
+ class DescribeTaskResponse
591
+ attr_accessor task_arn: ::String
592
+ attr_accessor status: ("AVAILABLE" | "CREATING" | "QUEUED" | "RUNNING" | "UNAVAILABLE")
593
+ attr_accessor name: ::String
594
+ attr_accessor current_task_execution_arn: ::String
595
+ attr_accessor source_location_arn: ::String
596
+ attr_accessor destination_location_arn: ::String
597
+ attr_accessor cloud_watch_log_group_arn: ::String
598
+ attr_accessor source_network_interface_arns: ::Array[::String]
599
+ attr_accessor destination_network_interface_arns: ::Array[::String]
600
+ attr_accessor options: Types::Options
601
+ attr_accessor excludes: ::Array[Types::FilterRule]
602
+ attr_accessor schedule: Types::TaskSchedule
603
+ attr_accessor error_code: ::String
604
+ attr_accessor error_detail: ::String
605
+ attr_accessor creation_time: ::Time
606
+ attr_accessor includes: ::Array[Types::FilterRule]
607
+ attr_accessor manifest_config: Types::ManifestConfig
608
+ attr_accessor task_report_config: Types::TaskReportConfig
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class DiscoveryJobListEntry
613
+ attr_accessor discovery_job_arn: ::String
614
+ attr_accessor status: ("RUNNING" | "WARNING" | "TERMINATED" | "FAILED" | "STOPPED" | "COMPLETED" | "COMPLETED_WITH_ISSUES")
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class DiscoveryServerConfiguration
619
+ attr_accessor server_hostname: ::String
620
+ attr_accessor server_port: ::Integer
621
+ SENSITIVE: []
622
+ end
623
+
624
+ class Ec2Config
625
+ attr_accessor subnet_arn: ::String
626
+ attr_accessor security_group_arns: ::Array[::String]
627
+ SENSITIVE: []
628
+ end
629
+
630
+ class FilterRule
631
+ attr_accessor filter_type: ("SIMPLE_PATTERN")
632
+ attr_accessor value: ::String
633
+ SENSITIVE: []
634
+ end
635
+
636
+ class FsxProtocol
637
+ attr_accessor nfs: Types::FsxProtocolNfs
638
+ attr_accessor smb: Types::FsxProtocolSmb
639
+ SENSITIVE: []
640
+ end
641
+
642
+ class FsxProtocolNfs
643
+ attr_accessor mount_options: Types::NfsMountOptions
644
+ SENSITIVE: []
645
+ end
646
+
647
+ class FsxProtocolSmb
648
+ attr_accessor domain: ::String
649
+ attr_accessor mount_options: Types::SmbMountOptions
650
+ attr_accessor password: ::String
651
+ attr_accessor user: ::String
652
+ SENSITIVE: [:password]
653
+ end
654
+
655
+ class GenerateRecommendationsRequest
656
+ attr_accessor discovery_job_arn: ::String
657
+ attr_accessor resource_ids: ::Array[::String]
658
+ attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
659
+ SENSITIVE: []
660
+ end
661
+
662
+ class GenerateRecommendationsResponse < Aws::EmptyStructure
663
+ end
664
+
665
+ class HdfsNameNode
666
+ attr_accessor hostname: ::String
667
+ attr_accessor port: ::Integer
668
+ SENSITIVE: []
669
+ end
670
+
671
+ class IOPS
672
+ attr_accessor read: ::Float
673
+ attr_accessor write: ::Float
674
+ attr_accessor other: ::Float
675
+ attr_accessor total: ::Float
676
+ SENSITIVE: []
677
+ end
678
+
679
+ class InternalException
680
+ attr_accessor message: ::String
681
+ attr_accessor error_code: ::String
682
+ SENSITIVE: []
683
+ end
684
+
685
+ class InvalidRequestException
686
+ attr_accessor message: ::String
687
+ attr_accessor error_code: ::String
688
+ attr_accessor datasync_error_code: ::String
689
+ SENSITIVE: []
690
+ end
691
+
692
+ class Latency
693
+ attr_accessor read: ::Float
694
+ attr_accessor write: ::Float
695
+ attr_accessor other: ::Float
696
+ SENSITIVE: []
697
+ end
698
+
699
+ class ListAgentsRequest
700
+ attr_accessor max_results: ::Integer
701
+ attr_accessor next_token: ::String
702
+ SENSITIVE: []
703
+ end
704
+
705
+ class ListAgentsResponse
706
+ attr_accessor agents: ::Array[Types::AgentListEntry]
707
+ attr_accessor next_token: ::String
708
+ SENSITIVE: []
709
+ end
710
+
711
+ class ListDiscoveryJobsRequest
712
+ attr_accessor storage_system_arn: ::String
713
+ attr_accessor max_results: ::Integer
714
+ attr_accessor next_token: ::String
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class ListDiscoveryJobsResponse
719
+ attr_accessor discovery_jobs: ::Array[Types::DiscoveryJobListEntry]
720
+ attr_accessor next_token: ::String
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class ListLocationsRequest
725
+ attr_accessor max_results: ::Integer
726
+ attr_accessor next_token: ::String
727
+ attr_accessor filters: ::Array[Types::LocationFilter]
728
+ SENSITIVE: []
729
+ end
730
+
731
+ class ListLocationsResponse
732
+ attr_accessor locations: ::Array[Types::LocationListEntry]
733
+ attr_accessor next_token: ::String
734
+ SENSITIVE: []
735
+ end
736
+
737
+ class ListStorageSystemsRequest
738
+ attr_accessor max_results: ::Integer
739
+ attr_accessor next_token: ::String
740
+ SENSITIVE: []
741
+ end
742
+
743
+ class ListStorageSystemsResponse
744
+ attr_accessor storage_systems: ::Array[Types::StorageSystemListEntry]
745
+ attr_accessor next_token: ::String
746
+ SENSITIVE: []
747
+ end
748
+
749
+ class ListTagsForResourceRequest
750
+ attr_accessor resource_arn: ::String
751
+ attr_accessor max_results: ::Integer
752
+ attr_accessor next_token: ::String
753
+ SENSITIVE: []
754
+ end
755
+
756
+ class ListTagsForResourceResponse
757
+ attr_accessor tags: ::Array[Types::TagListEntry]
758
+ attr_accessor next_token: ::String
759
+ SENSITIVE: []
760
+ end
761
+
762
+ class ListTaskExecutionsRequest
763
+ attr_accessor task_arn: ::String
764
+ attr_accessor max_results: ::Integer
765
+ attr_accessor next_token: ::String
766
+ SENSITIVE: []
767
+ end
768
+
769
+ class ListTaskExecutionsResponse
770
+ attr_accessor task_executions: ::Array[Types::TaskExecutionListEntry]
771
+ attr_accessor next_token: ::String
772
+ SENSITIVE: []
773
+ end
774
+
775
+ class ListTasksRequest
776
+ attr_accessor max_results: ::Integer
777
+ attr_accessor next_token: ::String
778
+ attr_accessor filters: ::Array[Types::TaskFilter]
779
+ SENSITIVE: []
780
+ end
781
+
782
+ class ListTasksResponse
783
+ attr_accessor tasks: ::Array[Types::TaskListEntry]
784
+ attr_accessor next_token: ::String
785
+ SENSITIVE: []
786
+ end
787
+
788
+ class LocationFilter
789
+ attr_accessor name: ("LocationUri" | "LocationType" | "CreationTime")
790
+ attr_accessor values: ::Array[::String]
791
+ attr_accessor operator: ("Equals" | "NotEquals" | "In" | "LessThanOrEqual" | "LessThan" | "GreaterThanOrEqual" | "GreaterThan" | "Contains" | "NotContains" | "BeginsWith")
792
+ SENSITIVE: []
793
+ end
794
+
795
+ class LocationListEntry
796
+ attr_accessor location_arn: ::String
797
+ attr_accessor location_uri: ::String
798
+ SENSITIVE: []
799
+ end
800
+
801
+ class ManifestConfig
802
+ attr_accessor action: ("TRANSFER")
803
+ attr_accessor format: ("CSV")
804
+ attr_accessor source: Types::SourceManifestConfig
805
+ SENSITIVE: []
806
+ end
807
+
808
+ class MaxP95Performance
809
+ attr_accessor iops_read: ::Float
810
+ attr_accessor iops_write: ::Float
811
+ attr_accessor iops_other: ::Float
812
+ attr_accessor iops_total: ::Float
813
+ attr_accessor throughput_read: ::Float
814
+ attr_accessor throughput_write: ::Float
815
+ attr_accessor throughput_other: ::Float
816
+ attr_accessor throughput_total: ::Float
817
+ attr_accessor latency_read: ::Float
818
+ attr_accessor latency_write: ::Float
819
+ attr_accessor latency_other: ::Float
820
+ SENSITIVE: []
821
+ end
822
+
823
+ class NetAppONTAPCluster
824
+ attr_accessor cifs_share_count: ::Integer
825
+ attr_accessor nfs_exported_volumes: ::Integer
826
+ attr_accessor resource_id: ::String
827
+ attr_accessor cluster_name: ::String
828
+ attr_accessor max_p95_performance: Types::MaxP95Performance
829
+ attr_accessor cluster_block_storage_size: ::Integer
830
+ attr_accessor cluster_block_storage_used: ::Integer
831
+ attr_accessor cluster_block_storage_logical_used: ::Integer
832
+ attr_accessor recommendations: ::Array[Types::Recommendation]
833
+ attr_accessor recommendation_status: ("NONE" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
834
+ attr_accessor lun_count: ::Integer
835
+ attr_accessor cluster_cloud_storage_used: ::Integer
836
+ SENSITIVE: []
837
+ end
838
+
839
+ class NetAppONTAPSVM
840
+ attr_accessor cluster_uuid: ::String
841
+ attr_accessor resource_id: ::String
842
+ attr_accessor svm_name: ::String
843
+ attr_accessor cifs_share_count: ::Integer
844
+ attr_accessor enabled_protocols: ::Array[::String]
845
+ attr_accessor total_capacity_used: ::Integer
846
+ attr_accessor total_capacity_provisioned: ::Integer
847
+ attr_accessor total_logical_capacity_used: ::Integer
848
+ attr_accessor max_p95_performance: Types::MaxP95Performance
849
+ attr_accessor recommendations: ::Array[Types::Recommendation]
850
+ attr_accessor nfs_exported_volumes: ::Integer
851
+ attr_accessor recommendation_status: ("NONE" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
852
+ attr_accessor total_snapshot_capacity_used: ::Integer
853
+ attr_accessor lun_count: ::Integer
854
+ SENSITIVE: []
855
+ end
856
+
857
+ class NetAppONTAPVolume
858
+ attr_accessor volume_name: ::String
859
+ attr_accessor resource_id: ::String
860
+ attr_accessor cifs_share_count: ::Integer
861
+ attr_accessor security_style: ::String
862
+ attr_accessor svm_uuid: ::String
863
+ attr_accessor svm_name: ::String
864
+ attr_accessor capacity_used: ::Integer
865
+ attr_accessor capacity_provisioned: ::Integer
866
+ attr_accessor logical_capacity_used: ::Integer
867
+ attr_accessor nfs_exported: bool
868
+ attr_accessor snapshot_capacity_used: ::Integer
869
+ attr_accessor max_p95_performance: Types::MaxP95Performance
870
+ attr_accessor recommendations: ::Array[Types::Recommendation]
871
+ attr_accessor recommendation_status: ("NONE" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
872
+ attr_accessor lun_count: ::Integer
873
+ SENSITIVE: []
874
+ end
875
+
876
+ class NfsMountOptions
877
+ attr_accessor version: ("AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1")
878
+ SENSITIVE: []
879
+ end
880
+
881
+ class OnPremConfig
882
+ attr_accessor agent_arns: ::Array[::String]
883
+ SENSITIVE: []
884
+ end
885
+
886
+ class Options
887
+ attr_accessor verify_mode: ("POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE")
888
+ attr_accessor overwrite_mode: ("ALWAYS" | "NEVER")
889
+ attr_accessor atime: ("NONE" | "BEST_EFFORT")
890
+ attr_accessor mtime: ("NONE" | "PRESERVE")
891
+ attr_accessor uid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")
892
+ attr_accessor gid: ("NONE" | "INT_VALUE" | "NAME" | "BOTH")
893
+ attr_accessor preserve_deleted_files: ("PRESERVE" | "REMOVE")
894
+ attr_accessor preserve_devices: ("NONE" | "PRESERVE")
895
+ attr_accessor posix_permissions: ("NONE" | "PRESERVE")
896
+ attr_accessor bytes_per_second: ::Integer
897
+ attr_accessor task_queueing: ("ENABLED" | "DISABLED")
898
+ attr_accessor log_level: ("OFF" | "BASIC" | "TRANSFER")
899
+ attr_accessor transfer_mode: ("CHANGED" | "ALL")
900
+ attr_accessor security_descriptor_copy_flags: ("NONE" | "OWNER_DACL" | "OWNER_DACL_SACL")
901
+ attr_accessor object_tags: ("PRESERVE" | "NONE")
902
+ SENSITIVE: []
903
+ end
904
+
905
+ class P95Metrics
906
+ attr_accessor iops: Types::IOPS
907
+ attr_accessor throughput: Types::Throughput
908
+ attr_accessor latency: Types::Latency
909
+ SENSITIVE: []
910
+ end
911
+
912
+ class Platform
913
+ attr_accessor version: ::String
914
+ SENSITIVE: []
915
+ end
916
+
917
+ class PrivateLinkConfig
918
+ attr_accessor vpc_endpoint_id: ::String
919
+ attr_accessor private_link_endpoint: ::String
920
+ attr_accessor subnet_arns: ::Array[::String]
921
+ attr_accessor security_group_arns: ::Array[::String]
922
+ SENSITIVE: []
923
+ end
924
+
925
+ class QopConfiguration
926
+ attr_accessor rpc_protection: ("DISABLED" | "AUTHENTICATION" | "INTEGRITY" | "PRIVACY")
927
+ attr_accessor data_transfer_protection: ("DISABLED" | "AUTHENTICATION" | "INTEGRITY" | "PRIVACY")
928
+ SENSITIVE: []
929
+ end
930
+
931
+ class Recommendation
932
+ attr_accessor storage_type: ::String
933
+ attr_accessor storage_configuration: ::Hash[::String, ::String]
934
+ attr_accessor estimated_monthly_storage_cost: ::String
935
+ SENSITIVE: []
936
+ end
937
+
938
+ class RemoveStorageSystemRequest
939
+ attr_accessor storage_system_arn: ::String
940
+ SENSITIVE: []
941
+ end
942
+
943
+ class RemoveStorageSystemResponse < Aws::EmptyStructure
944
+ end
945
+
946
+ class ReportDestination
947
+ attr_accessor s3: Types::ReportDestinationS3
948
+ SENSITIVE: []
949
+ end
950
+
951
+ class ReportDestinationS3
952
+ attr_accessor subdirectory: ::String
953
+ attr_accessor s3_bucket_arn: ::String
954
+ attr_accessor bucket_access_role_arn: ::String
955
+ SENSITIVE: []
956
+ end
957
+
958
+ class ReportOverride
959
+ attr_accessor report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")
960
+ SENSITIVE: []
961
+ end
962
+
963
+ class ReportOverrides
964
+ attr_accessor transferred: Types::ReportOverride
965
+ attr_accessor verified: Types::ReportOverride
966
+ attr_accessor deleted: Types::ReportOverride
967
+ attr_accessor skipped: Types::ReportOverride
968
+ SENSITIVE: []
969
+ end
970
+
971
+ class ReportResult
972
+ attr_accessor status: ("PENDING" | "SUCCESS" | "ERROR")
973
+ attr_accessor error_code: ::String
974
+ attr_accessor error_detail: ::String
975
+ SENSITIVE: []
976
+ end
977
+
978
+ class ResourceDetails
979
+ attr_accessor net_app_ontapsv_ms: ::Array[Types::NetAppONTAPSVM]
980
+ attr_accessor net_app_ontap_volumes: ::Array[Types::NetAppONTAPVolume]
981
+ attr_accessor net_app_ontap_clusters: ::Array[Types::NetAppONTAPCluster]
982
+ SENSITIVE: []
983
+ end
984
+
985
+ class ResourceMetrics
986
+ attr_accessor timestamp: ::Time
987
+ attr_accessor p95_metrics: Types::P95Metrics
988
+ attr_accessor capacity: Types::Capacity
989
+ attr_accessor resource_id: ::String
990
+ attr_accessor resource_type: ("SVM" | "VOLUME" | "CLUSTER")
991
+ SENSITIVE: []
992
+ end
993
+
994
+ class S3Config
995
+ attr_accessor bucket_access_role_arn: ::String
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class S3ManifestConfig
1000
+ attr_accessor manifest_object_path: ::String
1001
+ attr_accessor bucket_access_role_arn: ::String
1002
+ attr_accessor s3_bucket_arn: ::String
1003
+ attr_accessor manifest_object_version_id: ::String
1004
+ SENSITIVE: []
1005
+ end
1006
+
1007
+ class SmbMountOptions
1008
+ attr_accessor version: ("AUTOMATIC" | "SMB2" | "SMB3" | "SMB1" | "SMB2_0")
1009
+ SENSITIVE: []
1010
+ end
1011
+
1012
+ class SourceManifestConfig
1013
+ attr_accessor s3: Types::S3ManifestConfig
1014
+ SENSITIVE: []
1015
+ end
1016
+
1017
+ class StartDiscoveryJobRequest
1018
+ attr_accessor storage_system_arn: ::String
1019
+ attr_accessor collection_duration_minutes: ::Integer
1020
+ attr_accessor client_token: ::String
1021
+ attr_accessor tags: ::Array[Types::TagListEntry]
1022
+ SENSITIVE: []
1023
+ end
1024
+
1025
+ class StartDiscoveryJobResponse
1026
+ attr_accessor discovery_job_arn: ::String
1027
+ SENSITIVE: []
1028
+ end
1029
+
1030
+ class StartTaskExecutionRequest
1031
+ attr_accessor task_arn: ::String
1032
+ attr_accessor override_options: Types::Options
1033
+ attr_accessor includes: ::Array[Types::FilterRule]
1034
+ attr_accessor excludes: ::Array[Types::FilterRule]
1035
+ attr_accessor manifest_config: Types::ManifestConfig
1036
+ attr_accessor task_report_config: Types::TaskReportConfig
1037
+ attr_accessor tags: ::Array[Types::TagListEntry]
1038
+ SENSITIVE: []
1039
+ end
1040
+
1041
+ class StartTaskExecutionResponse
1042
+ attr_accessor task_execution_arn: ::String
1043
+ SENSITIVE: []
1044
+ end
1045
+
1046
+ class StopDiscoveryJobRequest
1047
+ attr_accessor discovery_job_arn: ::String
1048
+ SENSITIVE: []
1049
+ end
1050
+
1051
+ class StopDiscoveryJobResponse < Aws::EmptyStructure
1052
+ end
1053
+
1054
+ class StorageSystemListEntry
1055
+ attr_accessor storage_system_arn: ::String
1056
+ attr_accessor name: ::String
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class TagListEntry
1061
+ attr_accessor key: ::String
1062
+ attr_accessor value: ::String
1063
+ SENSITIVE: []
1064
+ end
1065
+
1066
+ class TagResourceRequest
1067
+ attr_accessor resource_arn: ::String
1068
+ attr_accessor tags: ::Array[Types::TagListEntry]
1069
+ SENSITIVE: []
1070
+ end
1071
+
1072
+ class TagResourceResponse < Aws::EmptyStructure
1073
+ end
1074
+
1075
+ class TaskExecutionListEntry
1076
+ attr_accessor task_execution_arn: ::String
1077
+ attr_accessor status: ("QUEUED" | "LAUNCHING" | "PREPARING" | "TRANSFERRING" | "VERIFYING" | "SUCCESS" | "ERROR")
1078
+ SENSITIVE: []
1079
+ end
1080
+
1081
+ class TaskExecutionResultDetail
1082
+ attr_accessor prepare_duration: ::Integer
1083
+ attr_accessor prepare_status: ("PENDING" | "SUCCESS" | "ERROR")
1084
+ attr_accessor total_duration: ::Integer
1085
+ attr_accessor transfer_duration: ::Integer
1086
+ attr_accessor transfer_status: ("PENDING" | "SUCCESS" | "ERROR")
1087
+ attr_accessor verify_duration: ::Integer
1088
+ attr_accessor verify_status: ("PENDING" | "SUCCESS" | "ERROR")
1089
+ attr_accessor error_code: ::String
1090
+ attr_accessor error_detail: ::String
1091
+ SENSITIVE: []
1092
+ end
1093
+
1094
+ class TaskFilter
1095
+ attr_accessor name: ("LocationId" | "CreationTime")
1096
+ attr_accessor values: ::Array[::String]
1097
+ attr_accessor operator: ("Equals" | "NotEquals" | "In" | "LessThanOrEqual" | "LessThan" | "GreaterThanOrEqual" | "GreaterThan" | "Contains" | "NotContains" | "BeginsWith")
1098
+ SENSITIVE: []
1099
+ end
1100
+
1101
+ class TaskListEntry
1102
+ attr_accessor task_arn: ::String
1103
+ attr_accessor status: ("AVAILABLE" | "CREATING" | "QUEUED" | "RUNNING" | "UNAVAILABLE")
1104
+ attr_accessor name: ::String
1105
+ SENSITIVE: []
1106
+ end
1107
+
1108
+ class TaskReportConfig
1109
+ attr_accessor destination: Types::ReportDestination
1110
+ attr_accessor output_type: ("SUMMARY_ONLY" | "STANDARD")
1111
+ attr_accessor report_level: ("ERRORS_ONLY" | "SUCCESSES_AND_ERRORS")
1112
+ attr_accessor object_version_ids: ("INCLUDE" | "NONE")
1113
+ attr_accessor overrides: Types::ReportOverrides
1114
+ SENSITIVE: []
1115
+ end
1116
+
1117
+ class TaskSchedule
1118
+ attr_accessor schedule_expression: ::String
1119
+ SENSITIVE: []
1120
+ end
1121
+
1122
+ class Throughput
1123
+ attr_accessor read: ::Float
1124
+ attr_accessor write: ::Float
1125
+ attr_accessor other: ::Float
1126
+ attr_accessor total: ::Float
1127
+ SENSITIVE: []
1128
+ end
1129
+
1130
+ class UntagResourceRequest
1131
+ attr_accessor resource_arn: ::String
1132
+ attr_accessor keys: ::Array[::String]
1133
+ SENSITIVE: []
1134
+ end
1135
+
1136
+ class UntagResourceResponse < Aws::EmptyStructure
1137
+ end
1138
+
1139
+ class UpdateAgentRequest
1140
+ attr_accessor agent_arn: ::String
1141
+ attr_accessor name: ::String
1142
+ SENSITIVE: []
1143
+ end
1144
+
1145
+ class UpdateAgentResponse < Aws::EmptyStructure
1146
+ end
1147
+
1148
+ class UpdateDiscoveryJobRequest
1149
+ attr_accessor discovery_job_arn: ::String
1150
+ attr_accessor collection_duration_minutes: ::Integer
1151
+ SENSITIVE: []
1152
+ end
1153
+
1154
+ class UpdateDiscoveryJobResponse < Aws::EmptyStructure
1155
+ end
1156
+
1157
+ class UpdateLocationAzureBlobRequest
1158
+ attr_accessor location_arn: ::String
1159
+ attr_accessor subdirectory: ::String
1160
+ attr_accessor authentication_type: ("SAS")
1161
+ attr_accessor sas_configuration: Types::AzureBlobSasConfiguration
1162
+ attr_accessor blob_type: ("BLOCK")
1163
+ attr_accessor access_tier: ("HOT" | "COOL" | "ARCHIVE")
1164
+ attr_accessor agent_arns: ::Array[::String]
1165
+ SENSITIVE: []
1166
+ end
1167
+
1168
+ class UpdateLocationAzureBlobResponse < Aws::EmptyStructure
1169
+ end
1170
+
1171
+ class UpdateLocationHdfsRequest
1172
+ attr_accessor location_arn: ::String
1173
+ attr_accessor subdirectory: ::String
1174
+ attr_accessor name_nodes: ::Array[Types::HdfsNameNode]
1175
+ attr_accessor block_size: ::Integer
1176
+ attr_accessor replication_factor: ::Integer
1177
+ attr_accessor kms_key_provider_uri: ::String
1178
+ attr_accessor qop_configuration: Types::QopConfiguration
1179
+ attr_accessor authentication_type: ("SIMPLE" | "KERBEROS")
1180
+ attr_accessor simple_user: ::String
1181
+ attr_accessor kerberos_principal: ::String
1182
+ attr_accessor kerberos_keytab: ::String
1183
+ attr_accessor kerberos_krb_5_conf: ::String
1184
+ attr_accessor agent_arns: ::Array[::String]
1185
+ SENSITIVE: []
1186
+ end
1187
+
1188
+ class UpdateLocationHdfsResponse < Aws::EmptyStructure
1189
+ end
1190
+
1191
+ class UpdateLocationNfsRequest
1192
+ attr_accessor location_arn: ::String
1193
+ attr_accessor subdirectory: ::String
1194
+ attr_accessor on_prem_config: Types::OnPremConfig
1195
+ attr_accessor mount_options: Types::NfsMountOptions
1196
+ SENSITIVE: []
1197
+ end
1198
+
1199
+ class UpdateLocationNfsResponse < Aws::EmptyStructure
1200
+ end
1201
+
1202
+ class UpdateLocationObjectStorageRequest
1203
+ attr_accessor location_arn: ::String
1204
+ attr_accessor server_port: ::Integer
1205
+ attr_accessor server_protocol: ("HTTPS" | "HTTP")
1206
+ attr_accessor subdirectory: ::String
1207
+ attr_accessor access_key: ::String
1208
+ attr_accessor secret_key: ::String
1209
+ attr_accessor agent_arns: ::Array[::String]
1210
+ attr_accessor server_certificate: ::String
1211
+ SENSITIVE: [:secret_key]
1212
+ end
1213
+
1214
+ class UpdateLocationObjectStorageResponse < Aws::EmptyStructure
1215
+ end
1216
+
1217
+ class UpdateLocationSmbRequest
1218
+ attr_accessor location_arn: ::String
1219
+ attr_accessor subdirectory: ::String
1220
+ attr_accessor user: ::String
1221
+ attr_accessor domain: ::String
1222
+ attr_accessor password: ::String
1223
+ attr_accessor agent_arns: ::Array[::String]
1224
+ attr_accessor mount_options: Types::SmbMountOptions
1225
+ SENSITIVE: [:password]
1226
+ end
1227
+
1228
+ class UpdateLocationSmbResponse < Aws::EmptyStructure
1229
+ end
1230
+
1231
+ class UpdateStorageSystemRequest
1232
+ attr_accessor storage_system_arn: ::String
1233
+ attr_accessor server_configuration: Types::DiscoveryServerConfiguration
1234
+ attr_accessor agent_arns: ::Array[::String]
1235
+ attr_accessor name: ::String
1236
+ attr_accessor cloud_watch_log_group_arn: ::String
1237
+ attr_accessor credentials: Types::Credentials
1238
+ SENSITIVE: []
1239
+ end
1240
+
1241
+ class UpdateStorageSystemResponse < Aws::EmptyStructure
1242
+ end
1243
+
1244
+ class UpdateTaskExecutionRequest
1245
+ attr_accessor task_execution_arn: ::String
1246
+ attr_accessor options: Types::Options
1247
+ SENSITIVE: []
1248
+ end
1249
+
1250
+ class UpdateTaskExecutionResponse < Aws::EmptyStructure
1251
+ end
1252
+
1253
+ class UpdateTaskRequest
1254
+ attr_accessor task_arn: ::String
1255
+ attr_accessor options: Types::Options
1256
+ attr_accessor excludes: ::Array[Types::FilterRule]
1257
+ attr_accessor schedule: Types::TaskSchedule
1258
+ attr_accessor name: ::String
1259
+ attr_accessor cloud_watch_log_group_arn: ::String
1260
+ attr_accessor includes: ::Array[Types::FilterRule]
1261
+ attr_accessor manifest_config: Types::ManifestConfig
1262
+ attr_accessor task_report_config: Types::TaskReportConfig
1263
+ SENSITIVE: []
1264
+ end
1265
+
1266
+ class UpdateTaskResponse < Aws::EmptyStructure
1267
+ end
1268
+ end
1269
+ end