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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +1 -1
- data/lib/aws-sdk-opsworkscm/client_api.rb +2 -0
- data/lib/aws-sdk-opsworkscm.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8816ffa886b1f684209139cb65809525bfd24b80a5ca56d17234e5083ec6750a
|
|
4
|
+
data.tar.gz: 7acd282af2d0da647aed07309ab95dee5792fc7c563ff70216818de2fe3b215a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d939a2463957b2e34d9e035730321caa0961f72c8c2fd55b476973f475d331e83086a10d6e26c8d233fd528c7a0a26443b082ba5bfdfd79a837e72afba1db7b
|
|
7
|
+
data.tar.gz: 2184261c3605883f21e192c9a465bbfab2830fcd1e7c3bef60e34ceacbc1fb9cdbc0bd29413bfbbd6b334a6187ec0aff1f1d466b03050c2c404ec4bd6fc185b3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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",
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
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.
|
|
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-
|
|
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
|