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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a686e2fd63151c4f2aba0b0037516e6ea26c2731
4
- data.tar.gz: a5c0affc680c4b868eea40c1b8a978b1b713c351
3
+ metadata.gz: bdff0a57b2038c1c015f3554d7cfe074eb93d8b2
4
+ data.tar.gz: 2a01418ed3770be2a88e4117a3c3c6264f839b6e
5
5
  SHA512:
6
- metadata.gz: ddf10fd7b981ea7247f1c19897d4c26dd5b125abce093a8a0fdef066a1d79550968b5be3d9a2cb34ed87aa446221aa3f2f75d2f6fcc487c7af5a09336bbbe170
7
- data.tar.gz: 776a565e7de014c53c8f365115fb58dd99695d46033ddaa6ccc1043d2f01fbc9728f9e4a3dec0f303436efe5089eb30a0a03c884b9ba7e790c032f444b0c0172
6
+ metadata.gz: d1d49294235b88413433d82e466cf18eaec6a6cbe63f66fc1e1bb795b66a67d1bfde7af23617e77cb26ddc6bc7bad9aaf31dfe09e976bf336dbe609fdd9113d5
7
+ data.tar.gz: cee5f3b93a4adc4b1169c65c480c80a7763ed6b1878343f4c4a6b4d28cd3720b75bf3842222bd17fa68ca1ab51dd1fbcaa8552d5c76642de681cc21dd318371a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
42
42
  # @service
43
43
  module Aws::StorageGateway
44
44
 
45
- GEM_VERSION = '1.31.0'
45
+ GEM_VERSION = '1.32.0'
46
46
 
47
47
  end
@@ -265,8 +265,8 @@ module Aws::StorageGateway
265
265
  # @!group API Operations
266
266
 
267
267
  # Activates the gateway you previously deployed on your host. In the
268
- # activation process, you specify information such as the region you
269
- # want to use for storing snapshots or tapes, the time zone for
268
+ # activation process, you specify information such as the AWS Region
269
+ # that you want to use for storing snapshots or tapes, the time zone for
270
270
  # scheduled snapshots the gateway snapshot schedule window, an
271
271
  # activation key, and a name for your gateway. The activation process
272
272
  # also associates your gateway with your account; for more information,
@@ -302,11 +302,12 @@ module Aws::StorageGateway
302
302
  # schedule.
303
303
  #
304
304
  # @option params [required, String] :gateway_region
305
- # A value that indicates the region where you want to store your data.
306
- # The gateway region specified must be the same region as the region in
307
- # your `Host` header in the request. For more information about
308
- # available regions and endpoints for AWS Storage Gateway, see [Regions
309
- # and Endpoints][1] in the *Amazon Web Services Glossary*.
305
+ # A value that indicates the AWS Region where you want to store your
306
+ # data. The gateway AWS Region specified must be the same AWS Region as
307
+ # the AWS Region in your `Host` header in the request. For more
308
+ # information about available AWS Regions and endpoints for AWS Storage
309
+ # Gateway, see [Regions and Endpoints][1] in the *Amazon Web Services
310
+ # Glossary*.
310
311
  #
311
312
  # Valid Values: See [AWS Storage Gateway Regions and Endpoints][1] in
312
313
  # the AWS General Reference.
@@ -335,13 +336,14 @@ module Aws::StorageGateway
335
336
  # Valid Values: "STK-L700", "AWS-Gateway-VTL"
336
337
  #
337
338
  # @option params [Array<Types::Tag>] :tags
338
- # A list of up to 50 tags that can be assigned to the gateway. Each tag
339
+ # A list of up to 50 tags that you can assign to the gateway. Each tag
339
340
  # is a key-value pair.
340
341
  #
341
342
  # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
342
- # representable in UTF-8 format, and the following special characters: +
343
- # - = . \_ : / @. The maximum length of a tag's key is 128 characters,
344
- # and the maximum length for a tag's value is 256.
343
+ # that can be represented in UTF-8 format, and the following special
344
+ # characters: + - = . \_ : / @. The maximum length of a tag's key is
345
+ # 128 characters, and the maximum length for a tag's value is 256
346
+ # characters.
345
347
  #
346
348
  # </note>
347
349
  #
@@ -414,7 +416,8 @@ module Aws::StorageGateway
414
416
  #
415
417
  # @option params [required, String] :gateway_arn
416
418
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
417
- # operation to return a list of gateways for your account and region.
419
+ # operation to return a list of gateways for your account and AWS
420
+ # Region.
418
421
  #
