aws-sdk-opsworkscm 1.87.0 → 1.88.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: 409acd59fe06544f05111855a9533c6fa102f9eb5be0751ce0f6dbf79d422e73
4
- data.tar.gz: cde3caa0179a57398afba438e852edf4965459eb8057ee7cb10c0ed1058f4c8e
3
+ metadata.gz: 9dafeb3e00f2a4eda42d07c4c349ce94afdc595d28a83e399a136177b52fcd81
4
+ data.tar.gz: 313db3bb06150da83faf17ea56841c6a30ef98e34a1a9026cb9f33830a335826
5
5
  SHA512:
6
- metadata.gz: 7938ec96b4bb23322c4a03ebb73675c27676e9375ea44b483a8f09197bd71635ae970e80039d9303334638f05f4a2934ca1bf33b71813943668e2d2448cc8f88
7
- data.tar.gz: 9b68c4d222ea8bcd24626a18b0b2664643ac4ee9137fb06c64eee6e2623e29df0f7edb962593e19a0e5b0bacc029a9e9ddb4e5ca063025feef34dd98b3dfd126
6
+ metadata.gz: 41320ea7026ba88ba4dc78cb56352f35ba7ed9af53f796fc4b9625d8b81236067b2069f18992070814968d2913a2256fcda6933d91602b4d838455922b929b2a
7
+ data.tar.gz: d9332f04af1d2869f10cc6c6d030b3087ada9c0f862aed8749149dc97256b3bc94eef6994fcdee3e8681e9008d8b4ee7da4b6b0a85a4d4517f3b5a5e6e425404
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.87.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -95,8 +95,8 @@ module Aws::OpsWorksCM
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::OpsWorksCM
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::OpsWorksCM
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::OpsWorksCM
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -1956,7 +1953,7 @@ module Aws::OpsWorksCM
1956
1953
  tracer: tracer
1957
1954
  )
1958
1955
  context[:gem_name] = 'aws-sdk-opsworkscm'
1959
- context[:gem_version] = '1.87.0'
1956
+ context[:gem_version] = '1.88.0'
1960
1957
  Seahorse::Client::Request.new(handlers, context)
1961
1958
  end
1962
1959
 
@@ -55,7 +55,7 @@ module Aws::OpsWorksCM
55
55
  autoload :EndpointProvider, 'aws-sdk-opsworkscm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-opsworkscm/endpoints'
57
57
 
58
- GEM_VERSION = '1.87.0'
58
+ GEM_VERSION = '1.88.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services