aws-sdk-applicationdiscoveryservice 1.76.0 → 1.77.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: b81bec240aea9736c25592afa182cc1b7c580fee74270b6e9f69439e2dcbfb50
4
- data.tar.gz: 9135efd344f9c8b98cf12bae847bae0effb5e65f3ac48fe77749774fad288f82
3
+ metadata.gz: 7c4f06e29a2e947aa065636ade3f7c56fe7d10ffe1f37377a85a0fd20d0a3ec9
4
+ data.tar.gz: ff1299e54a4c0cbfdbe595c0fe788e454bad6abcf2147c4b3bf67796124334c2
5
5
  SHA512:
6
- metadata.gz: b3b1c3c37184447ab6957c67c4dded9459d76a7a179810144487f7a49b49b7573f70b9b80a92626b7dced78ae8e1c454682fb301f92e50234b4acb90fce6ab05
7
- data.tar.gz: 5551932c0ea7e01f67e78b6ce38abc01b440b9588d1436af4e5c1df139e5c63a0f3a811d82d991d39ba423f070a704742e8b6cfb625ce9b8bc07556318320762
6
+ metadata.gz: 2d1d968e88532bde3e5c699403f448e3355da2a7bda46eb7cf5aa6782b00ac988c5353867ef5b3892a502d2c9bcc10cd8e1a658316a03e2f79d1d69b15dbb11e
7
+ data.tar.gz: 158af8edbb8fc85d11f350dd4a6b582421573f6c0efc25727e08f9f223eba7b1e6ae47433c6a1a263856f612e0b15d7441019313f1c5ee5878cf3e4484a1d3cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:applicationdiscoveryservice)
40
-
41
39
  module Aws::ApplicationDiscoveryService
42
40
  # An API client for ApplicationDiscoveryService. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1814,7 +1812,7 @@ module Aws::ApplicationDiscoveryService
1814
1812
  tracer: tracer
1815
1813
  )
1816
1814
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1817
- context[:gem_version] = '1.76.0'
1815
+ context[:gem_version] = '1.77.0'
1818
1816
  Seahorse::Client::Request.new(handlers, context)
1819
1817
  end
1820
1818
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:applicationdiscoveryservice)
15
+
14
16
  # This module provides support for AWS Application Discovery Service. This module is available in the
15
17
  # `aws-sdk-applicationdiscoveryservice` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ApplicationDiscoveryService
52
54
  autoload :EndpointProvider, 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/endpoints'
54
56
 
55
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.0'
56
58
 
57
59
  end
58
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.76.0
4
+ version: 1.77.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core