aws-sdk-opsworks 1.44.0 → 1.45.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: 4a8333d5d64f71a353d13628ca06d380604f2ef17d807a8701c38af945c0a606
4
- data.tar.gz: 9471a5c2fcc4920ee94263aff75c1fb69ba0e308271f63d563ecab356c8af1ab
3
+ metadata.gz: e00120e3fe7ca10ee70eb3cd3851c92f665599e955e183d35d4797bb1faac64b
4
+ data.tar.gz: 2c546379abc06740572910c0f1793f6bd00679cac5cc0fb92f2f524102bfcada
5
5
  SHA512:
6
- metadata.gz: e19068c78bfa4ce61c562c963a1eb909ef868be36a0d2b4ad924eba314999a91f7f0bac072a03ee9e407118a88bec6fb680d29332f85ce4606cfd46a8c56aa85
7
- data.tar.gz: b7a202deea9cea8074a438b29d420d262b17dd479ea015528d9835742e17a987a2b8f925c33d35eab4a13168add5a062a83f374ceae1ad7268c2de9a4d8c0539
6
+ metadata.gz: 58d9b332871de194ab273fb12ea4771c45c7151a273f65d0a364759dcc373a9df0a620d48789cae73561f84465dee9a09cafd15b67948cfcc8beadcad24937f3
7
+ data.tar.gz: 88f344d76214b8231896438dc55773fbaa4cb1313b8e6136f3551199f926030636174f650bef6220762c960835f5d69b8ad1515308ce92b886a4450384bc9759
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.44.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -5695,7 +5695,7 @@ module Aws::OpsWorks
5695
5695
  params: params,
5696
5696
  config: config)
5697
5697
  context[:gem_name] = 'aws-sdk-opsworks'
5698
- context[:gem_version] = '1.44.0'
5698
+ context[:gem_version] = '1.45.0'
5699
5699
  Seahorse::Client::Request.new(handlers, context)
5700
5700
  end
5701
5701
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::OpsWorks
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AssignInstance
@@ -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.44.0'
59
+ GEM_VERSION = '1.45.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.44.0
4
+ version: 1.45.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core