aws-sdk-opsworkscm 1.32.0 → 1.33.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: 23778dc85777248af161cf0d115c22ec0f68dd5251d602d30afcb6a26b90a6e3
4
- data.tar.gz: bcabf6beb20fe06d5e3709fa597bdbd4603bac463ef06bac1fc53a4e946d8320
3
+ metadata.gz: 4fce6e51d07d240089a3b2179515981fb058bcf42d2e5f3540a19874249069d6
4
+ data.tar.gz: 2b294c6a184929f7bd4bce23b8fdca08036f4a213154a7b65cdb3f828f2b50eb
5
5
  SHA512:
6
- metadata.gz: '09eac66cb913249dcda07fdfc9f274ea3e15340eab14a0401ddd46e29b3b026f6158968b1dda183bed1102bbab7eef3591a6e6207cc6cb413f46de0339170439'
7
- data.tar.gz: fd6323d6d8d730158a4f815e82764146e3062ab43e4025078a93b1871f1a282ec10c91cce28de3ffe753759f2f8a0b58eaad97eba821ac59ff5b818391865c2a
6
+ metadata.gz: bd77c63e3eacdcae408c344f4dec308d5d5af1da129bb3d86f9bb20b166cea83bea952012d09d21fd16752dd83a47d1df5b5a003a7f371a7e0f03a6dc8824bcd
7
+ data.tar.gz: d8a78f7c887a6a1d085c6f55b0f8b4918a0c21a8328f69dfadc9303a7a6bd0f1f99e1305bd1547f2f5152b7c3c593988196f68f59685067f92328036c0a4d293
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
46
46
  # @service
47
47
  module Aws::OpsWorksCM
48
48
 
49
- GEM_VERSION = '1.32.0'
49
+ GEM_VERSION = '1.33.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::OpsWorksCM
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::OpsWorksCM
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1765,7 +1765,7 @@ module Aws::OpsWorksCM
1765
1765
  params: params,
1766
1766
  config: config)
1767
1767
  context[:gem_name] = 'aws-sdk-opsworkscm'
1768
- context[:gem_version] = '1.32.0'
1768
+ context[:gem_version] = '1.33.0'
1769
1769
  Seahorse::Client::Request.new(handlers, context)
1770
1770
  end
1771
1771
 
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.32.0
4
+ version: 1.33.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: 2020-04-17 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core