aws-sdk-applicationdiscoveryservice 1.78.0 → 1.79.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: 3413365e1ae9f4ed1f8ab9d5ff94e016231214d69456d44081c53cc1a3cefe95
4
- data.tar.gz: 64d5312c8083cc34971cb6889fc3944cf3d0203bd7320df25310c62586de7715
3
+ metadata.gz: c6d84b7e9a2a4306a0c30d2ea427436b22ac5f41c22a5f00ca2f7c1fb7658fac
4
+ data.tar.gz: 9d9c8898043536893ac9c6be19af9a65f19bc39ba3b3a551bdffc57542a601f3
5
5
  SHA512:
6
- metadata.gz: 947fab9a51a801b357fd0a2254a83519a0d35de6cf778e155e979db360aaedacebe9f09b0edd5d30f74e0a5d235f2799c3cda84a716b7fcdcfcb8b402046393a
7
- data.tar.gz: 5bdba244a2dfcce26faf6c4d68a0f9661b92a401cd95bc78434d8b472d84613f2579411dee406dd57d35c69a05aef130a7351e63e284f106705f025ad40bf96a
6
+ metadata.gz: 3a9de083ebd7ae83d35509741d80ec67ec7b87c04e9a40dff7d9360e3ab0a9dc96802388a9b8ce12b634a2b397a42a0b2b10347b6e873063bac18a316d3cc7c6
7
+ data.tar.gz: 8c34a7470a6b36984c1b118890a425efbd2a7708d117e3a7b704186c7f3145b0137cedefebb67afb3eb57af765301b6e773c09a4ae5d876d91be3643ccf49eac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.78.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
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
- # `\{"key": "serverType", "value": "webServer"\}`
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
- # `\{"key": "serverType", "value": "webServer"\}`
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
- # `\{"key": "collectionStatus", "value": "STARTED"\}`
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
- # `\{"key": "serverType", "value": "webServer"\}`
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.78.0'
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
- # `\{"key": "serverType", "value": "webServer"\}`
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
- # `\{"key": "serverType", "value": "webServer"\}`
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
- # `\{"key": "collectionStatus", "value": "STARTED"\}`
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
- # `\{"key": "serverType", "value": "webServer"\}`
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.78.0'
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.78.0
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-10-18 00:00:00.000000000 Z
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