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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60f2530d107abd0130b1e89a830530b77dbbbf67d1a0426e0d52fa8327c31820
4
- data.tar.gz: 4a0ae0d0f1141fcd7e736b8dd6b934e496e7b40856e92039175bd808fbfcc19d
3
+ metadata.gz: 5ae9d3c80a38e17b9f2151c5e64f125150923309d041607cc2a53f40f288f22a
4
+ data.tar.gz: 8f33d55019bd25ba0e5136610462126ebfacaee012b5d5606b868a358a201d9b
5
5
  SHA512:
6
- metadata.gz: dafb412aa02d130b72703def8e583c23ba92a28d3320d2d50c1c9066083a624ee9c1566554a2897d8b39c91ebcc17c6e7394a136a0c69885dcf2e5815282c4f5
7
- data.tar.gz: 99cb16c6f2636241089e430cc27c945cc9f909f171f38e2178c6478c3f8fcb75c00247dd2c2b93b86b3d51cc3c1b1dae4c8aeb9005e3bfc50f74cf60bada5109
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.64.0
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.64.0'
1863
+ context[:gem_version] = '1.65.0'
1864
1864
  Seahorse::Client::Request.new(handlers, context)
1865
1865
  end
1866
1866
 
@@ -54,7 +54,7 @@ module Aws::AppIntegrationsService
54
54
  autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services