aws-sdk-cloudwatchlogs 1.91.0 → 1.96.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 721262079eca168c092dcf133149107db32a61ac290a9a71b6073076efa751e4
4
- data.tar.gz: 623a69944d8d72d16f0756e9ee610097c1a57b56d38975c98083b8288838caf7
3
+ metadata.gz: dd79d61961e5e5dcda644d7f69f7f8a5b911a77735905c5c47a1e1ee71e311d0
4
+ data.tar.gz: 2069d23b0f271c75b30090e0e61189b4a74afbea282d8a5940f33da18c944272
5
5
  SHA512:
6
- metadata.gz: dcffba4f4ddcab3cb2d06bcce44f6085dc4a5982713909c929993967c295fe159364f4d338574a17df86ba2a554afc3335cf2f02fe71c4f3610cb5d1ce563c0b
7
- data.tar.gz: 81c1b56bfad077b03a0abee47314f6850ba8d1beedb61b1a958e3726318fab903017624785518a234f1ad4b1ba8d64a996bb84a5e64210eaaacbac365189133f
6
+ metadata.gz: 64b3e948e4a5bc252a4f4144580c232466cb0690331beedd673c3861e6c937839ed1f076503331cfe50f2a135f58e08bf19a3a0e41fd6157cf2f25489dad7ca1
7
+ data.tar.gz: 04dbb04c194d8b092eca90bb40fba955a40abbd541c0ff37b85604ebebda7c21bf247468d68982305e84625a39bd4f307e66cb1d79d9a87a19d88e0402bc4995
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.95.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.94.0 (2024-09-20)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.93.0 (2024-09-11)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.92.0 (2024-09-10)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
4
29
  1.91.0 (2024-09-04)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.96.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudwatchlogs)
41
-
42
40
  module Aws::CloudWatchLogs
43
41
  # An API client for CloudWatchLogs. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -132,13 +130,15 @@ module Aws::CloudWatchLogs
132
130
  # locations will be searched for credentials:
133
131
  #
134
132
  # * `Aws.config[:credentials]`
135
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
136
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
137
137
  # * `~/.aws/credentials`
138
138
  # * `~/.aws/config`
139
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
140
140
  # are very aggressive. Construct and pass an instance of
141
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
142
142
  # enable retries and extended timeouts. Instance profile credential
143
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
144
144
  # to true.
@@ -157,6 +157,8 @@ module Aws::CloudWatchLogs
157
157
  #
158
158
  # @option options [String] :access_key_id
159
159
  #
160
+ # @option options [String] :account_id
161
+ #
160
162
  # @option options [Boolean] :active_endpoint_cache (false)
161
163
  # When set to `true`, a thread polling for endpoints will be running in
162
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -387,7 +389,9 @@ module Aws::CloudWatchLogs
387
389
  # sending the request.
388
390
  #
389
391
  # @option options [Aws::CloudWatchLogs::EndpointProvider] :endpoint_provider
390
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::CloudWatchLogs::EndpointParameters`
392
+ # The endpoint provider used to resolve endpoints. Any object that responds to
393
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
394
+ # `Aws::CloudWatchLogs::EndpointParameters`.
391
395
  #
392
396
  # @option options [Float] :http_continue_timeout (1)
393
397
  # The number of seconds to wait for a 100-continue response before sending the
@@ -443,6 +447,12 @@ module Aws::CloudWatchLogs
443
447
  # @option options [String] :ssl_ca_store
444
448
  # Sets the X509::Store to verify peer certificate.
445
449
  #
450
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
451
+ # Sets a client certificate when creating http connections.
452
+ #
453
+ # @option options [OpenSSL::PKey] :ssl_key
454
+ # Sets a client key when creating http connections.
455
+ #
446
456
  # @option options [Float] :ssl_timeout
447
457
  # Sets the SSL timeout in seconds
448
458
  #
@@ -5601,7 +5611,7 @@ module Aws::CloudWatchLogs
5601
5611
  tracer: tracer
5602
5612
  )
5603
5613
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
5604
- context[:gem_version] = '1.91.0'
5614
+ context[:gem_version] = '1.96.0'
5605
5615
  Seahorse::Client::Request.new(handlers, context)
5606
5616
  end
5607
5617
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudWatchLogs
11
12
  # @api private
12
13
  module ClientApi