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: e08724ab4fe66a954a5ce72e28be16f02a71b50d
4
- data.tar.gz: 7bb1fc485851fb9132e77acc27e1847c2e567131
3
+ metadata.gz: 212067f674de66d5aec90632d126ba8369fd023c
4
+ data.tar.gz: 84ae27922faa44117106f398fc17dcd091001c0d
5
5
  SHA512:
6
- metadata.gz: 93480cb499e418c8524c5ecd5b283ab046495874db19432bfb710a702a5fad03a65528149742d3e3f266051a69882dca2feb5dad6ac826a59ae28d69a3dec9ba
7
- data.tar.gz: f8e710f5445b33a89db0cf25ab84058752a3e921f90c592e97013cd4d4e6f1e696bc8e08190fc65637376d7cbcf64139a72636076e34ea080e6bb9393f33fb12
6
+ metadata.gz: 3d501a74a57e977723cf58d5fe0ff3a5883156b4b49747b62e9575d4ab23c506a5c7ca1296d20555f7c70d47f367d8476674ba9630ec6a56b67faabd5edab563
7
+ data.tar.gz: 4a8cf96f18828397cb9fb67b2171c75d92ce8dd2a1714c7d046dae996f8f90228e34d4fd3fa591609a664ce1245b1c38104eda3b3dfbc4b9f5e120c9d0a39f71
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
42
42
  # @service
43
43
  module Aws::ApplicationDiscoveryService
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -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.10.0'
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 frmo having to correct and update
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.10.0
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-08 00:00:00.000000000 Z
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