aws-sdk-storagegateway 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5669dfd19d46585b533d8ec2bd2a7baaccc9561ad0aed7c8238230e88417a7b
4
- data.tar.gz: 36d90bb39cc46d874659280bcdb047fb6d781b991528a0a554e920d87ce59b6a
3
+ metadata.gz: fbe6f9eb17ade1de4734d43b1ed137e3195e8ae0e6b442a8f856ecd7a7db654f
4
+ data.tar.gz: a3d6471335ae9a7a62d5987d497210160aaa553b38d310fb921737aa8e027472
5
5
  SHA512:
6
- metadata.gz: 62353f4c2a5306ff473c791dcacb4df64dd979a5c5645e7f97d33fbcce9a970de6d24900531cd268a56209c76e0117acba99641b6ae987d2c85312df1aea3f1f
7
- data.tar.gz: 36a7f347cc8e347d317738f643cbc7dfc897dfd7c1a5a3f1cac13ab65a4624125b88bfa533569bd1665492cd7aaa3810ce57e883284a173f1d28780f8d54e4b9
6
+ metadata.gz: 83c55796d70d1b44c3543c40703cc2bf773d15eb80faf2a18bcd41d9f7434381e996bb5b8defd1a1639f9534efa7fbbd6812231347284f7569e8b034e9ab865d
7
+ data.tar.gz: 3a876ef14d17123bdd9d2ae184e64d34380e5580817b42649c0b74b2d4c20520330d3d23eafa85b694245c0082bfa7b4689eb467c666269a3190a345c07f8b95
@@ -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-storagegateway/customizations'
45
47
  # @service
46
48
  module Aws::StorageGateway
47
49
 
48
- GEM_VERSION = '1.43.0'
50
+ GEM_VERSION = '1.44.0'
49
51
 
50
52
  end
@@ -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:
@@ -6150,7 +6152,7 @@ module Aws::StorageGateway
6150
6152
  params: params,
6151
6153
  config: config)
6152
6154
  context[:gem_name] = 'aws-sdk-storagegateway'
6153
- context[:gem_version] = '1.43.0'
6155
+ context[:gem_version] = '1.44.0'
6154
6156
  Seahorse::Client::Request.new(handlers, context)
6155
6157
  end
6156
6158
 
@@ -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:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -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:
@@ -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:
@@ -136,6 +138,7 @@ module Aws::StorageGateway
136
138
  :tape_drive_type,
137
139
  :medium_changer_type,
138
140
  :tags)
141
+ SENSITIVE = []
139
142
  include Aws::Structure
140
143
  end
141
144
 
@@ -161,6 +164,7 @@ module Aws::StorageGateway
161
164
  #
162
165
  class ActivateGatewayOutput < Struct.new(
163
166
  :gateway_arn)
167
+ SENSITIVE = []
164
168
  include Aws::Structure
165
169
  end
166
170
 
@@ -189,6 +193,7 @@ module Aws::StorageGateway
189
193
  class AddCacheInput < Struct.new(
190
194
  :gateway_arn,
191
195
  :disk_ids)
196
+ SENSITIVE = []
192
197
  include Aws::Structure
193
198
  end
194
199
 
@@ -202,6 +207,7 @@ module Aws::StorageGateway
202
207
  #
203
208
  class AddCacheOutput < Struct.new(
204
209
  :gateway_arn)
210
+ SENSITIVE = []
205
211
  include Aws::Structure
206
212
  end
207
213
 
@@ -242,6 +248,7 @@ module Aws::StorageGateway
242
248
  class AddTagsToResourceInput < Struct.new(
243
249
  :resource_arn,
244
250
  :tags)
251
+ SENSITIVE = []
245
252
  include Aws::Structure
246
253
  end
247
254
 
@@ -256,6 +263,7 @@ module Aws::StorageGateway
256
263
  #
257
264
  class AddTagsToResourceOutput < Struct.new(
258
265
  :resource_arn)
266
+ SENSITIVE = []
259
267
  include Aws::Structure
260
268
  end
261
269
 
@@ -284,6 +292,7 @@ module Aws::StorageGateway
284
292
  class AddUploadBufferInput < Struct.new(
285
293
  :gateway_arn,
286
294
  :disk_ids)
295
+ SENSITIVE = []
287
296
  include Aws::Structure
288
297
  end
289
298
 
@@ -297,6 +306,7 @@ module Aws::StorageGateway
297
306
  #
298
307
  class AddUploadBufferOutput < Struct.new(
299
308
  :gateway_arn)
309
+ SENSITIVE = []
300
310
  include Aws::Structure
301
311
  end
302
312
 
@@ -331,6 +341,7 @@ module Aws::StorageGateway
331
341
  class AddWorkingStorageInput < Struct.new(
332
342
  :gateway_arn,
333
343
  :disk_ids)
344
+ SENSITIVE = []
334
345
  include Aws::Structure
335
346
  end
336
347
 
@@ -347,6 +358,7 @@ module Aws::StorageGateway
347
358
  #
348
359
  class AddWorkingStorageOutput < Struct.new(
349
360
  :gateway_arn)
361
+ SENSITIVE = []
350
362
  include Aws::Structure
351
363
  end
352
364
 
@@ -379,6 +391,7 @@ module Aws::StorageGateway
379
391
  class AssignTapePoolInput < Struct.new(
380
392
  :tape_arn,
381
393
  :pool_id)
394
+ SENSITIVE = []
382
395
  include Aws::Structure
383
396
  end
384
397
 
@@ -391,6 +404,7 @@ module Aws::StorageGateway
391
404
  #
392
405
  class AssignTapePoolOutput < Struct.new(
393
406
  :tape_arn)
407
+ SENSITIVE = []
394
408
  include Aws::Structure
395
409
  end
396
410
 
@@ -451,6 +465,7 @@ module Aws::StorageGateway
451
465
  :volume_arn,
452
466
  :network_interface_id,
453
467
  :disk_id)
468
+ SENSITIVE = []
454
469
  include Aws::Structure
455
470
  end
456
471
 
@@ -472,6 +487,7 @@ module Aws::StorageGateway
472
487
  class AttachVolumeOutput < Struct.new(
473
488
  :volume_arn,
474
489
  :target_arn)
490
+ SENSITIVE = []
475
491
  include Aws::Structure
476
492
  end
477
493
 
@@ -496,6 +512,7 @@ module Aws::StorageGateway
496
512
  class AutomaticTapeCreationPolicyInfo < Struct.new(
497
513
  :automatic_tape_creation_rules,
498
514
  :gateway_arn)
515
+ SENSITIVE = []
499
516
  include Aws::Structure
500
517
  end
501
518
 
@@ -551,6 +568,7 @@ module Aws::StorageGateway
551
568
  :pool_id,
552
569
  :tape_size_in_bytes,
553
570
  :minimum_num_tapes)
571
+ SENSITIVE = []
554
572
  include Aws::Structure
555
573
  end
556
574
 
@@ -660,6 +678,7 @@ module Aws::StorageGateway
660
678
  :volume_used_in_bytes,
661
679
  :kms_key,
662
680
  :target_name)
681
+ SENSITIVE = []
663
682
  include Aws::Structure
664
683
  end
665
684
 
@@ -689,6 +708,7 @@ module Aws::StorageGateway
689
708
  class CancelArchivalInput < Struct.new(
690
709
  :gateway_arn,
691
710
  :tape_arn)
711
+ SENSITIVE = []
692
712
  include Aws::Structure
693
713
  end
694
714
 
@@ -703,6 +723,7 @@ module Aws::StorageGateway
703
723
  #
