aws-sdk-apigateway 1.93.0 → 1.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61c88c1b5d0998521e36ea82c9d80b7a7689a4908bd0f9798eced5b205389cf7
4
- data.tar.gz: 9eed0df9f109e96c22cc1a4690942d7bca3f798c8006dc68f13694caba2ce2f2
3
+ metadata.gz: '09f96664165f33678393a08d13fcceda6a339693291c18c340c2fe7dda7f3a31'
4
+ data.tar.gz: a3bda19e83464bc100febc1800d04906c85f03daf763f64275042fdffc5cc1a0
5
5
  SHA512:
6
- metadata.gz: b161bba0fbb2a01f17b6fa9471a42dd82e18b951974c815a2ab32d8a314bca6630968938242d4a026fc56be640bf7366d4f8478918eed9682ff5404022dd691b
7
- data.tar.gz: 4892e9f2faf41db0a96522d66679edb99be344a9b16ae677c9e88ea211f0f0273541cff2db841dde94621afcc2de783e4f5e51c8aba25f6f02fdc8932410c603
6
+ metadata.gz: afae1b2e272e70905e0b6f2cf3aeda13c2e041a7533251bae6afce7c82941e8a4fcdf3f583efbc375005d2d6d6cf693bcbaf4a9c006ad2f02e10207622e77c6a
7
+ data.tar.gz: fb67539e1a693fb650800050e071a4f148765c2773f2b5ce2a8821bbc6121e56fce95781647442973e3a5bf494d6ecedbfbd8e0bb1d2c3136981e9f0f654e3c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.94.0 (2024-04-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.93.0 (2024-03-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.95.0
@@ -22,6 +22,7 @@ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
22
  require 'aws-sdk-core/plugins/response_paging.rb'
23
23
  require 'aws-sdk-core/plugins/stub_responses.rb'
24
24
  require 'aws-sdk-core/plugins/idempotency_token.rb'
25
+ require 'aws-sdk-core/plugins/invocation_id.rb'
25
26
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
26
27
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
28
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
@@ -73,6 +74,7 @@ module Aws::APIGateway
73
74
  add_plugin(Aws::Plugins::ResponsePaging)
74
75
  add_plugin(Aws::Plugins::StubResponses)
75
76
  add_plugin(Aws::Plugins::IdempotencyToken)
77
+ add_plugin(Aws::Plugins::InvocationId)
76
78
  add_plugin(Aws::Plugins::JsonvalueConverter)
77
79
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
78
80
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
@@ -198,10 +200,17 @@ module Aws::APIGateway
198
200
  # When set to 'true' the request body will not be compressed
199
201
  # for supported operations.
200
202
  #
201
- # @option options [String] :endpoint
202
- # The client endpoint is normally constructed from the `:region`
203
- # option. You should only configure an `:endpoint` when connecting
204
- # to test or custom endpoints. This should be a valid HTTP(S) URI.
203
+ # @option options [String, URI::HTTPS, URI::HTTP] :endpoint
204
+ # Normally you should not configure the `:endpoint` option
205
+ # directly. This is normally constructed from the `:region`
206
+ # option. Configuring `:endpoint` is normally reserved for
207
+ # connecting to test or custom endpoints. The endpoint should
208
+ # be a URI formatted like:
209
+ #
210
+ # 'http://example.com'
211
+ # 'https://example.com'
212
+ # 'http://example.com:123'
213
+ #
205
214
  #
206
215
  # @option options [Integer] :endpoint_cache_max_entries (1000)
207
216
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -294,8 +303,9 @@ module Aws::APIGateway
294
303
  #
295
304
  # @option options [String] :sdk_ua_app_id
296
305
  # A unique and opaque application ID that is appended to the
297
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
298
- # maximum length of 50.
306
+ # User-Agent header as app/sdk_ua_app_id. It should have a
307
+ # maximum length of 50. This variable is sourced from environment
308
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
299
309
  #
300
310
  # @option options [String] :secret_access_key
301
311
  #
@@ -339,50 +349,65 @@ module Aws::APIGateway
339
349
  # @option options [Aws::APIGateway::EndpointProvider] :endpoint_provider
340
350
  # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::APIGateway::EndpointParameters`
341
351
  #
342
- # @option options [URI::HTTP,String] :http_proxy A proxy to send
343
- # requests through. Formatted like 'http://proxy.com:123'.
344
- #
345
- # @option options [Float] :http_open_timeout (15) The number of
346
- # seconds to wait when opening a HTTP session before raising a
347
- # `Timeout::Error`.
348
- #
349
- # @option options [Float] :http_read_timeout (60) The default
350
- # number of seconds to wait for response data. This value can
351
- # safely be set per-request on the session.
352
- #
353
- # @option options [Float] :http_idle_timeout (5) The number of
354
- # seconds a connection is allowed to sit idle before it is
355
- # considered stale. Stale connections are closed and removed
356
- # from the pool before making a request.
357
- #
358
- # @option options [Float] :http_continue_timeout (1) The number of
359
- # seconds to wait for a 100-continue response before sending the
360
- # request body. This option has no effect unless the request has
361
- # "Expect" header set to "100-continue". Defaults to `nil` which
362
- # disables this behaviour. This value can safely be set per
363
- # request on the session.
364
- #
365
- # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
366
- # in seconds.
352
+ # @option options [Float] :http_continue_timeout (1)
353
+ # The number of seconds to wait for a 100-continue response before sending the
354
+ # request body. This option has no effect unless the request has "Expect"
355
+ # header set to "100-continue". Defaults to `nil` which disables this
356
+ # behaviour. This value can safely be set per request on the session.
357
+ #
358
+ # @option options [Float] :http_idle_timeout (5)
359
+ # The number of seconds a connection is allowed to sit idle before it
360
+ # is considered stale. Stale connections are closed and removed from the
361
+ # pool before making a request.
362
+ #
363
+ # @option options [Float] :http_open_timeout (15)
364
+ # The default number of seconds to wait for response data.
365
+ # This value can safely be set per-request on the session.
366
+ #
367
+ # @option options [URI::HTTP,String] :http_proxy
368
+ # A proxy to send requests through. Formatted like 'http://proxy.com:123'.
369
+ #
370
+ # @option options [Float] :http_read_timeout (60)
371
+ # The default number of seconds to wait for response data.
372
+ # This value can safely be set per-request on the session.
373
+ #
374
+ # @option options [Boolean] :http_wire_trace (false)
375
+ # When `true`, HTTP debug output will be sent to the `:logger`.
376
+ #
377
+ # @option options [Proc] :on_chunk_received
378
+ # When a Proc object is provided, it will be used as callback when each chunk
379
+ # of the response body is received. It provides three arguments: the chunk,
380
+ # the number of bytes received, and the total number of
381
+ # bytes in the response (or nil if the server did not send a `content-length`).
382
+ #
383
+ # @option options [Proc] :on_chunk_sent
384
+ # When a Proc object is provided, it will be used as callback when each chunk
385
+ # of the request body is sent. It provides three arguments: the chunk,
386
+ # the number of bytes read from the body, and the total number of
387
+ # bytes in the body.
388
+ #
389
+ # @option options [Boolean] :raise_response_errors (true)
390
+ # When `true`, response errors are raised.
391
+ #
392
+ # @option options [String] :ssl_ca_bundle
393
+ # Full path to the SSL certificate authority bundle file that should be used when
394
+ # verifying peer certificates. If you do not pass `:ssl_ca_bundle` or
395
+ # `:ssl_ca_directory` the the system default will be used if available.
396
+ #
397
+ # @option options [String] :ssl_ca_directory
398
+ # Full path of the directory that contains the unbundled SSL certificate
399
+ # authority files for verifying peer certificates. If you do
400
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the system
401
+ # default will be used if available.
367
402
  #
368
- # @option options [Boolean] :http_wire_trace (false) When `true`,
369
- # HTTP debug output will be sent to the `:logger`.
403
+ # @option options [String] :ssl_ca_store
404
+ # Sets the X509::Store to verify peer certificate.
370
405
  #
371
- # @option options [Boolean] :ssl_verify_peer (true) When `true`,
372
- # SSL peer certificates are verified when establishing a
373
- # connection.
406
+ # @option options [Float] :ssl_timeout
407
+ # Sets the SSL timeout in seconds
374
408
  #
375
- # @option options [String] :ssl_ca_bundle Full path to the SSL
376
- # certificate authority bundle file that should be used when
377
- # verifying peer certificates. If you do not pass
378
- # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
379
- # will be used if available.
380
- #
381
- # @option options [String] :ssl_ca_directory Full path of the
382
- # directory that contains the unbundled SSL certificate
383
- # authority files for verifying peer certificates. If you do
384
- # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
385
- # system default will be used if available.
409
+ # @option options [Boolean] :ssl_verify_peer (true)
410
+ # When `true`, SSL peer certificates are verified when establishing a connection.
386
411
  #
387
412
  def initialize(*args)
388
413
  super
@@ -7061,7 +7086,7 @@ module Aws::APIGateway
7061
7086
  params: params,
7062
7087
  config: config)
7063
7088
  context[:gem_name] = 'aws-sdk-apigateway'
7064
- context[:gem_version] = '1.93.0'
7089
+ context[:gem_version] = '1.95.0'
7065
7090
  Seahorse::Client::Request.new(handlers, context)
7066
7091
  end
7067
7092
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apigateway/customizations'
52
52
  # @!group service
53
53
  module Aws::APIGateway
54
54
 
55
- GEM_VERSION = '1.93.0'
55
+ GEM_VERSION = '1.95.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.95.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-03-05 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.191.0
22
+ version: 3.193.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.191.0
32
+ version: 3.193.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement