aws-sdk-chime 1.48.0 → 1.52.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aef094955338ea2e8cf347afbfcf6bbc855ab2b6dbaec786dbb267dfc7bd5dbd
4
- data.tar.gz: f81075949e672724bf8b2608ffce1498ecb8499bcb34aaf4bbc95cc9795ac347
3
+ metadata.gz: 82d3613479fec2ae25c7726924d8a3beb775fb7005e5126d5bbe2046f2d0de78
4
+ data.tar.gz: c8ae21d225ec6341c6a1da50d3e8cf9b97833bcad8cb63acb845cb38bfb9a7f6
5
5
  SHA512:
6
- metadata.gz: 0cadde9cadfd2de286f5a7438f968a855af7e5ae07b7e65510805e02a3dd0332e3b8b350ae14fee55c9d263a43365a724d78a683c7294f9b802bf41363ca21a0
7
- data.tar.gz: cd91f0b8c179ea0c7dcfe604eb3a1a09b817e722fbec3be951921932f6bb5facee2aa72caf924ca3f19335d51ec4f8caca9440d15c720b9281e06733f5359dfa
6
+ metadata.gz: 6d7be6840d2d0781a144b85fba539cacca2276156f008f5a001d21cbd085d6cf03edf5cf34c6b8df73d330c5506316062512d34c626f47c2664e0ca55000b436
7
+ data.tar.gz: 5ef751a39260221af6e3d87b18f4a32bd477c21db2d44c8592b2e4fd5a10ffc159254384fc0f000745a34a08433630902c2207b0c6c7276ffe7cde7ef2ac9d98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2021-07-16)
10
+ ------------------
11
+
12
+ * Feature - This SDK release adds Account Status as one of the attributes in Account API response
13
+
14
+ 1.50.0 (2021-07-07)
15
+ ------------------
16
+
17
+ * Feature - Releasing new APIs for AWS Chime MediaCapturePipeline
18
+
19
+ 1.49.0 (2021-06-24)
20
+ ------------------
21
+
22
+ * Feature - Adds EventIngestionUrl field to MediaPlacement
23
+
4
24
  1.48.0 (2021-06-17)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.52.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.52.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
@@ -898,6 +899,7 @@ module Aws::Chime
898
899
  # resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
899
900
  # resp.account.supported_licenses #=> Array
900
901
  # resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
902
+ # resp.account.account_status #=> String, one of "Suspended", "Active"
901
903
  # resp.account.signin_delegate_groups #=> Array
902
904
  # resp.account.signin_delegate_groups[0].group_name #=> String
903
905
  #
@@ -1409,6 +1411,62 @@ module Aws::Chime
1409
1411
  req.send_request(options)
1410
1412
  end
1411
1413
 
1414
+ # Creates a media capture pipeline.
1415
+ #
1416
+ # @option params [required, String] :source_type
1417
+ # Source type from which the media artifacts will be captured. A Chime
1418
+ # SDK Meeting is the only supported source.
1419
+ #
1420
+ # @option params [required, String] :source_arn
1421
+ # ARN of the source from which the media artifacts are captured.
1422
+ #
1423
+ # @option params [required, String] :sink_type
1424
+ # Destination type to which the media artifacts are saved. You must use
1425
+ # an S3 bucket.
1426
+ #
1427
+ # @option params [required, String] :sink_arn
1428
+ # The ARN of the sink type.
1429
+ #
1430
+ # @option params [String] :client_request_token
1431
+ # The token assigned to the client making the pipeline request.
1432
+ #
1433
+ # **A suitable default value is auto-generated.** You should normally
1434
+ # not need to pass this option.**
1435
+ #
1436
+ # @return [Types::CreateMediaCapturePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1437
+ #
1438
+ # * {Types::CreateMediaCapturePipelineResponse#media_capture_pipeline #media_capture_pipeline} => Types::MediaCapturePipeline
1439
+ #
1440
+ # @example Request syntax with placeholder values
1441
+ #
1442
+ # resp = client.create_media_capture_pipeline({
1443
+ # source_type: "ChimeSdkMeeting", # required, accepts ChimeSdkMeeting
1444
+ # source_arn: "Arn", # required
1445
+ # sink_type: "S3Bucket", # required, accepts S3Bucket
1446
+ # sink_arn: "Arn", # required
1447
+ # client_request_token: "ClientRequestToken",
1448
+ # })
1449
+ #
1450
+ # @example Response structure
1451
+ #
1452
+ # resp.media_capture_pipeline.media_pipeline_id #=> String
1453
+ # resp.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
1454
+ # resp.media_capture_pipeline.source_arn #=> String
1455
+ # resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
1456
+ # resp.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
1457
+ # resp.media_capture_pipeline.sink_arn #=> String
1458
+ # resp.media_capture_pipeline.created_timestamp #=> Time
1459
+ # resp.media_capture_pipeline.updated_timestamp #=> Time
1460
+ #
1461
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMediaCapturePipeline AWS API Documentation
1462
+ #
1463
+ # @overload create_media_capture_pipeline(params = {})
1464
+ # @param [Hash] params ({})
1465
+ def create_media_capture_pipeline(params = {}, options = {})
1466
+ req = build_request(:create_media_capture_pipeline, params)
1467
+ req.send_request(options)
1468
+ end
1469
+
1412
1470
  # Creates a new Amazon Chime SDK meeting in the specified media Region
1413
1471
  # with no initial attendees. For more information about specifying media
1414
1472
  # Regions, see [Amazon Chime SDK Media Regions][1] in the *Amazon Chime
