aws-sdk-appintegrationsservice 1.42.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appintegrationsservice/client.rb +1 -3
- data/lib/aws-sdk-appintegrationsservice.rb +3 -1
- 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: 8bae6dd44b5f07a0f74badfd173f73a77b8f2e8f6481e987c4d0800d5d77f824
|
4
|
+
data.tar.gz: a54b7f264fe20e6588970c85b1ba24fbf62d15b3bd1e8c0d64026a0f2b4fde1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86d9db9aa6fa5ff46cab9f948e99fcc343e940320aabd703f0f6c5f5aa48527e8d9e012ab54bfa53e18150c0cee7be71eb007197b43725f54121fbef56e7a10b
|
7
|
+
data.tar.gz: 5895e4b4a5986eb4e3f16dd7328472cf94d2282daa8b679fd4698acef4a40cb804afc7e303a19650ef1425e324b31129de126891b3866fe15abe344c495ac9ee
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1759
|
+
context[:gem_version] = '1.43.0'
|
1762
1760
|
Seahorse::Client::Request.new(handlers, context)
|
1763
1761
|
end
|
1764
1762
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:appintegrationsservice)
|
15
|
+
|
14
16
|
# This module provides support for Amazon AppIntegrations Service. This module is available in the
|
15
17
|
# `aws-sdk-appintegrationsservice` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::AppIntegrationsService
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.43.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-appintegrationsservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-
|
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
|