aws-sdk-storagegateway 1.31.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,6 +41,7 @@ module Aws::StorageGateway
41
41
  ChapInfo = Shapes::StructureShape.new(name: 'ChapInfo')
42
42
  ChapSecret = Shapes::StringShape.new(name: 'ChapSecret')
43
43
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
44
+ CloudWatchLogGroupARN = Shapes::StringShape.new(name: 'CloudWatchLogGroupARN')
44
45
  CreateCachediSCSIVolumeInput = Shapes::StructureShape.new(name: 'CreateCachediSCSIVolumeInput')
45
46
  CreateCachediSCSIVolumeOutput = Shapes::StructureShape.new(name: 'CreateCachediSCSIVolumeOutput')
46
47
  CreateNFSFileShareInput = Shapes::StructureShape.new(name: 'CreateNFSFileShareInput')
@@ -628,6 +629,7 @@ module Aws::StorageGateway
628
629
  DescribeGatewayInformationOutput.add_member(:ec2_instance_region, Shapes::ShapeRef.new(shape: Ec2InstanceRegion, location_name: "Ec2InstanceRegion"))
629
630
  DescribeGatewayInformationOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
630
631
  DescribeGatewayInformationOutput.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: string, location_name: "VPCEndpoint"))
632
+ DescribeGatewayInformationOutput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
631
633
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
632
634
 
633
635
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -1122,6 +1124,7 @@ module Aws::StorageGateway
1122
1124
  UpdateGatewayInformationInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
1123
1125
  UpdateGatewayInformationInput.add_member(:gateway_name, Shapes::ShapeRef.new(shape: GatewayName, location_name: "GatewayName"))
1124
1126
  UpdateGatewayInformationInput.add_member(:gateway_timezone, Shapes::ShapeRef.new(shape: GatewayTimezone, location_name: "GatewayTimezone"))
1127
+ UpdateGatewayInformationInput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
1125
1128
  UpdateGatewayInformationInput.struct_class = Types::UpdateGatewayInformationInput
1126
1129
 
1127
1130
  UpdateGatewayInformationOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
@@ -72,11 +72,12 @@ module Aws::StorageGateway
72
72
  # @return [String]
73
73
  #
74
74
  # @!attribute [rw] gateway_region
75
- # A value that indicates the region where you want to store your data.
76
- # The gateway region specified must be the same region as the region
77
- # in your `Host` header in the request. For more information about
78
- # available regions and endpoints for AWS Storage Gateway, see
79
- # [Regions and Endpoints][1] in the *Amazon Web Services Glossary*.
75
+ # A value that indicates the AWS Region where you want to store your
76
+ # data. The gateway AWS Region specified must be the same AWS Region
77
+ # as the AWS Region in your `Host` header in the request. For more
78
+ # information about available AWS Regions and endpoints for AWS
79
+ # Storage Gateway, see [Regions and Endpoints][1] in the *Amazon Web
80
+ # Services Glossary*.
80
81
  #
81
82
  # Valid Values: See [AWS Storage Gateway Regions and Endpoints][1] in
82
83
  # the AWS General Reference.
@@ -109,13 +110,14 @@ module Aws::StorageGateway
109
110
  # @return [String]
110
111
  #
111
112
  # @!attribute [rw] tags
112
- # A list of up to 50 tags that can be assigned to the gateway. Each
113
- # tag is a key-value pair.
113
+ # A list of up to 50 tags that you can assign to the gateway. Each tag
114
+ # is a key-value pair.
114
115
  #
115
116
  # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
116
- # representable in UTF-8 format, and the following special characters:
117
- # + - = . \_ : / @. The maximum length of a tag's key is 128
118
- # characters, and the maximum length for a tag's value is 256.
117
+ # that can be represented in UTF-8 format, and the following special
118
+ # characters: + - = . \_ : / @. The maximum length of a tag's key is
119
+ # 128 characters, and the maximum length for a tag's value is 256
120
+ # characters.
119
121
  #
120
122
  # </note>
121
123
  # @return [Array<Types::Tag>]
@@ -136,8 +138,8 @@ module Aws::StorageGateway
136
138
 
137
139
  # AWS Storage Gateway returns the Amazon Resource Name (ARN) of the
138
140
  # activated gateway. It is a string made of information such as your
139
- # account, gateway name, and region. This ARN is used to reference the
140
- # gateway in other API operations as well as resource-based
141
+ # account, gateway name, and AWS Region. This ARN is used to reference
142
+ # the gateway in other API operations as well as resource-based
141
143
  # authorization.
142
144
  #
143
145
  # <note markdown="1"> For gateways activated prior to September 02, 2015, the gateway ARN
@@ -148,7 +150,8 @@ module Aws::StorageGateway
148
150
  #
149
151
  # @!attribute [rw] gateway_arn
