aws-sdk-applicationcostprofiler 1.29.0 → 1.30.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-applicationcostprofiler/client.rb +7 -1
- data/lib/aws-sdk-applicationcostprofiler.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: d863f9b26a956e5d9a436e8e337b3b0bdaf701f6da4c092515bc0485cc16cf26
|
4
|
+
data.tar.gz: b553a6f63c4dc971ba7d2879bb9c52afede502d74f2aa1bc616f7ca67a8716b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80619ac1e405c339ca9a63abd321079d5ea39fb607176a1e1938027f5a6370fd5d255e41d1c8c131843810f2b1f56038b56bdaed509d7708b75b6de36adeb29b
|
7
|
+
data.tar.gz: beff6a4499ad4e6db28ec0a7a08c6b9c66e769c94add950e6c59b9c2605bb4f8785d5a8a38932a5a60adbefcebfbfcbdb5aaa728732764d954b34f9aeebfa68c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.30.0
|
@@ -425,6 +425,12 @@ module Aws::ApplicationCostProfiler
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -709,7 +715,7 @@ module Aws::ApplicationCostProfiler
|
|
709
715
|
tracer: tracer
|
710
716
|
)
|
711
717
|
context[:gem_name] = 'aws-sdk-applicationcostprofiler'
|
712
|
-
context[:gem_version] = '1.
|
718
|
+
context[:gem_version] = '1.30.0'
|
713
719
|
Seahorse::Client::Request.new(handlers, context)
|
714
720
|
end
|
715
721
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-applicationcostprofiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.30.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
|