@@ -1484,6 +1542,7 @@ module Aws::Chime
1484
1542
  # resp.meeting.media_placement.screen_viewing_url #=> String
1485
1543
  # resp.meeting.media_placement.signaling_url #=> String
1486
1544
  # resp.meeting.media_placement.turn_control_url #=> String
1545
+ # resp.meeting.media_placement.event_ingestion_url #=> String
1487
1546
  # resp.meeting.media_region #=> String
1488
1547
  #
1489
1548
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeeting AWS API Documentation
@@ -1640,6 +1699,7 @@ module Aws::Chime
1640
1699
  # resp.meeting.media_placement.screen_viewing_url #=> String
1641
1700
  # resp.meeting.media_placement.signaling_url #=> String
1642
1701
  # resp.meeting.media_placement.turn_control_url #=> String
1702
+ # resp.meeting.media_placement.event_ingestion_url #=> String
1643
1703
  # resp.meeting.media_region #=> String
1644
1704
  # resp.attendees #=> Array
1645
1705
  # resp.attendees[0].external_user_id #=> String
@@ -2552,6 +2612,28 @@ module Aws::Chime
2552
2612
  req.send_request(options)
2553
2613
  end
2554
2614
 
2615
+ # Deletes the media capture pipeline.
2616
+ #
2617
+ # @option params [required, String] :media_pipeline_id
2618
+ # The ID of the media capture pipeline being deleted.
2619
+ #
2620
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2621
+ #
2622
+ # @example Request syntax with placeholder values
2623
+ #
2624
+ # resp = client.delete_media_capture_pipeline({
2625
+ # media_pipeline_id: "GuidString", # required
2626
+ # })
2627
+ #
2628
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteMediaCapturePipeline AWS API Documentation
2629
+ #
2630
+ # @overload delete_media_capture_pipeline(params = {})
2631
+ # @param [Hash] params ({})
2632
+ def delete_media_capture_pipeline(params = {}, options = {})
2633
+ req = build_request(:delete_media_capture_pipeline, params)
2634
+ req.send_request(options)
2635
+ end
2636
+
2555
2637
  # Deletes the specified Amazon Chime SDK meeting. The operation deletes
2556
2638
  # all attendees, disconnects all clients, and prevents new clients from
2557
2639
  # joining the meeting. For more information about the Amazon Chime SDK,
@@ -3481,6 +3563,7 @@ module Aws::Chime
3481
3563
  # resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
3482
3564
  # resp.account.supported_licenses #=> Array
3483
3565
  # resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
3566
+ # resp.account.account_status #=> String, one of "Suspended", "Active"
3484
3567
  # resp.account.signin_delegate_groups #=> Array
3485
3568
  # resp.account.signin_delegate_groups[0].group_name #=> String
3486
3569
  #
@@ -3782,6 +3865,41 @@ module Aws::Chime
3782
3865
  req.send_request(options)
3783
3866
  end
3784
3867
 
3868
+ # Gets an existing media capture pipeline.
3869
+ #
3870
+ # @option params [required, String] :media_pipeline_id
3871
+ # The ID of the pipeline that you want to get.
3872
+ #
3873
+ # @return [Types::GetMediaCapturePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3874
+ #
3875
+ # * {Types::GetMediaCapturePipelineResponse#media_capture_pipeline #media_capture_pipeline} => Types::MediaCapturePipeline
3876
+ #
3877
+ # @example Request syntax with placeholder values
3878
+ #
3879
+ # resp = client.get_media_capture_pipeline({
3880
+ # media_pipeline_id: "GuidString", # required
3881
+ # })
3882
+ #
3883
+ # @example Response structure
3884
+ #
3885
+ # resp.media_capture_pipeline.media_pipeline_id #=> String
3886
+ # resp.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
3887
+ # resp.media_capture_pipeline.source_arn #=> String
3888
+ # resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
3889
+ # resp.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
3890
+ # resp.media_capture_pipeline.sink_arn #=> String
3891
+ # resp.media_capture_pipeline.created_timestamp #=> Time
3892
+ # resp.media_capture_pipeline.updated_timestamp #=> Time
3893
+ #
3894
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMediaCapturePipeline AWS API Documentation
3895
+ #
3896
+ # @overload get_media_capture_pipeline(params = {})
3897
+ # @param [Hash] params ({})
3898
+ def get_media_capture_pipeline(params = {}, options = {})
3899
+ req = build_request(:get_media_capture_pipeline, params)
3900
+ req.send_request(options)
3901
+ end
3902
+
3785
3903
  # Gets the Amazon Chime SDK meeting details for the specified meeting
3786
3904
  # ID. For more information about the Amazon Chime SDK, see [Using the
3787
3905
  # Amazon Chime SDK][1] in the *Amazon Chime Developer Guide* .
@@ -3814,6 +3932,7 @@ module Aws::Chime
3814
3932
  # resp.meeting.media_placement.screen_viewing_url #=> String
3815
3933
  # resp.meeting.media_placement.signaling_url #=> String
3816
3934
  # resp.meeting.media_placement.turn_control_url #=> String
3935
+ # resp.meeting.media_placement.event_ingestion_url #=> String
3817
3936
  # resp.meeting.media_region #=> String
3818
3937
  #
3819
3938
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMeeting AWS API Documentation
@@ -4003,8 +4122,8 @@ module Aws::Chime
4003
4122
 
4004
4123
  # Gets the retention settings for the specified Amazon Chime Enterprise
4005
4124
  # account. For more information about retention settings, see [Managing