150
152
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
151
- # operation to return a list of gateways for your account and region.
153
+ # operation to return a list of gateways for your account and AWS
154
+ # Region.
152
155
  # @return [String]
153
156
  #
154
157
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ActivateGatewayOutput AWS API Documentation
@@ -168,7 +171,8 @@ module Aws::StorageGateway
168
171
  #
169
172
  # @!attribute [rw] gateway_arn
170
173
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
171
- # operation to return a list of gateways for your account and region.
174
+ # operation to return a list of gateways for your account and AWS
175
+ # Region.
172
176
  # @return [String]
173
177
  #
174
178
  # @!attribute [rw] disk_ids
@@ -187,7 +191,8 @@ module Aws::StorageGateway
187
191
 
188
192
  # @!attribute [rw] gateway_arn
189
193
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
190
- # operation to return a list of gateways for your account and region.
194
+ # operation to return a list of gateways for your account and AWS
195
+ # Region.
191
196
  # @return [String]
192
197
  #
193
198
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddCacheOutput AWS API Documentation
@@ -261,7 +266,8 @@ module Aws::StorageGateway
261
266
  #
262
267
  # @!attribute [rw] gateway_arn
263
268
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
264
- # operation to return a list of gateways for your account and region.
269
+ # operation to return a list of gateways for your account and AWS
270
+ # Region.
265
271
  # @return [String]
266
272
  #
267
273
  # @!attribute [rw] disk_ids
@@ -280,7 +286,8 @@ module Aws::StorageGateway
280
286
 
281
287
  # @!attribute [rw] gateway_arn
282
288
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
283
- # operation to return a list of gateways for your account and region.
289
+ # operation to return a list of gateways for your account and AWS
290
+ # Region.
284
291
  # @return [String]
285
292
  #
286
293
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddUploadBufferOutput AWS API Documentation
@@ -306,7 +313,8 @@ module Aws::StorageGateway
306
313
  #
307
314
  # @!attribute [rw] gateway_arn
308
315
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
309
- # operation to return a list of gateways for your account and region.
316
+ # operation to return a list of gateways for your account and AWS
317
+ # Region.
310
318
  # @return [String]
311
319
  #
312
320
  # @!attribute [rw] disk_ids
@@ -328,7 +336,8 @@ module Aws::StorageGateway
328
336
  #
329
337
  # @!attribute [rw] gateway_arn
330
338
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
331
- # operation to return a list of gateways for your account and region.
339
+ # operation to return a list of gateways for your account and AWS
340
+ # Region.
332
341
  # @return [String]
333
342
  #
334
343
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddWorkingStorageOutput AWS API Documentation
@@ -582,7 +591,8 @@ module Aws::StorageGateway
582
591
  #
583
592
  # @!attribute [rw] gateway_arn
584
593
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
585
- # operation to return a list of gateways for your account and region.
594
+ # operation to return a list of gateways for your account and AWS
595
+ # Region.
586
596
  # @return [String]
587
597
  #
588
598
  # @!attribute [rw] tape_arn
@@ -624,7 +634,8 @@ module Aws::StorageGateway
624
634
  #
625
635
  # @!attribute [rw] gateway_arn
626
636
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
627
- # operation to return a list of gateways for your account and region.
637
+ # operation to return a list of gateways for your account and AWS
638
+ # Region.
628
639
  # @return [String]
629
640
  #
630
641
  # @!attribute [rw] tape_arn
@@ -712,7 +723,8 @@ module Aws::StorageGateway
712
723
  #
713
724
  # @!attribute [rw] gateway_arn
714
725
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
715
- # operation to return a list of gateways for your account and region.
726
+ # operation to return a list of gateways for your account and AWS
727
+ # Region.
716
728
  # @return [String]
717
729
  #
718
730
  # @!attribute [rw] volume_size_in_bytes
@@ -778,13 +790,14 @@ module Aws::StorageGateway
778
790
  # @return [String]
779
791
  #
780
792
  # @!attribute [rw] tags
781
- # A list of up to 50 tags that can be assigned to a cached volume.
782
- # Each tag is a key-value pair.
793
+ # A list of up to 50 tags that you can assign to a cached volume. Each
794
+ # tag is a key-value pair.
783
795
  #
784
796
  # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
785
- # representable in UTF-8 format, and the following special characters:
786
- # + - = . \_ : / @. The maximum length of a tag's key is 128
787
- # characters, and the maximum length for a tag's value is 256.
797
+ # that you can represent in UTF-8 format, and the following special
798
+ # characters: + - = . \_ : / @. The maximum length of a tag's key is
799
+ # 128 characters, and the maximum length for a tag's value is 256
800
+ # characters.
788
801
  #
789
802
  # </note>
790
803
  # @return [Array<Types::Tag>]
@@ -1356,7 +1369,8 @@ module Aws::StorageGateway
1356
1369
  #
1357
1370
  # @!attribute [rw] gateway_arn
