aws-sdk-backupgateway 1.19.0 → 1.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backupgateway/client.rb +4 -3
- data/lib/aws-sdk-backupgateway.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb1645dad7f72af3faee76968520bc393016bbc14bbedbfe86a8baf3a5309ed2
|
4
|
+
data.tar.gz: a407933faa6b03db97677e96cb976586305a1380b206bdc093094b577ad485f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b11a78f152ae2364d0f4c5a6f7c1746c427a0cfcaac8f554879c77b9c2b53a1bb3c25d97aec7ae93bb47a41bbf917039b21cf913b1a1cd9b8c68425811ba02d
|
7
|
+
data.tar.gz: 2eb8f8de5ca1a5120118116b9378fb1094b113cfc3cb76ce56a3f88c60d47c0df95f7513265ed10e3c6f92daf9e7c4b32ff13b6135f0ccee2fc27ee29faf7610
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -301,8 +301,9 @@ module Aws::BackupGateway
|
|
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
|
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
|
#
|
@@ -1436,7 +1437,7 @@ module Aws::BackupGateway
|
|
1436
1437
|
params: params,
|
1437
1438
|
config: config)
|
1438
1439
|
context[:gem_name] = 'aws-sdk-backupgateway'
|
1439
|
-
context[:gem_version] = '1.
|
1440
|
+
context[:gem_version] = '1.20.0'
|
1440
1441
|
Seahorse::Client::Request.new(handlers, context)
|
1441
1442
|
end
|
1442
1443
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-backupgateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.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-
|
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
|