aws-sdk-opsworkscm 1.69.0 → 1.70.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: 5c36289c38a93146abfc8163cf339c3639a8c2abe542bc63ca5d8aa31737669a
4
- data.tar.gz: e6bf93392011e6bc3603e880240a86ce33ec399641be188249785b51ec8bfed6
3
+ metadata.gz: 8816ffa886b1f684209139cb65809525bfd24b80a5ca56d17234e5083ec6750a
4
+ data.tar.gz: 7acd282af2d0da647aed07309ab95dee5792fc7c563ff70216818de2fe3b215a
5
5
  SHA512:
6
- metadata.gz: 946687d4c682e9d72386c9a877aba03029850bd7c2225bf4438f2c443118d99f47f5a04b64b148671f4c4320cf49941a5e6de0d6e40da0874b1bf1c66bad7aed
7
- data.tar.gz: 353a0bd54a8115e1e7c0d1fc11454fb5647c3bc6f933ebe1a812e58aee9f04920f3a70727134c2c5c75720830af9883592a6626e0658f13699e0e1cc65e824bd
6
+ metadata.gz: 5d939a2463957b2e34d9e035730321caa0961f72c8c2fd55b476973f475d331e83086a10d6e26c8d233fd528c7a0a26443b082ba5bfdfd79a837e72afba1db7b
7
+ data.tar.gz: 2184261c3605883f21e192c9a465bbfab2830fcd1e7c3bef60e34ceacbc1fb9cdbc0bd29413bfbbd6b334a6187ec0aff1f1d466b03050c2c404ec4bd6fc185b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -1903,7 +1903,7 @@ module Aws::OpsWorksCM
1903
1903
  params: params,
1904
1904
  config: config)
1905
1905
  context[:gem_name] = 'aws-sdk-opsworkscm'
1906
- context[:gem_version] = '1.69.0'
1906
+ context[:gem_version] = '1.70.0'
1907
1907
  Seahorse::Client::Request.new(handlers, context)
1908
1908
  end
1909
1909
 
@@ -380,9 +380,11 @@ module Aws::OpsWorksCM
380
380
 
381
381
  api.metadata = {
382
382
  "apiVersion" => "2016-11-01",
383
+ "auth" => ["aws.auth#sigv4"],
383
384
  "endpointPrefix" => "opsworks-cm",
384
385
  "jsonVersion" => "1.1",
385
386
  "protocol" => "json",
387
+ "protocols" => ["json"],
386
388
  "serviceAbbreviation" => "OpsWorksCM",
387
389
  "serviceFullName" => "AWS OpsWorks CM",
388
390
  "serviceId" => "OpsWorksCM",
@@ -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.69.0'
56
+ GEM_VERSION = '1.70.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.69.0
4
+ version: 1.70.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