aws-sdk-snowball 1.90.0 → 1.91.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-snowball/client.rb +2 -2
- data/lib/aws-sdk-snowball/types.rb +8 -8
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90150bad8e7377182516b4dfdf05620094b179aa4addc3f9eee632ae76bc64c3
|
4
|
+
data.tar.gz: 461815982e40caf3c8b80c4738d7cde5aa3771f28589b84f490ff312f533385b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ad7a3a3108fa35dce0bc4a2104e5891c4403187520c7de033d6d8d72712d4f49ee5e28153f5b4996ddc895a3cb81bda533f294c8071c7b789cd66781bacac95
|
7
|
+
data.tar.gz: '042409f72f78eaddb16ec7e40a284d5e4a52bc811d31ae8a4c5bb991b032dd386d40a637af7f2f29d0a53f5feaa112f251338b4be6bbe0d1b3bf2c916d831940'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.91.0
|
@@ -1136,7 +1136,7 @@ module Aws::Snowball
|
|
1136
1136
|
# The tax documents required in your Amazon Web Services Region.
|
1137
1137
|
#
|
1138
1138
|
# @option params [Types::DeviceConfiguration] :device_configuration
|
1139
|
-
# Defines the device configuration for an
|
1139
|
+
# Defines the device configuration for an Snowball Edge job.
|
1140
1140
|
#
|
1141
1141
|
# For more information, see
|
1142
1142
|
# "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
|
@@ -2974,7 +2974,7 @@ module Aws::Snowball
|
|
2974
2974
|
tracer: tracer
|
2975
2975
|
)
|
2976
2976
|
context[:gem_name] = 'aws-sdk-snowball'
|
2977
|
-
context[:gem_version] = '1.
|
2977
|
+
context[:gem_version] = '1.91.0'
|
2978
2978
|
Seahorse::Client::Request.new(handlers, context)
|
2979
2979
|
end
|
2980
2980
|
|
@@ -230,7 +230,7 @@ module Aws::Snowball
|
|
230
230
|
# @return [String]
|
231
231
|
#
|
232
232
|
# @!attribute [rw] snowball_type
|
233
|
-
# The type of
|
233
|
+
# The type of Snowball Edge device to use for this cluster.
|
234
234
|
#
|
235
235
|
# <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
|
236
236
|
# only the `EDGE` device type.
|
@@ -717,7 +717,7 @@ module Aws::Snowball
|
|
717
717
|
# @return [Types::TaxDocuments]
|
718
718
|
#
|
719
719
|
# @!attribute [rw] device_configuration
|
720
|
-
# Defines the device configuration for an
|
720
|
+
# Defines the device configuration for an Snowball Edge job.
|
721
721
|
#
|
722
722
|
# For more information, see
|
723
723
|
# "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
|
@@ -1079,8 +1079,8 @@ module Aws::Snowball
|
|
1079
1079
|
# The container for `SnowconeDeviceConfiguration`.
|
1080
1080
|
#
|
1081
1081
|
# @!attribute [rw] snowcone_device_configuration
|
1082
|
-
# Returns information about the device configuration for an
|
1083
|
-
# job.
|
1082
|
+
# Returns information about the device configuration for an Snowball
|
1083
|
+
# Edge job.
|
1084
1084
|
# @return [Types::SnowconeDeviceConfiguration]
|
1085
1085
|
#
|
1086
1086
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DeviceConfiguration AWS API Documentation
|
@@ -2423,10 +2423,10 @@ module Aws::Snowball
|
|
2423
2423
|
include Aws::Structure
|
2424
2424
|
end
|
2425
2425
|
|
2426
|
-
# Specifies the device configuration for an
|
2426
|
+
# Specifies the device configuration for an Snowball Edge job.
|
2427
2427
|
#
|
2428
2428
|
# @!attribute [rw] wireless_connection
|
2429
|
-
# Configures the wireless connection for the
|
2429
|
+
# Configures the wireless connection for the Snowball Edge device.
|
2430
2430
|
# @return [Types::WirelessConnection]
|
2431
2431
|
#
|
2432
2432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/SnowconeDeviceConfiguration AWS API Documentation
|
@@ -2724,10 +2724,10 @@ module Aws::Snowball
|
|
2724
2724
|
#
|
2725
2725
|
class UpdateLongTermPricingResult < Aws::EmptyStructure; end
|
2726
2726
|
|
2727
|
-
# Configures the wireless connection on an
|
2727
|
+
# Configures the wireless connection on an Snowball Edge device.
|
2728
2728
|
#
|
2729
2729
|
# @!attribute [rw] is_wifi_enabled
|
2730
|
-
# Enables the Wi-Fi adapter on an
|
2730
|
+
# Enables the Wi-Fi adapter on an Snowball Edge device.
|
2731
2731
|
# @return [Boolean]
|
2732
2732
|
#
|
2733
2733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/WirelessConnection AWS API Documentation
|
data/lib/aws-sdk-snowball.rb
CHANGED