419
422
  # @option params [required, Array<String>] :disk_ids
420
423
  # An array of strings that identify disks that are to be configured as
@@ -556,7 +559,8 @@ module Aws::StorageGateway
556
559
  #
557
560
  # @option params [required, String] :gateway_arn
558
561
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
559
- # operation to return a list of gateways for your account and region.
562
+ # operation to return a list of gateways for your account and AWS
563
+ # Region.
560
564
  #
561
565
  # @option params [required, Array<String>] :disk_ids
562
566
  # An array of strings that identify disks that are to be configured as
@@ -622,7 +626,8 @@ module Aws::StorageGateway
622
626
  #
623
627
  # @option params [required, String] :gateway_arn
624
628
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
625
- # operation to return a list of gateways for your account and region.
629
+ # operation to return a list of gateways for your account and AWS
630
+ # Region.
626
631
  #
627
632
  # @option params [required, Array<String>] :disk_ids
628
633
  # An array of strings that identify disks that are to be configured as
@@ -789,7 +794,8 @@ module Aws::StorageGateway
789
794
  #
790
795
  # @option params [required, String] :gateway_arn
791
796
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
792
- # operation to return a list of gateways for your account and region.
797
+ # operation to return a list of gateways for your account and AWS
798
+ # Region.
793
799
  #
794
800
  # @option params [required, String] :tape_arn
795
801
  # The Amazon Resource Name (ARN) of the virtual tape you want to cancel
@@ -841,7 +847,8 @@ module Aws::StorageGateway
841
847
  #
842
848
  # @option params [required, String] :gateway_arn
843
849
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
844
- # operation to return a list of gateways for your account and region.
850
+ # operation to return a list of gateways for your account and AWS
851
+ # Region.
845
852
  #
846
853
  # @option params [required, String] :tape_arn
847
854
  # The Amazon Resource Name (ARN) of the virtual tape you want to cancel
@@ -911,7 +918,8 @@ module Aws::StorageGateway
911
918
  #
912
919
  # @option params [required, String] :gateway_arn
913
920
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
914
- # operation to return a list of gateways for your account and region.
921
+ # operation to return a list of gateways for your account and AWS
922
+ # Region.
915
923
  #
916
924
  # @option params [required, Integer] :volume_size_in_bytes
917
925
  # The size of the volume in bytes.
@@ -966,13 +974,14 @@ module Aws::StorageGateway
966
974
  # is true. Optional.
967
975
  #
968
976
  # @option params [Array<Types::Tag>] :tags
969
- # A list of up to 50 tags that can be assigned to a cached volume. Each
977
+ # A list of up to 50 tags that you can assign to a cached volume. Each
970
978
  # tag is a key-value pair.
971
979
  #
972
980
  # <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
973
- # representable in UTF-8 format, and the following special characters: +
974
- # - = . \_ : / @. The maximum length of a tag's key is 128 characters,
975
- # and the maximum length for a tag's value is 256.
981
+ # that you can represent in UTF-8 format, and the following special
982
+ # characters: + - = . \_ : / @. The maximum length of a tag's key is
983
+ # 128 characters, and the maximum length for a tag's value is 256
984
+ # characters.
976
985
  #
977
986
  # </note>
978
987
  #
@@ -1043,10 +1052,11 @@ module Aws::StorageGateway
1043
1052
  #
1044
1053
  # File gateway requires AWS Security Token Service (AWS STS) to be
1045
1054
  # activated to enable you create a file share. Make sure AWS STS is
1046
- # activated in the region you are creating your file gateway in. If AWS
1047
- # STS is not activated in the region, activate it. For information about
1048
- # how to activate AWS STS, see Activating and Deactivating AWS STS in an
1049
- # AWS Region in the AWS Identity and Access Management User Guide.
1055
+ # activated in the AWS Region you are creating your file gateway in. If
1056
+ # AWS STS is not activated in the AWS Region, activate it. For
1057
+ # information about how to activate AWS STS, see Activating and
1058
+ # Deactivating AWS STS in an AWS Region in the AWS Identity and Access
1059
+ # Management User Guide.
1050
1060
  #
1051
1061
  # File gateway does not support creating hard or symbolic links on a
1052
1062
  # file share.
@@ -1568,7 +1578,8 @@ module Aws::StorageGateway
1568
1578
  #
1569
1579
  # @option params [required, String] :gateway_arn
1570
1580
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1571
- # operation to return a list of gateways for your account and region.
1581
+ # operation to return a list of gateways for your account and AWS
1582
+ # Region.
1572
1583
  #