4006
- # Chat Retention Policies][1] in the *Amazon Chime Administration Guide*
4007
- # .
4125
+ # Chat Retention Policies][1] in the *Amazon Chime Administration
4126
+ # Guide*.
4008
4127
  #
4009
4128
  #
4010
4129
  #
@@ -4651,6 +4770,7 @@ module Aws::Chime
4651
4770
  # resp.accounts[0].default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
4652
4771
  # resp.accounts[0].supported_licenses #=> Array
4653
4772
  # resp.accounts[0].supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
4773
+ # resp.accounts[0].account_status #=> String, one of "Suspended", "Active"
4654
4774
  # resp.accounts[0].signin_delegate_groups #=> Array
4655
4775
  # resp.accounts[0].signin_delegate_groups[0].group_name #=> String
4656
4776
  # resp.next_token #=> String
@@ -4832,7 +4952,7 @@ module Aws::Chime
4832
4952
 
4833
4953
  # Lists the attendees for the specified Amazon Chime SDK meeting. For
4834
4954
  # more information about the Amazon Chime SDK, see [Using the Amazon
4835
- # Chime SDK][1] in the *Amazon Chime Developer Guide* .
4955
+ # Chime SDK][1] in the *Amazon Chime Developer Guide*.
4836
4956
  #
4837
4957
  #
4838
4958
  #
@@ -5375,6 +5495,51 @@ module Aws::Chime
5375
5495
  req.send_request(options)
5376
5496
  end
5377
5497
 
5498
+ # Returns a list of media capture pipelines.
5499
+ #
5500
+ # @option params [String] :next_token
5501
+ # The token used to retrieve the next page of results.
5502
+ #
5503
+ # @option params [Integer] :max_results
5504
+ # The maximum number of results to return in a single call. Valid Range:
5505
+ # 1 - 99.
5506
+ #
5507
+ # @return [Types::ListMediaCapturePipelinesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5508
+ #
5509
+ # * {Types::ListMediaCapturePipelinesResponse#media_capture_pipelines #media_capture_pipelines} => Array<Types::MediaCapturePipeline>
5510
+ # * {Types::ListMediaCapturePipelinesResponse#next_token #next_token} => String
5511
+ #
5512
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5513
+ #
5514
+ # @example Request syntax with placeholder values
5515
+ #
5516
+ # resp = client.list_media_capture_pipelines({
5517
+ # next_token: "String",
5518
+ # max_results: 1,
5519
+ # })
5520
+ #
5521
+ # @example Response structure
5522
+ #
5523
+ # resp.media_capture_pipelines #=> Array
5524
+ # resp.media_capture_pipelines[0].media_pipeline_id #=> String
5525
+ # resp.media_capture_pipelines[0].source_type #=> String, one of "ChimeSdkMeeting"
5526
+ # resp.media_capture_pipelines[0].source_arn #=> String
5527
+ # resp.media_capture_pipelines[0].status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
5528
+ # resp.media_capture_pipelines[0].sink_type #=> String, one of "S3Bucket"
5529
+ # resp.media_capture_pipelines[0].sink_arn #=> String
5530
+ # resp.media_capture_pipelines[0].created_timestamp #=> Time
5531
+ # resp.media_capture_pipelines[0].updated_timestamp #=> Time
5532
+ # resp.next_token #=> String
5533
+ #
5534
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListMediaCapturePipelines AWS API Documentation
5535
+ #
5536
+ # @overload list_media_capture_pipelines(params = {})
5537
+ # @param [Hash] params ({})
5538
+ def list_media_capture_pipelines(params = {}, options = {})
5539
+ req = build_request(:list_media_capture_pipelines, params)
5540
+ req.send_request(options)
5541
+ end
5542
+
5378
5543
  # Lists the tags applied to an Amazon Chime SDK meeting resource.
5379
5544
  #
5380
5545
  # @option params [required, String] :meeting_id
@@ -5445,6 +5610,7 @@ module Aws::Chime
5445
5610
  # resp.meetings[0].media_placement.screen_viewing_url #=> String
5446
5611
  # resp.meetings[0].media_placement.signaling_url #=> String
5447
5612
  # resp.meetings[0].media_placement.turn_control_url #=> String
5613
+ # resp.meetings[0].media_placement.event_ingestion_url #=> String
5448
5614
  # resp.meetings[0].media_region #=> String
5449
5615
  # resp.next_token #=> String
5450
5616
  #
@@ -7245,6 +7411,7 @@ module Aws::Chime
7245
7411
  # resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
7246
7412
  # resp.account.supported_licenses #=> Array
7247
7413
  # resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
7414
+ # resp.account.account_status #=> String, one of "Suspended", "Active"
7248
7415
  # resp.account.signin_delegate_groups #=> Array
7249
7416
  # resp.account.signin_delegate_groups[0].group_name #=> String
7250
7417
  #
@@ -8173,7 +8340,7 @@ module Aws::Chime
8173
8340
  params: params,
8174
8341
  config: config)
8175
8342
  context[:gem_name] = 'aws-sdk-chime'
8176
- context[:gem_version] = '1.48.0'
8343
+ context[:gem_version] = '1.52.0'
8177
8344
  Seahorse::Client::Request.new(handlers, context)
8178
8345
  end
8179
8346
 
@@ -18,6 +18,7 @@ module Aws::Chime
18
18
  AccountList = Shapes::ListShape.new(name: 'AccountList')
19
19
  AccountName = Shapes::StringShape.new(name: 'AccountName')
