aws-sdk-pipes 1.14.0 → 1.16.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: 9c7ef81dfd8dd30c248efa6bf7dd62766ff6ea18737370c4defe68d4b433e19e
4
- data.tar.gz: 6d8d72b120dc461471e7a36cb59ab5470a0a4e9cc7cf92207423942cd3802a72
3
+ metadata.gz: 0e3a9dc8ac9d2233b3c1cb1b98ab984d30cdbcc3413a39877f1a89d5924b1a1f
4
+ data.tar.gz: 8c5a3afdcb1044785e4c948df8c49c0a92b1b282b1bbfaba38800a8c1882390b
5
5
  SHA512:
6
- metadata.gz: 6ce0fb6a5d0b561239af5adc8461fe5e1d9bafed68b189e8e16460fc1608ed83ed77b4ff2dec2d779105b41cb519bb1dbe913a8a6ac3a419a387b7f1fdf28a91
7
- data.tar.gz: 5b543f7a3221ab5b308f11bd721017d811fd68d8e9e5837757408a0887cc925e65ff36102fee980c9d5a77890c17319895c5fadfc7924fa0a311437d05437f67
6
+ metadata.gz: 5cd8b0d6a140a5dc126f88e5b6455664e465747d2a2766b8c30ead76a9610abe01ebe7cc6544f4fb22714be8730e92e4fcf8097240c897172b2afb5c8c289705
7
+ data.tar.gz: 13758ac237edfc5e099afb404550ae8553f542731789076fdb4eb1b2593df4b4347b42d656a78e5801a8a92557d837672bea536ef09baf0f0f926ef85a853677
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2024-04-11)
5
+ ------------------
6
+
7
+ * Feature - LogConfiguration ARN validation fixes
8
+
9
+ 1.15.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.14.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.16.0
@@ -1669,7 +1669,7 @@ module Aws::Pipes
1669
1669
  params: params,
1670
1670
  config: config)
1671
1671
  context[:gem_name] = 'aws-sdk-pipes'
1672
- context[:gem_version] = '1.14.0'
1672
+ context[:gem_version] = '1.16.0'
1673
1673
  Seahorse::Client::Request.new(handlers, context)
1674
1674
  end
1675
1675
 
@@ -14,6 +14,7 @@ module Aws::Pipes
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Pipes::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
data/lib/aws-sdk-pipes.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pipes/customizations'
52
52
  # @!group service
53
53
  module Aws::Pipes
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end