1358
1371
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1359
- # operation to return a list of gateways for your account and region.
1372
+ # operation to return a list of gateways for your account and AWS
1373
+ # Region.
1360
1374
  # @return [String]
1361
1375
  #
1362
1376
  # @!attribute [rw] disk_id
@@ -1495,7 +1509,7 @@ module Aws::StorageGateway
1495
1509
  # @!attribute [rw] gateway_arn
1496
1510
  # The unique Amazon Resource Name (ARN) that represents the gateway to
1497
1511
  # associate the virtual tape with. Use the ListGateways operation to
1498
- # return a list of gateways for your account and region.
1512
+ # return a list of gateways for your account and AWS Region.
1499
1513
  # @return [String]
1500
1514
  #
1501
1515
  # @!attribute [rw] tape_size_in_bytes
@@ -1600,7 +1614,7 @@ module Aws::StorageGateway
1600
1614
  # @!attribute [rw] gateway_arn
1601
1615
  # The unique Amazon Resource Name (ARN) that represents the gateway to
1602
1616
  # associate the virtual tapes with. Use the ListGateways operation to
1603
- # return a list of gateways for your account and region.
1617
+ # return a list of gateways for your account and AWS Region.
1604
1618
  # @return [String]
1605
1619
  #
1606
1620
  # @!attribute [rw] tape_size_in_bytes
@@ -1714,7 +1728,8 @@ module Aws::StorageGateway
1714
1728
  #
1715
1729
  # @!attribute [rw] gateway_arn
1716
1730
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1717
- # operation to return a list of gateways for your account and region.
1731
+ # operation to return a list of gateways for your account and AWS
1732
+ # Region.
1718
1733
  # @return [String]
1719
1734
  #
1720
1735
  # @!attribute [rw] bandwidth_type
@@ -1737,7 +1752,8 @@ module Aws::StorageGateway
1737
1752
  #
1738
1753
  # @!attribute [rw] gateway_arn
1739
1754
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1740
- # operation to return a list of gateways for your account and region.
1755
+ # operation to return a list of gateways for your account and AWS
1756
+ # Region.
1741
1757
  # @return [String]
1742
1758
  #
1743
1759
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitOutput AWS API Documentation
@@ -1851,7 +1867,8 @@ module Aws::StorageGateway
1851
1867
  #
1852
1868
  # @!attribute [rw] gateway_arn
1853
1869
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1854
- # operation to return a list of gateways for your account and region.
1870
+ # operation to return a list of gateways for your account and AWS
1871
+ # Region.
1855
1872
  # @return [String]
1856
1873
  #
1857
1874
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayInput AWS API Documentation
@@ -1865,7 +1882,8 @@ module Aws::StorageGateway
1865
1882
  #
1866
1883
  # @!attribute [rw] gateway_arn
1867
1884
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1868
- # operation to return a list of gateways for your account and region.
1885
+ # operation to return a list of gateways for your account and AWS
1886
+ # Region.
1869
1887
  # @return [String]
1870
1888
  #
1871
1889
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayOutput AWS API Documentation
@@ -1952,7 +1970,8 @@ module Aws::StorageGateway
1952
1970
  # @!attribute [rw] gateway_arn
1953
1971
  # The unique Amazon Resource Name (ARN) of the gateway that the
1954
1972
  # virtual tape to delete is associated with. Use the ListGateways
1955
- # operation to return a list of gateways for your account and region.
1973
+ # operation to return a list of gateways for your account and AWS
1974
+ # Region.
1956
1975
  # @return [String]
1957
1976
  #
1958
1977
  # @!attribute [rw] tape_arn
@@ -2026,7 +2045,8 @@ module Aws::StorageGateway
2026
2045
  #
2027
2046
  # @!attribute [rw] gateway_arn
2028
2047
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2029
- # operation to return a list of gateways for your account and region.
2048
+ # operation to return a list of gateways for your account and AWS
2049
+ # Region.
2030
2050
  # @return [String]
2031
2051
  #
2032
2052
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitInput AWS API Documentation
@@ -2040,7 +2060,8 @@ module Aws::StorageGateway
2040
2060
  #
2041
2061
  # @!attribute [rw] gateway_arn
2042
2062
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2043
- # operation to return a list of gateways for your account and region.
2063
+ # operation to return a list of gateways for your account and AWS
2064
+ # Region.
2044
2065
  # @return [String]
2045
2066
  #
2046
2067
  # @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
@@ -2073,7 +2094,8 @@ module Aws::StorageGateway
2073
2094
  #
2074
2095
  # @!attribute [rw] gateway_arn
2075
2096
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2076
- # operation to return a list of gateways for your account and region.
2097
+ # operation to return a list of gateways for your account and AWS
2098
+ # Region.
2077
2099
  # @return [String]
2078
2100
  #