1573
1584
  # @option params [required, String] :disk_id
1574
1585
  # The unique identifier for the gateway local disk that is configured as
@@ -1711,7 +1722,7 @@ module Aws::StorageGateway
1711
1722
  # @option params [required, String] :gateway_arn
1712
1723
  # The unique Amazon Resource Name (ARN) that represents the gateway to
1713
1724
  # associate the virtual tape with. Use the ListGateways operation to
1714
- # return a list of gateways for your account and region.
1725
+ # return a list of gateways for your account and AWS Region.
1715
1726
  #
1716
1727
  # @option params [required, Integer] :tape_size_in_bytes
1717
1728
  # The size, in bytes, of the virtual tape that you want to create.
@@ -1820,7 +1831,7 @@ module Aws::StorageGateway
1820
1831
  # @option params [required, String] :gateway_arn
1821
1832
  # The unique Amazon Resource Name (ARN) that represents the gateway to
1822
1833
  # associate the virtual tapes with. Use the ListGateways operation to
1823
- # return a list of gateways for your account and region.
1834
+ # return a list of gateways for your account and AWS Region.
1824
1835
  #
1825
1836
  # @option params [required, Integer] :tape_size_in_bytes
1826
1837
  # The size, in bytes, of the virtual tapes that you want to create.
@@ -1947,7 +1958,8 @@ module Aws::StorageGateway
1947
1958
  #
1948
1959
  # @option params [required, String] :gateway_arn
1949
1960
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1950
- # operation to return a list of gateways for your account and region.
1961
+ # operation to return a list of gateways for your account and AWS
1962
+ # Region.
1951
1963
  #
1952
1964
  # @option params [required, String] :bandwidth_type
1953
1965
  # One of the BandwidthType values that indicates the gateway bandwidth
@@ -2110,7 +2122,8 @@ module Aws::StorageGateway
2110
2122
  #
2111
2123
  # @option params [required, String] :gateway_arn
2112
2124
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2113
- # operation to return a list of gateways for your account and region.
2125
+ # operation to return a list of gateways for your account and AWS
2126
+ # Region.
2114
2127
  #
2115
2128
  # @return [Types::DeleteGatewayOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2116
2129
  #
@@ -2213,7 +2226,7 @@ module Aws::StorageGateway
2213
2226
  # @option params [required, String] :gateway_arn
2214
2227
  # The unique Amazon Resource Name (ARN) of the gateway that the virtual
2215
2228
  # tape to delete is associated with. Use the ListGateways operation to
2216
- # return a list of gateways for your account and region.
2229
+ # return a list of gateways for your account and AWS Region.
2217
2230
  #
2218
2231
  # @option params [required, String] :tape_arn
2219
2232
  # The Amazon Resource Name (ARN) of the virtual tape to delete.
@@ -2377,7 +2390,8 @@ module Aws::StorageGateway
2377
2390
  #
2378
2391
  # @option params [required, String] :gateway_arn
2379
2392
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2380
- # operation to return a list of gateways for your account and region.
2393
+ # operation to return a list of gateways for your account and AWS
2394
+ # Region.
2381
2395
  #
2382
2396
  # @return [Types::DescribeBandwidthRateLimitOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2383
2397
  #
@@ -2430,7 +2444,8 @@ module Aws::StorageGateway
2430
2444
  #
2431
2445
  # @option params [required, String] :gateway_arn
2432
2446
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2433
- # operation to return a list of gateways for your account and region.
2447
+ # operation to return a list of gateways for your account and AWS
2448
+ # Region.
2434
2449
  #
2435
2450
  # @return [Types::DescribeCacheOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2436
2451
  #
@@ -2640,7 +2655,8 @@ module Aws::StorageGateway
2640
2655
  #
2641
2656
  # @option params [required, String] :gateway_arn
2642
2657
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2643
- # operation to return a list of gateways for your account and region.
2658
+ # operation to return a list of gateways for your account and AWS
2659
+ # Region.
2644
2660
  #
2645
2661
  # @return [Types::DescribeGatewayInformationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2646
2662
  #
@@ -2657,6 +2673,7 @@ module Aws::StorageGateway
2657
2673
  # * {Types::DescribeGatewayInformationOutput#ec2_instance_region #ec2_instance_region} => String
2658
2674
  # * {Types::DescribeGatewayInformationOutput#tags #tags} => Array&lt;Types::Tag&gt;
