aws-sdk-storagegateway 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bb72c8fc030a3c2d6a677076f8fead3e7013950
4
- data.tar.gz: 337b484d0aa02c2d01c986cb0078b72bf1ec277e
3
+ metadata.gz: 5ef66ef5c43c22afaa2d12ea97177659ac4a23a2
4
+ data.tar.gz: 19c06838ea67fbf62bbf8360a7e34a51317ad7e6
5
5
  SHA512:
6
- metadata.gz: 57f7eb75be5b0002c0d917737d0fb6d5296c7a51b3f74cc6e20627dd6e488d5628a288ddd34960be654bc58dde9389ee657a889003a804de3ea91355652852a4
7
- data.tar.gz: 711ea92ee04e9062fc2fe763354da42a569f49356ae9108e4209e914c76082a8e46e49034db33af4505f0ce037904102678478a54a4c41b5c6fadf1cc92af5da
6
+ metadata.gz: 15836b568131c88041aba0171e4f969a5bfbbc6fc710c3993d6fb935de9d49b16dce90e5ee92a38be476c1dcdb32c57f0a94b32ce0e88c6ab0d26217da3725cf
7
+ data.tar.gz: 325c5124d194d60f0d6b6a2db2d5d5b9a7e102bb19e05939dcfb5dba5f5ff6d5ebcb6681e1c32c101f5fb86cf5093726985e876d10be1cf5c09a24809c3cd30b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
42
42
  # @service
43
43
  module Aws::StorageGateway
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -512,7 +512,8 @@ module Aws::StorageGateway
512
512
  #
513
513
  # @example Example: To add storage on local disk
514
514
  #
515
- # # Configures one or more gateway local disks as working storage for a gateway. (Working storage is also referred to as upload buffer.)
515
+ # # Configures one or more gateway local disks as working storage for a gateway. (Working storage is also referred to as
516
+ # # upload buffer.)
516
517
  #
517
518
  # resp = client.add_working_storage({
518
519
  # disk_ids: [
@@ -617,7 +618,8 @@ module Aws::StorageGateway
617
618
  #
618
619
  # @example Example: To cancel virtual tape retrieval
619
620
  #
620
- # # Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.
621
+ # # Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is
622
+ # # initiated.
621
623
  #
622
624
  # resp = client.cancel_retrieval({
623
625
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -1676,7 +1678,8 @@ module Aws::StorageGateway
1676
1678
  #
1677
1679
  # @example Example: To delete a gateway volume
1678
1680
  #
1679
- # # Deletes the specified gateway volume that you previously created using the CreateCachediSCSIVolume or CreateStorediSCSIVolume API.
1681
+ # # Deletes the specified gateway volume that you previously created using the CreateCachediSCSIVolume or
1682
+ # # CreateStorediSCSIVolume API.
1680
1683
  #
1681
1684
  # resp = client.delete_volume({
1682
1685
  # volume_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
@@ -1926,7 +1929,8 @@ module Aws::StorageGateway
1926
1929
  #
1927
1930
  # @example Example: To describe CHAP credetnitals for an iSCSI
1928
1931
  #
1929
- # # Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair.
1932
+ # # Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI
1933
+ # # target, one for each target-initiator pair.
1930
1934
  #
1931
1935
  # resp = client.describe_chap_credentials({
1932
1936
  # target_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume",
@@ -1991,7 +1995,8 @@ module Aws::StorageGateway
1991
1995
  #
1992
1996
  # @example Example: To describe metadata about the gateway
1993
1997
  #
1994
- # # Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).
1998
+ # # Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the
1999
+ # # gateway is running or not).
1995
2000
  #
1996
2001
  # resp = client.describe_gateway_information({
1997
2002
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -2169,7 +2174,8 @@ module Aws::StorageGateway
2169
2174
  #
2170
2175
  # @example Example: To describe snapshot schedule for gateway volume
2171
2176
  #
