aws-sdk-proton 1.35.0 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d10b0575168162238afa86854e97a57e6a75841e834e579c02abc6b812f66547
4
- data.tar.gz: bd226434d34a7443516a1e7036386db5bad764a080b128003e74adbac651ca77
3
+ metadata.gz: d407d58b14e0a3452746e31fe67caa79f67e07ccf6b574c620ff8b8822e189dc
4
+ data.tar.gz: 67323222287164adf7b4a7ab9b194f9c6619c0d2d669b91096c2e2b3086884e2
5
5
  SHA512:
6
- metadata.gz: e7f8a6f4d2f883c60c70205aa90974d091029960624742669ff3f3beb72630b778034145ef02e0760abf72e29d5ebaaa5fb19d584d2125b7ff78d61f343568c9
7
- data.tar.gz: cb4f8d19b4d073feb2cf1f5334401b142663a94f019dd4026fc58e1747624750cb7e789656570169ed1cb609d676a2ebb6c4be6deee4282e7db65a8476ea4d80
6
+ metadata.gz: fa8f7d38dd4645a4f224e1ba642bdccba875de31cf68c61ff6e9ac0f0b9ce58acb3274d2ee2cdebb49781dc53f2f80854a495bbc3e05776c05bf3fd467920c84
7
+ data.tar.gz: 9aa08c4a4f63fea254554c81902c2c236dac435423234582b54126b86f35be175b5158c9535a97f03657474a01bcb8975f9f1dc285e0b57f8f480bde0bedde35
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -301,8 +301,9 @@ module Aws::Proton
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
  #
@@ -6120,7 +6121,7 @@ module Aws::Proton
6120
6121
  params: params,
6121
6122
  config: config)
6122
6123
  context[:gem_name] = 'aws-sdk-proton'
6123
- context[:gem_version] = '1.35.0'
6124
+ context[:gem_version] = '1.36.0'
6124
6125
  Seahorse::Client::Request.new(handlers, context)
6125
6126
  end
6126
6127
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-proton/customizations'
53
53
  # @!group service
54
54
  module Aws::Proton
55
55
 
56
- GEM_VERSION = '1.35.0'
56
+ GEM_VERSION = '1.36.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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