aws-sdk-opsworkscm 1.76.0 → 1.77.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: 32641c6cfa87f9f60376371e2fa831f7ada28c1686be7836d30de7ccae6a7d87
4
- data.tar.gz: 8af0b2874f767fa6bbc9e2500a3ef857a3b9a20a78988e5cece9761d1d53c9d7
3
+ metadata.gz: f1598d2051c1e08a7ac950cb0270bb3b1cfed511d06e08457013ea3c2f95d379
4
+ data.tar.gz: 7d535ea21d53f6e6171738d417a756da2feb03f298a28d8ffce79a7345b9d570
5
5
  SHA512:
6
- metadata.gz: 00e05085ff3a10d0e3d9dd14ccbce788953317c508924e5f0fccb64b297c2a3a35714a3192191a09676f360a366fb7fa3e8fa88d347979258a8128da4edbc2e9
7
- data.tar.gz: 3284b4d2f9c869275e8ef7f8d967b1e289a55f2c1025be0553e891feb1a346d025bbf2664c6de0cb92f1900946cb6e9c60d71fffeaf66bf99e502cdee17bdb35
6
+ metadata.gz: 439292bd313c2ee3ca3b6ea5c37c8321cf4e3a35f8beb77829e573047afecad35b4072eddcdbc20a71b13e6910a3643db4656dd9439ba22a60979657f6cc4668
7
+ data.tar.gz: 01ed6cde0ee17958904958fc737e6ac1213325921e07b389cbb0ec7427eb8827ba2fff22156c23df81b5b0cb4e77d787dbf02d78d69a212f39cbf8654a0050b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:opsworkscm)
40
-
41
39
  module Aws::OpsWorksCM
42
40
  # An API client for OpsWorksCM. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1941,7 +1939,7 @@ module Aws::OpsWorksCM
1941
1939
  tracer: tracer
1942
1940
  )
1943
1941
  context[:gem_name] = 'aws-sdk-opsworkscm'
1944
- context[:gem_version] = '1.76.0'
1942
+ context[:gem_version] = '1.77.0'
1945
1943
  Seahorse::Client::Request.new(handlers, context)
1946
1944
  end
1947
1945
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:opsworkscm)
15
+
14
16
  # This module provides support for AWS OpsWorks CM. This module is available in the
15
17
  # `aws-sdk-opsworkscm` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::OpsWorksCM
53
55
  autoload :EndpointProvider, 'aws-sdk-opsworkscm/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-opsworkscm/endpoints'
55
57
 
56
- GEM_VERSION = '1.76.0'
58
+ GEM_VERSION = '1.77.0'
57
59
 
58
60
  end
59
61
 
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.76.0
4
+ version: 1.77.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core