aws-sdk-chime 1.48.0 → 1.49.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: aef094955338ea2e8cf347afbfcf6bbc855ab2b6dbaec786dbb267dfc7bd5dbd
4
- data.tar.gz: f81075949e672724bf8b2608ffce1498ecb8499bcb34aaf4bbc95cc9795ac347
3
+ metadata.gz: 7b0726bb32625e6a74388cc38b4045da281a839fcd7a4c6ef5d3342335c354be
4
+ data.tar.gz: 1f00f48b24cb6c1198bdee293ab07535486ce8979efdb2b27220ed338dff45ee
5
5
  SHA512:
6
- metadata.gz: 0cadde9cadfd2de286f5a7438f968a855af7e5ae07b7e65510805e02a3dd0332e3b8b350ae14fee55c9d263a43365a724d78a683c7294f9b802bf41363ca21a0
7
- data.tar.gz: cd91f0b8c179ea0c7dcfe604eb3a1a09b817e722fbec3be951921932f6bb5facee2aa72caf924ca3f19335d51ec4f8caca9440d15c720b9281e06733f5359dfa
6
+ metadata.gz: 2253f8703589de7712dc3db0c8db4b28d6da3f354367262e971d67a0edaf1effa447e3c9e325f211f7a7d02a0184a4f410ac48774182d5b77c8cf02abbece50a
7
+ data.tar.gz: 99bb6636a88d2d92b8e6905a7acb3510cf1aee76d5b823f90ebaaa26872ff65b9901a7f2b95c1e949230d842461b6af84d1e243a0f8bcf30d067e203dc46076f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - Adds EventIngestionUrl field to MediaPlacement
8
+
4
9
  1.48.0 (2021-06-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
data/lib/aws-sdk-chime.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-chime/customizations'
48
48
  # @!group service
49
49
  module Aws::Chime
50
50
 
51
- GEM_VERSION = '1.48.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
@@ -726,8 +726,9 @@ module Aws::Chime
726
726
  # Removes the suspension from up to 50 previously suspended users for
727
727
  # the specified Amazon Chime `EnterpriseLWA` account. Only users on
728
728
  # `EnterpriseLWA` accounts can be unsuspended using this action. For
729
- # more information about different account types, see [Managing Your
730
- # Amazon Chime Accounts][1] in the *Amazon Chime Administration Guide*.
729
+ # more information about different account types, see [ Managing Your
730
+ # Amazon Chime Accounts ][1] in the account types, in the *Amazon Chime
731
+ # Administration Guide*.
731
732
  #
732
733
  # Previously suspended users who are unsuspended using this action are
733
734
  # returned to `Registered` status. Users who are not previously
@@ -1484,6 +1485,7 @@ module Aws::Chime
1484
1485
  # resp.meeting.media_placement.screen_viewing_url #=> String
1485
1486
  # resp.meeting.media_placement.signaling_url #=> String
1486
1487
  # resp.meeting.media_placement.turn_control_url #=> String
1488
+ # resp.meeting.media_placement.event_ingestion_url #=> String
1487
1489
  # resp.meeting.media_region #=> String
1488
1490
  #
1489
1491
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeeting AWS API Documentation
@@ -1640,6 +1642,7 @@ module Aws::Chime
1640
1642
  # resp.meeting.media_placement.screen_viewing_url #=> String
1641
1643
  # resp.meeting.media_placement.signaling_url #=> String
1642
1644
  # resp.meeting.media_placement.turn_control_url #=> String
1645
+ # resp.meeting.media_placement.event_ingestion_url #=> String
1643
1646
  # resp.meeting.media_region #=> String
1644
1647
  # resp.attendees #=> Array
1645
1648
  # resp.attendees[0].external_user_id #=> String
@@ -3814,6 +3817,7 @@ module Aws::Chime
3814
3817
  # resp.meeting.media_placement.screen_viewing_url #=> String
3815
3818
  # resp.meeting.media_placement.signaling_url #=> String
3816
3819
  # resp.meeting.media_placement.turn_control_url #=> String
3820
+ # resp.meeting.media_placement.event_ingestion_url #=> String
3817
3821
  # resp.meeting.media_region #=> String
3818
3822
  #
3819
3823
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMeeting AWS API Documentation
@@ -4003,8 +4007,8 @@ module Aws::Chime
4003
4007
 
4004
4008
  # Gets the retention settings for the specified Amazon Chime Enterprise
4005
4009
  # account. For more information about retention settings, see [Managing
4006
- # Chat Retention Policies][1] in the *Amazon Chime Administration Guide*
4007
- # .
4010
+ # Chat Retention Policies][1] in the *Amazon Chime Administration
4011
+ # Guide*.
4008
4012
  #
4009
4013
  #
4010
4014
  #
@@ -4832,7 +4836,7 @@ module Aws::Chime
4832
4836
 
4833
4837
  # Lists the attendees for the specified Amazon Chime SDK meeting. For
4834
4838
  # more information about the Amazon Chime SDK, see [Using the Amazon
4835
- # Chime SDK][1] in the *Amazon Chime Developer Guide* .
4839
+ # Chime SDK][1] in the *Amazon Chime Developer Guide*.
4836
4840
  #
4837
4841
  #
4838
4842
  #
@@ -5445,6 +5449,7 @@ module Aws::Chime
5445
5449
  # resp.meetings[0].media_placement.screen_viewing_url #=> String
5446
5450
  # resp.meetings[0].media_placement.signaling_url #=> String
5447
5451
  # resp.meetings[0].media_placement.turn_control_url #=> String
5452
+ # resp.meetings[0].media_placement.event_ingestion_url #=> String
5448
5453
  # resp.meetings[0].media_region #=> String
5449
5454
  # resp.next_token #=> String
5450
5455
  #
@@ -8173,7 +8178,7 @@ module Aws::Chime
8173
8178
  params: params,
8174
8179
  config: config)
