aws-sdk-budgets 1.72.0 → 1.73.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-budgets/client.rb +7 -1
- data/lib/aws-sdk-budgets.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: 1db9e952b79f74d4e77c417bc135dd7f6cd94e5f71a848521b6c89da32517888
|
4
|
+
data.tar.gz: ffb316872a2344f455e81983b36a0674c2a07e88fcbfd159a6a653627124d651
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 252716c8d2d0b6bc1c4ba929ca46412dbc5370543de9786d817f4940ce3bb372492e80ba50f6d71ac3ac44ed8f64c858f5cbb35dc6c2af090b96f8731324b7c0
|
7
|
+
data.tar.gz: 69a83df34e38c1cd44130227926139ee8e2431bb223aab0841da210a0aa0e8387fd2ef753b68de444f9e7afa1853c9d749bb494deebfaafb9b535e9216a0a7b6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -432,6 +432,12 @@ module Aws::Budgets
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -2073,7 +2079,7 @@ module Aws::Budgets
|
|
2073
2079
|
tracer: tracer
|
2074
2080
|
)
|
2075
2081
|
context[:gem_name] = 'aws-sdk-budgets'
|
2076
|
-
context[:gem_version] = '1.
|
2082
|
+
context[:gem_version] = '1.73.0'
|
2077
2083
|
Seahorse::Client::Request.new(handlers, context)
|
2078
2084
|
end
|
2079
2085
|
|
data/lib/aws-sdk-budgets.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-budgets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.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-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|