aws-sdk-snowball 1.89.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +11 -14
- 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.91.0 (2025-08-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Remove incorrect endpoint tests
|
8
|
+
|
9
|
+
1.90.0 (2025-08-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.89.0 (2025-07-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.91.0
|
@@ -95,8 +95,8 @@ module Aws::Snowball
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials used for authentication. This can be
|
99
|
-
# following classes:
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
102
102
|
# credentials.
|
@@ -124,8 +124,7 @@ module Aws::Snowball
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
125
125
|
# from the Cognito Identity service.
|
126
126
|
#
|
127
|
-
# When `:credentials` are not configured directly, the following
|
128
|
-
# locations will be searched for credentials:
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
129
128
|
#
|
130
129
|
# * `Aws.config[:credentials]`
|
131
130
|
#
|
@@ -139,12 +138,10 @@ module Aws::Snowball
|
|
139
138
|
#
|
140
139
|
# * `~/.aws/config`
|
141
140
|
#
|
142
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
-
# to `true`.
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
148
145
|
#
|
149
146
|
# @option options [required, String] :region
|
150
147
|
# The AWS region to connect to. The configured `:region` is
|
@@ -384,8 +381,8 @@ module Aws::Snowball
|
|
384
381
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
385
382
|
#
|
386
383
|
# @option options [Aws::TokenProvider] :token_provider
|
387
|
-
# Your Bearer token used for authentication. This can be
|
388
|
-
# following classes:
|
384
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
385
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
389
386
|
#
|
390
387
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
391
388
|
# tokens.
|
@@ -1139,7 +1136,7 @@ module Aws::Snowball
|
|
1139
1136
|
# The tax documents required in your Amazon Web Services Region.
|
1140
1137
|
#
|
1141
1138
|
# @option params [Types::DeviceConfiguration] :device_configuration
|
1142
|
-
# Defines the device configuration for an
|
1139
|
+
# Defines the device configuration for an Snowball Edge job.
|
1143
1140
|
#
|
1144
1141
|
# For more information, see
|
1145
1142
|
# "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
|
@@ -2977,7 +2974,7 @@ module Aws::Snowball
|
|
2977
2974
|
tracer: tracer
|
2978
2975
|
)
|
2979
2976
|
context[:gem_name] = 'aws-sdk-snowball'
|
2980
|
-
context[:gem_version] = '1.
|
2977
|
+
context[:gem_version] = '1.91.0'
|
2981
2978
|
Seahorse::Client::Request.new(handlers, context)
|
2982
2979
|
end
|
2983
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