aws-sdk-alexaforbusiness 1.67.0 → 1.68.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: 905c85e34296a4a151be6f837bf3d19fc4644ef274aa3debd12b58428a8efdad
4
- data.tar.gz: f48117c44de63c93d3d3391c0f845097875a27b6284491f3d227d66ae5c83394
3
+ metadata.gz: c0edd39f0b0dd712f03f7a74399fcf9475b80c1a7a18df8baac5863f664d1147
4
+ data.tar.gz: 05f5c73772ed37108947b5f5944fe84cc0008da995c85e92f1c47a551419f4fc
5
5
  SHA512:
6
- metadata.gz: fe565eba09a76cd1ca750def5672a18435aad4fda918c53f82fbc73c31eff42a1a954de0ee42521bda9b9e5f18a5063eaa5ccf2e435b60a0395824a0c41aa3a6
7
- data.tar.gz: f69ee96648733f912b0dd528df0b7f5e4091189006a6af905a8059fa79f2d07217608ca6286cca5e16aff8f913eb77586d1566e1cec334076d745977d9a5aad1
6
+ metadata.gz: ebb8b5b97d7618827a1c2fe3c7db02c8c9c12f52d9d708e4c34d2fca4e6cfae1e1a2f9e2ab5d6090e875df5ffa4ce894175138824c0c4b9829f8e8a079e0cfb2
7
+ data.tar.gz: 18533430808df18cb44c1a18a0f44c008f4f53d924420e89f7f48581b6e52b18fa8609dab2ca57b140cfe8d2a1b11f2b27408774588b5d81d78bc906349315b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.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.67.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -4305,7 +4305,7 @@ module Aws::AlexaForBusiness
4305
4305
  params: params,
4306
4306
  config: config)
4307
4307
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4308
- context[:gem_version] = '1.67.0'
4308
+ context[:gem_version] = '1.68.0'
4309
4309
  Seahorse::Client::Request.new(handlers, context)
4310
4310
  end
4311
4311
 
@@ -14,6 +14,7 @@ module Aws::AlexaForBusiness
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::AlexaForBusiness::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
52
52
  # @!group service
53
53
  module Aws::AlexaForBusiness
54
54
 
55
- GEM_VERSION = '1.67.0'
55
+ GEM_VERSION = '1.68.0'
56
56
 
57
57
  end