aws-sdk-snowball 1.65.0 → 1.66.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: 75b743c310472a91af66c3f5b827f1041b4fb67daa74341145db5929e97638a3
4
- data.tar.gz: f50ff42aec2b450696c8c8fad4363a727a3903091c447790caba1c8ab019e8f6
3
+ metadata.gz: f64c8f8695b372e336271a838069e410d5cd4605752b8fa5782f8e0b28a37b85
4
+ data.tar.gz: a6816b9e0a34901b69d6174a98d1a06ce2a024554150d1d6652fee74e222f0ae
5
5
  SHA512:
6
- metadata.gz: aa4cf5c16fc4a98cb46e6d59244761285a76288ec8c56b211434175a3640c19553c1038468f8ccfd13eb1b3541ed67bb85b8dcd438bd8d2528fdc86adc5d1385
7
- data.tar.gz: aff5fa3dc060dcf5ce341c4c858b0509a8399c932a5e02107c68a00adf7675909e268e549067c3dc11ca605e3bfe8ced2763bd9e947240ebb5a7c13cd89838b0
6
+ metadata.gz: 0b3393584ec0d2120ab60eceecb343612ff8690fcc3b835e6ec917f0a1484e9d8b949e9a19e240fff63aa307236bbf58974dc33fd7ed37d5839283ac82755ce8
7
+ data.tar.gz: bda8a01378764d4ec4738c79305d978bd488e42c0b4684050c13f733dba1f210a47921121c27142f8383d86de3d0ae377e64c9070736d7c0f2edecd3274c30ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2024-03-07)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update for change to EKS-Anywhere ordering.
8
+
4
9
  1.65.0 (2024-01-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -2893,7 +2893,7 @@ module Aws::Snowball
2893
2893
  params: params,
2894
2894
  config: config)
2895
2895
  context[:gem_name] = 'aws-sdk-snowball'
2896
- context[:gem_version] = '1.65.0'
2896
+ context[:gem_version] = '1.66.0'
2897
2897
  Seahorse::Client::Request.new(handlers, context)
2898
2898
  end
2899
2899
 
@@ -1099,7 +1099,7 @@ module Aws::Snowball
1099
1099
  # @return [String]
1100
1100
  #
1101
1101
  # @!attribute [rw] eks_anywhere_version
1102
- # The version of EKS Anywhere on the Snow Family device.
1102
+ # The optional version of EKS Anywhere on the Snow Family device.
1103
1103
  # @return [String]
1104
1104
  #
1105
1105
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/EKSOnDeviceServiceConfiguration AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-snowball/customizations'
52
52
  # @!group service
53
53
  module Aws::Snowball
54
54
 
55
- GEM_VERSION = '1.65.0'
55
+ GEM_VERSION = '1.66.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.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-01-29 00:00:00.000000000 Z
11
+ date: 2024-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core