aws-sdk-appintegrationsservice 1.41.0 → 1.43.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: f9fa53d24eb483b019c855768bc34f18b1ffcc27d9fd0a16d94c4277624bc1d0
4
- data.tar.gz: 2aa3898eecd866d2fc5246c9cad63a197482f7350209828bf77eab522b3c0ca3
3
+ metadata.gz: 8bae6dd44b5f07a0f74badfd173f73a77b8f2e8f6481e987c4d0800d5d77f824
4
+ data.tar.gz: a54b7f264fe20e6588970c85b1ba24fbf62d15b3bd1e8c0d64026a0f2b4fde1c
5
5
  SHA512:
6
- metadata.gz: 1cda73a750db5f7af29e8e6368f862567b2772008da0decda79625997ca1fd3284809918194155aba4b39837ed131e47bf26b9c33a440043fd1f40095bd8e920
7
- data.tar.gz: 695e4f423ce1aea5649d93904c3515b902396d3c22c8dac8c3080ddc59a27ffbda5121efd17d64441f0abcd71a36a6060df26894bf8dc10f18a090f035f4f596
6
+ metadata.gz: 86d9db9aa6fa5ff46cab9f948e99fcc343e940320aabd703f0f6c5f5aa48527e8d9e012ab54bfa53e18150c0cee7be71eb007197b43725f54121fbef56e7a10b
7
+ data.tar.gz: 5895e4b4a5986eb4e3f16dd7328472cf94d2282daa8b679fd4698acef4a40cb804afc7e303a19650ef1425e324b31129de126891b3866fe15abe344c495ac9ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.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.41.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.43.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/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:appintegrationsservice)
40
-
41
39
  module Aws::AppIntegrationsService
42
40
  # An API client for AppIntegrationsService. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1758,7 +1756,7 @@ module Aws::AppIntegrationsService
1758
1756
  tracer: tracer
1759
1757
  )
1760
1758
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1761
- context[:gem_version] = '1.41.0'
1759
+ context[:gem_version] = '1.43.0'
1762
1760
  Seahorse::Client::Request.new(handlers, context)
1763
1761
  end
1764
1762
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::AppIntegrationsService
11
12
  # @api private
12
13
  module ClientApi
@@ -1559,3 +1559,4 @@ module Aws::AppIntegrationsService
1559
1559
 
1560
1560
  end
1561
1561
  end
1562
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-appintegrationsservice/types'
15
- require_relative 'aws-sdk-appintegrationsservice/client_api'
16
- require_relative 'aws-sdk-appintegrationsservice/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-appintegrationsservice/client'
18
- require_relative 'aws-sdk-appintegrationsservice/errors'
19
- require_relative 'aws-sdk-appintegrationsservice/resource'
20
- require_relative 'aws-sdk-appintegrationsservice/endpoint_parameters'
21
- require_relative 'aws-sdk-appintegrationsservice/endpoint_provider'
22
- require_relative 'aws-sdk-appintegrationsservice/endpoints'
23
- require_relative 'aws-sdk-appintegrationsservice/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:appintegrationsservice)
24
15
 
25
16
  # This module provides support for Amazon AppIntegrations Service. This module is available in the
26
17
  # `aws-sdk-appintegrationsservice` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-appintegrationsservice/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::AppIntegrationsService
45
+ autoload :Types, 'aws-sdk-appintegrationsservice/types'
46
+ autoload :ClientApi, 'aws-sdk-appintegrationsservice/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-appintegrationsservice/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-appintegrationsservice/client'
51
+ autoload :Errors, 'aws-sdk-appintegrationsservice/errors'
52
+ autoload :Resource, 'aws-sdk-appintegrationsservice/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-appintegrationsservice/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
54
56
 
55
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.43.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-appintegrationsservice/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.43.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