2659
2675
  # * {Types::DescribeGatewayInformationOutput#vpc_endpoint #vpc_endpoint} => String
2676
+ # * {Types::DescribeGatewayInformationOutput#cloud_watch_log_group_arn #cloud_watch_log_group_arn} => String
2660
2677
  #
2661
2678
  #
2662
2679
  # @example Example: To describe metadata about the gateway
@@ -2711,6 +2728,7 @@ module Aws::StorageGateway
2711
2728
  # resp.tags[0].key #=> String
2712
2729
  # resp.tags[0].value #=> String
2713
2730
  # resp.vpc_endpoint #=> String
2731
+ # resp.cloud_watch_log_group_arn #=> String
2714
2732
  #
2715
2733
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformation AWS API Documentation
2716
2734
  #
@@ -2727,7 +2745,8 @@ module Aws::StorageGateway
2727
2745
  #
2728
2746
  # @option params [required, String] :gateway_arn
2729
2747
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2730
- # operation to return a list of gateways for your account and region.
2748
+ # operation to return a list of gateways for your account and AWS
2749
+ # Region.
2731
2750
  #
2732
2751
  # @return [Types::DescribeMaintenanceStartTimeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2733
2752
  #
@@ -2897,7 +2916,8 @@ module Aws::StorageGateway
2897
2916
  #
2898
2917
  # @option params [required, String] :gateway_arn
2899
2918
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2900
- # operation to return a list of gateways for your account and region.
2919
+ # operation to return a list of gateways for your account and AWS
2920
+ # Region.
2901
2921
  #
2902
2922
  # @return [Types::DescribeSMBSettingsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2903
2923
  #
@@ -3180,7 +3200,8 @@ module Aws::StorageGateway
3180
3200
  #
3181
3201
  # @option params [required, String] :gateway_arn
3182
3202
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3183
- # operation to return a list of gateways for your account and region.
3203
+ # operation to return a list of gateways for your account and AWS
3204
+ # Region.
3184
3205
  #
3185
3206
  # @option params [String] :marker
3186
3207
  # An opaque string that indicates the position at which to begin
@@ -3255,7 +3276,8 @@ module Aws::StorageGateway
3255
3276
  #
3256
3277
  # @option params [required, String] :gateway_arn
3257
3278
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3258
- # operation to return a list of gateways for your account and region.
3279
+ # operation to return a list of gateways for your account and AWS
3280
+ # Region.
3259
3281
  #
3260
3282
  # @option params [Array<String>] :tape_arns
3261
3283
  # Specifies one or more unique Amazon Resource Names (ARNs) that
@@ -3361,7 +3383,8 @@ module Aws::StorageGateway
3361
3383
  #
3362
3384
  # @option params [required, String] :gateway_arn
3363
3385
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3364
- # operation to return a list of gateways for your account and region.
3386
+ # operation to return a list of gateways for your account and AWS
3387
+ # Region.
3365
3388
  #
3366
3389
  # @return [Types::DescribeUploadBufferOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3367
3390
  #
@@ -3442,7 +3465,8 @@ module Aws::StorageGateway
3442
3465
  #
3443
3466
  # @option params [required, String] :gateway_arn
3444
3467
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3445
- # operation to return a list of gateways for your account and region.
3468
+ # operation to return a list of gateways for your account and AWS
3469
+ # Region.
3446
3470
  #
3447
3471
  # @option params [Array<String>] :vtl_device_arns
3448
3472
  # An array of strings, where each string represents the Amazon Resource
@@ -3573,7 +3597,8 @@ module Aws::StorageGateway
3573
3597
  #
3574
3598
  # @option params [required, String] :gateway_arn
3575
3599
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3576
- # operation to return a list of gateways for your account and region.
3600
+ # operation to return a list of gateways for your account and AWS
3601
+ # Region.
3577
3602
  #
3578
3603
  # @return [Types::DescribeWorkingStorageOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3579
3604
  #
@@ -3679,7 +3704,8 @@ module Aws::StorageGateway
3679
3704
  #
3680
3705
  # @option params [required, String] :gateway_arn
3681
3706
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3682
- # operation to return a list of gateways for your account and region.
3707
+ # operation to return a list of gateways for your account and AWS
3708
+ # Region.
3683
3709
  #
3684
3710
  # @return [Types::DisableGatewayOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3685
3711
  #
@@ -3724,7 +3750,8 @@ module Aws::StorageGateway
3724
3750
  #
3725
3751
  # @option params [required, String] :gateway_arn
