aws-sdk-applicationdiscoveryservice 1.100.0 → 1.102.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-applicationdiscoveryservice/client.rb +6 -8
- data/lib/aws-sdk-applicationdiscoveryservice.rb +1 -1
- data/sig/client.rbs +10 -10
- 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: b2b46de31c6520622c95bd24a5e871c5a9b406e5c5c3c8dc325bad020d1bcc0e
|
|
4
|
+
data.tar.gz: 22977123c423fc91a27d1f36dde8205ddfecb79c98dbb71d16687e0e22fd048b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e0b287db9375075b8f1a8c2bcdbea1d6a35847cc7c175aa4685d3c2ddd1892241f0d803750c6cd862e1f10f6296624384c76aa8d03e57dde686339be8195e39
|
|
7
|
+
data.tar.gz: c44000de031d62c27437bf0232ef922aa33ae78c6b1f65f36b370a08e5d197698f62bb0dbd8531a60b574b3a7db893bd51234b63738846871582cc821f0fc6fb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.102.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.101.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.100.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.102.0
|
|
@@ -199,7 +199,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
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::ApplicationDiscoveryService
|
|
|
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
|
|
@@ -1851,7 +1849,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1851
1849
|
tracer: tracer
|
|
1852
1850
|
)
|
|
1853
1851
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
|
1854
|
-
context[:gem_version] = '1.
|
|
1852
|
+
context[:gem_version] = '1.102.0'
|
|
1855
1853
|
Seahorse::Client::Request.new(handlers, context)
|
|
1856
1854
|
end
|
|
1857
1855
|
|
|
@@ -54,7 +54,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.102.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
60
|
|
data/sig/client.rbs
CHANGED
|
@@ -99,7 +99,7 @@ module Aws
|
|
|
99
99
|
{
|
|
100
100
|
agent_id: ::String,
|
|
101
101
|
force: bool?
|
|
102
|
-
}
|
|
102
|
+
}
|
|
103
103
|
]
|
|
104
104
|
) -> _BatchDeleteAgentsResponseSuccess
|
|
105
105
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteAgentsResponseSuccess
|
|
@@ -137,7 +137,7 @@ module Aws
|
|
|
137
137
|
{
|
|
138
138
|
key: ::String,
|
|
139
139
|
value: ::String
|
|
140
|
-
}
|
|
140
|
+
}
|
|
141
141
|
]
|
|
142
142
|
) -> _CreateTagsResponseSuccess
|
|
143
143
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTagsResponseSuccess
|
|
@@ -161,7 +161,7 @@ module Aws
|
|
|
161
161
|
{
|
|
162
162
|
key: ::String,
|
|
163
163
|
value: ::String
|
|
164
|
-
}
|
|
164
|
+
}
|
|
165
165
|
]
|
|
166
166
|
) -> _DeleteTagsResponseSuccess
|
|
167
167
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTagsResponseSuccess
|
|
@@ -179,7 +179,7 @@ module Aws
|
|
|
179
179
|
name: ::String,
|
|
180
180
|
values: Array[::String],
|
|
181
181
|
condition: ::String
|
|
182
|
-
}
|
|
182
|
+
}
|
|
183
183
|
],
|
|
184
184
|
?max_results: ::Integer,
|
|
185
185
|
?next_token: ::String
|
|
@@ -245,7 +245,7 @@ module Aws
|
|
|
245
245
|
name: ::String,
|
|
246
246
|
values: Array[::String],
|
|
247
247
|
condition: ::String
|
|
248
|
-
}
|
|
248
|
+
}
|
|
249
249
|
],
|
|
250
250
|
?max_results: ::Integer,
|
|
251
251
|
?next_token: ::String
|
|
@@ -263,7 +263,7 @@ module Aws
|
|
|
263
263
|
{
|
|
264
264
|
name: ("IMPORT_TASK_ID" | "STATUS" | "NAME" | "FILE_CLASSIFICATION")?,
|
|
265
265
|
values: Array[::String]?
|
|
266
|
-
}
|
|
266
|
+
}
|
|
267
267
|
],
|
|
268
268
|
?max_results: ::Integer,
|
|
269
269
|
?next_token: ::String
|
|
@@ -281,7 +281,7 @@ module Aws
|
|
|
281
281
|
{
|
|
282
282
|
name: ::String,
|
|
283
283
|
values: Array[::String]
|
|
284
|
-
}
|
|
284
|
+
}
|
|
285
285
|
],
|
|
286
286
|
?max_results: ::Integer,
|
|
287
287
|
?next_token: ::String
|
|
@@ -335,7 +335,7 @@ module Aws
|
|
|
335
335
|
name: ::String,
|
|
336
336
|
values: Array[::String],
|
|
337
337
|
condition: ::String
|
|
338
|
-
}
|
|
338
|
+
}
|
|
339
339
|
],
|
|
340
340
|
?max_results: ::Integer,
|
|
341
341
|
?next_token: ::String,
|
|
@@ -343,7 +343,7 @@ module Aws
|
|
|
343
343
|
{
|
|
344
344
|
field_name: ::String,
|
|
345
345
|
sort_order: ("ASC" | "DESC")?
|
|
346
|
-
}
|
|
346
|
+
}
|
|
347
347
|
]
|
|
348
348
|
) -> _ListConfigurationsResponseSuccess
|
|
349
349
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfigurationsResponseSuccess
|
|
@@ -410,7 +410,7 @@ module Aws
|
|
|
410
410
|
name: ::String,
|
|
411
411
|
values: Array[::String],
|
|
412
412
|
condition: ::String
|
|
413
|
-
}
|
|
413
|
+
}
|
|
414
414
|
],
|
|
415
415
|
?start_time: ::Time,
|
|
416
416
|
?end_time: ::Time,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-applicationdiscoveryservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.102.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
|