aws-sdk-opsworks 1.54.0 → 1.55.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: d13ce5a5f0194f099048b8e854277045782d738e079618e68e10a2a04419f138
4
- data.tar.gz: 26a77f60e2e850923a779556e25121ca2eb5cfd7f14300b1b9911a36b992693b
3
+ metadata.gz: 12dfa2893c577a69e7a1141924c286a4182373d602f270a2f86c25b78e78a046
4
+ data.tar.gz: d3fc5b5fce0adca4963d37acd38065ea519897fb089a4497791581915e9d8d8f
5
5
  SHA512:
6
- metadata.gz: df78ed47852ca4c054a16333914c144ee3579362777be1dc1c3cc71805f4fdc5f78fcf47d69087529fffe796e0b0e0cdbfab431a14174c4c4bf1917c48845fa0
7
- data.tar.gz: 00366dcd6c6a199b7ce6c8ca890df4b5781b9f7e3a1c4c916c25733f2de279d64746dacf6a6d4529108cf680161164261eabccd06edb0b849dbae16214b0727a
6
+ metadata.gz: 257f232cf7eeccac41e0a88633a35f14c7e8232c8ef6bcc7d14caa235fea3749375a31e46fc093190b75cc66e880042022ad4aa2011fed662955f6c9dc52706b
7
+ data.tar.gz: cb0b6e3d3b185b43adee4946a82ae4d9cb7798cc0daf7981ce4e34ea60d08c60d2b14f3223c37f516a7150751a6590e4ea0d22087999ebab6b635d30777d496a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -301,8 +301,9 @@ module Aws::OpsWorks
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
  #
@@ -5734,7 +5735,7 @@ module Aws::OpsWorks
5734
5735
  params: params,
5735
5736
  config: config)
5736
5737
  context[:gem_name] = 'aws-sdk-opsworks'
5737
- context[:gem_version] = '1.54.0'
5738
+ context[:gem_version] = '1.55.0'
5738
5739
  Seahorse::Client::Request.new(handlers, context)
5739
5740
  end
5740
5741
 
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-opsworks/customizations'
56
56
  # @!group service
57
57
  module Aws::OpsWorks
58
58
 
59
- GEM_VERSION = '1.54.0'
59
+ GEM_VERSION = '1.55.0'
60
60
 
61
61
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.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