20
20
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
21
+ AccountStatus = Shapes::StringShape.new(name: 'AccountStatus')
21
22
  AccountType = Shapes::StringShape.new(name: 'AccountType')
22
23
  AlexaForBusinessMetadata = Shapes::StructureShape.new(name: 'AlexaForBusinessMetadata')
23
24
  Alpha2CountryCode = Shapes::StringShape.new(name: 'Alpha2CountryCode')
@@ -137,6 +138,8 @@ module Aws::Chime
137
138
  CreateChannelModeratorResponse = Shapes::StructureShape.new(name: 'CreateChannelModeratorResponse')
138
139
  CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
139
140
  CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
141
+ CreateMediaCapturePipelineRequest = Shapes::StructureShape.new(name: 'CreateMediaCapturePipelineRequest')
142
+ CreateMediaCapturePipelineResponse = Shapes::StructureShape.new(name: 'CreateMediaCapturePipelineResponse')
140
143
  CreateMeetingDialOutRequest = Shapes::StructureShape.new(name: 'CreateMeetingDialOutRequest')
141
144
  CreateMeetingDialOutResponse = Shapes::StructureShape.new(name: 'CreateMeetingDialOutResponse')
142
145
  CreateMeetingRequest = Shapes::StructureShape.new(name: 'CreateMeetingRequest')
@@ -182,6 +185,7 @@ module Aws::Chime
182
185
  DeleteChannelModeratorRequest = Shapes::StructureShape.new(name: 'DeleteChannelModeratorRequest')
183
186
  DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
184
187
  DeleteEventsConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteEventsConfigurationRequest')
188
+ DeleteMediaCapturePipelineRequest = Shapes::StructureShape.new(name: 'DeleteMediaCapturePipelineRequest')
185
189
  DeleteMeetingRequest = Shapes::StructureShape.new(name: 'DeleteMeetingRequest')
186
190
  DeletePhoneNumberRequest = Shapes::StructureShape.new(name: 'DeletePhoneNumberRequest')
187
191
  DeleteProxySessionRequest = Shapes::StructureShape.new(name: 'DeleteProxySessionRequest')
@@ -253,6 +257,8 @@ module Aws::Chime
253
257
  GetEventsConfigurationRequest = Shapes::StructureShape.new(name: 'GetEventsConfigurationRequest')
254
258
  GetEventsConfigurationResponse = Shapes::StructureShape.new(name: 'GetEventsConfigurationResponse')
255
259
  GetGlobalSettingsResponse = Shapes::StructureShape.new(name: 'GetGlobalSettingsResponse')
260
+ GetMediaCapturePipelineRequest = Shapes::StructureShape.new(name: 'GetMediaCapturePipelineRequest')
261
+ GetMediaCapturePipelineResponse = Shapes::StructureShape.new(name: 'GetMediaCapturePipelineResponse')
256
262
  GetMeetingRequest = Shapes::StructureShape.new(name: 'GetMeetingRequest')
257
263
  GetMeetingResponse = Shapes::StructureShape.new(name: 'GetMeetingResponse')
258
264
  GetMessagingSessionEndpointRequest = Shapes::StructureShape.new(name: 'GetMessagingSessionEndpointRequest')
@@ -336,6 +342,8 @@ module Aws::Chime
336
342
  ListChannelsModeratedByAppInstanceUserResponse = Shapes::StructureShape.new(name: 'ListChannelsModeratedByAppInstanceUserResponse')
337
343
  ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
338
344
  ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
345
+ ListMediaCapturePipelinesRequest = Shapes::StructureShape.new(name: 'ListMediaCapturePipelinesRequest')
346
+ ListMediaCapturePipelinesResponse = Shapes::StructureShape.new(name: 'ListMediaCapturePipelinesResponse')
339
347
  ListMeetingTagsRequest = Shapes::StructureShape.new(name: 'ListMeetingTagsRequest')
340
348
  ListMeetingTagsResponse = Shapes::StructureShape.new(name: 'ListMeetingTagsResponse')
341
349
  ListMeetingsRequest = Shapes::StructureShape.new(name: 'ListMeetingsRequest')
@@ -370,6 +378,11 @@ module Aws::Chime
370
378
  LogoutUserRequest = Shapes::StructureShape.new(name: 'LogoutUserRequest')
371
379
  LogoutUserResponse = Shapes::StructureShape.new(name: 'LogoutUserResponse')
372
380
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
381
+ MediaCapturePipeline = Shapes::StructureShape.new(name: 'MediaCapturePipeline')
382
+ MediaCapturePipelineList = Shapes::ListShape.new(name: 'MediaCapturePipelineList')
383
+ MediaPipelineSinkType = Shapes::StringShape.new(name: 'MediaPipelineSinkType')
384
+ MediaPipelineSourceType = Shapes::StringShape.new(name: 'MediaPipelineSourceType')
385
+ MediaPipelineStatus = Shapes::StringShape.new(name: 'MediaPipelineStatus')
373
386
  MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
374
387
  Meeting = Shapes::StructureShape.new(name: 'Meeting')
375
388
  MeetingList = Shapes::ListShape.new(name: 'MeetingList')
@@ -613,6 +626,7 @@ module Aws::Chime
613
626
  Account.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
614
627
  Account.add_member(:default_license, Shapes::ShapeRef.new(shape: License, location_name: "DefaultLicense"))
615
628
  Account.add_member(:supported_licenses, Shapes::ShapeRef.new(shape: LicenseList, location_name: "SupportedLicenses"))
