aws-sdk-applicationdiscoveryservice 1.100.0 → 1.101.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: baa7b0036bda60d47e16db9d3913407dfdea23b86ed19936798aac45e8959220
4
- data.tar.gz: 37ec8a1f91370fb38c9409ff8818ad80f7c4b2e6542558edfa01120fb8c6d784
3
+ metadata.gz: e5a941f515da090dd60cc779991ae2ae53a22c626391e0aef27a38c39b45d0ff
4
+ data.tar.gz: 361ae39f170efbaca160e4b02abeb3bff061a22d62bac878fbbdde64809eb156
5
5
  SHA512:
6
- metadata.gz: 6d7ec9d1111a9b30eb540ccf184b3f550874f3f06bbbcebfc3f4ada472fbc29559c615db0658d8c196e1e257bcf16dcea990ac8c1ccbd820f90d9dd3033ebc87
7
- data.tar.gz: 835e8e35dce0852a82b1875410882bafe624dd6ce2a010d13b6395c3be794f78d74b41dc7faecfab5c7e912c3ce803e66713296067168277d28117ff95dfa88e
6
+ metadata.gz: b062d98d6337d7bb107a24a024f861232317a9c5174857ccf151baebb6d9ea44ef5b67296e3c0a9cf52d6b6909d17b6a8879f550f03e0e3e9562deb61c2a23f3
7
+ data.tar.gz: 2d3afd77322d26285d95bc6c32b9ef9e742f656d24279ebe2b252732329e1f500f082e4cc8a159b627751799a76fdd63488ee9e027d40ff5184dea28da83818e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.100.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -1851,7 +1851,7 @@ module Aws::ApplicationDiscoveryService
1851
1851
  tracer: tracer
1852
1852
  )
1853
1853
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1854
- context[:gem_version] = '1.100.0'
1854
+ context[:gem_version] = '1.101.0'
1855
1855
  Seahorse::Client::Request.new(handlers, context)
1856
1856
  end
1857
1857
 
@@ -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.100.0'
57
+ GEM_VERSION = '1.101.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.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services