2079
2101
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCacheInput AWS API Documentation
@@ -2085,7 +2107,8 @@ module Aws::StorageGateway
2085
2107
 
2086
2108
  # @!attribute [rw] gateway_arn
2087
2109
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2088
- # operation to return a list of gateways for your account and region.
2110
+ # operation to return a list of gateways for your account and AWS
2111
+ # Region.
2089
2112
  # @return [String]
2090
2113
  #
2091
2114
  # @!attribute [rw] disk_ids
@@ -2235,7 +2258,8 @@ module Aws::StorageGateway
2235
2258
  #
2236
2259
  # @!attribute [rw] gateway_arn
2237
2260
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2238
- # operation to return a list of gateways for your account and region.
2261
+ # operation to return a list of gateways for your account and AWS
2262
+ # Region.
2239
2263
  # @return [String]
2240
2264
  #
2241
2265
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationInput AWS API Documentation
@@ -2249,7 +2273,8 @@ module Aws::StorageGateway
2249
2273
  #
2250
2274
  # @!attribute [rw] gateway_arn
2251
2275
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2252
- # operation to return a list of gateways for your account and region.
2276
+ # operation to return a list of gateways for your account and AWS
2277
+ # Region.
2253
2278
  # @return [String]
2254
2279
  #
2255
2280
  # @!attribute [rw] gateway_id
@@ -2312,6 +2337,11 @@ module Aws::StorageGateway
2312
2337
  # endpoint for your gateway.
2313
2338
  # @return [String]
2314
2339
  #
2340
+ # @!attribute [rw] cloud_watch_log_group_arn
2341
+ # The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
2342
+ # that was used to monitor and log events in the gateway.
2343
+ # @return [String]
2344
+ #
2315
2345
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
2316
2346
  #
2317
2347
  class DescribeGatewayInformationOutput < Struct.new(
@@ -2327,7 +2357,8 @@ module Aws::StorageGateway
2327
2357
  :ec2_instance_id,
2328
2358
  :ec2_instance_region,
2329
2359
  :tags,
2330
- :vpc_endpoint)
2360
+ :vpc_endpoint,
2361
+ :cloud_watch_log_group_arn)
2331
2362
  include Aws::Structure
2332
2363
  end
2333
2364
 
@@ -2342,7 +2373,8 @@ module Aws::StorageGateway
2342
2373
  #
2343
2374
  # @!attribute [rw] gateway_arn
2344
2375
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2345
- # operation to return a list of gateways for your account and region.
2376
+ # operation to return a list of gateways for your account and AWS
2377
+ # Region.
2346
2378
  # @return [String]
2347
2379
  #
2348
2380
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTimeInput AWS API Documentation
@@ -2366,7 +2398,8 @@ module Aws::StorageGateway
2366
2398
  #
2367
2399
  # @!attribute [rw] gateway_arn
2368
2400
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2369
- # operation to return a list of gateways for your account and region.
2401
+ # operation to return a list of gateways for your account and AWS
2402
+ # Region.
2370
2403
  # @return [String]
2371
2404
  #
2372
2405
  # @!attribute [rw] hour_of_day
@@ -2493,7 +2526,8 @@ module Aws::StorageGateway
2493
2526
  #
2494
2527
  # @!attribute [rw] gateway_arn
2495
2528
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2496
- # operation to return a list of gateways for your account and region.
2529
+ # operation to return a list of gateways for your account and AWS
2530
+ # Region.
2497
2531
  # @return [String]
2498
2532
  #
2499
2533
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsInput AWS API Documentation
@@ -2505,7 +2539,8 @@ module Aws::StorageGateway
2505
2539
 
2506
2540
  # @!attribute [rw] gateway_arn
2507
2541
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2508
- # operation to return a list of gateways for your account and region.
2542
+ # operation to return a list of gateways for your account and AWS
2543
+ # Region.
2509
2544
  # @return [String]
2510
2545
  #
2511
2546
  # @!attribute [rw] domain_name
@@ -2772,7 +2807,8 @@ module Aws::StorageGateway
2772
2807
  #
2773
2808
  # @!attribute [rw] gateway_arn
2774
2809
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2775
- # operation to return a list of gateways for your account and region.
2810
+ # operation to return a list of gateways for your account and AWS
2811
+ # Region.
2776
2812
  # @return [String]
2777
2813
  #
2778
2814
  # @!attribute [rw] marker
@@ -2798,7 +2834,8 @@ module Aws::StorageGateway
2798
2834
  #
2799
2835
  # @!attribute [rw] gateway_arn
2800
2836
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2801
- # operation to return a list of gateways for your account and region.
2837
+ # operation to return a list of gateways for your account and AWS
2838
+ # Region.
2802
2839
  # @return [String]
2803
2840
  #
2804
2841
  # @!attribute [rw] tape_recovery_point_infos
@@ -2838,7 +2875,8 @@ module Aws::StorageGateway
2838
2875
  #
