aws-sdk-backupstorage 1.13.0 → 1.14.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: 58362f44c68f374190f0b91a82ff332bc4acdf39d29f789641f05d71c9552d4f
4
- data.tar.gz: 2128093baa48e3885f1a2f75314b81ed4affd7545adbae2292ec3c6746bcdbaf
3
+ metadata.gz: 25b7c644c96ffaca6cf67d15978e66a16f8650967d5c4c20a2a53e1b2a734599
4
+ data.tar.gz: 805ca98cc0d2dd2b234866be08a1c508c4cb9210fcd88bb57ce1f90372184545
5
5
  SHA512:
6
- metadata.gz: 745f70e3803ee8d66899153417f2a948bdea7ce2af99560af9409d53bad4fa60463635a77ed652c38ef0f5a99592e20a4475659103b6266747cdf0c9b05097d3
7
- data.tar.gz: 643568519688d1d7de5f7fead990377958b07d759439e63165390d4965ca22b32a6d8b246f4ff3bbcc4aab94be01b78d783fc38951bb3ded71709bac755398eb
6
+ metadata.gz: 96b6f660aaca3eac1f5182d4873d02fc6d23bd4fb4ba7b24d9da07bc3bc68f611894f123348bf24952ae8a853e4015dd5e79ae3489057b329bcd70fffaad478d
7
+ data.tar.gz: 9c1ffaef4a65e7f3bf50fb2ddd25e84206d17a889b52beae3d10b1b1c07a0de0281496cec5694857a0f46f8450f44632eeffde2fa3ea89223d8aa7ce2b4f7087
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -301,8 +301,9 @@ module Aws::BackupStorage
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
  #
@@ -867,7 +868,7 @@ module Aws::BackupStorage
867
868
  params: params,
868
869
  config: config)
869
870
  context[:gem_name] = 'aws-sdk-backupstorage'
870
- context[:gem_version] = '1.13.0'
871
+ context[:gem_version] = '1.14.0'
871
872
  Seahorse::Client::Request.new(handlers, context)
872
873
  end
873
874
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-backupstorage/customizations'
52
52
  # @!group service
53
53
  module Aws::BackupStorage
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-backupstorage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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