aws-sdk-appintegrationsservice 1.64.0 → 1.65.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.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ae9d3c80a38e17b9f2151c5e64f125150923309d041607cc2a53f40f288f22a
|
|
4
|
+
data.tar.gz: 8f33d55019bd25ba0e5136610462126ebfacaee012b5d5606b868a358a201d9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ada75398e4292766ec40d579999e53815abc793dd9cee3240a0e7ca07bbb3240697f6f54051cb7411078ae40a1dbb32d14186c0a176509ec5b4140316dca643
|
|
7
|
+
data.tar.gz: 429d3c94b377f64f91f75ed7fdc8a52576f63dce4b4cb5b56b064416f77f26c8d0b765469ae3409e88d6b02f0348b1f86cd75ed22e3dec88fce9cc5a39c6ef87
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.0 (2026-03-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source.
|
|
8
|
+
|
|
4
9
|
1.64.0 (2026-01-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -1860,7 +1860,7 @@ module Aws::AppIntegrationsService
|
|
|
1860
1860
|
tracer: tracer
|
|
1861
1861
|
)
|
|
1862
1862
|
context[:gem_name] = 'aws-sdk-appintegrationsservice'
|
|
1863
|
-
context[:gem_version] = '1.
|
|
1863
|
+
context[:gem_version] = '1.65.0'
|
|
1864
1864
|
Seahorse::Client::Request.new(handlers, context)
|
|
1865
1865
|
end
|
|
1866
1866
|
|