aws-sdk-apigatewaymanagementapi 1.63.0 → 1.64.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: 0575ed0c2c37d09c9089aeacabc01e3b95ee65833336940c4805cde2e501d820
4
- data.tar.gz: 7b258b7a2c699c9401cebb4d386a460e6ef3a8fe595fd1188f0c909f1ecc4b20
3
+ metadata.gz: 153e09b939e07e6d5015267348a982bceaebe0e74d7cb424d140fc07b5139fb3
4
+ data.tar.gz: ed33648f95fbc3f481a14d5ae3f27b14fed47819938ea9dc21814076f989011c
5
5
  SHA512:
6
- metadata.gz: b08e6fb1123f00b604afd6a7b6484984a18942843b5fa1ee88d928d941fbd4def11441335b2bd258abffbf134db2b2a0de936ae98cbb5c3ba7e37641ac3800fb
7
- data.tar.gz: 782478b4c4fb35900f98122ca1d22104f35c93f79ec8e3c2343fe10a7fdfe21fbb64706b83f68832f2493aaad6dd9c0ec5784ac37b2b215e07a7b5e08d884c8d
6
+ metadata.gz: f7766825456b3768fedba9a6745b84a3821acf895069a8d30d1c693884f20039634e661cb05a8f2a39fd627ef3d58f98aa57ff39795a7e8694f1dc1e58526ba4
7
+ data.tar.gz: 41048659cc5bf21a74ee683dcbbdc4afdf0ec32fbce9b804688dbdb213b7e933c2564a009071e8e9e6c7544251ee5f545138aca84468d7877fb6a28a6d199af2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -95,8 +95,8 @@ module Aws::ApiGatewayManagementApi
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::ApiGatewayManagementApi
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::ApiGatewayManagementApi
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::ApiGatewayManagementApi
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -569,7 +566,7 @@ module Aws::ApiGatewayManagementApi
569
566
  tracer: tracer
570
567
  )
571
568
  context[:gem_name] = 'aws-sdk-apigatewaymanagementapi'
572
- context[:gem_version] = '1.63.0'
569
+ context[:gem_version] = '1.64.0'
573
570
  Seahorse::Client::Request.new(handlers, context)
574
571
  end
575
572
 
@@ -54,7 +54,7 @@ module Aws::ApiGatewayManagementApi
54
54
  autoload :EndpointProvider, 'aws-sdk-apigatewaymanagementapi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigatewaymanagementapi/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.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-apigatewaymanagementapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services