704
724
  class CancelArchivalOutput < Struct.new(
705
725
  :tape_arn)
726
+ SENSITIVE = []
706
727
  include Aws::Structure
707
728
  end
708
729
 
@@ -732,6 +753,7 @@ module Aws::StorageGateway
732
753
  class CancelRetrievalInput < Struct.new(
733
754
  :gateway_arn,
734
755
  :tape_arn)
756
+ SENSITIVE = []
735
757
  include Aws::Structure
736
758
  end
737
759
 
@@ -746,6 +768,7 @@ module Aws::StorageGateway
746
768
  #
747
769
  class CancelRetrievalOutput < Struct.new(
748
770
  :tape_arn)
771
+ SENSITIVE = []
749
772
  include Aws::Structure
750
773
  end
751
774
 
@@ -781,6 +804,7 @@ module Aws::StorageGateway
781
804
  :secret_to_authenticate_initiator,
782
805
  :initiator_name,
783
806
  :secret_to_authenticate_target)
807
+ SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
784
808
  include Aws::Structure
785
809
  end
786
810
 
@@ -902,6 +926,7 @@ module Aws::StorageGateway
902
926
  :kms_encrypted,
903
927
  :kms_key,
904
928
  :tags)
929
+ SENSITIVE = []
905
930
  include Aws::Structure
906
931
  end
907
932
 
@@ -919,6 +944,7 @@ module Aws::StorageGateway
919
944
  class CreateCachediSCSIVolumeOutput < Struct.new(
920
945
  :volume_arn,
921
946
  :target_arn)
947
+ SENSITIVE = []
922
948
  include Aws::Structure
923
949
  end
924
950
 
@@ -1087,6 +1113,7 @@ module Aws::StorageGateway
1087
1113
  :guess_mime_type_enabled,
1088
1114
  :requester_pays,
1089
1115
  :tags)
1116
+ SENSITIVE = []
1090
1117
  include Aws::Structure
1091
1118
  end
1092
1119
 
@@ -1100,6 +1127,7 @@ module Aws::StorageGateway
1100
1127
  #
1101
1128
  class CreateNFSFileShareOutput < Struct.new(
1102
1129
  :file_share_arn)
1130
+ SENSITIVE = []
1103
1131
  include Aws::Structure
1104
1132
  end
1105
1133
 
@@ -1300,6 +1328,7 @@ module Aws::StorageGateway
1300
1328
  :audit_destination_arn,
1301
1329
  :authentication,
1302
1330
  :tags)
1331
+ SENSITIVE = []
1303
1332
  include Aws::Structure
1304
1333
  end
1305
1334
 
@@ -1313,6 +1342,7 @@ module Aws::StorageGateway
1313
1342
  #
1314
1343
  class CreateSMBFileShareOutput < Struct.new(
1315
1344
  :file_share_arn)
1345
+ SENSITIVE = []
1316
1346
  include Aws::Structure
1317
1347
  end
1318
1348
 
@@ -1361,6 +1391,7 @@ module Aws::StorageGateway
1361
1391
  :volume_arn,
1362
1392
  :snapshot_description,
1363
1393
  :tags)
1394
+ SENSITIVE = []
1364
1395
  include Aws::Structure
1365
1396
  end
1366
1397
 
@@ -1384,6 +1415,7 @@ module Aws::StorageGateway
1384
1415
  :snapshot_id,
1385
1416
  :volume_arn,
1386
1417
  :volume_recovery_point_time)
1418
+ SENSITIVE = []
1387
1419
  include Aws::Structure
1388
1420
  end
1389
1421
 
@@ -1437,6 +1469,7 @@ module Aws::StorageGateway
1437
1469
  :volume_arn,
1438
1470
  :snapshot_description,
1439
1471
  :tags)
1472
+ SENSITIVE = []
1440
1473
  include Aws::Structure
1441
1474
  end
1442
1475
 
@@ -1459,6 +1492,7 @@ module Aws::StorageGateway
1459
1492
  class CreateSnapshotOutput < Struct.new(
1460
1493
  :volume_arn,
1461
1494
  :snapshot_id)
1495
+ SENSITIVE = []
1462
1496
  include Aws::Structure
1463
1497
  end
1464
1498
 
@@ -1588,6 +1622,7 @@ module Aws::StorageGateway
1588
1622
  :kms_encrypted,
1589
1623
  :kms_key,
1590
1624
  :tags)
1625
+ SENSITIVE = []
1591
1626
  include Aws::Structure
1592
1627
  end
1593
1628
 
@@ -1612,6 +1647,7 @@ module Aws::StorageGateway
1612
1647
  :volume_arn,
1613
1648
  :volume_size_in_bytes,
1614
1649
  :target_arn)
1650
+ SENSITIVE = []
1615
1651
  include Aws::Structure
1616
1652
  end
1617
1653
 
@@ -1704,6 +1740,7 @@ module Aws::StorageGateway
1704
1740
  :kms_key,
1705
1741
  :pool_id,
1706
1742
  :tags)
1743
+ SENSITIVE = []
1707
1744
  include Aws::Structure
1708
1745
  end
1709
1746
 
@@ -1718,6 +1755,7 @@ module Aws::StorageGateway
1718
1755
  #
1719
1756
  class CreateTapeWithBarcodeOutput < Struct.new(
1720
1757
  :tape_arn)
1758
+ SENSITIVE = []
1721
1759
  include Aws::Structure
1722
1760
  end
1723
1761
 
@@ -1831,6 +1869,7 @@ module Aws::StorageGateway
1831
1869
  :kms_key,
1832
1870
  :pool_id,
1833
1871
  :tags)
1872
+ SENSITIVE = []
1834
1873
  include Aws::Structure
1835
1874
  end
1836
1875
 
@@ -1845,6 +1884,7 @@ module Aws::StorageGateway
1845
1884
  #
1846
1885
  class CreateTapesOutput < Struct.new(
1847
1886
  :tape_arns)
1887
+ SENSITIVE = []
1848
1888
  include Aws::Structure
1849
1889
  end
1850
1890
 
@@ -1865,6 +1905,7 @@ module Aws::StorageGateway
1865
1905
  #
1866
1906
  class DeleteAutomaticTapeCreationPolicyInput < Struct.new(
1867
1907
  :gateway_arn)
1908
+ SENSITIVE = []
1868
1909
  include Aws::Structure
1869
1910
  end
1870
1911
 
@@ -1878,6 +1919,7 @@ module Aws::StorageGateway
1878
1919
  #
1879
1920
  class DeleteAutomaticTapeCreationPolicyOutput < Struct.new(
1880
1921
  :gateway_arn)
1922
+ SENSITIVE = []
1881
1923
  include Aws::Structure
1882
1924
  end
1883
1925
 
@@ -1913,6 +1955,7 @@ module Aws::StorageGateway
1913
1955
  class DeleteBandwidthRateLimitInput < Struct.new(
1914
1956
  :gateway_arn,
1915
1957
  :bandwidth_type)
1958
+ SENSITIVE = []
1916
1959
  include Aws::Structure
1917
1960
  end
1918
1961
 
@@ -1929,6 +1972,7 @@ module Aws::StorageGateway
1929
1972
  #
1930
1973
  class DeleteBandwidthRateLimitOutput < Struct.new(
1931
1974
  :gateway_arn)
1975
+ SENSITIVE = []
1932
1976
  include Aws::Structure
1933
1977
  end
1934
1978
 
@@ -1961,6 +2005,7 @@ module Aws::StorageGateway
1961
2005
  class DeleteChapCredentialsInput < Struct.new(
1962
2006
  :target_arn,
1963
2007
  :initiator_name)