629
+ Account.add_member(:account_status, Shapes::ShapeRef.new(shape: AccountStatus, location_name: "AccountStatus"))
616
630
  Account.add_member(:signin_delegate_groups, Shapes::ShapeRef.new(shape: SigninDelegateGroupList, location_name: "SigninDelegateGroups"))
617
631
  Account.struct_class = Types::Account
618
632
 
@@ -1022,6 +1036,16 @@ module Aws::Chime
1022
1036
  CreateChannelResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
1023
1037
  CreateChannelResponse.struct_class = Types::CreateChannelResponse
1024
1038
 
1039
+ CreateMediaCapturePipelineRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: MediaPipelineSourceType, required: true, location_name: "SourceType"))
1040
+ CreateMediaCapturePipelineRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SourceArn"))
1041
+ CreateMediaCapturePipelineRequest.add_member(:sink_type, Shapes::ShapeRef.new(shape: MediaPipelineSinkType, required: true, location_name: "SinkType"))
1042
+ CreateMediaCapturePipelineRequest.add_member(:sink_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SinkArn"))
1043
+ CreateMediaCapturePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1044
+ CreateMediaCapturePipelineRequest.struct_class = Types::CreateMediaCapturePipelineRequest
1045
+
1046
+ CreateMediaCapturePipelineResponse.add_member(:media_capture_pipeline, Shapes::ShapeRef.new(shape: MediaCapturePipeline, location_name: "MediaCapturePipeline"))
1047
+ CreateMediaCapturePipelineResponse.struct_class = Types::CreateMediaCapturePipelineResponse
1048
+
1025
1049
  CreateMeetingDialOutRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
1026
1050
  CreateMeetingDialOutRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "FromPhoneNumber"))
1027
1051
  CreateMeetingDialOutRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "ToPhoneNumber"))
@@ -1208,6 +1232,9 @@ module Aws::Chime
1208
1232
  DeleteEventsConfigurationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "botId"))
1209
1233
  DeleteEventsConfigurationRequest.struct_class = Types::DeleteEventsConfigurationRequest
1210
1234
 
1235
+ DeleteMediaCapturePipelineRequest.add_member(:media_pipeline_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "mediaPipelineId"))
1236
+ DeleteMediaCapturePipelineRequest.struct_class = Types::DeleteMediaCapturePipelineRequest
1237
+
1211
1238
  DeleteMeetingRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
1212
1239
  DeleteMeetingRequest.struct_class = Types::DeleteMeetingRequest
1213
1240
 
@@ -1426,6 +1453,12 @@ module Aws::Chime
1426
1453
  GetGlobalSettingsResponse.add_member(:voice_connector, Shapes::ShapeRef.new(shape: VoiceConnectorSettings, location_name: "VoiceConnector"))
1427
1454
  GetGlobalSettingsResponse.struct_class = Types::GetGlobalSettingsResponse
1428
1455
 
1456
+ GetMediaCapturePipelineRequest.add_member(:media_pipeline_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "mediaPipelineId"))
1457
+ GetMediaCapturePipelineRequest.struct_class = Types::GetMediaCapturePipelineRequest
1458
+
1459
+ GetMediaCapturePipelineResponse.add_member(:media_capture_pipeline, Shapes::ShapeRef.new(shape: MediaCapturePipeline, location_name: "MediaCapturePipeline"))
1460
+ GetMediaCapturePipelineResponse.struct_class = Types::GetMediaCapturePipelineResponse
1461
+
1429
1462
  GetMeetingRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
1430
1463
  GetMeetingRequest.struct_class = Types::GetMeetingRequest
1431
1464
 
@@ -1724,6 +1757,14 @@ module Aws::Chime
1724
1757
  ListChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1725
1758
  ListChannelsResponse.struct_class = Types::ListChannelsResponse
1726
1759
 
1760
+ ListMediaCapturePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
1761
+ ListMediaCapturePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultMax, location: "querystring", location_name: "max-results"))
1762
+ ListMediaCapturePipelinesRequest.struct_class = Types::ListMediaCapturePipelinesRequest
1763
+
1764
+ ListMediaCapturePipelinesResponse.add_member(:media_capture_pipelines, Shapes::ShapeRef.new(shape: MediaCapturePipelineList, location_name: "MediaCapturePipelines"))
1765
+ ListMediaCapturePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1766
+ ListMediaCapturePipelinesResponse.struct_class = Types::ListMediaCapturePipelinesResponse
1767
+
1727
1768
  ListMeetingTagsRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
1728
1769
  ListMeetingTagsRequest.struct_class = Types::ListMeetingTagsRequest
1729
1770
 
@@ -1859,6 +1900,18 @@ module Aws::Chime
1859
1900
 
1860
1901
  LogoutUserResponse.struct_class = Types::LogoutUserResponse
1861
1902
 
1903
+ MediaCapturePipeline.add_member(:media_pipeline_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MediaPipelineId"))
1904
+ MediaCapturePipeline.add_member(:source_type, Shapes::ShapeRef.new(shape: MediaPipelineSourceType, location_name: "SourceType"))
1905
+ MediaCapturePipeline.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
1906
+ MediaCapturePipeline.add_member(:status, Shapes::ShapeRef.new(shape: MediaPipelineStatus, location_name: "Status"))
1907
+ MediaCapturePipeline.add_member(:sink_type, Shapes::ShapeRef.new(shape: MediaPipelineSinkType, location_name: "SinkType"))
1908
+ MediaCapturePipeline.add_member(:sink_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SinkArn"))
1909
+ MediaCapturePipeline.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
1910
+ MediaCapturePipeline.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
1911
+ MediaCapturePipeline.struct_class = Types::MediaCapturePipeline
1912
+
1913
+ MediaCapturePipelineList.member = Shapes::ShapeRef.new(shape: MediaCapturePipeline)
1914
+
1862
1915
  MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: UriType, location_name: "AudioHostUrl"))
