aws-sdk-efs 1.44.0 → 1.45.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: f6616c418a83a7d11969eb5d95afee676960ec10ebc03f4282ef504e7b3c9b32
4
- data.tar.gz: bb63055d8c2f809d645abd71030e1daf87690937ac07608d6f6364e1b77320dd
3
+ metadata.gz: cc15e83e12a1b714a643c97a5f63b77ea3de8a637393b00cc853925aa42a9f30
4
+ data.tar.gz: 7e82e1d94c818067181f0fa656ef3d31e35247f5099ec6812fcde971d022a346
5
5
  SHA512:
6
- metadata.gz: 6d7cfbdfe5f3f80d689310c09bebb96bd9d98181759a5e555ebf2153beb87aecaa1acdf60d854eb8285e75a55b7d903d6f73f40567f8e1e0306797588f47664a
7
- data.tar.gz: 59d0ec9efc31f8f66b47723a728ab712cb8d91c3c56d4f249544e5abf8ee2ae0c1065a6d375ffe13062bdcf6bd75ab81ab69cfae4dbe3ca645ed755f7cffbf2a
6
+ metadata.gz: 8b0b04b7a5499feb37ccb166ec1189668f7b9243feb8514538d6f2d32f6443e2d4472c64a1b8b82fc05a547215d23dc06218e2ad05045ba1d0371d43cc7596c4
7
+ data.tar.gz: 9b9cce539b362c78f430b3df95fc3bce707ea23934bcf8a59043f24750ecba37d8fbbe08cbf74db94821b9660a4bcbea0014fd5973641874b96fa1fd4d6e5046
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2021-10-04)
5
+ ------------------
6
+
7
+ * Feature - EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers.
8
+
4
9
  1.44.0 (2021-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -2387,7 +2387,7 @@ module Aws::EFS
2387
2387
  params: params,
2388
2388
  config: config)
2389
2389
  context[:gem_name] = 'aws-sdk-efs'
2390
- context[:gem_version] = '1.44.0'
2390
+ context[:gem_version] = '1.45.0'
2391
2391
  Seahorse::Client::Request.new(handlers, context)
2392
2392
  end
2393
2393
 
@@ -821,6 +821,7 @@ module Aws::EFS
821
821
  o.http_request_uri = "/2015-02-01/account-preferences"
822
822
  o.input = Shapes::ShapeRef.new(shape: PutAccountPreferencesRequest)
823
823
  o.output = Shapes::ShapeRef.new(shape: PutAccountPreferencesResponse)
824
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
824
825
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
825
826
  end)
826
827
 
data/lib/aws-sdk-efs.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-efs/customizations'
48
48
  # @!group service
49
49
  module Aws::EFS
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-efs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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: 2021-09-02 00:00:00.000000000 Z
11
+ date: 2021-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core