2008
+ SENSITIVE = []
1964
2009
  include Aws::Structure
1965
2010
  end
1966
2011
 
@@ -1979,6 +2024,7 @@ module Aws::StorageGateway
1979
2024
  class DeleteChapCredentialsOutput < Struct.new(
1980
2025
  :target_arn,
1981
2026
  :initiator_name)
2027
+ SENSITIVE = []
1982
2028
  include Aws::Structure
1983
2029
  end
1984
2030
 
@@ -2011,6 +2057,7 @@ module Aws::StorageGateway
2011
2057
  class DeleteFileShareInput < Struct.new(
2012
2058
  :file_share_arn,
2013
2059
  :force_delete)
2060
+ SENSITIVE = []
2014
2061
  include Aws::Structure
2015
2062
  end
2016
2063
 
@@ -2024,6 +2071,7 @@ module Aws::StorageGateway
2024
2071
  #
2025
2072
  class DeleteFileShareOutput < Struct.new(
2026
2073
  :file_share_arn)
2074
+ SENSITIVE = []
2027
2075
  include Aws::Structure
2028
2076
  end
2029
2077
 
@@ -2046,6 +2094,7 @@ module Aws::StorageGateway
2046
2094
  #
2047
2095
  class DeleteGatewayInput < Struct.new(
2048
2096
  :gateway_arn)
2097
+ SENSITIVE = []
2049
2098
  include Aws::Structure
2050
2099
  end
2051
2100
 
@@ -2061,6 +2110,7 @@ module Aws::StorageGateway
2061
2110
  #
2062
2111
  class DeleteGatewayOutput < Struct.new(
2063
2112
  :gateway_arn)
2113
+ SENSITIVE = []
2064
2114
  include Aws::Structure
2065
2115
  end
2066
2116
 
@@ -2079,6 +2129,7 @@ module Aws::StorageGateway
2079
2129
  #
2080
2130
  class DeleteSnapshotScheduleInput < Struct.new(
2081
2131
  :volume_arn)
2132
+ SENSITIVE = []
2082
2133
  include Aws::Structure
2083
2134
  end
2084
2135
 
@@ -2090,6 +2141,7 @@ module Aws::StorageGateway
2090
2141
  #
2091
2142
  class DeleteSnapshotScheduleOutput < Struct.new(
2092
2143
  :volume_arn)
2144
+ SENSITIVE = []
2093
2145
  include Aws::Structure
2094
2146
  end
2095
2147
 
@@ -2111,6 +2163,7 @@ module Aws::StorageGateway
2111
2163
  #
2112
2164
  class DeleteTapeArchiveInput < Struct.new(
2113
2165
  :tape_arn)
2166
+ SENSITIVE = []
2114
2167
  include Aws::Structure
2115
2168
  end
2116
2169
 
@@ -2125,6 +2178,7 @@ module Aws::StorageGateway
2125
2178
  #
2126
2179
  class DeleteTapeArchiveOutput < Struct.new(
2127
2180
  :tape_arn)
2181
+ SENSITIVE = []
2128
2182
  include Aws::Structure
2129
2183
  end
2130
2184
 
@@ -2154,6 +2208,7 @@ module Aws::StorageGateway
2154
2208
  class DeleteTapeInput < Struct.new(
2155
2209
  :gateway_arn,
2156
2210
  :tape_arn)
2211
+ SENSITIVE = []
2157
2212
  include Aws::Structure
2158
2213
  end
2159
2214
 
@@ -2167,6 +2222,7 @@ module Aws::StorageGateway
2167
2222
  #
2168
2223
  class DeleteTapeOutput < Struct.new(
2169
2224
  :tape_arn)
2225
+ SENSITIVE = []
2170
2226
  include Aws::Structure
2171
2227
  end
2172
2228
 
@@ -2188,6 +2244,7 @@ module Aws::StorageGateway
2188
2244
  #
2189
2245
  class DeleteVolumeInput < Struct.new(
2190
2246
  :volume_arn)
2247
+ SENSITIVE = []
2191
2248
  include Aws::Structure
2192
2249
  end
2193
2250
 
@@ -2203,6 +2260,7 @@ module Aws::StorageGateway
2203
2260
  #
2204
2261
  class DeleteVolumeOutput < Struct.new(
2205
2262
  :volume_arn)
2263
+ SENSITIVE = []
2206
2264
  include Aws::Structure
2207
2265
  end
2208
2266
 
@@ -2223,6 +2281,7 @@ module Aws::StorageGateway
2223
2281
  #
2224
2282
  class DescribeAvailabilityMonitorTestInput < Struct.new(
2225
2283
  :gateway_arn)
2284
+ SENSITIVE = []
2226
2285
  include Aws::Structure
2227
2286
  end
2228
2287
 
@@ -2248,6 +2307,7 @@ module Aws::StorageGateway
2248
2307
  :gateway_arn,
2249
2308
  :status,
2250
2309
  :start_time)
2310
+ SENSITIVE = []
2251
2311
  include Aws::Structure
2252
2312
  end
2253
2313
 
@@ -2271,6 +2331,7 @@ module Aws::StorageGateway
2271
2331
  #
2272
2332
  class DescribeBandwidthRateLimitInput < Struct.new(
2273
2333
  :gateway_arn)
2334
+ SENSITIVE = []
2274
2335
  include Aws::Structure
2275
2336
  end
2276
2337
 
@@ -2300,6 +2361,7 @@ module Aws::StorageGateway
2300
2361
  :gateway_arn,
2301
2362
  :average_upload_rate_limit_in_bits_per_sec,
2302
2363
  :average_download_rate_limit_in_bits_per_sec)
2364
+ SENSITIVE = []
2303
2365
  include Aws::Structure
2304
2366
  end
2305
2367
 
@@ -2320,6 +2382,7 @@ module Aws::StorageGateway
2320
2382
  #
2321
2383
  class DescribeCacheInput < Struct.new(
2322
2384
  :gateway_arn)
2385
+ SENSITIVE = []
2323
2386
  include Aws::Structure
2324
2387
  end
2325
2388
 
@@ -2373,6 +2436,7 @@ module Aws::StorageGateway
2373
2436
  :cache_dirty_percentage,
2374
2437
  :cache_hit_percentage,
2375
2438
  :cache_miss_percentage)
2439
+ SENSITIVE = []
2376
2440
  include Aws::Structure
2377
2441
  end
2378
2442
 
@@ -2394,6 +2458,7 @@ module Aws::StorageGateway
2394
2458
  #
2395
2459
  class DescribeCachediSCSIVolumesInput < Struct.new(
2396
2460
  :volume_arns)
2461
+ SENSITIVE = []
2397
2462
  include Aws::Structure
2398
2463
  end
2399
2464
 
@@ -2408,6 +2473,7 @@ module Aws::StorageGateway
2408
2473
  #
2409
2474
  class DescribeCachediSCSIVolumesOutput < Struct.new(
2410
2475
  :cached_iscsi_volumes)
2476
+ SENSITIVE = []
2411
2477
  include Aws::Structure
2412
2478
  end
2413
2479
 
@@ -2431,6 +2497,7 @@ module Aws::StorageGateway
2431
2497
  #
2432
2498
  class DescribeChapCredentialsInput < Struct.new(
2433
2499
  :target_arn)
2500
+ SENSITIVE = []
2434
2501
  include Aws::Structure
2435
2502
  end
2436
2503
 
@@ -2462,6 +2529,7 @@ module Aws::StorageGateway
2462
2529
  #