3726
3752
  # The Amazon Resource Name (ARN) of the gateway. Use the `ListGateways`
3727
- # operation to return a list of gateways for your account and region.
3753
+ # operation to return a list of gateways for your account and AWS
3754
+ # Region.
3728
3755
  #
3729
3756
  # @option params [required, String] :domain_name
3730
3757
  # The name of the domain that you want the gateway to join.
@@ -3828,9 +3855,9 @@ module Aws::StorageGateway
3828
3855
  req.send_request(options)
3829
3856
  end
3830
3857
 
3831
- # Lists gateways owned by an AWS account in a region specified in the
3832
- # request. The returned list is ordered by gateway Amazon Resource Name
3833
- # (ARN).
3858
+ # Lists gateways owned by an AWS account in an AWS Region specified in
3859
+ # the request. The returned list is ordered by gateway Amazon Resource
3860
+ # Name (ARN).
3834
3861
  #
3835
3862
  # By default, the operation returns a maximum of 100 gateways. This
3836
3863
  # operation supports pagination that allows you to optionally reduce the
@@ -3920,7 +3947,8 @@ module Aws::StorageGateway
3920
3947
  #
3921
3948
  # @option params [required, String] :gateway_arn
3922
3949
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3923
- # operation to return a list of gateways for your account and region.
3950
+ # operation to return a list of gateways for your account and AWS
3951
+ # Region.
3924
3952
  #
3925
3953
  # @return [Types::ListLocalDisksOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3926
3954
  #
@@ -4164,7 +4192,8 @@ module Aws::StorageGateway
4164
4192
  #
4165
4193
  # @option params [required, String] :gateway_arn
4166
4194
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4167
- # operation to return a list of gateways for your account and region.
4195
+ # operation to return a list of gateways for your account and AWS
4196
+ # Region.
4168
4197
  #
4169
4198
  # @return [Types::ListVolumeRecoveryPointsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4170
4199
  #
@@ -4233,7 +4262,8 @@ module Aws::StorageGateway
4233
4262
  #
4234
4263
  # @option params [String] :gateway_arn
4235
4264
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4236
- # operation to return a list of gateways for your account and region.
4265
+ # operation to return a list of gateways for your account and AWS
4266
+ # Region.
4237
4267
  #
4238
4268
  # @option params [String] :marker
4239
4269
  # A string that indicates the position at which to begin the returned
@@ -4498,7 +4528,8 @@ module Aws::StorageGateway
4498
4528
  #
4499
4529
  # @option params [required, String] :gateway_arn
4500
4530
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4501
- # operation to return a list of gateways for your account and region.
4531
+ # operation to return a list of gateways for your account and AWS
4532
+ # Region.
4502
4533
  #
4503
4534
  # @return [Types::ResetCacheOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4504
4535
  #
@@ -4556,7 +4587,7 @@ module Aws::StorageGateway
4556
4587
  # @option params [required, String] :gateway_arn
4557
4588
  # The Amazon Resource Name (ARN) of the gateway you want to retrieve the
4558
4589
  # virtual tape to. Use the ListGateways operation to return a list of
4559
- # gateways for your account and region.
4590
+ # gateways for your account and AWS Region.
4560
4591
  #
4561
4592
  # You retrieve archived virtual tapes to only one gateway and the
4562
4593
  # gateway must be a tape gateway.
@@ -4621,7 +4652,8 @@ module Aws::StorageGateway
4621
4652
  #
4622
4653
  # @option params [required, String] :gateway_arn
4623
4654
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4624
- # operation to return a list of gateways for your account and region.
4655
+ # operation to return a list of gateways for your account and AWS
4656
+ # Region.
4625
4657
  #
4626
4658
  # @return [Types::RetrieveTapeRecoveryPointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4627
4659
  #
@@ -4669,7 +4701,8 @@ module Aws::StorageGateway
4669
4701
  #
4670
4702
  # @option params [required, String] :gateway_arn
4671
4703
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4672
- # operation to return a list of gateways for your account and region.
4704
+ # operation to return a list of gateways for your account and AWS
4705
+ # Region.
4673
4706
  #
4674
4707
  # @option params [required, String] :local_console_password
4675
4708
  # The password you want to set for your VM local console.
@@ -4779,7 +4812,8 @@ module Aws::StorageGateway
4779
4812
  #
4780
4813
  # @option params [required, String] :gateway_arn
4781
4814
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4782
- # operation to return a list of gateways for your account and region.
4815
+ # operation to return a list of gateways for your account and AWS
4816
+ # Region.
4783
4817
  #
