aws-sdk-appintegrationsservice 1.41.0 → 1.42.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: e63b41b5b61de0284f3609f3113e3efe04f5697c880793be1f47ee3de932bc41
4
+ data.tar.gz: 5e1bdae23e408503876bed56a08cff32e46c2dc58e9e4eb034ec74d1c0998045
5
5
  SHA512:
6
- metadata.gz: 1cda73a750db5f7af29e8e6368f862567b2772008da0decda79625997ca1fd3284809918194155aba4b39837ed131e47bf26b9c33a440043fd1f40095bd8e920
7
- data.tar.gz: 695e4f423ce1aea5649d93904c3515b902396d3c22c8dac8c3080ddc59a27ffbda5121efd17d64441f0abcd71a36a6060df26894bf8dc10f18a090f035f4f596
6
+ metadata.gz: 0306b53531f9cea3adae071c02afa874f1f4ef86fdee862531f5037abf8b47ad190e56a9a62f3857c5190c713997e4202d4a090406a92142c07b4b03157fc5ab
7
+ data.tar.gz: 4272530bcfc803533e9b7411c98616635d20f571222072e55fd1f468606a873b991e9a2d74599f1f4d0c4ba96f46a04ccae966072933b35224e136affd23ba12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -1758,7 +1758,7 @@ module Aws::AppIntegrationsService
1758
1758
  tracer: tracer
1759
1759
  )
1760
1760
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1761
- context[:gem_version] = '1.41.0'
1761
+ context[:gem_version] = '1.42.0'
1762
1762
  Seahorse::Client::Request.new(handlers, context)
1763
1763
  end
1764
1764
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for Amazon AppIntegrations Service. This module is available in the
26
15
  # `aws-sdk-appintegrationsservice` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-appintegrationsservice/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::AppIntegrationsService
43
+ autoload :Types, 'aws-sdk-appintegrationsservice/types'
44
+ autoload :ClientApi, 'aws-sdk-appintegrationsservice/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-appintegrationsservice/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-appintegrationsservice/client'
49
+ autoload :Errors, 'aws-sdk-appintegrationsservice/errors'
50
+ autoload :Resource, 'aws-sdk-appintegrationsservice/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-appintegrationsservice/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
58
+
59
+ 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.42.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core