aws-sdk-opsworkscm 1.65.0 → 1.66.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: 2c272f644503c8cf101ef5f2eeb449c41a0b6a8761ae6f316e74cb187f8e2640
4
- data.tar.gz: 9d43d42be0749968ace13cc0b0a9f57391f65034c8e08544f6a1fcf5c82e4592
3
+ metadata.gz: a23b82295e9aca75199db3a6a2327948077956234302256ac1fbe2e0a7586563
4
+ data.tar.gz: 48143278c0078b31e3a7b61e774ea741ec3fc043e1d8af728f47677d6d950c27
5
5
  SHA512:
6
- metadata.gz: ce3ce9328c94d3d68d6cfb39685c6ba01d2beb5ee5e6ce9959e1203dfeeeeb6dbe725b8176e30bf1d2225f44af0d85e9eb500c56906a6ef9e0b25083c14697f5
7
- data.tar.gz: 270689efef7e1461dffc62d2c9e1f03b5256878f61546538f7b724735d28dcceee0b981c0636ccf627c95b6dcc29fef608c30f365924b0bb2d3642af38e6e086
6
+ metadata.gz: 6a8adc05ed3dc59baeaac5fdfddc0aa1ee2ea3d36d44fc930fc6ef0f0e6f2b2a9ff68eb8c6292b508daebf56816cbfd7b7c1af70c1497106492eb5a0d6f78e96
7
+ data.tar.gz: 2be7356fef96eca1ad98d15c41dfdd3c65bf09b4fef737507fb3e811f95c64471dc517fb5af78cd54a96b2af25326990ad44cb2024dc784689b7daa2fc86e94b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.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.65.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -301,8 +301,9 @@ module Aws::OpsWorksCM
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
  #
@@ -1902,7 +1903,7 @@ module Aws::OpsWorksCM
1902
1903
  params: params,
1903
1904
  config: config)
1904
1905
  context[:gem_name] = 'aws-sdk-opsworkscm'
1905
- context[:gem_version] = '1.65.0'
1906
+ context[:gem_version] = '1.66.0'
1906
1907
  Seahorse::Client::Request.new(handlers, context)
1907
1908
  end
1908
1909
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
53
53
  # @!group service
54
54
  module Aws::OpsWorksCM
55
55
 
56
- GEM_VERSION = '1.65.0'
56
+ GEM_VERSION = '1.66.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.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