aws-sdk-cloudcontrolapi 1.41.0 → 1.43.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: fbf5f7c4ef825ca3183862e1f1b17b09ab9a441a8838fa85231b35a3ad942b6f
4
- data.tar.gz: d0900a8e778320757259334dcf511cf094295cc6b893713bc96b29adee2ba89d
3
+ metadata.gz: 743f8668a1e9b0added11e416d236ef89d8c534108e4ad02ac12b208e365fc01
4
+ data.tar.gz: 41336739a82822bd2f53babb63b6e2b991766480879a815af9699cbcd17b8bba
5
5
  SHA512:
6
- metadata.gz: 275d7b95681c39360e0d72b5c58a20524f12dc5aeeb8cc809683f9f5cbd1ba2db199b5da72b1a64e7d2001537227ebdff3156e28ad383f83b4cc98df3d47a00e
7
- data.tar.gz: 20534abbc41bb040eb084e09f0db11d1f3b529ec216ea5f1f261439d1bf72b00db1b730b18edae200a9c76275cfb819ac0a697ac44dbb10ccd544e8856c40924
6
+ metadata.gz: 81325cb6d7f87c57ef5724f9736b118078574c33fc04dec71ada407b8b2c405ab923d06b2445d8077c82e1240167fe89526e746c71dc0c273e631f352a4c3e4b
7
+ data.tar.gz: 7656a06a5c8c19823bc1be52a9bdb42bb8f0301f0b4eb7d8930672e26b0738d31b597450e00a91f483b499911fa0ffeb03d5f4bc8d7fc1dd211764e27dd16f76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.42.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.41.0 (2025-07-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.43.0
@@ -95,8 +95,8 @@ module Aws::CloudControlApi
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::CloudControlApi
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::CloudControlApi
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::CloudControlApi
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.
@@ -1260,7 +1257,7 @@ module Aws::CloudControlApi
1260
1257
  tracer: tracer
1261
1258
  )
1262
1259
  context[:gem_name] = 'aws-sdk-cloudcontrolapi'
1263
- context[:gem_version] = '1.41.0'
1260
+ context[:gem_version] = '1.43.0'
1264
1261
  Seahorse::Client::Request.new(handlers, context)
1265
1262
  end
1266
1263
 
@@ -55,7 +55,7 @@ module Aws::CloudControlApi
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudcontrolapi/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudcontrolapi/endpoints'
57
57
 
58
- GEM_VERSION = '1.41.0'
58
+ GEM_VERSION = '1.43.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-cloudcontrolapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.227.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement