aws-sdk-applicationdiscoveryservice 1.78.0 → 1.80.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c2d5db219e277f35cdb5c3366b7e3f37ba19b643b78740d469c0f630d73bb79
|
|
4
|
+
data.tar.gz: cab38770047748d6ed8ab307ac76951aa34e55aee2a1f575eaf480be4e6c52f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8a947793ce8604c92dd5b298f194d791a688439e3a6b7f315544b9e5875cbd349cc489f65fdc3df9d1cb4ac179c03bd04cbef9010a6d46c3de3bdc20d155252
|
|
7
|
+
data.tar.gz: f098759a6511382bcb8726aeae75c876632a3acc99c00dc466efd251e8e6d9384e550a6c75c40c672e928ecad824bfd0176b63a8f4532cd8f261f847d4165750
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.80.0 (2024-11-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.79.0 (2024-11-06)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.78.0 (2024-10-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.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.80.0'
|
|
1816
1816
|
Seahorse::Client::Request.new(handlers, context)
|
|
1817
1817
|
end
|
|
1818
1818
|
|
|
@@ -443,7 +443,6 @@ module Aws::ApplicationDiscoveryService
|
|
|
443
443
|
#
|
|
444
444
|
# 2. AWSApplicationDiscoveryServiceFirehose - Grant describe
|
|
445
445
|
# permissions for all tables in the database.
|
|
446
|
-
#
|
|
447
446
|
# * S3\_BUCKET\_LIMIT\_FAILURE - You reached the limit for Amazon S3
|
|
448
447
|
# buckets. Reduce the number of S3 buckets or request a limit
|
|
449
448
|
# increase and try again. For more information, see [Bucket
|
|
@@ -542,7 +541,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
542
541
|
# items. Specify the tags that you want to create in a *key*-*value*
|
|
543
542
|
# format. For example:
|
|
544
543
|
#
|
|
545
|
-
#
|
|
544
|
+
# `{"key": "serverType", "value": "webServer"}`
|
|
546
545
|
# @return [Array<Types::Tag>]
|
|
547
546
|
#
|
|
548
547
|
class CreateTagsRequest < Struct.new(
|
|
@@ -765,7 +764,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
765
764
|
# Specify the tags that you want to delete in a *key*-*value* format.
|
|
766
765
|
# For example:
|
|
767
766
|
#
|
|
768
|
-
#
|
|
767
|
+
# `{"key": "serverType", "value": "webServer"}`
|
|
769
768
|
# @return [Array<Types::Tag>]
|
|
770
769
|
#
|
|
771
770
|
class DeleteTagsRequest < Struct.new(
|
|
@@ -810,7 +809,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
810
809
|
# You can filter the request using various logical operators and a
|
|
811
810
|
# *key*-*value* format. For example:
|
|
812
811
|
#
|
|
813
|
-
#
|
|
812
|
+
# `{"key": "collectionStatus", "value": "STARTED"}`
|
|
814
813
|
# @return [Array<Types::Filter>]
|
|
815
814
|
#
|
|
816
815
|
# @!attribute [rw] max_results
|
|
@@ -1609,7 +1608,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
1609
1608
|
# You can filter the request using various logical operators and a
|
|
1610
1609
|
# *key*-*value* format. For example:
|
|
1611
1610
|
#
|
|
1612
|
-
#
|
|
1611
|
+
# `{"key": "serverType", "value": "webServer"}`
|
|
1613
1612
|
#
|
|
1614
1613
|
# For a complete list of filter options and guidance about using them
|
|
1615
1614
|
# 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.80.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.80.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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|