aws-sdk-chime 1.18.0 → 1.19.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 +4 -4
- data/lib/aws-sdk-chime.rb +1 -1
- data/lib/aws-sdk-chime/client.rb +30 -24
- data/lib/aws-sdk-chime/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51854514068937cbc05b60b2b4c51f398b5a2be7
|
|
4
|
+
data.tar.gz: a481f41d3c7fd2d7df35de5aef02289a531c2194
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bba42c9fdabe6174e040f04c870e166fc3fe5d6ebc6a0b5b7b9f4f706690f280278f4a570962427911237086e34d4c342c1a51a40f230d1f88e763dc5440d71
|
|
7
|
+
data.tar.gz: 53f2f3b09cefbf765c417ffd58575a4b63ccba613672443ef0a9f2d4af7790addfa1014af140960c7d2165881619df819ec7b646785dbf0bff7a475f2358bf6c
|
data/lib/aws-sdk-chime.rb
CHANGED
data/lib/aws-sdk-chime/client.rb
CHANGED
|
@@ -451,9 +451,10 @@ module Aws::Chime
|
|
|
451
451
|
req.send_request(options)
|
|
452
452
|
end
|
|
453
453
|
|
|
454
|
-
# Adds up to 50 members to a chat room
|
|
455
|
-
#
|
|
456
|
-
#
|
|
454
|
+
# Adds up to 50 members to a chat room in an Amazon Chime Enterprise
|
|
455
|
+
# account. Members can be either users or bots. The member role
|
|
456
|
+
# designates whether the member is a chat room administrator or a
|
|
457
|
+
# general chat room member.
|
|
457
458
|
#
|
|
458
459
|
# @option params [required, String] :account_id
|
|
459
460
|
# The Amazon Chime account ID.
|
|
@@ -967,7 +968,7 @@ module Aws::Chime
|
|
|
967
968
|
req.send_request(options)
|
|
968
969
|
end
|
|
969
970
|
|
|
970
|
-
# Creates a chat room for the specified Amazon Chime account.
|
|
971
|
+
# Creates a chat room for the specified Amazon Chime Enterprise account.
|
|
971
972
|
#
|
|
972
973
|
# @option params [required, String] :account_id
|
|
973
974
|
# The Amazon Chime account ID.
|
|
@@ -1011,9 +1012,10 @@ module Aws::Chime
|
|
|
1011
1012
|
req.send_request(options)
|
|
1012
1013
|
end
|
|
1013
1014
|
|
|
1014
|
-
# Adds a member to a chat room
|
|
1015
|
-
#
|
|
1016
|
-
# administrator or a general chat room
|
|
1015
|
+
# Adds a member to a chat room in an Amazon Chime Enterprise account. A
|
|
1016
|
+
# member can be either a user or a bot. The member role designates
|
|
1017
|
+
# whether the member is a chat room administrator or a general chat room
|
|
1018
|
+
# member.
|
|
1017
1019
|
#
|
|
1018
1020
|
# @option params [required, String] :account_id
|
|
1019
1021
|
# The Amazon Chime account ID.
|
|
@@ -1166,9 +1168,9 @@ module Aws::Chime
|
|
|
1166
1168
|
end
|
|
1167
1169
|
|
|
1168
1170
|
# Creates an Amazon Chime Voice Connector group under the
|
|
1169
|
-
# administrator's AWS account. You can associate
|
|
1170
|
-
#
|
|
1171
|
-
#
|
|
1171
|
+
# administrator's AWS account. You can associate Amazon Chime Voice
|
|
1172
|
+
# Connectors with the Amazon Chime Voice Connector group by including
|
|
1173
|
+
# `VoiceConnectorItems` in the request.
|
|
1172
1174
|
#
|
|
1173
1175
|
# You can include Amazon Chime Voice Connectors from different AWS
|
|
1174
1176
|
# Regions in your group. This creates a fault tolerant mechanism for
|
|
@@ -1367,7 +1369,7 @@ module Aws::Chime
|
|
|
1367
1369
|
req.send_request(options)
|
|
1368
1370
|
end
|
|
1369
1371
|
|
|
1370
|
-
# Deletes a chat room.
|
|
1372
|
+
# Deletes a chat room in an Amazon Chime Enterprise account.
|
|
1371
1373
|
#
|
|
1372
1374
|
# @option params [required, String] :account_id
|
|
1373
1375
|
# The Amazon Chime account ID.
|
|
@@ -1393,7 +1395,8 @@ module Aws::Chime
|
|
|
1393
1395
|
req.send_request(options)
|
|
1394
1396
|
end
|
|
1395
1397
|
|
|
1396
|
-
# Removes a member from a chat room
|
|
1398
|
+
# Removes a member from a chat room in an Amazon Chime Enterprise
|
|
1399
|
+
# account.
|
|
1397
1400
|
#
|
|
1398
1401
|
# @option params [required, String] :account_id
|
|
1399
1402
|
# The Amazon Chime account ID.
|
|
@@ -2055,7 +2058,8 @@ module Aws::Chime
|
|
|
2055
2058
|
req.send_request(options)
|
|
2056
2059
|
end
|
|
2057
2060
|
|
|
2058
|
-
# Retrieves room details, such as the room name
|
|
2061
|
+
# Retrieves room details, such as the room name, for a room in an Amazon
|
|
2062
|
+
# Chime Enterprise account.
|
|
2059
2063
|
#
|
|
2060
2064
|
# @option params [required, String] :account_id
|
|
2061
2065
|
# The Amazon Chime account ID.
|
|
@@ -2766,8 +2770,9 @@ module Aws::Chime
|
|
|
2766
2770
|
req.send_request(options)
|
|
2767
2771
|
end
|
|
2768
2772
|
|
|
2769
|
-
# Lists the membership details for the specified room
|
|
2770
|
-
# members' IDs, email addresses, and
|
|
2773
|
+
# Lists the membership details for the specified room in an Amazon Chime
|
|
2774
|
+
# Enterprise account, such as the members' IDs, email addresses, and
|
|
2775
|
+
# names.
|
|
2771
2776
|
#
|
|
2772
2777
|
# @option params [required, String] :account_id
|
|
2773
2778
|
# The Amazon Chime account ID.
|
|
@@ -2818,9 +2823,9 @@ module Aws::Chime
|
|
|
2818
2823
|
req.send_request(options)
|
|
2819
2824
|
end
|
|
2820
2825
|
|
|
2821
|
-
# Lists the room details for the specified Amazon Chime
|
|
2822
|
-
# Optionally, filter the results by a member ID (user ID or bot
|
|
2823
|
-
# see a list of rooms that the member belongs to.
|
|
2826
|
+
# Lists the room details for the specified Amazon Chime Enterprise
|
|
2827
|
+
# account. Optionally, filter the results by a member ID (user ID or bot
|
|
2828
|
+
# ID) to see a list of rooms that the member belongs to.
|
|
2824
2829
|
#
|
|
2825
2830
|
# @option params [required, String] :account_id
|
|
2826
2831
|
# The Amazon Chime account ID.
|
|
@@ -3751,7 +3756,8 @@ module Aws::Chime
|
|
|
3751
3756
|
req.send_request(options)
|
|
3752
3757
|
end
|
|
3753
3758
|
|
|
3754
|
-
# Updates room details, such as the room name
|
|
3759
|
+
# Updates room details, such as the room name, for a room in an Amazon
|
|
3760
|
+
# Chime Enterprise account.
|
|
3755
3761
|
#
|
|
3756
3762
|
# @option params [required, String] :account_id
|
|
3757
3763
|
# The Amazon Chime account ID.
|
|
@@ -3792,10 +3798,10 @@ module Aws::Chime
|
|
|
3792
3798
|
req.send_request(options)
|
|
3793
3799
|
end
|
|
3794
3800
|
|
|
3795
|
-
# Updates room membership details, such as the member role
|
|
3796
|
-
#
|
|
3797
|
-
#
|
|
3798
|
-
# IDs.
|
|
3801
|
+
# Updates room membership details, such as the member role, for a room
|
|
3802
|
+
# in an Amazon Chime Enterprise account. The member role designates
|
|
3803
|
+
# whether the member is a chat room administrator or a general chat room
|
|
3804
|
+
# member. The member role can be updated only for user IDs.
|
|
3799
3805
|
#
|
|
3800
3806
|
# @option params [required, String] :account_id
|
|
3801
3807
|
# The Amazon Chime account ID.
|
|
@@ -4046,7 +4052,7 @@ module Aws::Chime
|
|
|
4046
4052
|
params: params,
|
|
4047
4053
|
config: config)
|
|
4048
4054
|
context[:gem_name] = 'aws-sdk-chime'
|
|
4049
|
-
context[:gem_version] = '1.
|
|
4055
|
+
context[:gem_version] = '1.19.0'
|
|
4050
4056
|
Seahorse::Client::Request.new(handlers, context)
|
|
4051
4057
|
end
|
|
4052
4058
|
|
data/lib/aws-sdk-chime/types.rb
CHANGED
|
@@ -4075,7 +4075,7 @@ module Aws::Chime
|
|
|
4075
4075
|
#
|
|
4076
4076
|
# @!attribute [rw] cps_limit
|
|
4077
4077
|
# The limit on calls per second. Max value based on account service
|
|
4078
|
-
#
|
|
4078
|
+
# quota. Default value of 1.
|
|
4079
4079
|
# @return [Integer]
|
|
4080
4080
|
#
|
|
4081
4081
|
# @!attribute [rw] default_phone_number
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-chime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.19.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: 2020-
|
|
11
|
+
date: 2020-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|