aws-sdk-applicationdiscoveryservice 1.23.0 → 1.24.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65b416c22de4678bd78f496ef759413c55007f31
|
|
4
|
+
data.tar.gz: 88c2140da05fc7e7896d8a279b044b80b6835eb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f37baf23bd9ae464b1531eab0e7c6fed53c4beb79f09aa5e4736e34e767c21007e5ea4ba8f4e131722a1e2b775daa1e1b64b40545525f151e1489c452488cff
|
|
7
|
+
data.tar.gz: 3e9c752a29a282178ec8406ffdc1dc510c86edce2cdca17cacaa1b6c58371867a6b727803dfa6a766833a237109de1bde6fa6a9fbda9f4417f60bf1877a03688
|
|
@@ -538,13 +538,14 @@ module Aws::ApplicationDiscoveryService
|
|
|
538
538
|
# number of network cards, etc.
|
|
539
539
|
#
|
|
540
540
|
# For a complete list of outputs for each asset type, see [Using the
|
|
541
|
-
# DescribeConfigurations Action][1]
|
|
541
|
+
# DescribeConfigurations Action][1] in the *AWS Application Discovery
|
|
542
|
+
# Service User Guide*.
|
|
542
543
|
#
|
|
543
544
|
# </note>
|
|
544
545
|
#
|
|
545
546
|
#
|
|
546
547
|
#
|
|
547
|
-
# [1]:
|
|
548
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#DescribeConfigurations
|
|
548
549
|
#
|
|
549
550
|
# @option params [required, Array<String>] :configuration_ids
|
|
550
551
|
# One or more configuration IDs.
|
|
@@ -952,7 +953,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
952
953
|
end
|
|
953
954
|
|
|
954
955
|
# Retrieves a list of configuration items as specified by the value
|
|
955
|
-
# passed to the required
|
|
956
|
+
# passed to the required parameter `configurationType`. Optional
|
|
956
957
|
# filtering may be applied to refine search results.
|
|
957
958
|
#
|
|
958
959
|
# @option params [required, String] :configuration_type
|
|
@@ -965,11 +966,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
965
966
|
# `\{"key": "serverType", "value": "webServer"\}`
|
|
966
967
|
#
|
|
967
968
|
# For a complete list of filter options and guidance about using them
|
|
968
|
-
# with this action, see [
|
|
969
|
+
# with this action, see [Using the ListConfigurations Action][1] in the
|
|
970
|
+
# *AWS Application Discovery Service User Guide*.
|
|
969
971
|
#
|
|
970
972
|
#
|
|
971
973
|
#
|
|
972
|
-
# [1]:
|
|
974
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations
|
|
973
975
|
#
|
|
974
976
|
# @option params [Integer] :max_results
|
|
975
977
|
# The total number of items to return. The maximum value is 100.
|
|
@@ -984,11 +986,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
984
986
|
# @option params [Array<Types::OrderByElement>] :order_by
|
|
985
987
|
# Certain filter criteria return output that can be sorted in ascending
|
|
986
988
|
# or descending order. For a list of output characteristics for each
|
|
987
|
-
# filter, see [Using the ListConfigurations Action][1]
|
|
989
|
+
# filter, see [Using the ListConfigurations Action][1] in the *AWS
|
|
990
|
+
# Application Discovery Service User Guide*.
|
|
988
991
|
#
|
|
989
992
|
#
|
|
990
993
|
#
|
|
991
|
-
# [1]:
|
|
994
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations
|
|
992
995
|
#
|
|
993
996
|
# @return [Types::ListConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
994
997
|
#
|
|
@@ -1218,12 +1221,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
1218
1221
|
end
|
|
1219
1222
|
|
|
1220
1223
|
# Starts an import task, which allows you to import details of your
|
|
1221
|
-
# on-premises environment directly into AWS without having
|
|
1222
|
-
# Application Discovery Service (ADS) tools such as the
|
|
1223
|
-
# Connector or Discovery Agent. This gives you the option to
|
|
1224
|
-
# migration assessment and planning directly from your imported
|
|
1225
|
-
# including the ability to group your devices as applications and
|
|
1226
|
-
# their migration status.
|
|
1224
|
+
# on-premises environment directly into AWS Migration Hub without having
|
|
1225
|
+
# to use the Application Discovery Service (ADS) tools such as the
|
|
1226
|
+
# Discovery Connector or Discovery Agent. This gives you the option to
|
|
1227
|
+
# perform migration assessment and planning directly from your imported
|
|
1228
|
+
# data, including the ability to group your devices as applications and
|
|
1229
|
+
# track their migration status.
|
|
1227
1230
|
#
|
|
1228
1231
|
# To start an import request, do this:
|
|
1229
1232
|
#
|
|
@@ -1417,7 +1420,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1417
1420
|
params: params,
|
|
1418
1421
|
config: config)
|
|
1419
1422
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
|
1420
|
-
context[:gem_version] = '1.
|
|
1423
|
+
context[:gem_version] = '1.24.0'
|
|
1421
1424
|
Seahorse::Client::Request.new(handlers, context)
|
|
1422
1425
|
end
|
|
1423
1426
|
|
|
@@ -1052,11 +1052,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
1052
1052
|
# A filter that can use conditional operators.
|
|
1053
1053
|
#
|
|
1054
1054
|
# For more information about filters, see [Querying Discovered
|
|
1055
|
-
# Configuration Items][1]
|
|
1055
|
+
# Configuration Items][1] in the *AWS Application Discovery Service User
|
|
1056
|
+
# Guide*.
|
|
1056
1057
|
#
|
|
1057
1058
|
#
|
|
1058
1059
|
#
|
|
1059
|
-
# [1]:
|
|
1060
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html
|
|
1060
1061
|
#
|
|
1061
1062
|
# @note When making an API call, you may pass Filter
|
|
1062
1063
|
# data as a hash:
|
|
@@ -1335,11 +1336,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
1335
1336
|
# `\{"key": "serverType", "value": "webServer"\}`
|
|
1336
1337
|
#
|
|
1337
1338
|
# For a complete list of filter options and guidance about using them
|
|
1338
|
-
# with this action, see [
|
|
1339
|
+
# with this action, see [Using the ListConfigurations Action][1] in
|
|
1340
|
+
# the *AWS Application Discovery Service User Guide*.
|
|
1339
1341
|
#
|
|
1340
1342
|
#
|
|
1341
1343
|
#
|
|
1342
|
-
# [1]:
|
|
1344
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations
|
|
1343
1345
|
# @return [Array<Types::Filter>]
|
|
1344
1346
|
#
|
|
1345
1347
|
# @!attribute [rw] max_results
|
|
@@ -1357,11 +1359,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
1357
1359
|
# @!attribute [rw] order_by
|
|
1358
1360
|
# Certain filter criteria return output that can be sorted in
|
|
1359
1361
|
# ascending or descending order. For a list of output characteristics
|
|
1360
|
-
# for each filter, see [Using the ListConfigurations Action][1]
|
|
1362
|
+
# for each filter, see [Using the ListConfigurations Action][1] in the
|
|
1363
|
+
# *AWS Application Discovery Service User Guide*.
|
|
1361
1364
|
#
|
|
1362
1365
|
#
|
|
1363
1366
|
#
|
|
1364
|
-
# [1]:
|
|
1367
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations
|
|
1365
1368
|
# @return [Array<Types::OrderByElement>]
|
|
1366
1369
|
#
|
|
1367
1370
|
class ListConfigurationsRequest < Struct.new(
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|