aws-sdk-applicationdiscoveryservice 1.0.0 → 1.1.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: 88c922764ee4b42827f49e7a7e904e5e52d3ce52
|
|
4
|
+
data.tar.gz: b923de65d1f01db6fbf352accbb082c16106abe9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f65acf5a34a75fdb7e0dfd3aa4725578cc25a9ab835fa207680bbb857298b18b20c7103c05bcc8ef10ee3328fe87d705b7fc15ae24b786c9d03f2ddcb9b52942
|
|
7
|
+
data.tar.gz: 4d794b2bb976d5d2d3a471c84615e9b074008dbfaf47d63076996b3e496cb80526d7d96bae98a1bbc1481e2f5affd5a3c7d07685194d6163f1452edd42c94675
|
|
@@ -844,20 +844,21 @@ module Aws::ApplicationDiscoveryService
|
|
|
844
844
|
|
|
845
845
|
# Begins the export of discovered data to an S3 bucket.
|
|
846
846
|
#
|
|
847
|
-
# If you specify `
|
|
847
|
+
# If you specify `agentIds` in a filter, the task exports up to 72 hours
|
|
848
848
|
# of detailed data collected by the identified Application Discovery
|
|
849
849
|
# Agent, including network, process, and performance details. A time
|
|
850
850
|
# range for exported agent data may be set by using `startTime` and
|
|
851
851
|
# `endTime`. Export of detailed agent data is limited to five
|
|
852
852
|
# concurrently running exports.
|
|
853
853
|
#
|
|
854
|
-
# If you do not include an `
|
|
854
|
+
# If you do not include an `agentIds` filter, summary data is exported
|
|
855
855
|
# that includes both AWS Agentless Discovery Connector data and summary
|
|
856
856
|
# data from AWS Discovery Agents. Export of summary data is limited to
|
|
857
857
|
# two exports per day.
|
|
858
858
|
#
|
|
859
859
|
# @option params [Array<String>] :export_data_format
|
|
860
860
|
# The file format for the returned export data. Default value is `CSV`.
|
|
861
|
+
# **Note:** *The* `GRAPHML` *option has been deprecated.*
|
|
861
862
|
#
|
|
862
863
|
# @option params [Array<Types::ExportFilter>] :filters
|
|
863
864
|
# If a filter is present, it selects the single `agentId` of the
|
|
@@ -978,7 +979,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
978
979
|
params: params,
|
|
979
980
|
config: config)
|
|
980
981
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
|
981
|
-
context[:gem_version] = '1.
|
|
982
|
+
context[:gem_version] = '1.1.0'
|
|
982
983
|
Seahorse::Client::Request.new(handlers, context)
|
|
983
984
|
end
|
|
984
985
|
|
|
@@ -163,7 +163,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
163
163
|
ConfigurationTag.add_member(:time_of_creation, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "timeOfCreation"))
|
|
164
164
|
ConfigurationTag.struct_class = Types::ConfigurationTag
|
|
165
165
|
|
|
166
|
-
ConfigurationTagSet.member = Shapes::ShapeRef.new(shape: ConfigurationTag
|
|
166
|
+
ConfigurationTagSet.member = Shapes::ShapeRef.new(shape: ConfigurationTag)
|
|
167
167
|
|
|
168
168
|
Configurations.member = Shapes::ShapeRef.new(shape: Configuration)
|
|
169
169
|
|
|
@@ -295,7 +295,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
295
295
|
Filter.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, required: true, location_name: "condition"))
|
|
296
296
|
Filter.struct_class = Types::Filter
|
|
297
297
|
|
|
298
|
-
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue
|
|
298
|
+
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
|
|
299
299
|
|
|
300
300
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
|
301
301
|
|
|
@@ -378,7 +378,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
378
378
|
|
|
379
379
|
TagFilters.member = Shapes::ShapeRef.new(shape: TagFilter)
|
|
380
380
|
|
|
381
|
-
TagSet.member = Shapes::ShapeRef.new(shape: Tag
|
|
381
|
+
TagSet.member = Shapes::ShapeRef.new(shape: Tag)
|
|
382
382
|
|
|
383
383
|
UpdateApplicationRequest.add_member(:configuration_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "configurationId"))
|
|
384
384
|
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
@@ -1131,7 +1131,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1131
1131
|
#
|
|
1132
1132
|
# @!attribute [rw] export_data_format
|
|
1133
1133
|
# The file format for the returned export data. Default value is
|
|
1134
|
-
# `CSV`.
|
|
1134
|
+
# `CSV`. **Note:** *The* `GRAPHML` *option has been deprecated.*
|
|
1135
1135
|
# @return [Array<String>]
|
|
1136
1136
|
#
|
|
1137
1137
|
# @!attribute [rw] filters
|
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.1.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: 2018-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -56,7 +56,9 @@ files:
|
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
|
57
57
|
licenses:
|
|
58
58
|
- Apache-2.0
|
|
59
|
-
metadata:
|
|
59
|
+
metadata:
|
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice
|
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md
|
|
60
62
|
post_install_message:
|
|
61
63
|
rdoc_options: []
|
|
62
64
|
require_paths:
|