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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 247ec7a701163d67501ed8398c7cbc1ce2e66e92b9081b32d0ad414248577d5a
4
- data.tar.gz: c98405f7abc91d9b0784519eef214c497255fdf78d0cd2ee6d4760b5dafe71a9
3
+ metadata.gz: 90150bad8e7377182516b4dfdf05620094b179aa4addc3f9eee632ae76bc64c3
4
+ data.tar.gz: 461815982e40caf3c8b80c4738d7cde5aa3771f28589b84f490ff312f533385b
5
5
  SHA512:
6
- metadata.gz: 85d65d64acab45d54547576d952d26cce794bfa94118296e478b3044ccec86a2b411bd79044d6c3a4fc5473e392e97700fc18f4202028d2a3652eac84d6877d5
7
- data.tar.gz: '0767293ba41e8aaf10e4c8ad60fe8642d64fdf3e7445ed9dc4870c5717823f8cee025f38d9ac3322aa3fb9b1a6bf05c1728b25fa5567391289d0deba7f81a2ca'
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.89.0
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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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 Snowcone job.
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.89.0'
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 Snowcone device to use for this cluster.
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 Snowcone job.
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 Snowcone
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 Snowcone job.
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 Snowcone device.
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 Snowcone device.
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 Snowcone device.
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
@@ -54,7 +54,7 @@ module Aws::Snowball
54
54
  autoload :EndpointProvider, 'aws-sdk-snowball/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowball/endpoints'
56
56
 
57
- GEM_VERSION = '1.89.0'
57
+ GEM_VERSION = '1.91.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services