aws-sdk-schemas 1.36.0 → 1.37.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: ae9d76c9d94ec8911ede186bc48ecb26df28566232caa9b193a2ae3e7fe47667
4
- data.tar.gz: ac1801efc2a09d8a245a0f9aa3b21d26bb1cf528d6bc710146b8f2e0ba0b38f0
3
+ metadata.gz: '02480fece1c963ebdc5832e3c994bb4314fea3a181fa6cd410e649f30704d1af'
4
+ data.tar.gz: 991e16affee990281c2cc118c8dae5f9bc9659a42457344021ac9e2fd85f1197
5
5
  SHA512:
6
- metadata.gz: ba6dfb5ee4bc04262b708c22b49329c11df1660f52297b4c3f3e0e428110c10620ec2d219cd1c22084c1f68719fa69942d1b855a660c8bea17aa89ee7aae90df
7
- data.tar.gz: 990275dfc9df1fa648fe944f69e731cc9ee42e1b930de6ccddb70c0fb2afaa3f3df0573db27f7e6b745530365d493378201479b7d3876c6679e914915c0d1c1c
6
+ metadata.gz: 48e3612f10a369b49c6370af0712fbfeb5ac489ed8741253643a45c256241d1967f96b0d8fbfc7ee1fa74a8bb035879ede06b4c90acf7fb34905218815face1d
7
+ data.tar.gz: f55f400b8e332726283f0e0b34777a7771b7bfed503567da9f4929e293985175bf7c7b7d742b4afa9373f803dda16f47aff99452822ca6762c5c9694207b25d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -301,8 +301,9 @@ module Aws::Schemas
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1599,7 +1600,7 @@ module Aws::Schemas
1599
1600
  params: params,
1600
1601
  config: config)
1601
1602
  context[:gem_name] = 'aws-sdk-schemas'
1602
- context[:gem_version] = '1.36.0'
1603
+ context[:gem_version] = '1.37.0'
1603
1604
  Seahorse::Client::Request.new(handlers, context)
1604
1605
  end
1605
1606
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-schemas/customizations'
53
53
  # @!group service
54
54
  module Aws::Schemas
55
55
 
56
- GEM_VERSION = '1.36.0'
56
+ GEM_VERSION = '1.37.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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