aws-sdk-ssmsap 1.52.0 → 1.54.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmsap/client.rb +6 -8
- data/lib/aws-sdk-ssmsap.rb +1 -1
- data/sig/client.rbs +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c4696239fca8d9fb8d2c671afdeb4e9ceb026715c28bc3f28899fc634335510
|
|
4
|
+
data.tar.gz: f006fbc65f9b8b5d9d60ea689bb76aec107c0bad536988f2ff68ef7ec1dd6a9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84ee17c565a5354bdc4b20c7a84ebfe67a83c948371cbc16cbbbe40d784bd22e31afa65fe16da8d48015247ed0b82544eb897af37a95a66281f05bc51e98d79e
|
|
7
|
+
data.tar.gz: 1d443955298195da772e0c6febc57262996d0fbbaa772df6a91aaedcc353923410d9588cd5b5712daa268803d32ede6b4585f1599d625304478902946b038921
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.54.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.53.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.52.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.54.0
|
|
@@ -199,7 +199,7 @@ module Aws::SsmSap
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::SsmSap
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1797,7 +1795,7 @@ module Aws::SsmSap
|
|
|
1797
1795
|
tracer: tracer
|
|
1798
1796
|
)
|
|
1799
1797
|
context[:gem_name] = 'aws-sdk-ssmsap'
|
|
1800
|
-
context[:gem_version] = '1.
|
|
1798
|
+
context[:gem_version] = '1.54.0'
|
|
1801
1799
|
Seahorse::Client::Request.new(handlers, context)
|
|
1802
1800
|
end
|
|
1803
1801
|
|
data/lib/aws-sdk-ssmsap.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -183,7 +183,7 @@ module Aws
|
|
|
183
183
|
name: ::String,
|
|
184
184
|
value: ::String,
|
|
185
185
|
operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
|
|
186
|
-
}
|
|
186
|
+
}
|
|
187
187
|
]
|
|
188
188
|
) -> _ListApplicationsResponseSuccess
|
|
189
189
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
|
|
@@ -229,7 +229,7 @@ module Aws
|
|
|
229
229
|
name: ::String,
|
|
230
230
|
value: ::String,
|
|
231
231
|
operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
|
|
232
|
-
}
|
|
232
|
+
}
|
|
233
233
|
]
|
|
234
234
|
) -> _ListConfigurationCheckOperationsResponseSuccess
|
|
235
235
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfigurationCheckOperationsResponseSuccess
|
|
@@ -263,7 +263,7 @@ module Aws
|
|
|
263
263
|
name: ::String,
|
|
264
264
|
value: ::String,
|
|
265
265
|
operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
|
|
266
|
-
}
|
|
266
|
+
}
|
|
267
267
|
]
|
|
268
268
|
) -> _ListOperationEventsResponseSuccess
|
|
269
269
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOperationEventsResponseSuccess
|
|
@@ -283,7 +283,7 @@ module Aws
|
|
|
283
283
|
name: ::String,
|
|
284
284
|
value: ::String,
|
|
285
285
|
operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
|
|
286
|
-
}
|
|
286
|
+
}
|
|
287
287
|
]
|
|
288
288
|
) -> _ListOperationsResponseSuccess
|
|
289
289
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOperationsResponseSuccess
|
|
@@ -354,7 +354,7 @@ module Aws
|
|
|
354
354
|
database_name: ::String,
|
|
355
355
|
credential_type: ("ADMIN"),
|
|
356
356
|
secret_id: ::String
|
|
357
|
-
}
|
|
357
|
+
}
|
|
358
358
|
],
|
|
359
359
|
?database_arn: ::String,
|
|
360
360
|
?components_info: Array[
|
|
@@ -362,7 +362,7 @@ module Aws
|
|
|
362
362
|
component_type: ("HANA" | "HANA_NODE" | "ABAP" | "ASCS" | "DIALOG" | "WEBDISP" | "WD" | "ERS"),
|
|
363
363
|
sid: ::String,
|
|
364
364
|
ec2_instance_id: ::String
|
|
365
|
-
}
|
|
365
|
+
}
|
|
366
366
|
]
|
|
367
367
|
) -> _RegisterApplicationResponseSuccess
|
|
368
368
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterApplicationResponseSuccess
|
|
@@ -443,14 +443,14 @@ module Aws
|
|
|
443
443
|
database_name: ::String,
|
|
444
444
|
credential_type: ("ADMIN"),
|
|
445
445
|
secret_id: ::String
|
|
446
|
-
}
|
|
446
|
+
}
|
|
447
447
|
],
|
|
448
448
|
?credentials_to_remove: Array[
|
|
449
449
|
{
|
|
450
450
|
database_name: ::String,
|
|
451
451
|
credential_type: ("ADMIN"),
|
|
452
452
|
secret_id: ::String
|
|
453
|
-
}
|
|
453
|
+
}
|
|
454
454
|
],
|
|
455
455
|
?backint: {
|
|
456
456
|
backint_mode: ("AWSBackup"),
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ssmsap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.54.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.
|
|
21
|
+
version: 3.248.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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|