1863
1916
  MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: UriType, location_name: "AudioFallbackUrl"))
1864
1917
  MediaPlacement.add_member(:screen_data_url, Shapes::ShapeRef.new(shape: UriType, location_name: "ScreenDataUrl"))
@@ -1866,6 +1919,7 @@ module Aws::Chime
1866
1919
  MediaPlacement.add_member(:screen_viewing_url, Shapes::ShapeRef.new(shape: UriType, location_name: "ScreenViewingUrl"))
1867
1920
  MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: UriType, location_name: "SignalingUrl"))
1868
1921
  MediaPlacement.add_member(:turn_control_url, Shapes::ShapeRef.new(shape: UriType, location_name: "TurnControlUrl"))
1922
+ MediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: UriType, location_name: "EventIngestionUrl"))
1869
1923
  MediaPlacement.struct_class = Types::MediaPlacement
1870
1924
 
1871
1925
  Meeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MeetingId"))
@@ -2964,6 +3018,21 @@ module Aws::Chime
2964
3018
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2965
3019
  end)
2966
3020
 
3021
+ api.add_operation(:create_media_capture_pipeline, Seahorse::Model::Operation.new.tap do |o|
3022
+ o.name = "CreateMediaCapturePipeline"
3023
+ o.http_method = "POST"
3024
+ o.http_request_uri = "/media-capture-pipelines"
3025
+ o.input = Shapes::ShapeRef.new(shape: CreateMediaCapturePipelineRequest)
3026
+ o.output = Shapes::ShapeRef.new(shape: CreateMediaCapturePipelineResponse)
3027
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
3028
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3029
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3030
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3031
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3032
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3033
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3034
+ end)
3035
+
2967
3036
  api.add_operation(:create_meeting, Seahorse::Model::Operation.new.tap do |o|
2968
3037
  o.name = "CreateMeeting"
2969
3038
  o.http_method = "POST"
@@ -3368,6 +3437,21 @@ module Aws::Chime
3368
3437
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
3369
3438
  end)
3370
3439
 
3440
+ api.add_operation(:delete_media_capture_pipeline, Seahorse::Model::Operation.new.tap do |o|
3441
+ o.name = "DeleteMediaCapturePipeline"
3442
+ o.http_method = "DELETE"
3443
+ o.http_request_uri = "/media-capture-pipelines/{mediaPipelineId}"
3444
+ o.input = Shapes::ShapeRef.new(shape: DeleteMediaCapturePipelineRequest)
3445
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3446
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3447
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3448
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3449
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3450
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3451
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3452
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3453
+ end)
3454
+
3371
3455
  api.add_operation(:delete_meeting, Seahorse::Model::Operation.new.tap do |o|
3372
3456
  o.name = "DeleteMeeting"
3373
3457
  o.http_method = "DELETE"
@@ -3953,6 +4037,21 @@ module Aws::Chime
3953
4037
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3954
4038
  end)
3955
4039
 
4040
+ api.add_operation(:get_media_capture_pipeline, Seahorse::Model::Operation.new.tap do |o|
4041
+ o.name = "GetMediaCapturePipeline"
4042
+ o.http_method = "GET"
4043
+ o.http_request_uri = "/media-capture-pipelines/{mediaPipelineId}"
4044
+ o.input = Shapes::ShapeRef.new(shape: GetMediaCapturePipelineRequest)
4045
+ o.output = Shapes::ShapeRef.new(shape: GetMediaCapturePipelineResponse)
4046
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4047
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4048
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4049
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
4050
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
4051
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4052
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4053
+ end)
4054
+
3956
4055
  api.add_operation(:get_meeting, Seahorse::Model::Operation.new.tap do |o|
3957
4056
  o.name = "GetMeeting"
3958
4057
  o.http_method = "GET"
@@ -4606,6 +4705,26 @@ module Aws::Chime
4606
4705
  )
4607
4706
  end)
4608
4707
 
4708
+ api.add_operation(:list_media_capture_pipelines, Seahorse::Model::Operation.new.tap do |o|
4709
+ o.name = "ListMediaCapturePipelines"
4710
+ o.http_method = "GET"
4711
+ o.http_request_uri = "/media-capture-pipelines"
4712
+ o.input = Shapes::ShapeRef.new(shape: ListMediaCapturePipelinesRequest)
4713
+ o.output = Shapes::ShapeRef.new(shape: ListMediaCapturePipelinesResponse)
4714
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4715
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4716
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
4717
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
4718
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4719
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4720
+ o[:pager] = Aws::Pager.new(
4721
+ limit_key: "max_results",
4722
+ tokens: {
4723
+ "next_token" => "next_token"
4724
+ }
4725
+ )
4726
+ end)
4727
+
4609
4728
  api.add_operation(:list_meeting_tags, Seahorse::Model::Operation.new.tap do |o|
4610
4729
  o.name = "ListMeetingTags"
4611
4730
  o.http_method = "GET"
@@ -64,6 +64,10 @@ module Aws::Chime
64
64
  # Supported licenses for the Amazon Chime account.
65
65
  # @return [Array<String>]
66
66
  #
67
+ # @!attribute [rw] account_status
68
+ # The status of the account, `Suspended` or `Active`.
69
+ # @return [String]
70
+ #
67
71
  # @!attribute [rw] signin_delegate_groups
68
72
  # The sign-in delegate groups associated with the account.
69
73
  # @return [Array<Types::SigninDelegateGroup>]
@@ -78,6 +82,7 @@ module Aws::Chime
78
82
  :created_timestamp,
79
83
  :default_license,
80
84
  :supported_licenses,
85
+ :account_status,
81
86
  :signin_delegate_groups)