2463
2530
  class DescribeChapCredentialsOutput < Struct.new(
2464
2531
  :chap_credentials)
2532
+ SENSITIVE = []
2465
2533
  include Aws::Structure
2466
2534
  end
2467
2535
 
@@ -2484,6 +2552,7 @@ module Aws::StorageGateway
2484
2552
  #
2485
2553
  class DescribeGatewayInformationInput < Struct.new(
2486
2554
  :gateway_arn)
2555
+ SENSITIVE = []
2487
2556
  include Aws::Structure
2488
2557
  end
2489
2558
 
@@ -2589,6 +2658,7 @@ module Aws::StorageGateway
2589
2658
  :cloud_watch_log_group_arn,
2590
2659
  :host_environment,
2591
2660
  :endpoint_type)
2661
+ SENSITIVE = []
2592
2662
  include Aws::Structure
2593
2663
  end
2594
2664
 
@@ -2612,6 +2682,7 @@ module Aws::StorageGateway
2612
2682
  #
2613
2683
  class DescribeMaintenanceStartTimeInput < Struct.new(
2614
2684
  :gateway_arn)
2685
+ SENSITIVE = []
2615
2686
  include Aws::Structure
2616
2687
  end
2617
2688
 
@@ -2673,6 +2744,7 @@ module Aws::StorageGateway
2673
2744
  :day_of_week,
2674
2745
  :day_of_month,
2675
2746
  :timezone)
2747
+ SENSITIVE = []
2676
2748
  include Aws::Structure
2677
2749
  end
2678
2750
 
@@ -2694,6 +2766,7 @@ module Aws::StorageGateway
2694
2766
  #
2695
2767
  class DescribeNFSFileSharesInput < Struct.new(
2696
2768
  :file_share_arn_list)
2769
+ SENSITIVE = []
2697
2770
  include Aws::Structure
2698
2771
  end
2699
2772
 
@@ -2707,6 +2780,7 @@ module Aws::StorageGateway
2707
2780
  #
2708
2781
  class DescribeNFSFileSharesOutput < Struct.new(
2709
2782
  :nfs_file_share_info_list)
2783
+ SENSITIVE = []
2710
2784
  include Aws::Structure
2711
2785
  end
2712
2786
 
@@ -2728,6 +2802,7 @@ module Aws::StorageGateway
2728
2802
  #
2729
2803
  class DescribeSMBFileSharesInput < Struct.new(
2730
2804
  :file_share_arn_list)
2805
+ SENSITIVE = []
2731
2806
  include Aws::Structure
2732
2807
  end
2733
2808
 
@@ -2741,6 +2816,7 @@ module Aws::StorageGateway
2741
2816
  #
2742
2817
  class DescribeSMBFileSharesOutput < Struct.new(
2743
2818
  :smb_file_share_info_list)
2819
+ SENSITIVE = []
2744
2820
  include Aws::Structure
2745
2821
  end
2746
2822
 
@@ -2761,6 +2837,7 @@ module Aws::StorageGateway
2761
2837
  #
2762
2838
  class DescribeSMBSettingsInput < Struct.new(
2763
2839
  :gateway_arn)
2840
+ SENSITIVE = []
2764
2841
  include Aws::Structure
2765
2842
  end
2766
2843
 
@@ -2834,6 +2911,7 @@ module Aws::StorageGateway
2834
2911
  :active_directory_status,
2835
2912
  :smb_guest_password_set,
2836
2913
  :smb_security_strategy)
2914
+ SENSITIVE = []
2837
2915
  include Aws::Structure
2838
2916
  end
2839
2917
 
@@ -2856,6 +2934,7 @@ module Aws::StorageGateway
2856
2934
  #
2857
2935
  class DescribeSnapshotScheduleInput < Struct.new(
2858
2936
  :volume_arn)
2937
+ SENSITIVE = []
2859
2938
  include Aws::Structure
2860
2939
  end
2861
2940
 
@@ -2898,6 +2977,7 @@ module Aws::StorageGateway
2898
2977
  :description,
2899
2978
  :timezone,
2900
2979
  :tags)
2980
+ SENSITIVE = []
2901
2981
  include Aws::Structure
2902
2982
  end
2903
2983
 
@@ -2922,6 +3002,7 @@ module Aws::StorageGateway
2922
3002
  #
2923
3003
  class DescribeStorediSCSIVolumesInput < Struct.new(
2924
3004
  :volume_arns)
3005
+ SENSITIVE = []
2925
3006
  include Aws::Structure
2926
3007
  end
2927
3008
 
@@ -2982,6 +3063,7 @@ module Aws::StorageGateway
2982
3063
  #
2983
3064
  class DescribeStorediSCSIVolumesOutput < Struct.new(
2984
3065
  :stored_iscsi_volumes)
3066
+ SENSITIVE = []
2985
3067
  include Aws::Structure
2986
3068
  end
2987
3069
 
@@ -3017,6 +3099,7 @@ module Aws::StorageGateway
3017
3099
  :tape_arns,
3018
3100
  :marker,
3019
3101
  :limit)
3102
+ SENSITIVE = []
3020
3103
  include Aws::Structure
3021
3104
  end
3022
3105
 
@@ -3043,6 +3126,7 @@ module Aws::StorageGateway
3043
3126
  class DescribeTapeArchivesOutput < Struct.new(
3044
3127
  :tape_archives,
3045
3128
  :marker)
3129
+ SENSITIVE = []
3046
3130
  include Aws::Structure
3047
3131
  end
3048
3132
 
@@ -3079,6 +3163,7 @@ module Aws::StorageGateway
3079
3163
  :gateway_arn,
3080
3164
  :marker,
3081
3165
  :limit)
3166
+ SENSITIVE = []
3082
3167
  include Aws::Structure
3083
3168
  end
3084
3169
 
@@ -3110,6 +3195,7 @@ module Aws::StorageGateway
3110
3195
  :gateway_arn,
3111
3196
  :tape_recovery_point_infos,
3112
3197
  :marker)
3198
+ SENSITIVE = []
3113
3199
  include Aws::Structure
3114
3200
  end
3115
3201
 
@@ -3162,6 +3248,7 @@ module Aws::StorageGateway
3162
3248
  :tape_arns,
3163
3249
  :marker,
3164
3250
  :limit)
3251
+ SENSITIVE = []
3165
3252
  include Aws::Structure
3166
3253
  end
3167
3254
 
@@ -3184,6 +3271,7 @@ module Aws::StorageGateway
3184
3271
  class DescribeTapesOutput < Struct.new(
3185
3272
  :tapes,
3186
3273
  :marker)
3274
+ SENSITIVE = []
3187
3275
  include Aws::Structure
3188
3276
  end
3189
3277
 
@@ -3204,6 +3292,7 @@ module Aws::StorageGateway
3204
3292
  #
3205
3293
  class DescribeUploadBufferInput < Struct.new(
3206
3294
  :gateway_arn)
3295
+ SENSITIVE = []
3207
3296
  include Aws::Structure
3208
3297
  end
3209
3298
 
@@ -3237,6 +3326,7 @@ module Aws::StorageGateway
3237
3326
  :disk_ids,
3238
3327
  :upload_buffer_used_in_bytes,
3239
3328
  :upload_buffer_allocated_in_bytes)
3329
+ SENSITIVE = []
3240
3330
  include Aws::Structure
3241
3331
  end
3242
3332
 
@@ -3286,6 +3376,7 @@ module Aws::StorageGateway
3286
3376
  :vtl_device_arns,
3287
3377
  :marker,
3288
3378
  :limit)
3379
+ SENSITIVE = []
3289
3380
  include Aws::Structure