4784
4818
  # @return [Types::ShutdownGatewayOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4785
4819
  #
@@ -4837,7 +4871,8 @@ module Aws::StorageGateway
4837
4871
  #
4838
4872
  # @option params [required, String] :gateway_arn
4839
4873
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4840
- # operation to return a list of gateways for your account and region.
4874
+ # operation to return a list of gateways for your account and AWS
4875
+ # Region.
4841
4876
  #
4842
4877
  # @return [Types::StartGatewayOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4843
4878
  #
@@ -4891,7 +4926,8 @@ module Aws::StorageGateway
4891
4926
  #
4892
4927
  # @option params [required, String] :gateway_arn
4893
4928
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4894
- # operation to return a list of gateways for your account and region.
4929
+ # operation to return a list of gateways for your account and AWS
4930
+ # Region.
4895
4931
  #
4896
4932
  # @option params [Integer] :average_upload_rate_limit_in_bits_per_sec
4897
4933
  # The average upload bandwidth rate limit in bits per second.
@@ -5033,7 +5069,8 @@ module Aws::StorageGateway
5033
5069
  #
5034
5070
  # @option params [required, String] :gateway_arn
5035
5071
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5036
- # operation to return a list of gateways for your account and region.
5072
+ # operation to return a list of gateways for your account and AWS
5073
+ # Region.
5037
5074
  #
5038
5075
  # @option params [String] :gateway_name
5039
5076
  # The name you configured for your gateway.
@@ -5041,6 +5078,16 @@ module Aws::StorageGateway
5041
5078
  # @option params [String] :gateway_timezone
5042
5079
  # A value that indicates the time zone of the gateway.
5043
5080
  #
5081
+ # @option params [String] :cloud_watch_log_group_arn
5082
+ # The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that
5083
+ # you want to use to monitor and log events in the gateway.
5084
+ #
5085
+ # For more information, see [What Is Amazon CloudWatch Logs?][1].
5086
+ #
5087
+ #
5088
+ #
5089
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
5090
+ #
5044
5091
  # @return [Types::UpdateGatewayInformationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5045
5092
  #
5046
5093
  # * {Types::UpdateGatewayInformationOutput#gateway_arn #gateway_arn} => String
@@ -5069,6 +5116,7 @@ module Aws::StorageGateway
5069
5116
  # gateway_arn: "GatewayARN", # required
5070
5117
  # gateway_name: "GatewayName",
5071
5118
  # gateway_timezone: "GatewayTimezone",
5119
+ # cloud_watch_log_group_arn: "CloudWatchLogGroupARN",
5072
5120
  # })
5073
5121
  #
5074
5122
  # @example Response structure
@@ -5109,7 +5157,8 @@ module Aws::StorageGateway
5109
5157
  #
5110
5158
  # @option params [required, String] :gateway_arn
5111
5159
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5112
- # operation to return a list of gateways for your account and region.
5160
+ # operation to return a list of gateways for your account and AWS
5161
+ # Region.
5113
5162
  #
5114
5163
  # @return [Types::UpdateGatewaySoftwareNowOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5115
5164
  #
@@ -5154,7 +5203,8 @@ module Aws::StorageGateway
5154
5203
  #
5155
5204
  # @option params [required, String] :gateway_arn
5156
5205
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5157
- # operation to return a list of gateways for your account and region.
5206
+ # operation to return a list of gateways for your account and AWS
5207
+ # Region.
5158
5208
  #
5159
5209
  # @option params [required, Integer] :hour_of_day
5160
5210
  # The hour component of the maintenance start time represented as *hh*,
@@ -5490,7 +5540,8 @@ module Aws::StorageGateway
5490
5540
  #
5491
5541
  # @option params [required, String] :gateway_arn
5492
5542
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5493
- # operation to return a list of gateways for your account and region.
5543
+ # operation to return a list of gateways for your account and AWS
5544
+ # Region.
5494
5545
  #
5495
5546
  # @option params [required, String] :smb_security_strategy
5496
5547
  # Specifies the type of security strategy.
@@ -5691,7 +5742,7 @@ module Aws::StorageGateway
5691
5742
  params: params,
5692
5743
  config: config)
5693
5744
  context[:gem_name] = 'aws-sdk-storagegateway'
5694
- context[:gem_version] = '1.31.0'
5745
+ context[:gem_version] = '1.32.0'
5695
5746
  Seahorse::Client::Request.new(handlers, context)
5696
5747
  end
5697
5748