aws-sdk-apigateway 1.121.0 → 1.122.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: '08f3378b7f55e056bc2976246dc8b1d0decaace4a97a6974dbe34f694d1fdcce'
4
- data.tar.gz: 4801e6868d2e3a3c13853e17e153033acc96c43742ed77bed59d67b57b29ccfd
3
+ metadata.gz: 9020c31f3b1473afb6716b71fd63713d804511549f7221c449124147646cf430
4
+ data.tar.gz: 705b72ed32da6c8dffe0345fa67e0f25f44cd2559a17114c188c00c7ca1349a1
5
5
  SHA512:
6
- metadata.gz: 4ebb9729eb35a8753e56cc3d2ed006958a4dc12ce46fa1425e2a5e8cfa7cc3bc4fc505231edafd5246c0d64a57285640c67bf1b39bf6118c6a7ac861b67cc67d
7
- data.tar.gz: e95f317e6dd569e8d7b5b392508dee8d43886392f93dd77c988b84dfb191659e12cbbda39cc6f0273361ffc4b13198078d0eff3dcb7f94b7e1866f91512f4e09
6
+ metadata.gz: 6659d39639d81ae9d0f6a64712114e4930713a31f7ab23c6bcb2c25fff97d298da9b37797776876ac4494efab646f95fed0d45103bcdff947634df0bb03e36ae
7
+ data.tar.gz: 49f5a6d970103cf7654bb87b317354853bdf1793281c518c791936f62ce36fd8d94683fabf46ae4d7347a365fd5c3cdf79f388bf1bb9bf4c19350471162311b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.121.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -97,8 +97,8 @@ module Aws::APIGateway
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::APIGateway
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::APIGateway
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -379,8 +376,8 @@ module Aws::APIGateway
379
376
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
377
  #
381
378
  # @option options [Aws::TokenProvider] :token_provider
382
- # Your Bearer token used for authentication. This can be an instance of any one of the
383
- # following classes:
379
+ # Your Bearer token used for authentication. This can be any class that includes and implements
380
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
384
381
  #
385
382
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
386
383
  # tokens.
@@ -7412,7 +7409,7 @@ module Aws::APIGateway
7412
7409
  tracer: tracer
7413
7410
  )
7414
7411
  context[:gem_name] = 'aws-sdk-apigateway'
7415
- context[:gem_version] = '1.121.0'
7412
+ context[:gem_version] = '1.122.0'
7416
7413
  Seahorse::Client::Request.new(handlers, context)
7417
7414
  end
7418
7415
 
@@ -54,7 +54,7 @@ module Aws::APIGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-apigateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.121.0'
57
+ GEM_VERSION = '1.122.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.121.0
4
+ version: 1.122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services