aws-sdk-chimesdkmessaging 1.12.0 → 1.13.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: 58c62f418eb4f61fff54d85961f10fb5c4d71ac96f788dedcc9c8e6b445e914e
4
- data.tar.gz: c3ddd7616528875b93f2d53104554be9ff3ca52286d1f743cedc0865a572a507
3
+ metadata.gz: 410d87f5f9a253f4282b911cd7e9368322da3380bae9e5ab2207e5cb4e9470e3
4
+ data.tar.gz: fe7f8f44fe2c3a2eaa195d4eeaa8de7c9afd42f2855bc4242ea5e4ad6ce2e20b
5
5
  SHA512:
6
- metadata.gz: 121be8ef6824a0b3249db6fea44ee9ba76501154a0a4d3262d9a25aa3f08df26a3753a1d27a0c280d1bcd1a0b0f9a6551d4004d756b9cea8e01e36d1a2f07107
7
- data.tar.gz: c1eb26dc9b7dd1a4aee35e398726a486b6d0c3c6e5c66f76ad1e7fe7ccf44714095e0ed3294b4cf9ac9d9935c078dab25054ffc56498e006bb8a285b162c26b0
6
+ metadata.gz: 075cfbdcf859c4d26352c92a03929ae909fd938c8514af21abf88166de8384c0da84eafe3e9b0ef25beb0b87034adb7894cb1e52f8bd989a04f75eebf926a81a
7
+ data.tar.gz: 49a602e00008a376c0bd29193a6648399cb09835a40b338ebb10884f71b8aff810b55fa221b70ed531374b2e459042ffb32c31ee1517f75722e370e52253fbc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2022-10-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Chime Messaging SDK
8
+
4
9
  1.12.0 (2022-08-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -2490,10 +2490,9 @@ module Aws::ChimeSDKMessaging
2490
2490
  req.send_request(options)
2491
2491
  end
2492
2492
 
2493
- # Allows an `AppInstanceUser` to search the channels that they belong
2494
- # to. The `AppInstanceUser` can search by membership or external ID. An
2495
- # `AppInstanceAdmin` can search across all channels within the
2496
- # `AppInstance`.
2493
+ # Allows `ChimeBearer` to search channels by channel members.
2494
+ # AppInstanceUsers can search across the channels that they belong to.
2495
+ # AppInstanceAdmins can search across all channels.
2497
2496
  #
2498
2497
  # @option params [String] :chime_bearer
2499
2498
  # The `AppInstanceUserArn` of the user making the API call.
@@ -2926,7 +2925,7 @@ module Aws::ChimeSDKMessaging
2926
2925
  params: params,
2927
2926
  config: config)
2928
2927
  context[:gem_name] = 'aws-sdk-chimesdkmessaging'
2929
- context[:gem_version] = '1.12.0'
2928
+ context[:gem_version] = '1.13.0'
2930
2929
  Seahorse::Client::Request.new(handlers, context)
2931
2930
  end
2932
2931
 
@@ -895,7 +895,7 @@ module Aws::ChimeSDKMessaging
895
895
  # @return [String]
896
896
  #
897
897
  # @!attribute [rw] last_message_timestamp
898
- # The time at which the last message in a channel was sent.
898
+ # The time at which the last persistent message in a channel was sent.
899
899
  # @return [Time]
900
900
  #
901
901
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/ChannelSummary AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-chimesdkmessaging/customizations'
48
48
  # @!group service
49
49
  module Aws::ChimeSDKMessaging
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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: 2022-08-12 00:00:00.000000000 Z
11
+ date: 2022-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core