aws-sdk-apigateway 1.94.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: f528c45c4bc30610bfad6cef77671e188d1edbecd5486bcfaa1381e2ca8060b7
4
- data.tar.gz: c0deec80c70465997674e8e536055014cbfc0ba6802f145881b89a4bfba98220
3
+ metadata.gz: '09f96664165f33678393a08d13fcceda6a339693291c18c340c2fe7dda7f3a31'
4
+ data.tar.gz: a3bda19e83464bc100febc1800d04906c85f03daf763f64275042fdffc5cc1a0
5
5
  SHA512:
6
- metadata.gz: 7959a44223f41744a8a30bc29c38a53ef4ab3e5767f406b5a544b97a62dec1e45e382e464b35dab48b5c8e616f82e4e19d9153ee235c85aadace4119aca44c9a
7
- data.tar.gz: 6c082fa1ee585dfe14fbb3911e58bf18f1755d68b655dbebeb9091867eec3ad0cfef7b320445bc1cce8afc98206fc29819845bdf3e3eb4635e0fb8ce47c9b41e
6
+ metadata.gz: afae1b2e272e70905e0b6f2cf3aeda13c2e041a7533251bae6afce7c82941e8a4fcdf3f583efbc375005d2d6d6cf693bcbaf4a9c006ad2f02e10207622e77c6a
7
+ data.tar.gz: fb67539e1a693fb650800050e071a4f148765c2773f2b5ce2a8821bbc6121e56fce95781647442973e3a5bf494d6ecedbfbd8e0bb1d2c3136981e9f0f654e3c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.94.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -303,8 +303,9 @@ module Aws::APIGateway
303
303
  #
304
304
  # @option options [String] :sdk_ua_app_id
305
305
  # A unique and opaque application ID that is appended to the
306
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
307
- # 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.
308
309
  #
309
310
  # @option options [String] :secret_access_key
310
311
  #
@@ -7085,7 +7086,7 @@ module Aws::APIGateway
7085
7086
  params: params,
7086
7087
  config: config)
7087
7088
  context[:gem_name] = 'aws-sdk-apigateway'
7088
- context[:gem_version] = '1.94.0'
7089
+ context[:gem_version] = '1.95.0'
7089
7090
  Seahorse::Client::Request.new(handlers, context)
7090
7091
  end
7091
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.94.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.94.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-04-25 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