aws-sdk-proton 1.33.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c51dcc2c75de14a2a98a5d44bd27fefb84ae6268da267055024fad608d4670b
4
- data.tar.gz: 3bf2efca687844e6d925d5d31ad1e0e08bad552b8b05f9349bd511db639293ee
3
+ metadata.gz: d6e9d68e7f2b42aa4e060910cda4a24d582507768ce96558f696045d932ecb08
4
+ data.tar.gz: 4ec879945077ff1e8cf46251ca9db4b83a27c7632f7b65afed3b70817d4b7a35
5
5
  SHA512:
6
- metadata.gz: 165a0d115060b3df3bd69ab6a42dffd5dd85e3625c4444e5709c5c76fa3676c4234d4f650c875fca5a88c17f45b5897b3316d448d2fbdfe9260f0fc06efde576
7
- data.tar.gz: 5d677545723c412fab26f5a016294702c99e357aa8dfc5d4b3f1703925e2375dfe4f30df94c36b603a687f3b7bc2dcdba43034b2cc375bd8c7e9e66436df6a89
6
+ metadata.gz: 21426a737a808709d1c8f95d7a3ce14e682b2e921faa62bcab7b1a140651e8f944a583e305e500b88bc2211b5314fd3056667412e0b16d387dbfcb40013940c7
7
+ data.tar.gz: 897558a4e5069d3cee31ee534a5a10edcbbbeddeb1f3cf5749393032d8a6fcb1733ad3290b3d734a731395179f9fce71e3c17f5aa2915d3230146df12271b161
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.33.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -6096,7 +6096,7 @@ module Aws::Proton
6096
6096
  params: params,
6097
6097
  config: config)
6098
6098
  context[:gem_name] = 'aws-sdk-proton'
6099
- context[:gem_version] = '1.33.0'
6099
+ context[:gem_version] = '1.34.0'
6100
6100
  Seahorse::Client::Request.new(handlers, context)
6101
6101
  end
6102
6102
 
@@ -14,6 +14,7 @@ module Aws::Proton
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Proton::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 '\
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-proton/customizations'
53
53
  # @!group service
54
54
  module Aws::Proton
55
55
 
56
- GEM_VERSION = '1.33.0'
56
+ GEM_VERSION = '1.34.0'
57
57
 
58
58
  end