2839
2876
  # @!attribute [rw] gateway_arn
2840
2877
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2841
- # operation to return a list of gateways for your account and region.
2878
+ # operation to return a list of gateways for your account and AWS
2879
+ # Region.
2842
2880
  # @return [String]
2843
2881
  #
2844
2882
  # @!attribute [rw] tape_arns
@@ -2906,7 +2944,8 @@ module Aws::StorageGateway
2906
2944
  #
2907
2945
  # @!attribute [rw] gateway_arn
2908
2946
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2909
- # operation to return a list of gateways for your account and region.
2947
+ # operation to return a list of gateways for your account and AWS
2948
+ # Region.
2910
2949
  # @return [String]
2911
2950
  #
2912
2951
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBufferInput AWS API Documentation
@@ -2918,7 +2957,8 @@ module Aws::StorageGateway
2918
2957
 
2919
2958
  # @!attribute [rw] gateway_arn
2920
2959
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2921
- # operation to return a list of gateways for your account and region.
2960
+ # operation to return a list of gateways for your account and AWS
2961
+ # Region.
2922
2962
  # @return [String]
2923
2963
  #
2924
2964
  # @!attribute [rw] disk_ids
@@ -2962,7 +3002,8 @@ module Aws::StorageGateway
2962
3002
  #
2963
3003
  # @!attribute [rw] gateway_arn
2964
3004
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2965
- # operation to return a list of gateways for your account and region.
3005
+ # operation to return a list of gateways for your account and AWS
3006
+ # Region.
2966
3007
  # @return [String]
2967
3008
  #
2968
3009
  # @!attribute [rw] vtl_device_arns
@@ -3000,7 +3041,8 @@ module Aws::StorageGateway
3000
3041
  #
3001
3042
  # @!attribute [rw] gateway_arn
3002
3043
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3003
- # operation to return a list of gateways for your account and region.
3044
+ # operation to return a list of gateways for your account and AWS
3045
+ # Region.
3004
3046
  # @return [String]
3005
3047
  #
3006
3048
  # @!attribute [rw] vtl_devices
@@ -3036,7 +3078,8 @@ module Aws::StorageGateway
3036
3078
  #
3037
3079
  # @!attribute [rw] gateway_arn
3038
3080
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3039
- # operation to return a list of gateways for your account and region.
3081
+ # operation to return a list of gateways for your account and AWS
3082
+ # Region.
3040
3083
  # @return [String]
3041
3084
  #
3042
3085
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageInput AWS API Documentation
@@ -3050,7 +3093,8 @@ module Aws::StorageGateway
3050
3093
  #
3051
3094
  # @!attribute [rw] gateway_arn
3052
3095
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3053
- # operation to return a list of gateways for your account and region.
3096
+ # operation to return a list of gateways for your account and AWS
3097
+ # Region.
3054
3098
  # @return [String]
3055
3099
  #
3056
3100
  # @!attribute [rw] disk_ids
@@ -3163,7 +3207,8 @@ module Aws::StorageGateway
3163
3207
  #
3164
3208
  # @!attribute [rw] gateway_arn
3165
3209
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3166
- # operation to return a list of gateways for your account and region.
3210
+ # operation to return a list of gateways for your account and AWS
3211
+ # Region.
3167
3212
  # @return [String]
3168
3213
  #
3169
3214
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayInput AWS API Documentation
@@ -3262,7 +3307,8 @@ module Aws::StorageGateway
3262
3307
  #
3263
3308
  # @!attribute [rw] gateway_arn
3264
3309
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3265
- # operation to return a list of gateways for your account and region.
3310
+ # operation to return a list of gateways for your account and AWS
3311
+ # Region.
3266
3312
  # @return [String]
3267
3313
  #
3268
3314
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileShareInfo AWS API Documentation
@@ -3286,7 +3332,8 @@ module Aws::StorageGateway
3286
3332
  #
3287
3333
  # @!attribute [rw] gateway_arn
3288
3334
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3289
- # operation to return a list of gateways for your account and region.
3335
+ # operation to return a list of gateways for your account and AWS
3336
+ # Region.
3290
3337
  # @return [String]
3291
3338
  #
3292
3339
  # @!attribute [rw] gateway_type
@@ -3382,7 +3429,7 @@ module Aws::StorageGateway
3382
3429
  # @!attribute [rw] gateway_arn
3383
3430
  # The Amazon Resource Name (ARN) of the gateway. Use the
3384
3431
  # `ListGateways` operation to return a list of gateways for your
3385
- # account and region.
3432
+ # account and AWS Region.
3386
3433
  # @return [String]
3387
3434
  #
3388
3435
  # @!attribute [rw] domain_name
@@ -3562,7 +3609,8 @@ module Aws::StorageGateway
3562
3609
  #
3563
3610
  # @!attribute [rw] gateway_arn
