aws-sdk-applicationdiscoveryservice 1.9.0 → 1.10.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: e08724ab4fe66a954a5ce72e28be16f02a71b50d
|
|
4
|
+
data.tar.gz: 7bb1fc485851fb9132e77acc27e1847c2e567131
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93480cb499e418c8524c5ecd5b283ab046495874db19432bfb710a702a5fad03a65528149742d3e3f266051a69882dca2feb5dad6ac826a59ae28d69a3dec9ba
|
|
7
|
+
data.tar.gz: f8e710f5445b33a89db0cf25ab84058752a3e921f90c592e97013cd4d4e6f1e696bc8e08190fc65637376d7cbcf64139a72636076e34ea080e6bb9393f33fb12
|
|
@@ -1205,8 +1205,8 @@ module Aws::ApplicationDiscoveryService
|
|
|
1205
1205
|
#
|
|
1206
1206
|
#
|
|
1207
1207
|
# [1]: https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv
|
|
1208
|
-
# [2]:
|
|
1209
|
-
# [3]:
|
|
1208
|
+
# [2]: https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-import.html
|
|
1209
|
+
# [3]: https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html
|
|
1210
1210
|
#
|
|
1211
1211
|
# @option params [String] :client_request_token
|
|
1212
1212
|
# Optional. A unique token that you can provide to prevent the same
|
|
@@ -1369,7 +1369,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1369
1369
|
params: params,
|
|
1370
1370
|
config: config)
|
|
1371
1371
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
|
1372
|
-
context[:gem_version] = '1.
|
|
1372
|
+
context[:gem_version] = '1.10.0'
|
|
1373
1373
|
Seahorse::Client::Request.new(handlers, context)
|
|
1374
1374
|
end
|
|
1375
1375
|
|
|
@@ -290,12 +290,17 @@ module Aws::ApplicationDiscoveryService
|
|
|
290
290
|
# Restrictions and Limitations][4] in the Amazon Simple Storage
|
|
291
291
|
# Service Developer Guide.
|
|
292
292
|
#
|
|
293
|
+
# * S3\_NOT\_SIGNED\_UP - Your account is not signed up for the Amazon
|
|
294
|
+
# S3 service. You must sign up before you can use Amazon S3. You can
|
|
295
|
+
# sign up at the following URL: [https://aws.amazon.com/s3][5].
|
|
296
|
+
#
|
|
293
297
|
#
|
|
294
298
|
#
|
|
295
299
|
# [1]: http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html
|
|
296
300
|
# [2]: http://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html
|
|
297
301
|
# [3]: http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html#setting-up-user-policy
|
|
298
302
|
# [4]: http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
|
|
303
|
+
# [5]: https://aws.amazon.com/s3
|
|
299
304
|
# @return [String]
|
|
300
305
|
#
|
|
301
306
|
# @!attribute [rw] s3_bucket
|
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.10.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-
|
|
11
|
+
date: 2019-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|