3290
3381
  end
3291
3382
 
@@ -3316,6 +3407,7 @@ module Aws::StorageGateway
3316
3407
  :gateway_arn,
3317
3408
  :vtl_devices,
3318
3409
  :marker)
3410
+ SENSITIVE = []
3319
3411
  include Aws::Structure
3320
3412
  end
3321
3413
 
@@ -3339,6 +3431,7 @@ module Aws::StorageGateway
3339
3431
  #
3340
3432
  class DescribeWorkingStorageInput < Struct.new(
3341
3433
  :gateway_arn)
3434
+ SENSITIVE = []
3342
3435
  include Aws::Structure
3343
3436
  end
3344
3437
 
@@ -3374,6 +3467,7 @@ module Aws::StorageGateway
3374
3467
  :disk_ids,
3375
3468
  :working_storage_used_in_bytes,
3376
3469
  :working_storage_allocated_in_bytes)
3470
+ SENSITIVE = []
3377
3471
  include Aws::Structure
3378
3472
  end
3379
3473
 
@@ -3406,6 +3500,7 @@ module Aws::StorageGateway
3406
3500
  class DetachVolumeInput < Struct.new(
3407
3501
  :volume_arn,
3408
3502
  :force_detach)
3503
+ SENSITIVE = []
3409
3504
  include Aws::Structure
3410
3505
  end
3411
3506
 
@@ -3419,6 +3514,7 @@ module Aws::StorageGateway
3419
3514
  #
3420
3515
  class DetachVolumeOutput < Struct.new(
3421
3516
  :volume_arn)
3517
+ SENSITIVE = []
3422
3518
  include Aws::Structure
3423
3519
  end
3424
3520
 
@@ -3448,6 +3544,7 @@ module Aws::StorageGateway
3448
3544
  :network_interface_id,
3449
3545
  :network_interface_port,
3450
3546
  :chap_enabled)
3547
+ SENSITIVE = []
3451
3548
  include Aws::Structure
3452
3549
  end
3453
3550
 
@@ -3470,6 +3567,7 @@ module Aws::StorageGateway
3470
3567
  #
3471
3568
  class DisableGatewayInput < Struct.new(
3472
3569
  :gateway_arn)
3570
+ SENSITIVE = []
3473
3571
  include Aws::Structure
3474
3572
  end
3475
3573
 
@@ -3483,6 +3581,7 @@ module Aws::StorageGateway
3483
3581
  #
3484
3582
  class DisableGatewayOutput < Struct.new(
3485
3583
  :gateway_arn)
3584
+ SENSITIVE = []
3486
3585
  include Aws::Structure
3487
3586
  end
3488
3587
 
@@ -3539,6 +3638,7 @@ module Aws::StorageGateway
3539
3638
  :disk_allocation_type,
3540
3639
  :disk_allocation_resource,
3541
3640
  :disk_attribute_list)
3641
+ SENSITIVE = []
3542
3642
  include Aws::Structure
3543
3643
  end
3544
3644
 
@@ -3576,6 +3676,7 @@ module Aws::StorageGateway
3576
3676
  :file_share_id,
3577
3677
  :file_share_status,
3578
3678
  :gateway_arn)
3679
+ SENSITIVE = []
3579
3680
  include Aws::Structure
3580
3681
  end
3581
3682
 
@@ -3626,6 +3727,7 @@ module Aws::StorageGateway
3626
3727
  :gateway_name,
3627
3728
  :ec2_instance_id,
3628
3729
  :ec2_instance_region)
3730
+ SENSITIVE = []
3629
3731
  include Aws::Structure
3630
3732
  end
3631
3733
 
@@ -3646,6 +3748,7 @@ module Aws::StorageGateway
3646
3748
  class InternalServerError < Struct.new(
3647
3749
  :message,
3648
3750
  :error)
3751
+ SENSITIVE = []
3649
3752
  include Aws::Structure
3650
3753
  end
3651
3754
 
@@ -3666,6 +3769,7 @@ module Aws::StorageGateway
3666
3769
  class InvalidGatewayRequestException < Struct.new(
3667
3770
  :message,
3668
3771
  :error)
3772
+ SENSITIVE = []
3669
3773
  include Aws::Structure
3670
3774
  end
3671
3775
 
@@ -3735,6 +3839,7 @@ module Aws::StorageGateway
3735
3839
  :timeout_in_seconds,
3736
3840
  :user_name,
3737
3841
  :password)
3842
+ SENSITIVE = [:password]
3738
3843
  include Aws::Structure
3739
3844
  end
3740
3845
 
@@ -3775,6 +3880,7 @@ module Aws::StorageGateway
3775
3880
  class JoinDomainOutput < Struct.new(
3776
3881
  :gateway_arn,
3777
3882
  :active_directory_status)
3883
+ SENSITIVE = []
3778
3884
  include Aws::Structure
3779
3885
  end
3780
3886
 
@@ -3795,6 +3901,7 @@ module Aws::StorageGateway
3795
3901
  #
3796
3902
  class ListAutomaticTapeCreationPoliciesInput < Struct.new(
3797
3903
  :gateway_arn)
3904
+ SENSITIVE = []
3798
3905
  include Aws::Structure
3799
3906
  end
3800
3907
 
@@ -3808,6 +3915,7 @@ module Aws::StorageGateway
3808
3915
  #
3809
3916
  class ListAutomaticTapeCreationPoliciesOutput < Struct.new(
3810
3917
  :automatic_tape_creation_policy_infos)
3918
+ SENSITIVE = []
3811
3919
  include Aws::Structure
3812
3920
  end
3813
3921
 
@@ -3845,6 +3953,7 @@ module Aws::StorageGateway
3845
3953
  :gateway_arn,
3846
3954
  :limit,
3847
3955
  :marker)
3956
+ SENSITIVE = []
3848
3957
  include Aws::Structure
3849
3958
  end
3850
3959
 
@@ -3871,6 +3980,7 @@ module Aws::StorageGateway
3871
3980
  :marker,
3872
3981
  :next_marker,
3873
3982
  :file_share_info_list)
3983
+ SENSITIVE = []
3874
3984
  include Aws::Structure
3875
3985
  end
3876
3986
 
@@ -3903,6 +4013,7 @@ module Aws::StorageGateway
3903
4013
  class ListGatewaysInput < Struct.new(
3904
4014
  :marker,
3905
4015
  :limit)
4016
+ SENSITIVE = []
3906
4017
  include Aws::Structure
3907
4018
  end
3908
4019
 
@@ -3921,6 +4032,7 @@ module Aws::StorageGateway
3921
4032
  class ListGatewaysOutput < Struct.new(
3922
4033
  :gateways,
3923
4034
  :marker)
4035
+ SENSITIVE = []
3924
4036
  include Aws::Structure
3925
4037
  end
3926
4038
 
@@ -3944,6 +4056,7 @@ module Aws::StorageGateway
3944
4056
  #
3945
4057
  class ListLocalDisksInput < Struct.new(
3946
4058
  :gateway_arn)
4059
+ SENSITIVE = []
3947
4060
  include Aws::Structure
3948
4061
  end
3949
4062
 
@@ -3966,6 +4079,7 @@ module Aws::StorageGateway
3966
4079
  class ListLocalDisksOutput < Struct.new(
3967
4080
  :gateway_arn,
3968
4081
  :disks)
4082
+ SENSITIVE = []
3969
4083
  include Aws::Structure
3970
4084
  end
3971
4085
 
@@ -4001,6 +4115,7 @@ module Aws::StorageGateway
4001
4115
  :resource_arn,
4002
4116
  :marker,