3564
3611
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3565
- # operation to return a list of gateways for your account and region.
3612
+ # operation to return a list of gateways for your account and AWS
3613
+ # Region.
3566
3614
  # @return [String]
3567
3615
  #
3568
3616
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisksInput AWS API Documentation
@@ -3574,7 +3622,8 @@ module Aws::StorageGateway
3574
3622
 
3575
3623
  # @!attribute [rw] gateway_arn
3576
3624
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3577
- # operation to return a list of gateways for your account and region.
3625
+ # operation to return a list of gateways for your account and AWS
3626
+ # Region.
3578
3627
  # @return [String]
3579
3628
  #
3580
3629
  # @!attribute [rw] disks
@@ -3766,7 +3815,8 @@ module Aws::StorageGateway
3766
3815
  #
3767
3816
  # @!attribute [rw] gateway_arn
3768
3817
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3769
- # operation to return a list of gateways for your account and region.
3818
+ # operation to return a list of gateways for your account and AWS
3819
+ # Region.
3770
3820
  # @return [String]
3771
3821
  #
3772
3822
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPointsInput AWS API Documentation
@@ -3778,7 +3828,8 @@ module Aws::StorageGateway
3778
3828
 
3779
3829
  # @!attribute [rw] gateway_arn
3780
3830
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3781
- # operation to return a list of gateways for your account and region.
3831
+ # operation to return a list of gateways for your account and AWS
3832
+ # Region.
3782
3833
  # @return [String]
3783
3834
  #
3784
3835
  # @!attribute [rw] volume_recovery_point_infos
@@ -3810,7 +3861,8 @@ module Aws::StorageGateway
3810
3861
  #
3811
3862
  # @!attribute [rw] gateway_arn
3812
3863
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3813
- # operation to return a list of gateways for your account and region.
3864
+ # operation to return a list of gateways for your account and AWS
3865
+ # Region.
3814
3866
  # @return [String]
3815
3867
  #
3816
3868
  # @!attribute [rw] marker
@@ -3841,7 +3893,8 @@ module Aws::StorageGateway
3841
3893
  #
3842
3894
  # @!attribute [rw] gateway_arn
3843
3895
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3844
- # operation to return a list of gateways for your account and region.
3896
+ # operation to return a list of gateways for your account and AWS
3897
+ # Region.
3845
3898
  # @return [String]
3846
3899
  #
3847
3900
  # @!attribute [rw] marker
@@ -3942,7 +3995,8 @@ module Aws::StorageGateway
3942
3995
  #
3943
3996
  # @!attribute [rw] gateway_arn
3944
3997
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3945
- # operation to return a list of gateways for your account and region.
3998
+ # operation to return a list of gateways for your account and AWS
3999
+ # Region.
3946
4000
  # @return [String]
3947
4001
  #
3948
4002
  # @!attribute [rw] kms_encrypted
@@ -4231,7 +4285,8 @@ module Aws::StorageGateway
4231
4285
  #
4232
4286
  # @!attribute [rw] gateway_arn
4233
4287
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4234
- # operation to return a list of gateways for your account and region.
4288
+ # operation to return a list of gateways for your account and AWS
4289
+ # Region.
4235
4290
  # @return [String]
4236
4291
  #
4237
4292
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheInput AWS API Documentation
@@ -4243,7 +4298,8 @@ module Aws::StorageGateway
4243
4298
 
4244
4299
  # @!attribute [rw] gateway_arn
4245
4300
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4246
- # operation to return a list of gateways for your account and region.
4301
+ # operation to return a list of gateways for your account and AWS
4302
+ # Region.
4247
4303
  # @return [String]
4248
4304
  #
4249
4305
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheOutput AWS API Documentation
@@ -4271,7 +4327,7 @@ module Aws::StorageGateway
4271
4327
  # @!attribute [rw] gateway_arn
4272
4328
  # The Amazon Resource Name (ARN) of the gateway you want to retrieve
4273
4329
  # the virtual tape to. Use the ListGateways operation to return a list
4274
- # of gateways for your account and region.
4330
+ # of gateways for your account and AWS Region.
4275
4331
  #
4276
4332
  # You retrieve archived virtual tapes to only one gateway and the
4277
4333
  # gateway must be a tape gateway.
@@ -4315,7 +4371,8 @@ module Aws::StorageGateway
4315
4371
  #
4316
4372
  # @!attribute [rw] gateway_arn
4317
4373
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4318
- # operation to return a list of gateways for your account and region.
4374
+ # operation to return a list of gateways for your account and AWS
4375
+ # Region.
4319
4376
  # @return [String]
4320
4377
  #
4321
4378
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPointInput AWS API Documentation
@@ -4359,7 +4416,8 @@ module Aws::StorageGateway
4359
4416
  #
4360
4417
  # @!attribute [rw] gateway_arn
