aws-sdk-storagegateway 1.100.0 → 1.101.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +9 -9
- data/lib/aws-sdk-storagegateway/types.rb +12 -12
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eef88eefb5f4ef7f85b50a4fd85b45eefed2c3c5d082b0f89595bc35cfbeb7f6
|
4
|
+
data.tar.gz: 597a7f68b5de46ebf30ccbcf7ddfebca3e81b42216a56c924c3f9f498f14d33a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70ea0f8dcbfe005405f620a4b8bb52d6a7fe23048f26c7066549512df5319e3a7e8e578ff66e75c303a26e94bb9ab0ab6acc742a27a92fd55652dfdfd52902e4
|
7
|
+
data.tar.gz: d850d8c55a0c26670131dd08acb4289b406a4f566aeb94ad24fcc19f4def770eee35d148b245c4cf4ce68f002551cf1abd056758c03f158d162680984d579ddf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.101.0
|
@@ -1559,11 +1559,11 @@ module Aws::StorageGateway
|
|
1559
1559
|
# The following example sets `NotificationPolicy` on with
|
1560
1560
|
# `SettlingTimeInSeconds` set to 60.
|
1561
1561
|
#
|
1562
|
-
#
|
1562
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
1563
1563
|
#
|
1564
1564
|
# The following example sets `NotificationPolicy` off.
|
1565
1565
|
#
|
1566
|
-
#
|
1566
|
+
# `{}`
|
1567
1567
|
#
|
1568
1568
|
# @option params [String] :vpc_endpoint_dns_name
|
1569
1569
|
# Specifies the DNS name for the VPC endpoint that the NFS file share
|
@@ -1897,11 +1897,11 @@ module Aws::StorageGateway
|
|
1897
1897
|
# The following example sets `NotificationPolicy` on with
|
1898
1898
|
# `SettlingTimeInSeconds` set to 60.
|
1899
1899
|
#
|
1900
|
-
#
|
1900
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
1901
1901
|
#
|
1902
1902
|
# The following example sets `NotificationPolicy` off.
|
1903
1903
|
#
|
1904
|
-
#
|
1904
|
+
# `{}`
|
1905
1905
|
#
|
1906
1906
|
# @option params [String] :vpc_endpoint_dns_name
|
1907
1907
|
# Specifies the DNS name for the VPC endpoint that the SMB file share
|
@@ -6961,11 +6961,11 @@ module Aws::StorageGateway
|
|
6961
6961
|
# The following example sets `NotificationPolicy` on with
|
6962
6962
|
# `SettlingTimeInSeconds` set to 60.
|
6963
6963
|
#
|
6964
|
-
#
|
6964
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
6965
6965
|
#
|
6966
6966
|
# The following example sets `NotificationPolicy` off.
|
6967
6967
|
#
|
6968
|
-
#
|
6968
|
+
# `{}`
|
6969
6969
|
#
|
6970
6970
|
# @option params [String] :audit_destination_arn
|
6971
6971
|
# The Amazon Resource Name (ARN) of the storage used for audit logs.
|
@@ -7212,11 +7212,11 @@ module Aws::StorageGateway
|
|
7212
7212
|
# The following example sets `NotificationPolicy` on with
|
7213
7213
|
# `SettlingTimeInSeconds` set to 60.
|
7214
7214
|
#
|
7215
|
-
#
|
7215
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
7216
7216
|
#
|
7217
7217
|
# The following example sets `NotificationPolicy` off.
|
7218
7218
|
#
|
7219
|
-
#
|
7219
|
+
# `{}`
|
7220
7220
|
#
|
7221
7221
|
# @option params [Boolean] :oplocks_enabled
|
7222
7222
|
# Specifies whether opportunistic locking is enabled for the SMB file
|
@@ -7580,7 +7580,7 @@ module Aws::StorageGateway
|
|
7580
7580
|
tracer: tracer
|
7581
7581
|
)
|
7582
7582
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
7583
|
-
context[:gem_version] = '1.
|
7583
|
+
context[:gem_version] = '1.101.0'
|
7584
7584
|
Seahorse::Client::Request.new(handlers, context)
|
7585
7585
|
end
|
7586
7586
|
|
@@ -1261,11 +1261,11 @@ module Aws::StorageGateway
|
|
1261
1261
|
# The following example sets `NotificationPolicy` on with
|
1262
1262
|
# `SettlingTimeInSeconds` set to 60.
|
1263
1263
|
#
|
1264
|
-
#
|
1264
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
1265
1265
|
#
|
1266
1266
|
# The following example sets `NotificationPolicy` off.
|
1267
1267
|
#
|
1268
|
-
#
|
1268
|
+
# `{}`
|
1269
1269
|
# @return [String]
|
1270
1270
|
#
|
1271
1271
|
# @!attribute [rw] vpc_endpoint_dns_name
|
@@ -1596,11 +1596,11 @@ module Aws::StorageGateway
|
|
1596
1596
|
# The following example sets `NotificationPolicy` on with
|
1597
1597
|
# `SettlingTimeInSeconds` set to 60.
|
1598
1598
|
#
|
1599
|
-
#
|
1599
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
1600
1600
|
#
|
1601
1601
|
# The following example sets `NotificationPolicy` off.
|
1602
1602
|
#
|
1603
|
-
#
|
1603
|
+
# `{}`
|
1604
1604
|
# @return [String]
|
1605
1605
|
#
|
1606
1606
|
# @!attribute [rw] vpc_endpoint_dns_name
|
@@ -5175,11 +5175,11 @@ module Aws::StorageGateway
|
|
5175
5175
|
# The following example sets `NotificationPolicy` on with
|
5176
5176
|
# `SettlingTimeInSeconds` set to 60.
|
5177
5177
|
#
|
5178
|
-
#
|
5178
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
5179
5179
|
#
|
5180
5180
|
# The following example sets `NotificationPolicy` off.
|
5181
5181
|
#
|
5182
|
-
#
|
5182
|
+
# `{}`
|
5183
5183
|
# @return [String]
|
5184
5184
|
#
|
5185
5185
|
# @!attribute [rw] vpc_endpoint_dns_name
|
@@ -5813,11 +5813,11 @@ module Aws::StorageGateway
|
|
5813
5813
|
# The following example sets `NotificationPolicy` on with
|
5814
5814
|
# `SettlingTimeInSeconds` set to 60.
|
5815
5815
|
#
|
5816
|
-
#
|
5816
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
5817
5817
|
#
|
5818
5818
|
# The following example sets `NotificationPolicy` off.
|
5819
5819
|
#
|
5820
|
-
#
|
5820
|
+
# `{}`
|
5821
5821
|
# @return [String]
|
5822
5822
|
#
|
5823
5823
|
# @!attribute [rw] vpc_endpoint_dns_name
|
@@ -7163,11 +7163,11 @@ module Aws::StorageGateway
|
|
7163
7163
|
# The following example sets `NotificationPolicy` on with
|
7164
7164
|
# `SettlingTimeInSeconds` set to 60.
|
7165
7165
|
#
|
7166
|
-
#
|
7166
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
7167
7167
|
#
|
7168
7168
|
# The following example sets `NotificationPolicy` off.
|
7169
7169
|
#
|
7170
|
-
#
|
7170
|
+
# `{}`
|
7171
7171
|
# @return [String]
|
7172
7172
|
#
|
7173
7173
|
# @!attribute [rw] audit_destination_arn
|
@@ -7406,11 +7406,11 @@ module Aws::StorageGateway
|
|
7406
7406
|
# The following example sets `NotificationPolicy` on with
|
7407
7407
|
# `SettlingTimeInSeconds` set to 60.
|
7408
7408
|
#
|
7409
|
-
#
|
7409
|
+
# `{"Upload": {"SettlingTimeInSeconds": 60}}`
|
7410
7410
|
#
|
7411
7411
|
# The following example sets `NotificationPolicy` off.
|
7412
7412
|
#
|
7413
|
-
#
|
7413
|
+
# `{}`
|
7414
7414
|
# @return [String]
|
7415
7415
|
#
|
7416
7416
|
# @!attribute [rw] oplocks_enabled
|
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.101.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|