aws-sdk-opsworks 1.59.0 → 1.60.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: 3ec384097191a450eca74109f85d4a500c7af1db2dbe02d09d6306b8b5c67e79
4
- data.tar.gz: 3ef87f6f97c28fe41b0942f7008e8b609fce8f0be3d15b19809fffda3e49ef80
3
+ metadata.gz: ede3425d1fffe543c113e27d729847a3748be83c8e9b8cbca6860b37b93242d7
4
+ data.tar.gz: 32a17bbf72ddf5079f4936ec28f79abf526ecf40a46799cfa5ed01f29b2a7c04
5
5
  SHA512:
6
- metadata.gz: eb6f34bb51ec4178ecc9b5f7a5a684beddbe58515d82b7b55f2e333adfabcc26a4247458931e4442e69b4acc781c6cd328e2a8c0c957dbd15b24deac5da30f8e
7
- data.tar.gz: 6f4442456cce7d45efcc0fd817bbfcdf35328c2a8034d860e91b45e8770824406e358d4c823c07faba4b796e6a92c65352ac2bc91eb7a9a914f5815054c8a961
6
+ metadata.gz: ebd7c750037f333ef9b8787a99140b94083e5a4d7488ec07e3c5e8fc012676843893fe208d90c442caaebf3a8fff28046911a33cf57903d694f0508fcc3598bd
7
+ data.tar.gz: aca0060b97a9409affce6780d8c12884ecb1ebcd40854865f3592d0049f75959fb40287fda29ca9f5fc6fdaf42227c148c51b6228913d170e10ea208c25b742d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -5754,7 +5754,7 @@ module Aws::OpsWorks
5754
5754
  params: params,
5755
5755
  config: config)
5756
5756
  context[:gem_name] = 'aws-sdk-opsworks'
5757
- context[:gem_version] = '1.59.0'
5757
+ context[:gem_version] = '1.60.0'
5758
5758
  Seahorse::Client::Request.new(handlers, context)
5759
5759
  end
5760
5760
 
@@ -1265,6 +1265,7 @@ module Aws::OpsWorks
1265
1265
 
1266
1266
  api.metadata = {
1267
1267
  "apiVersion" => "2013-02-18",
1268
+ "auth" => ["aws.auth#sigv4"],
1268
1269
  "endpointPrefix" => "opsworks",
1269
1270
  "jsonVersion" => "1.1",
1270
1271
  "protocol" => "json",
@@ -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.59.0'
59
+ GEM_VERSION = '1.60.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.59.0
4
+ version: 1.60.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core