4361
4418
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4362
- # operation to return a list of gateways for your account and region.
4419
+ # operation to return a list of gateways for your account and AWS
4420
+ # Region.
4363
4421
  # @return [String]
4364
4422
  #
4365
4423
  # @!attribute [rw] kms_encrypted
@@ -4529,7 +4587,8 @@ module Aws::StorageGateway
4529
4587
  #
4530
4588
  # @!attribute [rw] gateway_arn
4531
4589
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4532
- # operation to return a list of gateways for your account and region.
4590
+ # operation to return a list of gateways for your account and AWS
4591
+ # Region.
4533
4592
  # @return [String]
4534
4593
  #
4535
4594
  # @!attribute [rw] local_console_password
@@ -4546,7 +4605,8 @@ module Aws::StorageGateway
4546
4605
 
4547
4606
  # @!attribute [rw] gateway_arn
4548
4607
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4549
- # operation to return a list of gateways for your account and region.
4608
+ # operation to return a list of gateways for your account and AWS
4609
+ # Region.
4550
4610
  # @return [String]
4551
4611
  #
4552
4612
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePasswordOutput AWS API Documentation
@@ -4585,7 +4645,8 @@ module Aws::StorageGateway
4585
4645
 
4586
4646
  # @!attribute [rw] gateway_arn
4587
4647
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4588
- # operation to return a list of gateways for your account and region.
4648
+ # operation to return a list of gateways for your account and AWS
4649
+ # Region.
4589
4650
  # @return [String]
4590
4651
  #
4591
4652
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordOutput AWS API Documentation
@@ -4606,7 +4667,8 @@ module Aws::StorageGateway
4606
4667
  #
4607
4668
  # @!attribute [rw] gateway_arn
4608
4669
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4609
- # operation to return a list of gateways for your account and region.
4670
+ # operation to return a list of gateways for your account and AWS
4671
+ # Region.
4610
4672
  # @return [String]
4611
4673
  #
4612
4674
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayInput AWS API Documentation
@@ -4620,7 +4682,8 @@ module Aws::StorageGateway
4620
4682
  #
4621
4683
  # @!attribute [rw] gateway_arn
4622
4684
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4623
- # operation to return a list of gateways for your account and region.
4685
+ # operation to return a list of gateways for your account and AWS
4686
+ # Region.
4624
4687
  # @return [String]
4625
4688
  #
4626
4689
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayOutput AWS API Documentation
@@ -4641,7 +4704,8 @@ module Aws::StorageGateway
4641
4704
  #
4642
4705
  # @!attribute [rw] gateway_arn
4643
4706
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4644
- # operation to return a list of gateways for your account and region.
4707
+ # operation to return a list of gateways for your account and AWS
4708
+ # Region.
4645
4709
  # @return [String]
4646
4710
  #
4647
4711
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayInput AWS API Documentation
@@ -4655,7 +4719,8 @@ module Aws::StorageGateway
4655
4719
  #
4656
4720
  # @!attribute [rw] gateway_arn
4657
4721
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4658
- # operation to return a list of gateways for your account and region.
4722
+ # operation to return a list of gateways for your account and AWS
4723
+ # Region.
4659
4724
  # @return [String]
4660
4725
  #
4661
4726
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayOutput AWS API Documentation
@@ -5006,7 +5071,8 @@ module Aws::StorageGateway
5006
5071
  #
5007
5072
  # @!attribute [rw] gateway_arn
5008
5073
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5009
- # operation to return a list of gateways for your account and region.
5074
+ # operation to return a list of gateways for your account and AWS
5075
+ # Region.
5010
5076
  # @return [String]
5011
5077
  #
5012
5078
  # @!attribute [rw] pool_id
@@ -5080,7 +5146,8 @@ module Aws::StorageGateway
5080
5146
  #
5081
5147
  # @!attribute [rw] gateway_arn
5082
5148
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5083
- # operation to return a list of gateways for your account and region.
5149
+ # operation to return a list of gateways for your account and AWS
5150
+ # Region.
5084
5151
  # @return [String]
5085
5152
  #
5086
5153
  # @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
@@ -5105,7 +5172,8 @@ module Aws::StorageGateway
5105
5172
  #
5106
5173
  # @!attribute [rw] gateway_arn
5107
5174
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5108
- # operation to return a list of gateways for your account and region.
5175
+ # operation to return a list of gateways for your account and AWS
5176
+ # Region.
5109
5177
  # @return [String]
5110
5178
  #
5111
5179
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitOutput AWS API Documentation
@@ -5204,11 +5272,13 @@ module Aws::StorageGateway
5204
5272
  # gateway_arn: "GatewayARN", # required
5205
5273
  # gateway_name: "GatewayName",
5206
5274
  # gateway_timezone: "GatewayTimezone",
5275
+ # cloud_watch_log_group_arn: "CloudWatchLogGroupARN",
5207
5276
  # }