4003
4117
  :limit)
4118
+ SENSITIVE = []
4004
4119
  include Aws::Structure
4005
4120
  end
4006
4121
 
@@ -4026,6 +4141,7 @@ module Aws::StorageGateway
4026
4141
  :resource_arn,
4027
4142
  :marker,
4028
4143
  :tags)
4144
+ SENSITIVE = []
4029
4145
  include Aws::Structure
4030
4146
  end
4031
4147
 
@@ -4068,6 +4184,7 @@ module Aws::StorageGateway
4068
4184
  :tape_arns,
4069
4185
  :marker,
4070
4186
  :limit)
4187
+ SENSITIVE = []
4071
4188
  include Aws::Structure
4072
4189
  end
4073
4190
 
@@ -4095,6 +4212,7 @@ module Aws::StorageGateway
4095
4212
  class ListTapesOutput < Struct.new(
4096
4213
  :tape_infos,
4097
4214
  :marker)
4215
+ SENSITIVE = []
4098
4216
  include Aws::Structure
4099
4217
  end
4100
4218
 
@@ -4116,6 +4234,7 @@ module Aws::StorageGateway
4116
4234
  #
4117
4235
  class ListVolumeInitiatorsInput < Struct.new(
4118
4236
  :volume_arn)
4237
+ SENSITIVE = []
4119
4238
  include Aws::Structure
4120
4239
  end
4121
4240
 
@@ -4130,6 +4249,7 @@ module Aws::StorageGateway
4130
4249
  #
4131
4250
  class ListVolumeInitiatorsOutput < Struct.new(
4132
4251
  :initiators)
4252
+ SENSITIVE = []
4133
4253
  include Aws::Structure
4134
4254
  end
4135
4255
 
@@ -4150,6 +4270,7 @@ module Aws::StorageGateway
4150
4270
  #
4151
4271
  class ListVolumeRecoveryPointsInput < Struct.new(
4152
4272
  :gateway_arn)
4273
+ SENSITIVE = []
4153
4274
  include Aws::Structure
4154
4275
  end
4155
4276
 
@@ -4168,6 +4289,7 @@ module Aws::StorageGateway
4168
4289
  class ListVolumeRecoveryPointsOutput < Struct.new(
4169
4290
  :gateway_arn,
4170
4291
  :volume_recovery_point_infos)
4292
+ SENSITIVE = []
4171
4293
  include Aws::Structure
4172
4294
  end
4173
4295
 
@@ -4209,6 +4331,7 @@ module Aws::StorageGateway
4209
4331
  :gateway_arn,
4210
4332
  :marker,
4211
4333
  :limit)
4334
+ SENSITIVE = []
4212
4335
  include Aws::Structure
4213
4336
  end
4214
4337
 
@@ -4242,6 +4365,7 @@ module Aws::StorageGateway
4242
4365
  :gateway_arn,
4243
4366
  :marker,
4244
4367
  :volume_infos)
4368
+ SENSITIVE = []
4245
4369
  include Aws::Structure
4246
4370
  end
4247
4371
 
@@ -4291,6 +4415,7 @@ module Aws::StorageGateway
4291
4415
  :directory_mode,
4292
4416
  :group_id,
4293
4417
  :owner_id)
4418
+ SENSITIVE = []
4294
4419
  include Aws::Structure
4295
4420
  end
4296
4421
 
@@ -4446,6 +4571,7 @@ module Aws::StorageGateway
4446
4571
  :guess_mime_type_enabled,
4447
4572
  :requester_pays,
4448
4573
  :tags)
4574
+ SENSITIVE = []
4449
4575
  include Aws::Structure
4450
4576
  end
4451
4577
 
@@ -4474,6 +4600,7 @@ module Aws::StorageGateway
4474
4600
  :ipv_4_address,
4475
4601
  :mac_address,
4476
4602
  :ipv_6_address)
4603
+ SENSITIVE = []
4477
4604
  include Aws::Structure
4478
4605
  end
4479
4606
 
@@ -4492,6 +4619,7 @@ module Aws::StorageGateway
4492
4619
  #
4493
4620
  class NotifyWhenUploadedInput < Struct.new(
4494
4621
  :file_share_arn)
4622
+ SENSITIVE = []
4495
4623
  include Aws::Structure
4496
4624
  end
4497
4625
 
@@ -4509,6 +4637,7 @@ module Aws::StorageGateway
4509
4637
  class NotifyWhenUploadedOutput < Struct.new(
4510
4638
  :file_share_arn,
4511
4639
  :notification_id)
4640
+ SENSITIVE = []
4512
4641
  include Aws::Structure
4513
4642
  end
4514
4643
 
@@ -4555,6 +4684,7 @@ module Aws::StorageGateway
4555
4684
  :file_share_arn,
4556
4685
  :folder_list,
4557
4686
  :recursive)
4687
+ SENSITIVE = []
4558
4688
  include Aws::Structure
4559
4689
  end
4560
4690
 
@@ -4574,6 +4704,7 @@ module Aws::StorageGateway
4574
4704
  class RefreshCacheOutput < Struct.new(
4575
4705
  :file_share_arn,
4576
4706
  :notification_id)
4707
+ SENSITIVE = []
4577
4708
  include Aws::Structure
4578
4709
  end
4579
4710
 
@@ -4602,6 +4733,7 @@ module Aws::StorageGateway
4602
4733
  class RemoveTagsFromResourceInput < Struct.new(
4603
4734
  :resource_arn,
4604
4735
  :tag_keys)
4736
+ SENSITIVE = []
4605
4737
  include Aws::Structure
4606
4738
  end
4607
4739
 
@@ -4616,6 +4748,7 @@ module Aws::StorageGateway
4616
4748
  #
4617
4749
  class RemoveTagsFromResourceOutput < Struct.new(
4618
4750
  :resource_arn)
4751
+ SENSITIVE = []
4619
4752
  include Aws::Structure
4620
4753
  end
4621
4754
 
@@ -4636,6 +4769,7 @@ module Aws::StorageGateway
4636
4769
  #
4637
4770
  class ResetCacheInput < Struct.new(
4638
4771
  :gateway_arn)
4772
+ SENSITIVE = []
4639
4773
  include Aws::Structure
4640
4774
  end
4641
4775
 
@@ -4649,6 +4783,7 @@ module Aws::StorageGateway
4649
4783
  #
4650
4784
  class ResetCacheOutput < Struct.new(
4651
4785
  :gateway_arn)
4786
+ SENSITIVE = []
4652
4787
  include Aws::Structure
4653
4788
  end
4654
4789
 
@@ -4681,6 +4816,7 @@ module Aws::StorageGateway
4681
4816
  class RetrieveTapeArchiveInput < Struct.new(
4682
4817
  :tape_arn,
4683
4818
  :gateway_arn)
4819
+ SENSITIVE = []
4684
4820
  include Aws::Structure
4685
4821
  end
4686
4822
 
@@ -4694,6 +4830,7 @@ module Aws::StorageGateway
4694
4830
  #
4695
4831
  class RetrieveTapeArchiveOutput < Struct.new(
4696
4832
  :tape_arn)
4833
+ SENSITIVE = []
4697
4834
  include Aws::Structure
4698
4835
  end
4699
4836
 
@@ -4723,6 +4860,7 @@ module Aws::StorageGateway
4723
4860
  class RetrieveTapeRecoveryPointInput < Struct.new(
4724
4861
  :tape_arn,
4725
4862
  :gateway_arn)
4863
+ SENSITIVE = []
4726
4864
  include Aws::Structure
4727
4865
  end
4728
4866
 
