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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationdiscoveryservice/client.rb +1 -1
- data/lib/aws-sdk-applicationdiscoveryservice.rb +1 -1
- data/sig/client.rbs +10 -10
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5a941f515da090dd60cc779991ae2ae53a22c626391e0aef27a38c39b45d0ff
|
|
4
|
+
data.tar.gz: 361ae39f170efbaca160e4b02abeb3bff061a22d62bac878fbbdde64809eb156
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b062d98d6337d7bb107a24a024f861232317a9c5174857ccf151baebb6d9ea44ef5b67296e3c0a9cf52d6b6909d17b6a8879f550f03e0e3e9562deb61c2a23f3
|
|
7
|
+
data.tar.gz: 2d3afd77322d26285d95bc6c32b9ef9e742f656d24279ebe2b252732329e1f500f082e4cc8a159b627751799a76fdd63488ee9e027d40ff5184dea28da83818e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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.
|
|
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,
|