aws-sdk-efs 1.73.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8cc9720d60751f3c8f5dcc72811493549c85a8ae068d8e5f9172b36ea727d96
4
- data.tar.gz: dc5ac4ec1839c0a34383a905549eef335b7c07c26e6f93e09052b21cd48a7548
3
+ metadata.gz: f9475629b16f887a558d612f1714f23c9ddbfeda8d759e0b440eb634708a61d9
4
+ data.tar.gz: e6d392a171f34b1d40f8880d7a75bd883fc8653aa4258de9741d9f859e2cc72c
5
5
  SHA512:
6
- metadata.gz: 7e68d887aa6bc537eb2d66f72c07a42e821f8f9e8cce5fd1d499b6e0fc7ed38dbf01acc7c7f9c2fe24a39996798e925e0f4988aa04c6c810e812bbf3063b73ad
7
- data.tar.gz: c15fb60ca818e3079c96574ea35a02f3024ded0888af3724bd129c4cd2c95697d6b0cbd3da8c2396a9c8e72bca1fc3dac4c32a506f88fbfe954d2b93815fdbb8
6
+ metadata.gz: db46060ecea4be753c31e43512705fd06edc0ccdf70371f8d1c8d4e7c1d793d3d6354f4b149b5703bc76776273bcf85775a1ea710f4687d5c5f0ea3216902465
7
+ data.tar.gz: b410cb91d9b1148375a8bc778f480b7b1e0cd52972906eea3d43d9fb3b36abe071da7748217145272a4cc9caa2839848ef79e95554ecde5628f62451de11b3c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -301,8 +301,9 @@ module Aws::EFS
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2879,7 +2880,7 @@ module Aws::EFS
2879
2880
  params: params,
2880
2881
  config: config)
2881
2882
  context[:gem_name] = 'aws-sdk-efs'
2882
- context[:gem_version] = '1.73.0'
2883
+ context[:gem_version] = '1.74.0'
2883
2884
  Seahorse::Client::Request.new(handlers, context)
2884
2885
  end
2885
2886
 
data/lib/aws-sdk-efs.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-efs/customizations'
52
52
  # @!group service
53
53
  module Aws::EFS
54
54
 
55
- GEM_VERSION = '1.73.0'
55
+ GEM_VERSION = '1.74.0'
56
56
 
57
57
  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.73.0
4
+ version: 1.74.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core