aws-sdk-applicationdiscoveryservice 1.75.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: a2742b86f477cfdbafa2aebc9150acea4f3d9cfca3d4e3bd98034b0ebffe16b8
4
- data.tar.gz: ae2c40e6e65add7cd2f76c457a8025612749c2bca779a5de9bbdbeb673331a5d
3
+ metadata.gz: 7c4f06e29a2e947aa065636ade3f7c56fe7d10ffe1f37377a85a0fd20d0a3ec9
4
+ data.tar.gz: ff1299e54a4c0cbfdbe595c0fe788e454bad6abcf2147c4b3bf67796124334c2
5
5
  SHA512:
6
- metadata.gz: d2f4ece3bb0a9ad7a4d232b7f7ae0af6153ae0dd58cd38ce72d4104e2795253e0050fb0811668924f8541848c624820810faecc0770e7fd725bea9c907e6058f
7
- data.tar.gz: eb4c727c148438377382e3de220beac236750758a66d0006701e42b97352d7c953e007a7ce87e401dc92234a5b9c01d0d1cc7065862e35a5b7c17b3846c433cc
6
+ metadata.gz: 2d1d968e88532bde3e5c699403f448e3355da2a7bda46eb7cf5aa6782b00ac988c5353867ef5b3892a502d2c9bcc10cd8e1a658316a03e2f79d1d69b15dbb11e
7
+ data.tar.gz: 158af8edbb8fc85d11f350dd4a6b582421573f6c0efc25727e08f9f223eba7b1e6ae47433c6a1a263856f612e0b15d7441019313f1c5ee5878cf3e4484a1d3cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.76.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.75.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.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.75.0'
1815
+ context[:gem_version] = '1.77.0'
1818
1816
  Seahorse::Client::Request.new(handlers, context)
1819
1817
  end
1820
1818
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ApplicationDiscoveryService
11
12
  # @api private
12
13
  module ClientApi
@@ -2190,3 +2190,4 @@ module Aws::ApplicationDiscoveryService
2190
2190
 
2191
2191
  end
2192
2192
  end
2193
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-applicationdiscoveryservice/types'
15
- require_relative 'aws-sdk-applicationdiscoveryservice/client_api'
16
- require_relative 'aws-sdk-applicationdiscoveryservice/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-applicationdiscoveryservice/client'
18
- require_relative 'aws-sdk-applicationdiscoveryservice/errors'
19
- require_relative 'aws-sdk-applicationdiscoveryservice/resource'
20
- require_relative 'aws-sdk-applicationdiscoveryservice/endpoint_parameters'
21
- require_relative 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
22
- require_relative 'aws-sdk-applicationdiscoveryservice/endpoints'
23
- require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:applicationdiscoveryservice)
24
15
 
25
16
  # This module provides support for AWS Application Discovery Service. This module is available in the
26
17
  # `aws-sdk-applicationdiscoveryservice` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::ApplicationDiscoveryService
45
+ autoload :Types, 'aws-sdk-applicationdiscoveryservice/types'
46
+ autoload :ClientApi, 'aws-sdk-applicationdiscoveryservice/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-applicationdiscoveryservice/client'
51
+ autoload :Errors, 'aws-sdk-applicationdiscoveryservice/errors'
52
+ autoload :Resource, 'aws-sdk-applicationdiscoveryservice/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-applicationdiscoveryservice/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/endpoints'
54
56
 
55
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.77.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
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.75.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-20 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