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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appintegrationsservice/client.rb +1 -1
- data/lib/aws-sdk-appintegrationsservice/client_api.rb +1 -0
- data/lib/aws-sdk-appintegrationsservice/types.rb +1 -0
- data/lib/aws-sdk-appintegrationsservice.rb +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e63b41b5b61de0284f3609f3113e3efe04f5697c880793be1f47ee3de932bc41
|
|
4
|
+
data.tar.gz: 5e1bdae23e408503876bed56a08cff32e46c2dc58e9e4eb034ec74d1c0998045
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0306b53531f9cea3adae071c02afa874f1f4ef86fdee862531f5037abf8b47ad190e56a9a62f3857c5190c713997e4202d4a090406a92142c07b4b03157fc5ab
|
|
7
|
+
data.tar.gz: 4272530bcfc803533e9b7411c98616635d20f571222072e55fd1f468606a873b991e9a2d74599f1f4d0c4ba96f46a04ccae966072933b35224e136affd23ba12
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1761
|
+
context[:gem_version] = '1.42.0'
|
|
1762
1762
|
Seahorse::Client::Request.new(handlers, context)
|
|
1763
1763
|
end
|
|
1764
1764
|
|
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|