82
87
  SENSITIVE = []
83
88
  include Aws::Structure
@@ -2126,6 +2131,67 @@ module Aws::Chime
2126
2131
  include Aws::Structure
2127
2132
  end
2128
2133
 
2134
+ # @note When making an API call, you may pass CreateMediaCapturePipelineRequest
2135
+ # data as a hash:
2136
+ #
2137
+ # {
2138
+ # source_type: "ChimeSdkMeeting", # required, accepts ChimeSdkMeeting
2139
+ # source_arn: "Arn", # required
2140
+ # sink_type: "S3Bucket", # required, accepts S3Bucket
2141
+ # sink_arn: "Arn", # required
2142
+ # client_request_token: "ClientRequestToken",
2143
+ # }
2144
+ #
2145
+ # @!attribute [rw] source_type
2146
+ # Source type from which the media artifacts will be captured. A Chime
2147
+ # SDK Meeting is the only supported source.
2148
+ # @return [String]
2149
+ #
2150
+ # @!attribute [rw] source_arn
2151
+ # ARN of the source from which the media artifacts are captured.
2152
+ # @return [String]
2153
+ #
2154
+ # @!attribute [rw] sink_type
2155
+ # Destination type to which the media artifacts are saved. You must
2156
+ # use an S3 bucket.
2157
+ # @return [String]
2158
+ #
2159
+ # @!attribute [rw] sink_arn
2160
+ # The ARN of the sink type.
2161
+ # @return [String]
2162
+ #
2163
+ # @!attribute [rw] client_request_token
2164
+ # The token assigned to the client making the pipeline request.
2165
+ #
2166
+ # **A suitable default value is auto-generated.** You should normally
2167
+ # not need to pass this option.
2168
+ # @return [String]
2169
+ #
2170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMediaCapturePipelineRequest AWS API Documentation
2171
+ #
2172
+ class CreateMediaCapturePipelineRequest < Struct.new(
2173
+ :source_type,
2174
+ :source_arn,
2175
+ :sink_type,
2176
+ :sink_arn,
2177
+ :client_request_token)
2178
+ SENSITIVE = [:source_arn, :sink_arn, :client_request_token]
2179
+ include Aws::Structure
2180
+ end
2181
+
2182
+ # @!attribute [rw] media_capture_pipeline
2183
+ # A media capture pipeline object, the ID, source type, source ARN,
2184
+ # sink type, and sink ARN of a media capture pipeline object.
2185
+ # @return [Types::MediaCapturePipeline]
2186
+ #
2187
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMediaCapturePipelineResponse AWS API Documentation
2188
+ #
2189
+ class CreateMediaCapturePipelineResponse < Struct.new(
2190
+ :media_capture_pipeline)
2191
+ SENSITIVE = []
2192
+ include Aws::Structure
2193
+ end
2194
+
2129
2195
  # @note When making an API call, you may pass CreateMeetingDialOutRequest
2130
2196
  # data as a hash:
2131
2197
  #
@@ -3252,6 +3318,25 @@ module Aws::Chime
3252
3318
  include Aws::Structure
3253
3319
  end
3254
3320
 
3321
+ # @note When making an API call, you may pass DeleteMediaCapturePipelineRequest
3322
+ # data as a hash:
3323
+ #
3324
+ # {
3325
+ # media_pipeline_id: "GuidString", # required
3326
+ # }
3327
+ #
3328
+ # @!attribute [rw] media_pipeline_id
3329
+ # The ID of the media capture pipeline being deleted.
3330
+ # @return [String]
3331
+ #
3332
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteMediaCapturePipelineRequest AWS API Documentation
3333
+ #
3334
+ class DeleteMediaCapturePipelineRequest < Struct.new(
3335
+ :media_pipeline_id)
3336
+ SENSITIVE = []
3337
+ include Aws::Structure
3338
+ end
3339
+
3255
3340
  # @note When making an API call, you may pass DeleteMeetingRequest
3256
3341
  # data as a hash:
3257
3342
  #
@@ -4458,6 +4543,37 @@ module Aws::Chime
4458
4543
  include Aws::Structure
4459
4544
  end
4460
4545
 
4546
+ # @note When making an API call, you may pass GetMediaCapturePipelineRequest
4547
+ # data as a hash:
4548
+ #
4549
+ # {
4550
+ # media_pipeline_id: "GuidString", # required
4551
+ # }
4552
+ #
4553
+ # @!attribute [rw] media_pipeline_id
4554
+ # The ID of the pipeline that you want to get.
4555
+ # @return [String]
4556
+ #
4557
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMediaCapturePipelineRequest AWS API Documentation
4558
+ #
4559
+ class GetMediaCapturePipelineRequest < Struct.new(
4560
+ :media_pipeline_id)
4561
+ SENSITIVE = []
4562
+ include Aws::Structure
4563
+ end
4564
+
4565
+ # @!attribute [rw] media_capture_pipeline
4566
+ # The media capture pipeline object.
4567
+ # @return [Types::MediaCapturePipeline]
4568
+ #
4569
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMediaCapturePipelineResponse AWS API Documentation
4570
+ #
4571
+ class GetMediaCapturePipelineResponse < Struct.new(
4572
+ :media_capture_pipeline)
4573
+ SENSITIVE = []
4574
+ include Aws::Structure
4575
+ end
4576
+
4461
4577
  # @note When making an API call, you may pass GetMeetingRequest
