aws-sdk-applicationdiscoveryservice 1.10.0 → 1.11.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: 212067f674de66d5aec90632d126ba8369fd023c
|
|
4
|
+
data.tar.gz: 84ae27922faa44117106f398fc17dcd091001c0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d501a74a57e977723cf58d5fe0ff3a5883156b4b49747b62e9575d4ab23c506a5c7ca1296d20555f7c70d47f367d8476674ba9630ec6a56b67faabd5edab563
|
|
7
|
+
data.tar.gz: 4a8cf96f18828397cb9fb67b2171c75d92ce8dd2a1714c7d046dae996f8f90228e34d4fd3fa591609a664ce1245b1c38104eda3b3dfbc4b9f5e120c9d0a39f71
|
|
@@ -571,13 +571,12 @@ module Aws::ApplicationDiscoveryService
|
|
|
571
571
|
req.send_request(options)
|
|
572
572
|
end
|
|
573
573
|
|
|
574
|
-
# `DescribeExportConfigurations` is deprecated.
|
|
574
|
+
# `DescribeExportConfigurations` is deprecated. Use
|
|
575
|
+
# [DescribeImportTasks][1], instead.
|
|
575
576
|
#
|
|
576
|
-
# Use instead [ `DescribeExportTasks` ][1].
|
|
577
577
|
#
|
|
578
578
|
#
|
|
579
|
-
#
|
|
580
|
-
# [1]: http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html
|
|
579
|
+
# [1]: https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html
|
|
581
580
|
#
|
|
582
581
|
# @option params [Array<String>] :export_ids
|
|
583
582
|
# A list of continuous export ids to search for.
|
|
@@ -1369,7 +1368,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1369
1368
|
params: params,
|
|
1370
1369
|
config: config)
|
|
1371
1370
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
|
1372
|
-
context[:gem_version] = '1.
|
|
1371
|
+
context[:gem_version] = '1.11.0'
|
|
1373
1372
|
Seahorse::Client::Request.new(handlers, context)
|
|
1374
1373
|
end
|
|
1375
1374
|
|
|
@@ -1198,7 +1198,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1198
1198
|
#
|
|
1199
1199
|
# If some records failed to be imported we recommend that you correct
|
|
1200
1200
|
# the records in the failed entries file and then imports that failed
|
|
1201
|
-
# entries file. This prevents you
|
|
1201
|
+
# entries file. This prevents you from having to correct and update
|
|
1202
1202
|
# the larger original file and attempt importing it again.
|
|
1203
1203
|
# @return [String]
|
|
1204
1204
|
#
|
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.11.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: 2019-02-
|
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|