aws-sdk-applicationdiscoveryservice 1.14.0 → 1.15.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: d69bcb00d2eb961767a0d3ead1bbcb80f020ef47
|
|
4
|
+
data.tar.gz: 30719b5c2fba58ff3d5debcd92c31e40ef07d796
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed958cf1a850061f21d8db3f88304ae7962833747921b7e5f929df233294ddf28cca3fc9f03c190325a18368a126b0caa8e8b48c2de6674cfbd72a3f23f25a7c
|
|
7
|
+
data.tar.gz: 32b69e09aac7c586a256e827468d73288483fd7fa98a214f202afacbd8c5b416e635972844cf349221494bb48cf6753d0d2beaba011f93e1cf82710f99dc0ddb
|
|
@@ -209,6 +209,49 @@ module Aws::ApplicationDiscoveryService
|
|
|
209
209
|
# When `true`, request parameters are validated before
|
|
210
210
|
# sending the request.
|
|
211
211
|
#
|
|
212
|
+
# @option options [URI::HTTP,String] :http_proxy A proxy to send
|
|
213
|
+
# requests through. Formatted like 'http://proxy.com:123'.
|
|
214
|
+
#
|
|
215
|
+
# @option options [Float] :http_open_timeout (15) The number of
|
|
216
|
+
# seconds to wait when opening a HTTP session before rasing a
|
|
217
|
+
# `Timeout::Error`.
|
|
218
|
+
#
|
|
219
|
+
# @option options [Integer] :http_read_timeout (60) The default
|
|
220
|
+
# number of seconds to wait for response data. This value can
|
|
221
|
+
# safely be set
|
|
222
|
+
# per-request on the session yeidled by {#session_for}.
|
|
223
|
+
#
|
|
224
|
+
# @option options [Float] :http_idle_timeout (5) The number of
|
|
225
|
+
# seconds a connection is allowed to sit idble before it is
|
|
226
|
+
# considered stale. Stale connections are closed and removed
|
|
227
|
+
# from the pool before making a request.
|
|
228
|
+
#
|
|
229
|
+
# @option options [Float] :http_continue_timeout (1) The number of
|
|
230
|
+
# seconds to wait for a 100-continue response before sending the
|
|
231
|
+
# request body. This option has no effect unless the request has
|
|
232
|
+
# "Expect" header set to "100-continue". Defaults to `nil` which
|
|
233
|
+
# disables this behaviour. This value can safely be set per
|
|
234
|
+
# request on the session yeidled by {#session_for}.
|
|
235
|
+
#
|
|
236
|
+
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
|
237
|
+
# HTTP debug output will be sent to the `:logger`.
|
|
238
|
+
#
|
|
239
|
+
# @option options [Boolean] :ssl_verify_peer (true) When `true`,
|
|
240
|
+
# SSL peer certificates are verified when establishing a
|
|
241
|
+
# connection.
|
|
242
|
+
#
|
|
243
|
+
# @option options [String] :ssl_ca_bundle Full path to the SSL
|
|
244
|
+
# certificate authority bundle file that should be used when
|
|
245
|
+
# verifying peer certificates. If you do not pass
|
|
246
|
+
# `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
|
|
247
|
+
# will be used if available.
|
|
248
|
+
#
|
|
249
|
+
# @option options [String] :ssl_ca_directory Full path of the
|
|
250
|
+
# directory that contains the unbundled SSL certificate
|
|
251
|
+
# authority files for verifying peer certificates. If you do
|
|
252
|
+
# not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
|
|
253
|
+
# system default will be used if available.
|
|
254
|
+
#
|
|
212
255
|
def initialize(*args)
|
|
213
256
|
super
|
|
214
257
|
end
|
|
@@ -270,7 +313,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
270
313
|
#
|
|
271
314
|
# resp.errors #=> Array
|
|
272
315
|
# resp.errors[0].import_task_id #=> String
|
|
273
|
-
# resp.errors[0].error_code #=> String, one of "NOT_FOUND", "INTERNAL_SERVER_ERROR"
|
|
316
|
+
# resp.errors[0].error_code #=> String, one of "NOT_FOUND", "INTERNAL_SERVER_ERROR", "OVER_LIMIT"
|
|
274
317
|
# resp.errors[0].error_description #=> String
|
|
275
318
|
#
|
|
276
319
|
# @overload batch_delete_import_data(params = {})
|
|
@@ -730,7 +773,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
730
773
|
# resp.tasks[0].client_request_token #=> String
|
|
731
774
|
# resp.tasks[0].name #=> String
|
|
732
775
|
# resp.tasks[0].import_url #=> String
|
|
733
|
-
# resp.tasks[0].status #=> String, one of "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_FAILED", "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED", "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_FAILED_LIMIT_EXCEEDED"
|
|
776
|
+
# resp.tasks[0].status #=> String, one of "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_COMPLETE_WITH_ERRORS", "IMPORT_FAILED", "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED", "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_FAILED_LIMIT_EXCEEDED", "INTERNAL_ERROR"
|
|
734
777
|
# resp.tasks[0].import_request_time #=> Time
|
|
735
778
|
# resp.tasks[0].import_completion_time #=> Time
|
|
736
779
|
# resp.tasks[0].import_deleted_time #=> Time
|
|
@@ -1251,7 +1294,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1251
1294
|
# resp.task.client_request_token #=> String
|
|
1252
1295
|
# resp.task.name #=> String
|
|
1253
1296
|
# resp.task.import_url #=> String
|
|
1254
|
-
# resp.task.status #=> String, one of "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_FAILED", "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED", "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_FAILED_LIMIT_EXCEEDED"
|
|
1297
|
+
# resp.task.status #=> String, one of "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_COMPLETE_WITH_ERRORS", "IMPORT_FAILED", "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED", "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_FAILED_LIMIT_EXCEEDED", "INTERNAL_ERROR"
|
|
1255
1298
|
# resp.task.import_request_time #=> Time
|
|
1256
1299
|
# resp.task.import_completion_time #=> Time
|
|
1257
1300
|
# resp.task.import_deleted_time #=> Time
|
|
@@ -1368,7 +1411,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1368
1411
|
params: params,
|
|
1369
1412
|
config: config)
|
|
1370
1413
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
|
1371
|
-
context[:gem_version] = '1.
|
|
1414
|
+
context[:gem_version] = '1.15.0'
|
|
1372
1415
|
Seahorse::Client::Request.new(handlers, context)
|
|
1373
1416
|
end
|
|
1374
1417
|
|
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.15.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-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- lib/aws-sdk-applicationdiscoveryservice/errors.rb
|
|
60
60
|
- lib/aws-sdk-applicationdiscoveryservice/resource.rb
|
|
61
61
|
- lib/aws-sdk-applicationdiscoveryservice/types.rb
|
|
62
|
-
homepage:
|
|
62
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
63
|
licenses:
|
|
64
64
|
- Apache-2.0
|
|
65
65
|
metadata:
|