@@ -4737,6 +4875,7 @@ module Aws::StorageGateway
4737
4875
  #
4738
4876
  class RetrieveTapeRecoveryPointOutput < Struct.new(
4739
4877
  :tape_arn)
4878
+ SENSITIVE = []
4740
4879
  include Aws::Structure
4741
4880
  end
4742
4881
 
@@ -4919,6 +5058,7 @@ module Aws::StorageGateway
4919
5058
  :audit_destination_arn,
4920
5059
  :authentication,
4921
5060
  :tags)
5061
+ SENSITIVE = []
4922
5062
  include Aws::Structure
4923
5063
  end
4924
5064
 
@@ -4939,6 +5079,7 @@ module Aws::StorageGateway
4939
5079
  class ServiceUnavailableError < Struct.new(
4940
5080
  :message,
4941
5081
  :error)
5082
+ SENSITIVE = []
4942
5083
  include Aws::Structure
4943
5084
  end
4944
5085
 
@@ -4967,6 +5108,7 @@ module Aws::StorageGateway
4967
5108
  class SetLocalConsolePasswordInput < Struct.new(
4968
5109
  :gateway_arn,
4969
5110
  :local_console_password)
5111
+ SENSITIVE = [:local_console_password]
4970
5112
  include Aws::Structure
4971
5113
  end
4972
5114
 
@@ -4980,6 +5122,7 @@ module Aws::StorageGateway
4980
5122
  #
4981
5123
  class SetLocalConsolePasswordOutput < Struct.new(
4982
5124
  :gateway_arn)
5125
+ SENSITIVE = []
4983
5126
  include Aws::Structure
4984
5127
  end
4985
5128
 
@@ -5007,6 +5150,7 @@ module Aws::StorageGateway
5007
5150
  class SetSMBGuestPasswordInput < Struct.new(
5008
5151
  :gateway_arn,
5009
5152
  :password)
5153
+ SENSITIVE = [:password]
5010
5154
  include Aws::Structure
5011
5155
  end
5012
5156
 
@@ -5020,6 +5164,7 @@ module Aws::StorageGateway
5020
5164
  #
5021
5165
  class SetSMBGuestPasswordOutput < Struct.new(
5022
5166
  :gateway_arn)
5167
+ SENSITIVE = []
5023
5168
  include Aws::Structure
5024
5169
  end
5025
5170
 
@@ -5043,6 +5188,7 @@ module Aws::StorageGateway
5043
5188
  #
5044
5189
  class ShutdownGatewayInput < Struct.new(
5045
5190
  :gateway_arn)
5191
+ SENSITIVE = []
5046
5192
  include Aws::Structure
5047
5193
  end
5048
5194
 
@@ -5059,6 +5205,7 @@ module Aws::StorageGateway
5059
5205
  #
5060
5206
  class ShutdownGatewayOutput < Struct.new(
5061
5207
  :gateway_arn)
5208
+ SENSITIVE = []
5062
5209
  include Aws::Structure
5063
5210
  end
5064
5211
 
@@ -5079,6 +5226,7 @@ module Aws::StorageGateway
5079
5226
  #
5080
5227
  class StartAvailabilityMonitorTestInput < Struct.new(
5081
5228
  :gateway_arn)
5229
+ SENSITIVE = []
5082
5230
  include Aws::Structure
5083
5231
  end
5084
5232
 
@@ -5092,6 +5240,7 @@ module Aws::StorageGateway
5092
5240
  #
5093
5241
  class StartAvailabilityMonitorTestOutput < Struct.new(
5094
5242
  :gateway_arn)
5243
+ SENSITIVE = []
5095
5244
  include Aws::Structure
5096
5245
  end
5097
5246
 
@@ -5115,6 +5264,7 @@ module Aws::StorageGateway
5115
5264
  #
5116
5265
  class StartGatewayInput < Struct.new(
5117
5266
  :gateway_arn)
5267
+ SENSITIVE = []
5118
5268
  include Aws::Structure
5119
5269
  end
5120
5270
 
@@ -5131,6 +5281,7 @@ module Aws::StorageGateway
5131
5281
  #
5132
5282
  class StartGatewayOutput < Struct.new(
5133
5283
  :gateway_arn)
5284
+ SENSITIVE = []
5134
5285
  include Aws::Structure
5135
5286
  end
5136
5287
 
@@ -5152,6 +5303,7 @@ module Aws::StorageGateway
5152
5303
  class StorageGatewayError < Struct.new(
5153
5304
  :error_code,
5154
5305
  :error_details)
5306
+ SENSITIVE = []
5155
5307
  include Aws::Structure
5156
5308
  end
5157
5309
 
@@ -5276,6 +5428,7 @@ module Aws::StorageGateway
5276
5428
  :volume_used_in_bytes,
5277
5429
  :kms_key,
5278
5430
  :target_name)
5431
+ SENSITIVE = []
5279
5432
  include Aws::Structure
5280
5433
  end
5281
5434
 
@@ -5304,6 +5457,7 @@ module Aws::StorageGateway
5304
5457
  class Tag < Struct.new(
5305
5458
  :key,
5306
5459
  :value)
5460
+ SENSITIVE = []
5307
5461
  include Aws::Structure
5308
5462
  end
5309
5463
 
@@ -5380,6 +5534,7 @@ module Aws::StorageGateway
5380
5534
  :tape_used_in_bytes,
5381
5535
  :kms_key,
5382
5536
  :pool_id)
5537
+ SENSITIVE = []
5383
5538
  include Aws::Structure
5384
5539
  end
5385
5540
 
@@ -5456,6 +5611,7 @@ module Aws::StorageGateway
5456
5611
  :tape_used_in_bytes,
5457
5612
  :kms_key,
5458
5613
  :pool_id)
5614
+ SENSITIVE = []
5459
5615
  include Aws::Structure
5460
5616
  end
5461
5617
 
@@ -5503,6 +5659,7 @@ module Aws::StorageGateway
5503
5659
  :tape_status,
5504
5660
  :gateway_arn,
5505
5661
  :pool_id)
5662
+ SENSITIVE = []
5506
5663
  include Aws::Structure
5507
5664
  end
5508
5665
 
@@ -5535,6 +5692,7 @@ module Aws::StorageGateway
5535
5692
  :tape_recovery_point_time,
5536
5693
  :tape_size_in_bytes,
5537
5694
  :tape_status)
5695
+ SENSITIVE = []
5538
5696
  include Aws::Structure
5539
5697
  end
5540
5698
 
@@ -5570,6 +5728,7 @@ module Aws::StorageGateway
5570
5728
  class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
5571
5729
  :automatic_tape_creation_rules,
5572
5730
  :gateway_arn)
5731
+ SENSITIVE = []
5573
5732
  include Aws::Structure
5574
5733
  end
5575
5734
 
@@ -5583,6 +5742,7 @@ module Aws::StorageGateway
5583
5742
  #
5584
5743
  class UpdateAutomaticTapeCreationPolicyOutput < Struct.new(
5585
5744
  :gateway_arn)
5745
+ SENSITIVE = []
5586
5746
  include Aws::Structure
5587
5747
  end
5588
5748
 
@@ -5621,6 +5781,7 @@ module Aws::StorageGateway
5621
5781
  :gateway_arn,
5622
5782
  :average_upload_rate_limit_in_bits_per_sec,
5623
5783
  :average_download_rate_limit_in_bits_per_sec)
5784
+ SENSITIVE = []
5624
5785
  include Aws::Structure
5625
5786
  end
5626
5787
 
@@ -5637,6 +5798,7 @@ module Aws::StorageGateway
5637
5798
  #