4462
4578
  # data as a hash:
4463
4579
  #
@@ -6028,6 +6144,49 @@ module Aws::Chime
6028
6144
  include Aws::Structure
6029
6145
  end
6030
6146
 
6147
+ # @note When making an API call, you may pass ListMediaCapturePipelinesRequest
6148
+ # data as a hash:
6149
+ #
6150
+ # {
6151
+ # next_token: "String",
6152
+ # max_results: 1,
6153
+ # }
6154
+ #
6155
+ # @!attribute [rw] next_token
6156
+ # The token used to retrieve the next page of results.
6157
+ # @return [String]
6158
+ #
6159
+ # @!attribute [rw] max_results
6160
+ # The maximum number of results to return in a single call. Valid
6161
+ # Range: 1 - 99.
6162
+ # @return [Integer]
6163
+ #
6164
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListMediaCapturePipelinesRequest AWS API Documentation
6165
+ #
6166
+ class ListMediaCapturePipelinesRequest < Struct.new(
6167
+ :next_token,
6168
+ :max_results)
6169
+ SENSITIVE = []
6170
+ include Aws::Structure
6171
+ end
6172
+
6173
+ # @!attribute [rw] media_capture_pipelines
6174
+ # The media capture pipeline objects in the list.
6175
+ # @return [Array<Types::MediaCapturePipeline>]
6176
+ #
6177
+ # @!attribute [rw] next_token
6178
+ # The token used to retrieve the next page of results.
6179
+ # @return [String]
6180
+ #
6181
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListMediaCapturePipelinesResponse AWS API Documentation
6182
+ #
6183
+ class ListMediaCapturePipelinesResponse < Struct.new(
6184
+ :media_capture_pipelines,
6185
+ :next_token)
6186
+ SENSITIVE = []
6187
+ include Aws::Structure
6188
+ end
6189
+
6031
6190
  # @note When making an API call, you may pass ListMeetingTagsRequest
6032
6191
  # data as a hash:
6033
6192
  #
@@ -6754,6 +6913,60 @@ module Aws::Chime
6754
6913
  #
6755
6914
  class LogoutUserResponse < Aws::EmptyStructure; end
6756
6915
 
6916
+ # A media capture pipeline object. A string consisting of an ID, source
6917
+ # type, a source ARN, a sink type, and a sink ARN.
6918
+ #
6919
+ # @!attribute [rw] media_pipeline_id
6920
+ # The ID of a media capture pipeline.
6921
+ # @return [String]
6922
+ #
6923
+ # @!attribute [rw] source_type
6924
+ # Source type from which media artifacts are saved. You must use
6925
+ # `ChimeMeeting`.
6926
+ # @return [String]
6927
+ #
6928
+ # @!attribute [rw] source_arn
6929
+ # ARN of the source from which the media artifacts will be saved.
6930
+ # @return [String]
6931
+ #
6932
+ # @!attribute [rw] status
6933
+ # The status of the media capture pipeline.
6934
+ # @return [String]
6935
+ #
6936
+ # @!attribute [rw] sink_type
6937
+ # Destination type to which the media artifacts are saved. You must
6938
+ # use an S3 Bucket.
6939
+ # @return [String]
6940
+ #
6941
+ # @!attribute [rw] sink_arn
6942
+ # ARN of the destination to which the media artifacts are saved.
6943
+ # @return [String]
6944
+ #
6945
+ # @!attribute [rw] created_timestamp
6946
+ # The time at which the capture pipeline was created, in ISO 8601
6947
+ # format.
6948
+ # @return [Time]
6949
+ #
6950
+ # @!attribute [rw] updated_timestamp
6951
+ # The time at which the capture pipeline was updated, in ISO 8601
6952
+ # format.
6953
+ # @return [Time]
6954
+ #
6955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MediaCapturePipeline AWS API Documentation
6956
+ #
6957
+ class MediaCapturePipeline < Struct.new(
6958
+ :media_pipeline_id,
6959
+ :source_type,
6960
+ :source_arn,
6961
+ :status,
6962
+ :sink_type,
6963
+ :sink_arn,
6964
+ :created_timestamp,
6965
+ :updated_timestamp)
6966
+ SENSITIVE = [:source_arn, :sink_arn]
6967
+ include Aws::Structure
6968
+ end
6969
+
6757
6970
  # A set of endpoints used by clients to connect to the media service
6758
6971
  # group for a Amazon Chime SDK meeting.
6759
6972
  #
@@ -6785,6 +6998,10 @@ module Aws::Chime
6785
6998
  # The turn control URL.
6786
6999
  # @return [String]
6787
7000
  #
7001
+ # @!attribute [rw] event_ingestion_url
7002
+ # The event ingestion URL.
7003
+ # @return [String]
7004
+ #
6788
7005
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MediaPlacement AWS API Documentation
6789
7006
  #
6790
7007
  class MediaPlacement < Struct.new(
@@ -6794,7 +7011,8 @@ module Aws::Chime
6794
7011
  :screen_sharing_url,
6795
7012
  :screen_viewing_url,
6796
7013
  :signaling_url,
6797
- :turn_control_url)
7014
+ :turn_control_url,
7015
+ :event_ingestion_url)
6798
7016
  SENSITIVE = []
6799
7017
  include Aws::Structure
6800
7018
  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.52.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-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement