aws-sdk-ssm 1.200.0 → 1.201.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: 0766cb5faf3491d82d30345f535c5007fbd8737ec19653ad6edce836a68aac51
4
- data.tar.gz: 1aae509d4a164ccb141338742b33c7ae719dafa4e9c9a05f4fcbdc334f16b930
3
+ metadata.gz: 488de39672fab2b5d3bf2776c89ea7e5f88ebf3279445dfbba50f38f6089a54f
4
+ data.tar.gz: 9794d564f6a6d8bdc4ee72cf7ac44c618ab3ef4df296a8a2647e8d2b629a2b75
5
5
  SHA512:
6
- metadata.gz: e15df0b6ed5eeb5686aab5ea17f0f332140edf325bcdc6ec96f5f9e46589a7ae4346144b6bdc8a7cda48e5702f279d625f925ea2ed1eca2b01f4b24e941c7254
7
- data.tar.gz: 53c2311b98d5cb16337c1663ed8831bb6c9ef230d5f4afdfc5f433d2bc34e13f4bf2578ddf0f64f13d672ef28db78617498c6b36625dbcfe43f71ce8db611ea2
6
+ metadata.gz: 6939697603f4fb20a4d09c46f46847db003c3cf07e162af69b53625c342e6c8cd860b5ff9dfa4ed4975b9422eb7106c872f7e75d17dd069e687fe2e076e8f284
7
+ data.tar.gz: a11e5cbe3d6489fd2e39a5042dee9d275cea4c2df22b227c545cf7cb6779fb6ed6d3b272e72b8162f796fa6800b0ed950e6c0e185095590ca991fbaf3b491a6a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.201.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.200.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.200.0
1
+ 1.201.0
@@ -95,8 +95,8 @@ module Aws::SSM
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::SSM
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::SSM
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::SSM
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.
@@ -13513,7 +13510,7 @@ module Aws::SSM
13513
13510
  tracer: tracer
13514
13511
  )
13515
13512
  context[:gem_name] = 'aws-sdk-ssm'
13516
- context[:gem_version] = '1.200.0'
13513
+ context[:gem_version] = '1.201.0'
13517
13514
  Seahorse::Client::Request.new(handlers, context)
13518
13515
  end
13519
13516
 
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.200.0'
58
+ GEM_VERSION = '1.201.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-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.200.0
4
+ version: 1.201.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services