aws-sdk-fsx 1.21.1 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-fsx.rb +3 -1
- data/lib/aws-sdk-fsx/client.rb +3 -1
- data/lib/aws-sdk-fsx/client_api.rb +2 -0
- data/lib/aws-sdk-fsx/errors.rb +2 -0
- data/lib/aws-sdk-fsx/resource.rb +2 -0
- data/lib/aws-sdk-fsx/types.rb +75 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d2a339a99b5dfc4e820e02f30859ddc154df36106936a32184b3e2dc87bff98
|
4
|
+
data.tar.gz: 9ba7f4ecbad3583ed7526db0f1d0fa414264e2845e793ee1b222955c538610d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c5d867c9da1e54ab440feb5e86f4feb1a0f8c5be7d213e11d0389e7bf1830d44e6ac3b2e7ba545ed8f6992c13aa9ad28def1e3d3eab63f06c5d58d8434169a1
|
7
|
+
data.tar.gz: b6c3cbd819ce7109920f026b860694802db2bb6ed7d72b790cec7de82cb488372f63dd754eca24c967300b813bb5bc1679f4d78237c5028effec14a80401c1c5
|
data/lib/aws-sdk-fsx.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-fsx/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::FSx
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.22.0'
|
49
51
|
|
50
52
|
end
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -2183,7 +2185,7 @@ module Aws::FSx
|
|
2183
2185
|
params: params,
|
2184
2186
|
config: config)
|
2185
2187
|
context[:gem_name] = 'aws-sdk-fsx'
|
2186
|
-
context[:gem_version] = '1.
|
2188
|
+
context[:gem_version] = '1.22.0'
|
2187
2189
|
Seahorse::Client::Request.new(handlers, context)
|
2188
2190
|
end
|
2189
2191
|
|
data/lib/aws-sdk-fsx/errors.rb
CHANGED
data/lib/aws-sdk-fsx/resource.rb
CHANGED
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -25,6 +27,7 @@ module Aws::FSx
|
|
25
27
|
class ActiveDirectoryBackupAttributes < Struct.new(
|
26
28
|
:domain_name,
|
27
29
|
:active_directory_id)
|
30
|
+
SENSITIVE = []
|
28
31
|
include Aws::Structure
|
29
32
|
end
|
30
33
|
|
@@ -48,6 +51,7 @@ module Aws::FSx
|
|
48
51
|
:active_directory_id,
|
49
52
|
:type,
|
50
53
|
:message)
|
54
|
+
SENSITIVE = []
|
51
55
|
include Aws::Structure
|
52
56
|
end
|
53
57
|
|
@@ -129,6 +133,7 @@ module Aws::FSx
|
|
129
133
|
:status,
|
130
134
|
:target_file_system_values,
|
131
135
|
:failure_details)
|
136
|
+
SENSITIVE = []
|
132
137
|
include Aws::Structure
|
133
138
|
end
|
134
139
|
|
@@ -142,6 +147,7 @@ module Aws::FSx
|
|
142
147
|
#
|
143
148
|
class AdministrativeActionFailureDetails < Struct.new(
|
144
149
|
:message)
|
150
|
+
SENSITIVE = []
|
145
151
|
include Aws::Structure
|
146
152
|
end
|
147
153
|
|
@@ -210,6 +216,7 @@ module Aws::FSx
|
|
210
216
|
:tags,
|
211
217
|
:file_system,
|
212
218
|
:directory_information)
|
219
|
+
SENSITIVE = []
|
213
220
|
include Aws::Structure
|
214
221
|
end
|
215
222
|
|
@@ -224,6 +231,7 @@ module Aws::FSx
|
|
224
231
|
#
|
225
232
|
class BackupFailureDetails < Struct.new(
|
226
233
|
:message)
|
234
|
+
SENSITIVE = []
|
227
235
|
include Aws::Structure
|
228
236
|
end
|
229
237
|
|
@@ -238,6 +246,7 @@ module Aws::FSx
|
|
238
246
|
#
|
239
247
|
class BackupInProgress < Struct.new(
|
240
248
|
:message)
|
249
|
+
SENSITIVE = []
|
241
250
|
include Aws::Structure
|
242
251
|
end
|
243
252
|
|
@@ -251,6 +260,7 @@ module Aws::FSx
|
|
251
260
|
#
|
252
261
|
class BackupNotFound < Struct.new(
|
253
262
|
:message)
|
263
|
+
SENSITIVE = []
|
254
264
|
include Aws::Structure
|
255
265
|
end
|
256
266
|
|
@@ -270,6 +280,7 @@ module Aws::FSx
|
|
270
280
|
class BackupRestoring < Struct.new(
|
271
281
|
:message,
|
272
282
|
:file_system_id)
|
283
|
+
SENSITIVE = []
|
273
284
|
include Aws::Structure
|
274
285
|
end
|
275
286
|
|
@@ -283,6 +294,7 @@ module Aws::FSx
|
|
283
294
|
#
|
284
295
|
class BadRequest < Struct.new(
|
285
296
|
:message)
|
297
|
+
SENSITIVE = []
|
286
298
|
include Aws::Structure
|
287
299
|
end
|
288
300
|
|
@@ -303,6 +315,7 @@ module Aws::FSx
|
|
303
315
|
#
|
304
316
|
class CancelDataRepositoryTaskRequest < Struct.new(
|
305
317
|
:task_id)
|
318
|
+
SENSITIVE = []
|
306
319
|
include Aws::Structure
|
307
320
|
end
|
308
321
|
|
@@ -334,6 +347,7 @@ module Aws::FSx
|
|
334
347
|
class CancelDataRepositoryTaskResponse < Struct.new(
|
335
348
|
:lifecycle,
|
336
349
|
:task_id)
|
350
|
+
SENSITIVE = []
|
337
351
|
include Aws::Structure
|
338
352
|
end
|
339
353
|
|
@@ -396,6 +410,7 @@ module Aws::FSx
|
|
396
410
|
:path,
|
397
411
|
:format,
|
398
412
|
:scope)
|
413
|
+
SENSITIVE = []
|
399
414
|
include Aws::Structure
|
400
415
|
end
|
401
416
|
|
@@ -440,6 +455,7 @@ module Aws::FSx
|
|
440
455
|
:file_system_id,
|
441
456
|
:client_request_token,
|
442
457
|
:tags)
|
458
|
+
SENSITIVE = []
|
443
459
|
include Aws::Structure
|
444
460
|
end
|
445
461
|
|
@@ -453,6 +469,7 @@ module Aws::FSx
|
|
453
469
|
#
|
454
470
|
class CreateBackupResponse < Struct.new(
|
455
471
|
:backup)
|
472
|
+
SENSITIVE = []
|
456
473
|
include Aws::Structure
|
457
474
|
end
|
458
475
|
|
@@ -531,6 +548,7 @@ module Aws::FSx
|
|
531
548
|
:report,
|
532
549
|
:client_request_token,
|
533
550
|
:tags)
|
551
|
+
SENSITIVE = []
|
534
552
|
include Aws::Structure
|
535
553
|
end
|
536
554
|
|
@@ -542,6 +560,7 @@ module Aws::FSx
|
|
542
560
|
#
|
543
561
|
class CreateDataRepositoryTaskResponse < Struct.new(
|
544
562
|
:data_repository_task)
|
563
|
+
SENSITIVE = []
|
545
564
|
include Aws::Structure
|
546
565
|
end
|
547
566
|
|
@@ -660,6 +679,7 @@ module Aws::FSx
|
|
660
679
|
:tags,
|
661
680
|
:windows_configuration,
|
662
681
|
:storage_type)
|
682
|
+
SENSITIVE = []
|
663
683
|
include Aws::Structure
|
664
684
|
end
|
665
685
|
|
@@ -673,6 +693,7 @@ module Aws::FSx
|
|
673
693
|
#
|
674
694
|
class CreateFileSystemFromBackupResponse < Struct.new(
|
675
695
|
:file_system)
|
696
|
+
SENSITIVE = []
|
676
697
|
include Aws::Structure
|
677
698
|
end
|
678
699
|
|
@@ -788,6 +809,7 @@ module Aws::FSx
|
|
788
809
|
:imported_file_chunk_size,
|
789
810
|
:deployment_type,
|
790
811
|
:per_unit_storage_throughput)
|
812
|
+
SENSITIVE = []
|
791
813
|
include Aws::Structure
|
792
814
|
end
|
793
815
|
|
@@ -953,6 +975,7 @@ module Aws::FSx
|
|
953
975
|
:kms_key_id,
|
954
976
|
:windows_configuration,
|
955
977
|
:lustre_configuration)
|
978
|
+
SENSITIVE = []
|
956
979
|
include Aws::Structure
|
957
980
|
end
|
958
981
|
|
@@ -966,6 +989,7 @@ module Aws::FSx
|
|
966
989
|
#
|
967
990
|
class CreateFileSystemResponse < Struct.new(
|
968
991
|
:file_system)
|
992
|
+
SENSITIVE = []
|
969
993
|
include Aws::Structure
|
970
994
|
end
|
971
995
|
|
@@ -1086,6 +1110,7 @@ module Aws::FSx
|
|
1086
1110
|
:daily_automatic_backup_start_time,
|
1087
1111
|
:automatic_backup_retention_days,
|
1088
1112
|
:copy_tags_to_backups)
|
1113
|
+
SENSITIVE = []
|
1089
1114
|
include Aws::Structure
|
1090
1115
|
end
|
1091
1116
|
|
@@ -1123,6 +1148,7 @@ module Aws::FSx
|
|
1123
1148
|
:import_path,
|
1124
1149
|
:export_path,
|
1125
1150
|
:imported_file_chunk_size)
|
1151
|
+
SENSITIVE = []
|
1126
1152
|
include Aws::Structure
|
1127
1153
|
end
|
1128
1154
|
|
@@ -1248,6 +1274,7 @@ module Aws::FSx
|
|
1248
1274
|
:failure_details,
|
1249
1275
|
:status,
|
1250
1276
|
:report)
|
1277
|
+
SENSITIVE = []
|
1251
1278
|
include Aws::Structure
|
1252
1279
|
end
|
1253
1280
|
|
@@ -1262,6 +1289,7 @@ module Aws::FSx
|
|
1262
1289
|
#
|
1263
1290
|
class DataRepositoryTaskEnded < Struct.new(
|
1264
1291
|
:message)
|
1292
|
+
SENSITIVE = []
|
1265
1293
|
include Aws::Structure
|
1266
1294
|
end
|
1267
1295
|
|
@@ -1277,6 +1305,7 @@ module Aws::FSx
|
|
1277
1305
|
#
|
1278
1306
|
class DataRepositoryTaskExecuting < Struct.new(
|
1279
1307
|
:message)
|
1308
|
+
SENSITIVE = []
|
1280
1309
|
include Aws::Structure
|
1281
1310
|
end
|
1282
1311
|
|
@@ -1291,6 +1320,7 @@ module Aws::FSx
|
|
1291
1320
|
#
|
1292
1321
|
class DataRepositoryTaskFailureDetails < Struct.new(
|
1293
1322
|
:message)
|
1323
|
+
SENSITIVE = []
|
1294
1324
|
include Aws::Structure
|
1295
1325
|
end
|
1296
1326
|
|
@@ -1330,6 +1360,7 @@ module Aws::FSx
|
|
1330
1360
|
class DataRepositoryTaskFilter < Struct.new(
|
1331
1361
|
:name,
|
1332
1362
|
:values)
|
1363
|
+
SENSITIVE = []
|
1333
1364
|
include Aws::Structure
|
1334
1365
|
end
|
1335
1366
|
|
@@ -1343,6 +1374,7 @@ module Aws::FSx
|
|
1343
1374
|
#
|
1344
1375
|
class DataRepositoryTaskNotFound < Struct.new(
|
1345
1376
|
:message)
|
1377
|
+
SENSITIVE = []
|
1346
1378
|
include Aws::Structure
|
1347
1379
|
end
|
1348
1380
|
|
@@ -1378,6 +1410,7 @@ module Aws::FSx
|
|
1378
1410
|
:succeeded_count,
|
1379
1411
|
:failed_count,
|
1380
1412
|
:last_updated_time)
|
1413
|
+
SENSITIVE = []
|
1381
1414
|
include Aws::Structure
|
1382
1415
|
end
|
1383
1416
|
|
@@ -1409,6 +1442,7 @@ module Aws::FSx
|
|
1409
1442
|
class DeleteBackupRequest < Struct.new(
|
1410
1443
|
:backup_id,
|
1411
1444
|
:client_request_token)
|
1445
|
+
SENSITIVE = []
|
1412
1446
|
include Aws::Structure
|
1413
1447
|
end
|
1414
1448
|
|
@@ -1427,6 +1461,7 @@ module Aws::FSx
|
|
1427
1461
|
class DeleteBackupResponse < Struct.new(
|
1428
1462
|
:backup_id,
|
1429
1463
|
:lifecycle)
|
1464
|
+
SENSITIVE = []
|
1430
1465
|
include Aws::Structure
|
1431
1466
|
end
|
1432
1467
|
|
@@ -1473,6 +1508,7 @@ module Aws::FSx
|
|
1473
1508
|
:file_system_id,
|
1474
1509
|
:client_request_token,
|
1475
1510
|
:windows_configuration)
|
1511
|
+
SENSITIVE = []
|
1476
1512
|
include Aws::Structure
|
1477
1513
|
end
|
1478
1514
|
|
@@ -1498,6 +1534,7 @@ module Aws::FSx
|
|
1498
1534
|
:file_system_id,
|
1499
1535
|
:lifecycle,
|
1500
1536
|
:windows_response)
|
1537
|
+
SENSITIVE = []
|
1501
1538
|
include Aws::Structure
|
1502
1539
|
end
|
1503
1540
|
|
@@ -1534,6 +1571,7 @@ module Aws::FSx
|
|
1534
1571
|
class DeleteFileSystemWindowsConfiguration < Struct.new(
|
1535
1572
|
:skip_final_backup,
|
1536
1573
|
:final_backup_tags)
|
1574
|
+
SENSITIVE = []
|
1537
1575
|
include Aws::Structure
|
1538
1576
|
end
|
1539
1577
|
|
@@ -1553,6 +1591,7 @@ module Aws::FSx
|
|
1553
1591
|
class DeleteFileSystemWindowsResponse < Struct.new(
|
1554
1592
|
:final_backup_id,
|
1555
1593
|
:final_backup_tags)
|
1594
|
+
SENSITIVE = []
|
1556
1595
|
include Aws::Structure
|
1557
1596
|
end
|
1558
1597
|
|
@@ -1605,6 +1644,7 @@ module Aws::FSx
|
|
1605
1644
|
:filters,
|
1606
1645
|
:max_results,
|
1607
1646
|
:next_token)
|
1647
|
+
SENSITIVE = []
|
1608
1648
|
include Aws::Structure
|
1609
1649
|
end
|
1610
1650
|
|
@@ -1625,6 +1665,7 @@ module Aws::FSx
|
|
1625
1665
|
class DescribeBackupsResponse < Struct.new(
|
1626
1666
|
:backups,
|
1627
1667
|
:next_token)
|
1668
|
+
SENSITIVE = []
|
1628
1669
|
include Aws::Structure
|
1629
1670
|
end
|
1630
1671
|
|
@@ -1673,6 +1714,7 @@ module Aws::FSx
|
|
1673
1714
|
:filters,
|
1674
1715
|
:max_results,
|
1675
1716
|
:next_token)
|
1717
|
+
SENSITIVE = []
|
1676
1718
|
include Aws::Structure
|
1677
1719
|
end
|
1678
1720
|
|
@@ -1692,6 +1734,7 @@ module Aws::FSx
|
|
1692
1734
|
class DescribeDataRepositoryTasksResponse < Struct.new(
|
1693
1735
|
:data_repository_tasks,
|
1694
1736
|
:next_token)
|
1737
|
+
SENSITIVE = []
|
1695
1738
|
include Aws::Structure
|
1696
1739
|
end
|
1697
1740
|
|
@@ -1731,6 +1774,7 @@ module Aws::FSx
|
|
1731
1774
|
:file_system_ids,
|
1732
1775
|
:max_results,
|
1733
1776
|
:next_token)
|
1777
|
+
SENSITIVE = []
|
1734
1778
|
include Aws::Structure
|
1735
1779
|
end
|
1736
1780
|
|
@@ -1751,6 +1795,7 @@ module Aws::FSx
|
|
1751
1795
|
class DescribeFileSystemsResponse < Struct.new(
|
1752
1796
|
:file_systems,
|
1753
1797
|
:next_token)
|
1798
|
+
SENSITIVE = []
|
1754
1799
|
include Aws::Structure
|
1755
1800
|
end
|
1756
1801
|
|
@@ -1916,6 +1961,7 @@ module Aws::FSx
|
|
1916
1961
|
:windows_configuration,
|
1917
1962
|
:lustre_configuration,
|
1918
1963
|
:administrative_actions)
|
1964
|
+
SENSITIVE = []
|
1919
1965
|
include Aws::Structure
|
1920
1966
|
end
|
1921
1967
|
|
@@ -1931,6 +1977,7 @@ module Aws::FSx
|
|
1931
1977
|
#
|
1932
1978
|
class FileSystemFailureDetails < Struct.new(
|
1933
1979
|
:message)
|
1980
|
+
SENSITIVE = []
|
1934
1981
|
include Aws::Structure
|
1935
1982
|
end
|
1936
1983
|
|
@@ -1944,6 +1991,7 @@ module Aws::FSx
|
|
1944
1991
|
#
|
1945
1992
|
class FileSystemNotFound < Struct.new(
|
1946
1993
|
:message)
|
1994
|
+
SENSITIVE = []
|
1947
1995
|
include Aws::Structure
|
1948
1996
|
end
|
1949
1997
|
|
@@ -1973,6 +2021,7 @@ module Aws::FSx
|
|
1973
2021
|
class Filter < Struct.new(
|
1974
2022
|
:name,
|
1975
2023
|
:values)
|
2024
|
+
SENSITIVE = []
|
1976
2025
|
include Aws::Structure
|
1977
2026
|
end
|
1978
2027
|
|
@@ -1993,6 +2042,7 @@ module Aws::FSx
|
|
1993
2042
|
class IncompatibleParameterError < Struct.new(
|
1994
2043
|
:parameter,
|
1995
2044
|
:message)
|
2045
|
+
SENSITIVE = []
|
1996
2046
|
include Aws::Structure
|
1997
2047
|
end
|
1998
2048
|
|
@@ -2006,6 +2056,7 @@ module Aws::FSx
|
|
2006
2056
|
#
|
2007
2057
|
class InternalServerError < Struct.new(
|
2008
2058
|
:message)
|
2059
|
+
SENSITIVE = []
|
2009
2060
|
include Aws::Structure
|
2010
2061
|
end
|
2011
2062
|
|
@@ -2019,6 +2070,7 @@ module Aws::FSx
|
|
2019
2070
|
#
|
2020
2071
|
class InvalidExportPath < Struct.new(
|
2021
2072
|
:message)
|
2073
|
+
SENSITIVE = []
|
2022
2074
|
include Aws::Structure
|
2023
2075
|
end
|
2024
2076
|
|
@@ -2032,6 +2084,7 @@ module Aws::FSx
|
|
2032
2084
|
#
|
2033
2085
|
class InvalidImportPath < Struct.new(
|
2034
2086
|
:message)
|
2087
|
+
SENSITIVE = []
|
2035
2088
|
include Aws::Structure
|
2036
2089
|
end
|
2037
2090
|
|
@@ -2074,6 +2127,7 @@ module Aws::FSx
|
|
2074
2127
|
:message,
|
2075
2128
|
:invalid_subnet_id,
|
2076
2129
|
:invalid_security_group_id)
|
2130
|
+
SENSITIVE = []
|
2077
2131
|
include Aws::Structure
|
2078
2132
|
end
|
2079
2133
|
|
@@ -2088,6 +2142,7 @@ module Aws::FSx
|
|
2088
2142
|
#
|
2089
2143
|
class InvalidPerUnitStorageThroughput < Struct.new(
|
2090
2144
|
:message)
|
2145
|
+
SENSITIVE = []
|
2091
2146
|
include Aws::Structure
|
2092
2147
|
end
|
2093
2148
|
|
@@ -2126,6 +2181,7 @@ module Aws::FSx
|
|
2126
2181
|
:resource_arn,
|
2127
2182
|
:max_results,
|
2128
2183
|
:next_token)
|
2184
|
+
SENSITIVE = []
|
2129
2185
|
include Aws::Structure
|
2130
2186
|
end
|
2131
2187
|
|
@@ -2146,6 +2202,7 @@ module Aws::FSx
|
|
2146
2202
|
class ListTagsForResourceResponse < Struct.new(
|
2147
2203
|
:tags,
|
2148
2204
|
:next_token)
|
2205
|
+
SENSITIVE = []
|
2149
2206
|
include Aws::Structure
|
2150
2207
|
end
|
2151
2208
|
|
@@ -2190,6 +2247,7 @@ module Aws::FSx
|
|
2190
2247
|
:deployment_type,
|
2191
2248
|
:per_unit_storage_throughput,
|
2192
2249
|
:mount_name)
|
2250
|
+
SENSITIVE = []
|
2193
2251
|
include Aws::Structure
|
2194
2252
|
end
|
2195
2253
|
|
@@ -2203,6 +2261,7 @@ module Aws::FSx
|
|
2203
2261
|
#
|
2204
2262
|
class MissingFileSystemConfiguration < Struct.new(
|
2205
2263
|
:message)
|
2264
|
+
SENSITIVE = []
|
2206
2265
|
include Aws::Structure
|
2207
2266
|
end
|
2208
2267
|
|
@@ -2223,6 +2282,7 @@ module Aws::FSx
|
|
2223
2282
|
class NotServiceResourceError < Struct.new(
|
2224
2283
|
:resource_arn,
|
2225
2284
|
:message)
|
2285
|
+
SENSITIVE = []
|
2226
2286
|
include Aws::Structure
|
2227
2287
|
end
|
2228
2288
|
|
@@ -2242,6 +2302,7 @@ module Aws::FSx
|
|
2242
2302
|
class ResourceDoesNotSupportTagging < Struct.new(
|
2243
2303
|
:resource_arn,
|
2244
2304
|
:message)
|
2305
|
+
SENSITIVE = []
|
2245
2306
|
include Aws::Structure
|
2246
2307
|
end
|
2247
2308
|
|
@@ -2261,6 +2322,7 @@ module Aws::FSx
|
|
2261
2322
|
class ResourceNotFound < Struct.new(
|
2262
2323
|
:resource_arn,
|
2263
2324
|
:message)
|
2325
|
+
SENSITIVE = []
|
2264
2326
|
include Aws::Structure
|
2265
2327
|
end
|
2266
2328
|
|
@@ -2300,6 +2362,7 @@ module Aws::FSx
|
|
2300
2362
|
:file_system_administrators_group,
|
2301
2363
|
:user_name,
|
2302
2364
|
:dns_ips)
|
2365
|
+
SENSITIVE = []
|
2303
2366
|
include Aws::Structure
|
2304
2367
|
end
|
2305
2368
|
|
@@ -2392,6 +2455,7 @@ module Aws::FSx
|
|
2392
2455
|
:user_name,
|
2393
2456
|
:password,
|
2394
2457
|
:dns_ips)
|
2458
|
+
SENSITIVE = [:password]
|
2395
2459
|
include Aws::Structure
|
2396
2460
|
end
|
2397
2461
|
|
@@ -2431,6 +2495,7 @@ module Aws::FSx
|
|
2431
2495
|
:user_name,
|
2432
2496
|
:password,
|
2433
2497
|
:dns_ips)
|
2498
|
+
SENSITIVE = [:password]
|
2434
2499
|
include Aws::Structure
|
2435
2500
|
end
|
2436
2501
|
|
@@ -2450,6 +2515,7 @@ module Aws::FSx
|
|
2450
2515
|
class ServiceLimitExceeded < Struct.new(
|
2451
2516
|
:limit,
|
2452
2517
|
:message)
|
2518
|
+
SENSITIVE = []
|
2453
2519
|
include Aws::Structure
|
2454
2520
|
end
|
2455
2521
|
|
@@ -2480,6 +2546,7 @@ module Aws::FSx
|
|
2480
2546
|
class Tag < Struct.new(
|
2481
2547
|
:key,
|
2482
2548
|
:value)
|
2549
|
+
SENSITIVE = []
|
2483
2550
|
include Aws::Structure
|
2484
2551
|
end
|
2485
2552
|
|
@@ -2514,6 +2581,7 @@ module Aws::FSx
|
|
2514
2581
|
class TagResourceRequest < Struct.new(
|
2515
2582
|
:resource_arn,
|
2516
2583
|
:tags)
|
2584
|
+
SENSITIVE = []
|
2517
2585
|
include Aws::Structure
|
2518
2586
|
end
|
2519
2587
|
|
@@ -2533,6 +2601,7 @@ module Aws::FSx
|
|
2533
2601
|
#
|
2534
2602
|
class UnsupportedOperation < Struct.new(
|
2535
2603
|
:message)
|
2604
|
+
SENSITIVE = []
|
2536
2605
|
include Aws::Structure
|
2537
2606
|
end
|
2538
2607
|
|
@@ -2560,6 +2629,7 @@ module Aws::FSx
|
|
2560
2629
|
class UntagResourceRequest < Struct.new(
|
2561
2630
|
:resource_arn,
|
2562
2631
|
:tag_keys)
|
2632
|
+
SENSITIVE = []
|
2563
2633
|
include Aws::Structure
|
2564
2634
|
end
|
2565
2635
|
|
@@ -2589,6 +2659,7 @@ module Aws::FSx
|
|
2589
2659
|
#
|
2590
2660
|
class UpdateFileSystemLustreConfiguration < Struct.new(
|
2591
2661
|
:weekly_maintenance_start_time)
|
2662
|
+
SENSITIVE = []
|
2592
2663
|
include Aws::Structure
|
2593
2664
|
end
|
2594
2665
|
|
@@ -2665,6 +2736,7 @@ module Aws::FSx
|
|
2665
2736
|
:storage_capacity,
|
2666
2737
|
:windows_configuration,
|
2667
2738
|
:lustre_configuration)
|
2739
|
+
SENSITIVE = []
|
2668
2740
|
include Aws::Structure
|
2669
2741
|
end
|
2670
2742
|
|
@@ -2678,6 +2750,7 @@ module Aws::FSx
|
|
2678
2750
|
#
|
2679
2751
|
class UpdateFileSystemResponse < Struct.new(
|
2680
2752
|
:file_system)
|
2753
|
+
SENSITIVE = []
|
2681
2754
|
include Aws::Structure
|
2682
2755
|
end
|
2683
2756
|
|
@@ -2750,6 +2823,7 @@ module Aws::FSx
|
|
2750
2823
|
:automatic_backup_retention_days,
|
2751
2824
|
:throughput_capacity,
|
2752
2825
|
:self_managed_active_directory_configuration)
|
2826
|
+
SENSITIVE = []
|
2753
2827
|
include Aws::Structure
|
2754
2828
|
end
|
2755
2829
|
|
@@ -2887,6 +2961,7 @@ module Aws::FSx
|
|
2887
2961
|
:daily_automatic_backup_start_time,
|
2888
2962
|
:automatic_backup_retention_days,
|
2889
2963
|
:copy_tags_to_backups)
|
2964
|
+
SENSITIVE = []
|
2890
2965
|
include Aws::Structure
|
2891
2966
|
end
|
2892
2967
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-fsx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|