8175
8180
  context[:gem_name] = 'aws-sdk-chime'
8176
- context[:gem_version] = '1.48.0'
8181
+ context[:gem_version] = '1.49.0'
8177
8182
  Seahorse::Client::Request.new(handlers, context)
8178
8183
  end
8179
8184
 
@@ -1866,6 +1866,7 @@ module Aws::Chime
1866
1866
  MediaPlacement.add_member(:screen_viewing_url, Shapes::ShapeRef.new(shape: UriType, location_name: "ScreenViewingUrl"))
1867
1867
  MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: UriType, location_name: "SignalingUrl"))
1868
1868
  MediaPlacement.add_member(:turn_control_url, Shapes::ShapeRef.new(shape: UriType, location_name: "TurnControlUrl"))
1869
+ MediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: UriType, location_name: "EventIngestionUrl"))
1869
1870
  MediaPlacement.struct_class = Types::MediaPlacement
1870
1871
 
1871
1872
  Meeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MeetingId"))
@@ -6785,6 +6785,10 @@ module Aws::Chime
6785
6785
  # The turn control URL.
6786
6786
  # @return [String]
6787
6787
  #
6788
+ # @!attribute [rw] event_ingestion_url
6789
+ # The event ingestion URL.
6790
+ # @return [String]
6791
+ #
6788
6792
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MediaPlacement AWS API Documentation
6789
6793
  #
6790
6794
  class MediaPlacement < Struct.new(
@@ -6794,7 +6798,8 @@ module Aws::Chime
6794
6798
  :screen_sharing_url,
6795
6799
  :screen_viewing_url,
6796
6800
  :signaling_url,
6797
- :turn_control_url)
6801
+ :turn_control_url,
6802
+ :event_ingestion_url)
6798
6803
  SENSITIVE = []
6799
6804
  include Aws::Structure
6800
6805
  end
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.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: 2021-06-17 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core