5208
5277
  #
5209
5278
  # @!attribute [rw] gateway_arn
5210
5279
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5211
- # operation to return a list of gateways for your account and region.
5280
+ # operation to return a list of gateways for your account and AWS
5281
+ # Region.
5212
5282
  # @return [String]
5213
5283
  #
5214
5284
  # @!attribute [rw] gateway_name
@@ -5219,12 +5289,24 @@ module Aws::StorageGateway
5219
5289
  # A value that indicates the time zone of the gateway.
5220
5290
  # @return [String]
5221
5291
  #
5292
+ # @!attribute [rw] cloud_watch_log_group_arn
5293
+ # The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
5294
+ # that you want to use to monitor and log events in the gateway.
5295
+ #
5296
+ # For more information, see [What Is Amazon CloudWatch Logs?][1].
5297
+ #
5298
+ #
5299
+ #
5300
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
5301
+ # @return [String]
5302
+ #
5222
5303
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewayInformationInput AWS API Documentation
5223
5304
  #
5224
5305
  class UpdateGatewayInformationInput < Struct.new(
5225
5306
  :gateway_arn,
5226
5307
  :gateway_name,
5227
- :gateway_timezone)
5308
+ :gateway_timezone,
5309
+ :cloud_watch_log_group_arn)
5228
5310
  include Aws::Structure
5229
5311
  end
5230
5312
 
@@ -5232,7 +5314,8 @@ module Aws::StorageGateway
5232
5314
  #
5233
5315
  # @!attribute [rw] gateway_arn
5234
5316
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5235
- # operation to return a list of gateways for your account and region.
5317
+ # operation to return a list of gateways for your account and AWS
5318
+ # Region.
5236
5319
  # @return [String]
5237
5320
  #
5238
5321
  # @!attribute [rw] gateway_name
@@ -5258,7 +5341,8 @@ module Aws::StorageGateway
5258
5341
  #
5259
5342
  # @!attribute [rw] gateway_arn
5260
5343
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5261
- # operation to return a list of gateways for your account and region.
5344
+ # operation to return a list of gateways for your account and AWS
5345
+ # Region.
5262
5346
  # @return [String]
5263
5347
  #
5264
5348
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowInput AWS API Documentation
@@ -5272,7 +5356,8 @@ module Aws::StorageGateway
5272
5356
  #
5273
5357
  # @!attribute [rw] gateway_arn
5274
5358
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5275
- # operation to return a list of gateways for your account and region.
5359
+ # operation to return a list of gateways for your account and AWS
5360
+ # Region.
5276
5361
  # @return [String]
5277
5362
  #
5278
5363
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowOutput AWS API Documentation
@@ -5305,7 +5390,8 @@ module Aws::StorageGateway
5305
5390
  #
5306
5391
  # @!attribute [rw] gateway_arn
5307
5392
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5308
- # operation to return a list of gateways for your account and region.
5393
+ # operation to return a list of gateways for your account and AWS
5394
+ # Region.
5309
5395
  # @return [String]
5310
5396
  #
5311
5397
  # @!attribute [rw] hour_of_day
@@ -5353,7 +5439,8 @@ module Aws::StorageGateway
5353
5439
  #
5354
5440
  # @!attribute [rw] gateway_arn
5355
5441
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5356
- # operation to return a list of gateways for your account and region.
5442
+ # operation to return a list of gateways for your account and AWS
5443
+ # Region.
5357
5444
  # @return [String]
5358
5445
  #
5359
5446
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeOutput AWS API Documentation
@@ -5635,7 +5722,8 @@ module Aws::StorageGateway
5635
5722
  #
5636
5723
  # @!attribute [rw] gateway_arn
5637
5724
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5638
- # operation to return a list of gateways for your account and region.
5725
+ # operation to return a list of gateways for your account and AWS
5726
+ # Region.
5639
5727
  # @return [String]
5640
5728
  #
5641
5729
  # @!attribute [rw] smb_security_strategy
@@ -5668,7 +5756,8 @@ module Aws::StorageGateway
5668
5756
 
5669
5757
  # @!attribute [rw] gateway_arn
5670
5758
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5671
- # operation to return a list of gateways for your account and region.
5759
+ # operation to return a list of gateways for your account and AWS
5760
+ # Region.
5672
5761
  # @return [String]
5673
5762
  #
5674
5763
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBSecurityStrategyOutput AWS API Documentation
@@ -5861,7 +5950,8 @@ module Aws::StorageGateway
5861
5950
  #
5862
5951
  # @!attribute [rw] gateway_arn
5863
5952
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5864
- # operation to return a list of gateways for your account and region.
5953
+ # operation to return a list of gateways for your account and AWS
5954
+ # Region.
5865
5955
  # @return [String]
5866
5956
  #
5867
5957
  # @!attribute [rw] gateway_id