aws-sdk-greengrassv2 1.59.0 → 1.60.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: b1939b298b3dbb8d451f67cc88bc90f332828fd550f129d3950e9eb0500600ee
4
- data.tar.gz: 1ab7af10ee028a118fa9e22b9ef3e6c8c6c932b748a3f0eecd9218a3ad3076b1
3
+ metadata.gz: 90c74fd79d21cab0eb6e6dbbe896411fee33ca1b39e90b9afc4f7e5b2ca7d1f2
4
+ data.tar.gz: 5ae278fc58832d5675beccec8b546f795df787fef0f53df8006da8967a4ed8ec
5
5
  SHA512:
6
- metadata.gz: 39fb2b15243456e59f196f3cd74408cb42a758fc1edbcd61f60188b5f247ce3a9c69f90ea6602475d16334ca02e84e07bac989d08a2b2936c98f049596f1a9b6
7
- data.tar.gz: 24f444b9c223cc3c7c230babc34e9a4aaf624f2b4c393c683942e0628fe22070ea7fd1ee2dd7d9d804000087187900b2a72408a1a8b19221ef8e90698bfbe3f7
6
+ metadata.gz: f133cb3cbe72e92493d414fda7ab84ccdf4e00d0ba70b11d7a71aa3ddc23f68058af84571f96095763b532e8f169106c1efafb1deccaa0efab1f129c4a24e53a
7
+ data.tar.gz: 9d242f2041d2b5784bee8d632efbfbbd4a548ba372ebd3bfb6f6f1a31fe678b7e73a3fbf29be6bdf0976ed8575c15e79ac3d74901654a6509aee4be99b8375a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.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.59.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -95,8 +95,8 @@ module Aws::GreengrassV2
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::GreengrassV2
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::GreengrassV2
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
@@ -377,8 +374,8 @@ module Aws::GreengrassV2
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -2228,7 +2225,7 @@ module Aws::GreengrassV2
2228
2225
  tracer: tracer
2229
2226
  )
2230
2227
  context[:gem_name] = 'aws-sdk-greengrassv2'
2231
- context[:gem_version] = '1.59.0'
2228
+ context[:gem_version] = '1.60.0'
2232
2229
  Seahorse::Client::Request.new(handlers, context)
2233
2230
  end
2234
2231
 
@@ -54,7 +54,7 @@ module Aws::GreengrassV2
54
54
  autoload :EndpointProvider, 'aws-sdk-greengrassv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-greengrassv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-greengrassv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services