aws-sdk-codeguruprofiler 1.43.0 → 1.44.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-codeguruprofiler/client.rb +7 -1
- data/lib/aws-sdk-codeguruprofiler.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: 745eb2afdff0770444854b2b6ebf482f06e99d62c7dee0ef93d37c9bdfea4f0e
|
4
|
+
data.tar.gz: 6a6e7f1e4fd1efc4d8706465b2a51e35941637e1177947baa0b23c835218d14f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9e81eb5c876ba609d3a247f311b09a2e8f6dac067ce2d9eb80e964c08244ae5e2f9f5f93b3df1168fc81f4363d5bf0c06e76606cbf1cd5fbdf37ec4acf3ebb6
|
7
|
+
data.tar.gz: afa1dd539332a245a31eac34ad22f40631ccd7d9bbfcbecdcdeb91655daad791cad0be7769f1220937f2e79bcb06b9c0f08fb702701376577f7d1abfe994fc14
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -425,6 +425,12 @@ module Aws::CodeGuruProfiler
|
|
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
|
#
|
@@ -1748,7 +1754,7 @@ module Aws::CodeGuruProfiler
|
|
1748
1754
|
tracer: tracer
|
1749
1755
|
)
|
1750
1756
|
context[:gem_name] = 'aws-sdk-codeguruprofiler'
|
1751
|
-
context[:gem_version] = '1.
|
1757
|
+
context[:gem_version] = '1.44.0'
|
1752
1758
|
Seahorse::Client::Request.new(handlers, context)
|
1753
1759
|
end
|
1754
1760
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codeguruprofiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.44.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
|