2172
- # # Describes the snapshot schedule for the specified gateway volume including intervals at which snapshots are automatically initiated.
2177
+ # # Describes the snapshot schedule for the specified gateway volume including intervals at which snapshots are
2178
+ # # automatically initiated.
2173
2179
  #
2174
2180
  # resp = client.describe_snapshot_schedule({
2175
2181
  # volume_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
@@ -2496,7 +2502,8 @@ module Aws::StorageGateway
2496
2502
  #
2497
2503
  # @example Example: To describe virtual tape(s) associated with gateway
2498
2504
  #
2499
- # # Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes.
2505
+ # # Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified,
2506
+ # # returns a description of all virtual tapes.
2500
2507
  #
2501
2508
  # resp = client.describe_tapes({
2502
2509
  # gateway_arn: "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
@@ -2580,7 +2587,8 @@ module Aws::StorageGateway
2580
2587
  #
2581
2588
  # @example Example: To describe upload buffer of gateway
2582
2589
  #
2583
- # # Returns information about the upload buffer of a gateway including disk IDs and the amount of upload buffer space allocated/used.
2590
+ # # Returns information about the upload buffer of a gateway including disk IDs and the amount of upload buffer space
2591
+ # # allocated/used.
2584
2592
  #
2585
2593
  # resp = client.describe_upload_buffer({
2586
2594
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -2599,7 +2607,8 @@ module Aws::StorageGateway
2599
2607
  #
2600
2608
  # @example Example: To describe upload buffer of a gateway
2601
2609
  #
2602
- # # Returns information about the upload buffer of a gateway including disk IDs and the amount of upload buffer space allocated and used.
2610
+ # # Returns information about the upload buffer of a gateway including disk IDs and the amount of upload buffer space
2611
+ # # allocated and used.
2603
2612
  #
2604
2613
  # resp = client.describe_upload_buffer({
2605
2614
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -2790,7 +2799,8 @@ module Aws::StorageGateway
2790
2799
  #
2791
2800
  # @example Example: To describe the working storage of a gateway [Depreciated]
2792
2801
  #
2793
- # # This operation is supported only for the gateway-stored volume architecture. This operation is deprecated in cached-volumes API version (20120630). Use DescribeUploadBuffer instead.
2802
+ # # This operation is supported only for the gateway-stored volume architecture. This operation is deprecated in
2803
+ # # cached-volumes API version (20120630). Use DescribeUploadBuffer instead.
2794
2804
  #
2795
2805
  # resp = client.describe_working_storage({
2796
2806
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -2851,7 +2861,8 @@ module Aws::StorageGateway
2851
2861
  #
2852
2862
  # @example Example: To disable a gateway when it is no longer functioning
2853
2863
  #
2854
- # # Disables a gateway when the gateway is no longer functioning. Use this operation for a gateway-VTL that is not reachable or not functioning.
2864
+ # # Disables a gateway when the gateway is no longer functioning. Use this operation for a gateway-VTL that is not reachable
2865
+ # # or not functioning.
2855
2866
  #
2856
2867
  # resp = client.disable_gateway({
2857
2868
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -2961,7 +2972,8 @@ module Aws::StorageGateway
2961
2972
  #
2962
2973
  # @example Example: To lists region specific gateways per AWS account
2963
2974
  #
2964
- # # Lists gateways owned by an AWS account in a specified region as requested. Results are sorted by gateway ARN up to a maximum of 100 gateways.
2975
+ # # Lists gateways owned by an AWS account in a specified region as requested. Results are sorted by gateway ARN up to a
2976
+ # # maximum of 100 gateways.
2965
2977
  #
2966
2978
  # resp = client.list_gateways({
2967
2979
  # limit: 2,
@@ -3031,7 +3043,8 @@ module Aws::StorageGateway
3031
3043
  #
3032
3044
  # @example Example: To list the gateway's local disks
