aws-sdk-applicationdiscoveryservice 1.79.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: c6d84b7e9a2a4306a0c30d2ea427436b22ac5f41c22a5f00ca2f7c1fb7658fac
4
- data.tar.gz: 9d9c8898043536893ac9c6be19af9a65f19bc39ba3b3a551bdffc57542a601f3
3
+ metadata.gz: 0c2d5db219e277f35cdb5c3366b7e3f37ba19b643b78740d469c0f630d73bb79
4
+ data.tar.gz: cab38770047748d6ed8ab307ac76951aa34e55aee2a1f575eaf480be4e6c52f0
5
5
  SHA512:
6
- metadata.gz: 3a9de083ebd7ae83d35509741d80ec67ec7b87c04e9a40dff7d9360e3ab0a9dc96802388a9b8ce12b634a2b397a42a0b2b10347b6e873063bac18a316d3cc7c6
7
- data.tar.gz: 8c34a7470a6b36984c1b118890a425efbd2a7708d117e3a7b704186c7f3145b0137cedefebb67afb3eb57af765301b6e773c09a4ae5d876d91be3643ccf49eac
6
+ metadata.gz: e8a947793ce8604c92dd5b298f194d791a688439e3a6b7f315544b9e5875cbd349cc489f65fdc3df9d1cb4ac179c03bd04cbef9010a6d46c3de3bdc20d155252
7
+ data.tar.gz: f098759a6511382bcb8726aeae75c876632a3acc99c00dc466efd251e8e6d9384e550a6c75c40c672e928ecad824bfd0176b63a8f4532cd8f261f847d4165750
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.79.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -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.79.0'
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
@@ -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.79.0'
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.79.0
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-06 00:00:00.000000000 Z
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