aws-sdk-applicationdiscoveryservice 1.78.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6d84b7e9a2a4306a0c30d2ea427436b22ac5f41c22a5f00ca2f7c1fb7658fac
|
4
|
+
data.tar.gz: 9d9c8898043536893ac9c6be19af9a65f19bc39ba3b3a551bdffc57542a601f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a9de083ebd7ae83d35509741d80ec67ec7b87c04e9a40dff7d9360e3ab0a9dc96802388a9b8ce12b634a2b397a42a0b2b10347b6e873063bac18a316d3cc7c6
|
7
|
+
data.tar.gz: 8c34a7470a6b36984c1b118890a425efbd2a7708d117e3a7b704186c7f3145b0137cedefebb67afb3eb57af765301b6e773c09a4ae5d876d91be3643ccf49eac
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -604,7 +604,7 @@ module Aws::ApplicationDiscoveryService
|
|
604
604
|
# Specify the tags that you want to create in a *key*-*value* format.
|
605
605
|
# For example:
|
606
606
|
#
|
607
|
-
#
|
607
|
+
# `{"key": "serverType", "value": "webServer"}`
|
608
608
|
#
|
609
609
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
610
610
|
#
|
@@ -659,7 +659,7 @@ module Aws::ApplicationDiscoveryService
|
|
659
659
|
# Specify the tags that you want to delete in a *key*-*value* format.
|
660
660
|
# For example:
|
661
661
|
#
|
662
|
-
#
|
662
|
+
# `{"key": "serverType", "value": "webServer"}`
|
663
663
|
#
|
664
664
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
665
665
|
#
|
@@ -695,7 +695,7 @@ module Aws::ApplicationDiscoveryService
|
|
695
695
|
# You can filter the request using various logical operators and a
|
696
696
|
# *key*-*value* format. For example:
|
697
697
|
#
|
698
|
-
#
|
698
|
+
# `{"key": "collectionStatus", "value": "STARTED"}`
|
699
699
|
#
|
700
700
|
# @option params [Integer] :max_results
|
701
701
|
# The total number of agents/collectors to return in a single page of
|
@@ -1267,7 +1267,7 @@ module Aws::ApplicationDiscoveryService
|
|
1267
1267
|
# You can filter the request using various logical operators and a
|
1268
1268
|
# *key*-*value* format. For example:
|
1269
1269
|
#
|
1270
|
-
#
|
1270
|
+
# `{"key": "serverType", "value": "webServer"}`
|
1271
1271
|
#
|
1272
1272
|
# For a complete list of filter options and guidance about using them
|
1273
1273
|
# with this action, see [Using the ListConfigurations Action][1] in the
|
@@ -1812,7 +1812,7 @@ module Aws::ApplicationDiscoveryService
|
|
1812
1812
|
tracer: tracer
|
1813
1813
|
)
|
1814
1814
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
1815
|
-
context[:gem_version] = '1.
|
1815
|
+
context[:gem_version] = '1.79.0'
|
1816
1816
|
Seahorse::Client::Request.new(handlers, context)
|
1817
1817
|
end
|
1818
1818
|
|
@@ -542,7 +542,7 @@ module Aws::ApplicationDiscoveryService
|
|
542
542
|
# items. Specify the tags that you want to create in a *key*-*value*
|
543
543
|
# format. For example:
|
544
544
|
#
|
545
|
-
#
|
545
|
+
# `{"key": "serverType", "value": "webServer"}`
|
546
546
|
# @return [Array<Types::Tag>]
|
547
547
|
#
|
548
548
|
class CreateTagsRequest < Struct.new(
|
@@ -765,7 +765,7 @@ module Aws::ApplicationDiscoveryService
|
|
765
765
|
# Specify the tags that you want to delete in a *key*-*value* format.
|
766
766
|
# For example:
|
767
767
|
#
|
768
|
-
#
|
768
|
+
# `{"key": "serverType", "value": "webServer"}`
|
769
769
|
# @return [Array<Types::Tag>]
|
770
770
|
#
|
771
771
|
class DeleteTagsRequest < Struct.new(
|
@@ -810,7 +810,7 @@ module Aws::ApplicationDiscoveryService
|
|
810
810
|
# You can filter the request using various logical operators and a
|
811
811
|
# *key*-*value* format. For example:
|
812
812
|
#
|
813
|
-
#
|
813
|
+
# `{"key": "collectionStatus", "value": "STARTED"}`
|
814
814
|
# @return [Array<Types::Filter>]
|
815
815
|
#
|
816
816
|
# @!attribute [rw] max_results
|
@@ -1609,7 +1609,7 @@ module Aws::ApplicationDiscoveryService
|
|
1609
1609
|
# You can filter the request using various logical operators and a
|
1610
1610
|
# *key*-*value* format. For example:
|
1611
1611
|
#
|
1612
|
-
#
|
1612
|
+
# `{"key": "serverType", "value": "webServer"}`
|
1613
1613
|
#
|
1614
1614
|
# For a complete list of filter options and guidance about using them
|
1615
1615
|
# with this action, see [Using the ListConfigurations Action][1] in
|
@@ -54,7 +54,7 @@ module Aws::ApplicationDiscoveryService
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.79.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
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.79.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|