3033
3045
  #
3034
- # # The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored volume or not configured at all.
3046
+ # # The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored
3047
+ # # volume or not configured at all.
3035
3048
  #
3036
3049
  # resp = client.list_local_disks({
3037
3050
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -3271,7 +3284,8 @@ module Aws::StorageGateway
3271
3284
  #
3272
3285
  # @example Example: To list recovery points for a gateway
3273
3286
  #
3274
- # # Lists the recovery points for a specified gateway in which all data of the volume is consistent and can be used to create a snapshot.
3287
+ # # Lists the recovery points for a specified gateway in which all data of the volume is consistent and can be used to
3288
+ # # create a snapshot.
3275
3289
  #
3276
3290
  # resp = client.list_volume_recovery_points({
3277
3291
  # gateway_arn: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
@@ -3582,7 +3596,8 @@ module Aws::StorageGateway
3582
3596
  #
3583
3597
  # @example Example: To retrieve an archived tape from the VTS
3584
3598
  #
3585
- # # Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL. Virtual tapes archived in the VTS are not associated with any gateway.
3599
+ # # Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL. Virtual tapes archived in the VTS
3600
+ # # are not associated with any gateway.
3586
3601
  #
3587
3602
  # resp = client.retrieve_tape_archive({
3588
3603
  # gateway_arn: "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
@@ -3766,7 +3781,8 @@ module Aws::StorageGateway
3766
3781
  #
3767
3782
  # @example Example: To shut down a gateway service
3768
3783
  #
3769
- # # This operation shuts down the gateway service component running in the storage gateway's virtual machine (VM) and not the VM.
3784
+ # # This operation shuts down the gateway service component running in the storage gateway's virtual machine (VM) and not
3785
+ # # the VM.
3770
3786
  #
3771
3787
  # resp = client.shutdown_gateway({
3772
3788
  # gateway_arn: "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
@@ -3883,7 +3899,8 @@ module Aws::StorageGateway
3883
3899
  #
3884
3900
  # @example Example: To update the bandwidth rate limits of a gateway
3885
3901
  #
3886
- # # Updates the bandwidth rate limits of a gateway. Both the upload and download bandwidth rate limit can be set, or either one of the two. If a new limit is not set, the existing rate limit remains.
3902
+ # # Updates the bandwidth rate limits of a gateway. Both the upload and download bandwidth rate limit can be set, or either
3903
+ # # one of the two. If a new limit is not set, the existing rate limit remains.
3887
3904
  #
3888
3905
  # resp = client.update_bandwidth_rate_limit({
3889
3906
  # average_download_rate_limit_in_bits_per_sec: 102400,
@@ -4152,7 +4169,8 @@ module Aws::StorageGateway
4152
4169
  #
4153
4170
  # @example Example: To update a gateway's maintenance start time
4154
4171
  #
4155
- # # Updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is in your gateway's time zone.
4172
+ # # Updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time
4173
+ # # is in your gateway's time zone.
4156
4174
  #
4157
4175
  # resp = client.update_maintenance_start_time({
4158
4176
  # day_of_week: 2,
@@ -4424,7 +4442,7 @@ module Aws::StorageGateway
4424
4442
  params: params,
4425
4443
  config: config)
4426
4444
  context[:gem_name] = 'aws-sdk-storagegateway'
4427
- context[:gem_version] = '1.0.0'
4445
+ context[:gem_version] = '1.1.0'
4428
4446
  Seahorse::Client::Request.new(handlers, context)
4429
4447
  end
4430
4448
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -56,7 +56,9 @@ files:
56
56
  homepage: http://github.com/aws/aws-sdk-ruby
57
57
  licenses:
58
58
  - Apache-2.0
59
- metadata: {}
59
+ metadata:
60
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway
61
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway/CHANGELOG.md
60
62
  post_install_message:
61
63
  rdoc_options: []
62
64
  require_paths: