aws-sdk-opsworkscm 1.68.0 → 1.70.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb971fc809fdaa390d722b8328625a17c7159213958c830f71255e1bf1cda8cf
4
- data.tar.gz: c51f3433ee10583431a97e1ccfba6c307bf9d7297b7e365d3834ebc9fd99dbf3
3
+ metadata.gz: 8816ffa886b1f684209139cb65809525bfd24b80a5ca56d17234e5083ec6750a
4
+ data.tar.gz: 7acd282af2d0da647aed07309ab95dee5792fc7c563ff70216818de2fe3b215a
5
5
  SHA512:
6
- metadata.gz: ae063ae1da9ad0ef7483c48225bc769bd573086ab0775ae7c13e19d6e1fecd980a6e739971122171fc7adcc05ed53012c3d781616a9910f61e2adcc571232d20
7
- data.tar.gz: b74f6d7bfdc3510092c8746e97626775edb1a90ea62ce570e8f793ff781fc1ba12da828e1d96cbb1c2726609ef307f189d117fad4be642fc0101cf95193b80f7
6
+ metadata.gz: 5d939a2463957b2e34d9e035730321caa0961f72c8c2fd55b476973f475d331e83086a10d6e26c8d233fd528c7a0a26443b082ba5bfdfd79a837e72afba1db7b
7
+ data.tar.gz: 2184261c3605883f21e192c9a465bbfab2830fcd1e7c3bef60e34ceacbc1fb9cdbc0bd29413bfbbd6b334a6187ec0aff1f1d466b03050c2c404ec4bd6fc185b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.69.0 (2024-06-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.68.0 (2024-06-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.70.0
@@ -314,13 +314,10 @@ module Aws::OpsWorksCM
314
314
  #
315
315
  # @option options [Boolean] :simple_json (false)
316
316
  # Disables request parameter conversion, validation, and formatting.
317
- # Also disable response data type conversions. This option is useful
318
- # when you want to ensure the highest level of performance by
319
- # avoiding overhead of walking request parameters and response data
320
- # structures.
321
- #
322
- # When `:simple_json` is enabled, the request parameters hash must
323
- # be formatted exactly as the DynamoDB API expects.
317
+ # Also disables response data type conversions. The request parameters
318
+ # hash must be formatted exactly as the API expects.This option is useful
319
+ # when you want to ensure the highest level of performance by avoiding
320
+ # overhead of walking request parameters and response data structures.
324
321
  #
325
322
  # @option options [Boolean] :stub_responses (false)
326
323
  # Causes the client to return stubbed responses. By default
@@ -1906,7 +1903,7 @@ module Aws::OpsWorksCM
1906
1903
  params: params,
1907
1904
  config: config)
1908
1905
  context[:gem_name] = 'aws-sdk-opsworkscm'
1909
- context[:gem_version] = '1.68.0'
1906
+ context[:gem_version] = '1.70.0'
1910
1907
  Seahorse::Client::Request.new(handlers, context)
1911
1908
  end
1912
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.68.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.68.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-24 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.198.0
22
+ version: 3.199.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.198.0
32
+ version: 3.199.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement