aws-sdk-storagegateway 1.65.0 → 1.68.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +26 -23
- data/lib/aws-sdk-storagegateway/types.rb +25 -28
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1de0c8f3bc5aec89bce1e25f8ef9c55cbfd6b81277071f2f7fb080a30eca850
|
4
|
+
data.tar.gz: '009da2b456186686a1676b1298899385b97815910071515a861ae425fb605399'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ec8448ef0eedebc0f13a69c30f03b3b81c60877ebcb1a3f885549c94a709e6d6d15f2f01391047f72ee7da5479c4e3edc0630de310a56ed58e58686316c0eaf
|
7
|
+
data.tar.gz: 662caa8ec48a36ac71537c57ea42ca88d6a981723be102508d83d641b2c8b3dd60de9db55bb2458893b1762a223a0e6fab36681dfdddf1ee763e5831eff08801
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.68.0 (2022-04-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for minimum of 5 character length virtual tape barcodes.
|
8
|
+
|
9
|
+
1.67.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.66.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.65.0 (2022-01-18)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.68.0
|
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::StorageGateway
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
80
84
|
|
@@ -783,8 +787,6 @@ module Aws::StorageGateway
|
|
783
787
|
# is archived directly into the S3 storage class (S3 Glacier or S3
|
784
788
|
# Glacier Deep Archive) that corresponds to the pool.
|
785
789
|
#
|
786
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
787
|
-
#
|
788
790
|
# @option params [required, String] :tape_arn
|
789
791
|
# The unique Amazon Resource Name (ARN) of the virtual tape that you
|
790
792
|
# want to add to the tape pool.
|
@@ -796,8 +798,6 @@ module Aws::StorageGateway
|
|
796
798
|
# eject the tape, the tape is archived directly into the storage class
|
797
799
|
# (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
|
798
800
|
#
|
799
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
800
|
-
#
|
801
801
|
# @option params [Boolean] :bypass_governance_retention
|
802
802
|
# Set permissions to bypass governance retention. If the lock type of
|
803
803
|
# the archived tape is `Governance`, the tape's archived age is not
|
@@ -1326,8 +1326,7 @@ module Aws::StorageGateway
|
|
1326
1326
|
#
|
1327
1327
|
# @option params [String] :default_storage_class
|
1328
1328
|
# The default storage class for objects put into an Amazon S3 bucket by
|
1329
|
-
# the S3 File Gateway. The default value is `
|
1330
|
-
# Optional.
|
1329
|
+
# the S3 File Gateway. The default value is `S3_STANDARD`. Optional.
|
1331
1330
|
#
|
1332
1331
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
1333
1332
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -1584,8 +1583,7 @@ module Aws::StorageGateway
|
|
1584
1583
|
#
|
1585
1584
|
# @option params [String] :default_storage_class
|
1586
1585
|
# The default storage class for objects put into an Amazon S3 bucket by
|
1587
|
-
# the S3 File Gateway. The default value is `
|
1588
|
-
# Optional.
|
1586
|
+
# the S3 File Gateway. The default value is `S3_STANDARD`. Optional.
|
1589
1587
|
#
|
1590
1588
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
1591
1589
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -2283,8 +2281,6 @@ module Aws::StorageGateway
|
|
2283
2281
|
# eject the tape, the tape is archived directly into the storage class
|
2284
2282
|
# (S3 Glacier or S3 Deep Archive) that corresponds to the pool.
|
2285
2283
|
#
|
2286
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
2287
|
-
#
|
2288
2284
|
# @option params [Boolean] :worm
|
2289
2285
|
# Set to `TRUE` if the tape you are creating is to be configured as a
|
2290
2286
|
# write-once-read-many (WORM) tape.
|
@@ -2415,8 +2411,6 @@ module Aws::StorageGateway
|
|
2415
2411
|
# eject the tape, the tape is archived directly into the storage class
|
2416
2412
|
# (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
|
2417
2413
|
#
|
2418
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
2419
|
-
#
|
2420
2414
|
# @option params [Boolean] :worm
|
2421
2415
|
# Set to `TRUE` if the tape you are creating is to be configured as a
|
2422
2416
|
# write-once-read-many (WORM) tape.
|
@@ -2749,7 +2743,7 @@ module Aws::StorageGateway
|
|
2749
2743
|
# for a volume. For more information, see [Backing up your volumes][1].
|
2750
2744
|
# In the `DeleteSnapshotSchedule` request, you identify the volume by
|
2751
2745
|
# providing its Amazon Resource Name (ARN). This operation is only
|
2752
|
-
# supported
|
2746
|
+
# supported for cached volume gateway types.
|
2753
2747
|
#
|
2754
2748
|
# <note markdown="1"> To list or delete a snapshot, you must use the Amazon EC2 API. For
|
2755
2749
|
# more information, go to [DescribeSnapshots][2] in the *Amazon Elastic
|
@@ -5387,7 +5381,7 @@ module Aws::StorageGateway
|
|
5387
5381
|
end
|
5388
5382
|
|
5389
5383
|
# Sends you notification through CloudWatch Events when all files
|
5390
|
-
# written to your file share have been uploaded to Amazon S3.
|
5384
|
+
# written to your file share have been uploaded to S3. Amazon S3.
|
5391
5385
|
#
|
5392
5386
|
# Storage Gateway can send a notification through Amazon CloudWatch
|
5393
5387
|
# Events when all files written to your file share up to that point in
|
@@ -5463,10 +5457,21 @@ module Aws::StorageGateway
|
|
5463
5457
|
# additional requests. For more information, see [Getting notified about
|
5464
5458
|
# file operations][1] in the *Storage Gateway User Guide*.
|
5465
5459
|
#
|
5466
|
-
#
|
5467
|
-
#
|
5468
|
-
#
|
5469
|
-
#
|
5460
|
+
# * Wait at least 60 seconds between consecutive RefreshCache API
|
5461
|
+
# requests.
|
5462
|
+
#
|
5463
|
+
# * RefreshCache does not evict cache entries if invoked consecutively
|
5464
|
+
# within 60 seconds of a previous RefreshCache request.
|
5465
|
+
#
|
5466
|
+
# * If you invoke the RefreshCache API when two requests are already
|
5467
|
+
# being processed, any new request will cause an
|
5468
|
+
# `InvalidGatewayRequestException` error because too many requests
|
5469
|
+
# were sent to the server.
|
5470
|
+
#
|
5471
|
+
# <note markdown="1"> The S3 bucket name does not need to be included when entering the list
|
5472
|
+
# of folders in the FolderList parameter.
|
5473
|
+
#
|
5474
|
+
# </note>
|
5470
5475
|
#
|
5471
5476
|
# For more information, see [Getting notified about file operations][1]
|
5472
5477
|
# in the *Storage Gateway User Guide*.
|
@@ -6576,8 +6581,7 @@ module Aws::StorageGateway
|
|
6576
6581
|
#
|
6577
6582
|
# @option params [String] :default_storage_class
|
6578
6583
|
# The default storage class for objects put into an Amazon S3 bucket by
|
6579
|
-
# the S3 File Gateway. The default value is `
|
6580
|
-
# Optional.
|
6584
|
+
# the S3 File Gateway. The default value is `S3_STANDARD`. Optional.
|
6581
6585
|
#
|
6582
6586
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
6583
6587
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -6755,8 +6759,7 @@ module Aws::StorageGateway
|
|
6755
6759
|
#
|
6756
6760
|
# @option params [String] :default_storage_class
|
6757
6761
|
# The default storage class for objects put into an Amazon S3 bucket by
|
6758
|
-
# the S3 File Gateway. The default value is `
|
6759
|
-
# Optional.
|
6762
|
+
# the S3 File Gateway. The default value is `S3_STANDARD`. Optional.
|
6760
6763
|
#
|
6761
6764
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
6762
6765
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -7218,7 +7221,7 @@ module Aws::StorageGateway
|
|
7218
7221
|
params: params,
|
7219
7222
|
config: config)
|
7220
7223
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
7221
|
-
context[:gem_version] = '1.
|
7224
|
+
context[:gem_version] = '1.68.0'
|
7222
7225
|
Seahorse::Client::Request.new(handlers, context)
|
7223
7226
|
end
|
7224
7227
|
|
@@ -385,8 +385,6 @@ module Aws::StorageGateway
|
|
385
385
|
# eject the tape, the tape is archived directly into the storage class
|
386
386
|
# (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
|
387
387
|
# pool.
|
388
|
-
#
|
389
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
390
388
|
# @return [String]
|
391
389
|
#
|
392
390
|
# @!attribute [rw] bypass_governance_retention
|
@@ -671,8 +669,6 @@ module Aws::StorageGateway
|
|
671
669
|
# application to eject the tape, the tape is archived directly into
|
672
670
|
# the storage class (S3 Glacier or S3 Glacier Deep Archive) that
|
673
671
|
# corresponds to the pool.
|
674
|
-
#
|
675
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
676
672
|
# @return [String]
|
677
673
|
#
|
678
674
|
# @!attribute [rw] tape_size_in_bytes
|
@@ -878,6 +874,13 @@ module Aws::StorageGateway
|
|
878
874
|
# <note markdown="1"> This value is not available for volumes created prior to May 13,
|
879
875
|
# 2015, until you store data on the volume.
|
880
876
|
#
|
877
|
+
# If you use a delete tool that overwrites the data on your volume
|
878
|
+
# with random data, your usage will not be reduced. This is because
|
879
|
+
# the random data is not compressible. If you want to reduce the
|
880
|
+
# amount of billed storage on your volume, we recommend overwriting
|
881
|
+
# your files with zeros to compress the data to a negligible amount of
|
882
|
+
# actual storage.
|
883
|
+
#
|
881
884
|
# </note>
|
882
885
|
# @return [Integer]
|
883
886
|
#
|
@@ -1293,8 +1296,8 @@ module Aws::StorageGateway
|
|
1293
1296
|
#
|
1294
1297
|
# @!attribute [rw] default_storage_class
|
1295
1298
|
# The default storage class for objects put into an Amazon S3 bucket
|
1296
|
-
# by the S3 File Gateway. The default value is
|
1297
|
-
#
|
1299
|
+
# by the S3 File Gateway. The default value is `S3_STANDARD`.
|
1300
|
+
# Optional.
|
1298
1301
|
#
|
1299
1302
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
1300
1303
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -1578,8 +1581,8 @@ module Aws::StorageGateway
|
|
1578
1581
|
#
|
1579
1582
|
# @!attribute [rw] default_storage_class
|
1580
1583
|
# The default storage class for objects put into an Amazon S3 bucket
|
1581
|
-
# by the S3 File Gateway. The default value is
|
1582
|
-
#
|
1584
|
+
# by the S3 File Gateway. The default value is `S3_STANDARD`.
|
1585
|
+
# Optional.
|
1583
1586
|
#
|
1584
1587
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
1585
1588
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -2269,8 +2272,6 @@ module Aws::StorageGateway
|
|
2269
2272
|
# associated with the pool. When you use your backup application to
|
2270
2273
|
# eject the tape, the tape is archived directly into the storage class
|
2271
2274
|
# (S3 Glacier or S3 Deep Archive) that corresponds to the pool.
|
2272
|
-
#
|
2273
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
2274
2275
|
# @return [String]
|
2275
2276
|
#
|
2276
2277
|
# @!attribute [rw] worm
|
@@ -2404,8 +2405,6 @@ module Aws::StorageGateway
|
|
2404
2405
|
# eject the tape, the tape is archived directly into the storage class
|
2405
2406
|
# (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
|
2406
2407
|
# pool.
|
2407
|
-
#
|
2408
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
2409
2408
|
# @return [String]
|
2410
2409
|
#
|
2411
2410
|
# @!attribute [rw] worm
|
@@ -3293,7 +3292,9 @@ module Aws::StorageGateway
|
|
3293
3292
|
# @!attribute [rw] last_software_update
|
3294
3293
|
# The date on which the last software update was applied to the
|
3295
3294
|
# gateway. If the gateway has never been updated, this field does not
|
3296
|
-
# return a value in the response.
|
3295
|
+
# return a value in the response. This only only exist and returns
|
3296
|
+
# once it have been chosen and set by the SGW service, based on the OS
|
3297
|
+
# version of the gateway VM
|
3297
3298
|
# @return [String]
|
3298
3299
|
#
|
3299
3300
|
# @!attribute [rw] ec2_instance_id
|
@@ -3320,7 +3321,9 @@ module Aws::StorageGateway
|
|
3320
3321
|
#
|
3321
3322
|
# @!attribute [rw] cloud_watch_log_group_arn
|
3322
3323
|
# The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
|
3323
|
-
# that is used to monitor events in the gateway.
|
3324
|
+
# that is used to monitor events in the gateway. This field only only
|
3325
|
+
# exist and returns once it have been chosen and set by the SGW
|
3326
|
+
# service, based on the OS version of the gateway VM
|
3324
3327
|
# @return [String]
|
3325
3328
|
#
|
3326
3329
|
# @!attribute [rw] host_environment
|
@@ -5578,8 +5581,8 @@ module Aws::StorageGateway
|
|
5578
5581
|
#
|
5579
5582
|
# @!attribute [rw] default_storage_class
|
5580
5583
|
# The default storage class for objects put into an Amazon S3 bucket
|
5581
|
-
# by the S3 File Gateway. The default value is
|
5582
|
-
#
|
5584
|
+
# by the S3 File Gateway. The default value is `S3_STANDARD`.
|
5585
|
+
# Optional.
|
5583
5586
|
#
|
5584
5587
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
5585
5588
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -6178,8 +6181,8 @@ module Aws::StorageGateway
|
|
6178
6181
|
#
|
6179
6182
|
# @!attribute [rw] default_storage_class
|
6180
6183
|
# The default storage class for objects put into an Amazon S3 bucket
|
6181
|
-
# by the S3 File Gateway. The default value is
|
6182
|
-
#
|
6184
|
+
# by the S3 File Gateway. The default value is `S3_STANDARD`.
|
6185
|
+
# Optional.
|
6183
6186
|
#
|
6184
6187
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
6185
6188
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -6881,8 +6884,6 @@ module Aws::StorageGateway
|
|
6881
6884
|
# eject the tape, the tape is archived directly into the storage class
|
6882
6885
|
# (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
|
6883
6886
|
# pool.
|
6884
|
-
#
|
6885
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
6886
6887
|
# @return [String]
|
6887
6888
|
#
|
6888
6889
|
# @!attribute [rw] worm
|
@@ -6975,8 +6976,6 @@ module Aws::StorageGateway
|
|
6975
6976
|
# The ID of the pool that was used to archive the tape. The tapes in
|
6976
6977
|
# this pool are archived in the S3 storage class that is associated
|
6977
6978
|
# with the pool.
|
6978
|
-
#
|
6979
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
6980
6979
|
# @return [String]
|
6981
6980
|
#
|
6982
6981
|
# @!attribute [rw] worm
|
@@ -7047,8 +7046,6 @@ module Aws::StorageGateway
|
|
7047
7046
|
# eject the tape, the tape is archived directly into the storage class
|
7048
7047
|
# (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
|
7049
7048
|
# pool.
|
7050
|
-
#
|
7051
|
-
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
7052
7049
|
# @return [String]
|
7053
7050
|
#
|
7054
7051
|
# @!attribute [rw] retention_start_date
|
@@ -7664,8 +7661,8 @@ module Aws::StorageGateway
|
|
7664
7661
|
#
|
7665
7662
|
# @!attribute [rw] default_storage_class
|
7666
7663
|
# The default storage class for objects put into an Amazon S3 bucket
|
7667
|
-
# by the S3 File Gateway. The default value is
|
7668
|
-
#
|
7664
|
+
# by the S3 File Gateway. The default value is `S3_STANDARD`.
|
7665
|
+
# Optional.
|
7669
7666
|
#
|
7670
7667
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
7671
7668
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
@@ -7855,8 +7852,8 @@ module Aws::StorageGateway
|
|
7855
7852
|
#
|
7856
7853
|
# @!attribute [rw] default_storage_class
|
7857
7854
|
# The default storage class for objects put into an Amazon S3 bucket
|
7858
|
-
# by the S3 File Gateway. The default value is
|
7859
|
-
#
|
7855
|
+
# by the S3 File Gateway. The default value is `S3_STANDARD`.
|
7856
|
+
# Optional.
|
7860
7857
|
#
|
7861
7858
|
# Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
|
7862
7859
|
# `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
|
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.
|
4
|
+
version: 1.68.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: 2022-
|
11
|
+
date: 2022-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|