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