aws-sdk-proton 1.48.0 → 1.49.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: d9d2be43b34980c0713339ee6698a5f14c6f01262b53bbbef1f4de07f3d2e52e
4
- data.tar.gz: 219f02ef89a1cc723b1a9445dfb3f30baf27355c4aab51cf00fb80df6e2ff4d1
3
+ metadata.gz: c7aa65be156c4e9782bc9a25ddc47e1320530b50f15b1564cc48c8f6daafe472
4
+ data.tar.gz: 8f2da12820d1a5a2098bfbef5e47fc5e9182248192904e354226caba7e5ec595
5
5
  SHA512:
6
- metadata.gz: 683de7a905ec3d74c007dce4041706cb910548d94bb3a399046dd0436bc0e99d2fa666b01d44b9cadd8e1fa12849ef53dae5effa5e54e23a351db8fb74ed97c1
7
- data.tar.gz: 7353d4a02a84035bc37a06384369327ea17bb0a899415b050478d306cacd156a12a3d32bcaf846be17d9deb07460f0e662dff52550d33f69e814dbfbd6fe687e
6
+ metadata.gz: 28c182abce9b4279280b70332a33bf2a5f59449c1560e8e3990fe021afd64256da7a79e43a30ff9c4744b8d3792d6a98388b1fd1247210f490ae0a3d44283295
7
+ data.tar.gz: 8694f6a38cb026c7e8b77e53bb925f374e65def5273dc3f9e295d3c34834b57d2fa24c248e5f6c1df3a0b3d640abe59e61142d966c0fbdef1f4469bf6e798363
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -6157,7 +6157,7 @@ module Aws::Proton
6157
6157
  tracer: tracer
6158
6158
  )
6159
6159
  context[:gem_name] = 'aws-sdk-proton'
6160
- context[:gem_version] = '1.48.0'
6160
+ context[:gem_version] = '1.49.0'
6161
6161
  Seahorse::Client::Request.new(handlers, context)
6162
6162
  end
6163
6163
 
@@ -3956,8 +3956,8 @@ module Aws::Proton
3956
3956
  # @!attribute [rw] value
3957
3957
  # A value to filter by.
3958
3958
  #
3959
- # With the date/time keys (`*At\{Before,After\}`), the value is a
3960
- # valid [RFC 3339][1] string with no UTC offset and with an optional
3959
+ # With the date/time keys (`*At{Before,After}`), the value is a valid
3960
+ # [RFC 3339][1] string with no UTC offset and with an optional
3961
3961
  # fractional precision (for example, `1985-04-12T23:20:50.52Z`).
3962
3962
  #
3963
3963
  #
@@ -55,7 +55,7 @@ module Aws::Proton
55
55
  autoload :EndpointProvider, 'aws-sdk-proton/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-proton/endpoints'
57
57
 
58
- GEM_VERSION = '1.48.0'
58
+ GEM_VERSION = '1.49.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core