5638
5799
  class UpdateBandwidthRateLimitOutput < Struct.new(
5639
5800
  :gateway_arn)
5801
+ SENSITIVE = []
5640
5802
  include Aws::Structure
5641
5803
  end
5642
5804
 
@@ -5699,6 +5861,7 @@ module Aws::StorageGateway
5699
5861
  :secret_to_authenticate_initiator,
5700
5862
  :initiator_name,
5701
5863
  :secret_to_authenticate_target)
5864
+ SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
5702
5865
  include Aws::Structure
5703
5866
  end
5704
5867
 
@@ -5719,6 +5882,7 @@ module Aws::StorageGateway
5719
5882
  class UpdateChapCredentialsOutput < Struct.new(
5720
5883
  :target_arn,
5721
5884
  :initiator_name)
5885
+ SENSITIVE = []
5722
5886
  include Aws::Structure
5723
5887
  end
5724
5888
 
@@ -5764,6 +5928,7 @@ module Aws::StorageGateway
5764
5928
  :gateway_name,
5765
5929
  :gateway_timezone,
5766
5930
  :cloud_watch_log_group_arn)
5931
+ SENSITIVE = []
5767
5932
  include Aws::Structure
5768
5933
  end
5769
5934
 
@@ -5785,6 +5950,7 @@ module Aws::StorageGateway
5785
5950
  class UpdateGatewayInformationOutput < Struct.new(
5786
5951
  :gateway_arn,
5787
5952
  :gateway_name)
5953
+ SENSITIVE = []
5788
5954
  include Aws::Structure
5789
5955
  end
5790
5956
 
@@ -5808,6 +5974,7 @@ module Aws::StorageGateway
5808
5974
  #
5809
5975
  class UpdateGatewaySoftwareNowInput < Struct.new(
5810
5976
  :gateway_arn)
5977
+ SENSITIVE = []
5811
5978
  include Aws::Structure
5812
5979
  end
5813
5980
 
@@ -5824,6 +5991,7 @@ module Aws::StorageGateway
5824
5991
  #
5825
5992
  class UpdateGatewaySoftwareNowOutput < Struct.new(
5826
5993
  :gateway_arn)
5994
+ SENSITIVE = []
5827
5995
  include Aws::Structure
5828
5996
  end
5829
5997
 
@@ -5887,6 +6055,7 @@ module Aws::StorageGateway
5887
6055
  :minute_of_hour,
5888
6056
  :day_of_week,
5889
6057
  :day_of_month)
6058
+ SENSITIVE = []
5890
6059
  include Aws::Structure
5891
6060
  end
5892
6061
 
@@ -5903,6 +6072,7 @@ module Aws::StorageGateway
5903
6072
  #
5904
6073
  class UpdateMaintenanceStartTimeOutput < Struct.new(
5905
6074
  :gateway_arn)
6075
+ SENSITIVE = []
5906
6076
  include Aws::Structure
5907
6077
  end
5908
6078
 
@@ -6031,6 +6201,7 @@ module Aws::StorageGateway
6031
6201
  :read_only,
6032
6202
  :guess_mime_type_enabled,
6033
6203
  :requester_pays)
6204
+ SENSITIVE = []
6034
6205
  include Aws::Structure
6035
6206
  end
6036
6207
 
@@ -6044,6 +6215,7 @@ module Aws::StorageGateway
6044
6215
  #
6045
6216
  class UpdateNFSFileShareOutput < Struct.new(
6046
6217
  :file_share_arn)
6218
+ SENSITIVE = []
6047
6219
  include Aws::Structure
6048
6220
  end
6049
6221
 
@@ -6193,6 +6365,7 @@ module Aws::StorageGateway
6193
6365
  :valid_user_list,
6194
6366
  :invalid_user_list,
6195
6367
  :audit_destination_arn)
6368
+ SENSITIVE = []
6196
6369
  include Aws::Structure
6197
6370
  end
6198
6371
 
@@ -6206,6 +6379,7 @@ module Aws::StorageGateway
6206
6379
  #
6207
6380
  class UpdateSMBFileShareOutput < Struct.new(
6208
6381
  :file_share_arn)
6382
+ SENSITIVE = []
6209
6383
  include Aws::Structure
6210
6384
  end
6211
6385
 
@@ -6248,6 +6422,7 @@ module Aws::StorageGateway
6248
6422
  class UpdateSMBSecurityStrategyInput < Struct.new(
6249
6423
  :gateway_arn,
6250
6424
  :smb_security_strategy)
6425
+ SENSITIVE = []
6251
6426
  include Aws::Structure
6252
6427
  end
6253
6428
 
@@ -6261,6 +6436,7 @@ module Aws::StorageGateway
6261
6436
  #
6262
6437
  class UpdateSMBSecurityStrategyOutput < Struct.new(
6263
6438
  :gateway_arn)
6439
+ SENSITIVE = []
6264
6440
  include Aws::Structure
6265
6441
  end
6266
6442
 
@@ -6331,6 +6507,7 @@ module Aws::StorageGateway
6331
6507
  :recurrence_in_hours,
6332
6508
  :description,
6333
6509
  :tags)
6510
+ SENSITIVE = []
6334
6511
  include Aws::Structure
6335
6512
  end
6336
6513
 
@@ -6346,6 +6523,7 @@ module Aws::StorageGateway
6346
6523
  #
6347
6524
  class UpdateSnapshotScheduleOutput < Struct.new(
6348
6525
  :volume_arn)
6526
+ SENSITIVE = []
6349
6527
  include Aws::Structure
6350
6528
  end
6351
6529
 
@@ -6373,6 +6551,7 @@ module Aws::StorageGateway
6373
6551
  class UpdateVTLDeviceTypeInput < Struct.new(
6374
6552
  :vtl_device_arn,
6375
6553
  :device_type)
6554
+ SENSITIVE = []
6376
6555
  include Aws::Structure
6377
6556
  end
6378
6557
 
@@ -6387,6 +6566,7 @@ module Aws::StorageGateway
6387
6566
  #
6388
6567
  class UpdateVTLDeviceTypeOutput < Struct.new(
6389
6568
  :vtl_device_arn)
6569
+ SENSITIVE = []
6390
6570
  include Aws::Structure
6391
6571
  end
6392
6572
 
@@ -6422,6 +6602,7 @@ module Aws::StorageGateway
6422
6602
  :vtl_device_vendor,
6423
6603
  :vtl_device_product_identifier,
6424
6604
  :device_iscsi_attributes)
6605
+ SENSITIVE = []
6425
6606
  include Aws::Structure
6426
6607
  end
6427
6608
 
@@ -6488,6 +6669,7 @@ module Aws::StorageGateway
6488
6669
  :volume_type,
6489
6670
  :volume_size_in_bytes,
6490
6671
  :volume_attachment_status)
6672
+ SENSITIVE = []
6491
6673
  include Aws::Structure
6492
6674
  end
6493
6675
 
@@ -6521,6 +6703,7 @@ module Aws::StorageGateway
6521
6703
  :volume_size_in_bytes,
6522
6704
  :volume_usage_in_bytes,
6523
6705
  :volume_recovery_point_time)
6706
+ SENSITIVE = []
6524
6707
  include Aws::Structure
6525
6708
  end
6526
6709
 
@@ -6554,6 +6737,7 @@ module Aws::StorageGateway
6554
6737
  :network_interface_port,
6555
6738
  :lun_number,
6556
6739
  :chap_enabled)
6740
+ SENSITIVE = []
6557
6741
  include Aws::Structure
6558
6742
  end
6559
6743