aws-sdk-ivsrealtime 1.60.0 → 1.61.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivsrealtime/client.rb +28 -1
- data/lib/aws-sdk-ivsrealtime/client_api.rb +18 -0
- data/lib/aws-sdk-ivsrealtime/types.rb +148 -4
- data/lib/aws-sdk-ivsrealtime.rb +1 -1
- data/sig/client.rbs +3 -1
- data/sig/types.rbs +15 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f9b657b8721f3f2baf39cfdf39ff233e9f8e2f1b4424e03fd6ce4a38c381d44
|
|
4
|
+
data.tar.gz: 3aaf08bd99b41b8ed4110b19a64941267fb4839875484ced7e62b6d05e8890dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14b1f3ccadf5a3efac8498fdc19e18d22161cbde9bbd47f9176626c83f7a7fe06c00c5fad669573505a323265350e500eb5862a38d0b743923187838cc016a00
|
|
7
|
+
data.tar.gz: 413a545f73db8b75096b5f040f2c030d6e49cc37556a052cb062dc9831c218b785abfb0442672a43839562b12701dbb6ff5af8f71f7ebc9310c93c052169b378
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.61.0
|
|
@@ -569,6 +569,10 @@ module Aws::IVSRealTime
|
|
|
569
569
|
# Whether the stage allows insecure RTMP ingest. This must be set to
|
|
570
570
|
# `true`, if `ingestProtocol` is set to `RTMP`. Default: `false`.
|
|
571
571
|
#
|
|
572
|
+
# @option params [Boolean] :redundant_ingest
|
|
573
|
+
# Indicates whether redundant ingest is enabled for the ingest
|
|
574
|
+
# configuration. Default: `false`.
|
|
575
|
+
#
|
|
572
576
|
# @option params [Hash<String,String>] :tags
|
|
573
577
|
# Tags attached to the resource. Array of maps, each of the form
|
|
574
578
|
# `string:string (key:value)`. See [Best practices and strategies][1] in
|
|
@@ -596,6 +600,7 @@ module Aws::IVSRealTime
|
|
|
596
600
|
# },
|
|
597
601
|
# ingest_protocol: "RTMP", # required, accepts RTMP, RTMPS
|
|
598
602
|
# insecure_ingest: false,
|
|
603
|
+
# redundant_ingest: false,
|
|
599
604
|
# tags: {
|
|
600
605
|
# "TagKey" => "TagValue",
|
|
601
606
|
# },
|
|
@@ -611,6 +616,10 @@ module Aws::IVSRealTime
|
|
|
611
616
|
# resp.ingest_configuration.participant_id #=> String
|
|
612
617
|
# resp.ingest_configuration.state #=> String, one of "ACTIVE", "INACTIVE"
|
|
613
618
|
# resp.ingest_configuration.user_id #=> String
|
|
619
|
+
# resp.ingest_configuration.redundant_ingest #=> Boolean
|
|
620
|
+
# resp.ingest_configuration.redundant_ingest_credentials #=> Array
|
|
621
|
+
# resp.ingest_configuration.redundant_ingest_credentials[0].participant_id #=> String
|
|
622
|
+
# resp.ingest_configuration.redundant_ingest_credentials[0].stream_key #=> String
|
|
614
623
|
# resp.ingest_configuration.attributes #=> Hash
|
|
615
624
|
# resp.ingest_configuration.attributes["String"] #=> String
|
|
616
625
|
# resp.ingest_configuration.tags #=> Hash
|
|
@@ -1150,6 +1159,10 @@ module Aws::IVSRealTime
|
|
|
1150
1159
|
# resp.ingest_configuration.participant_id #=> String
|
|
1151
1160
|
# resp.ingest_configuration.state #=> String, one of "ACTIVE", "INACTIVE"
|
|
1152
1161
|
# resp.ingest_configuration.user_id #=> String
|
|
1162
|
+
# resp.ingest_configuration.redundant_ingest #=> Boolean
|
|
1163
|
+
# resp.ingest_configuration.redundant_ingest_credentials #=> Array
|
|
1164
|
+
# resp.ingest_configuration.redundant_ingest_credentials[0].participant_id #=> String
|
|
1165
|
+
# resp.ingest_configuration.redundant_ingest_credentials[0].stream_key #=> String
|
|
1153
1166
|
# resp.ingest_configuration.attributes #=> Hash
|
|
1154
1167
|
# resp.ingest_configuration.attributes["String"] #=> String
|
|
1155
1168
|
# resp.ingest_configuration.tags #=> Hash
|
|
@@ -1211,6 +1224,8 @@ module Aws::IVSRealTime
|
|
|
1211
1224
|
# resp.participant.replication_state #=> String, one of "ACTIVE", "STOPPED"
|
|
1212
1225
|
# resp.participant.source_stage_arn #=> String
|
|
1213
1226
|
# resp.participant.source_session_id #=> String
|
|
1227
|
+
# resp.participant.redundant_ingest #=> Boolean
|
|
1228
|
+
# resp.participant.ingest_configuration_arn #=> String
|
|
1214
1229
|
#
|
|
1215
1230
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GetParticipant AWS API Documentation
|
|
1216
1231
|
#
|
|
@@ -1563,6 +1578,7 @@ module Aws::IVSRealTime
|
|
|
1563
1578
|
# resp.ingest_configurations[0].participant_id #=> String
|
|
1564
1579
|
# resp.ingest_configurations[0].state #=> String, one of "ACTIVE", "INACTIVE"
|
|
1565
1580
|
# resp.ingest_configurations[0].user_id #=> String
|
|
1581
|
+
# resp.ingest_configurations[0].redundant_ingest #=> Boolean
|
|
1566
1582
|
# resp.next_token #=> String
|
|
1567
1583
|
#
|
|
1568
1584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ListIngestConfigurations AWS API Documentation
|
|
@@ -1775,6 +1791,8 @@ module Aws::IVSRealTime
|
|
|
1775
1791
|
# resp.participants[0].replication_state #=> String, one of "ACTIVE", "STOPPED"
|
|
1776
1792
|
# resp.participants[0].source_stage_arn #=> String
|
|
1777
1793
|
# resp.participants[0].source_session_id #=> String
|
|
1794
|
+
# resp.participants[0].redundant_ingest #=> Boolean
|
|
1795
|
+
# resp.participants[0].ingest_configuration_arn #=> String
|
|
1778
1796
|
# resp.next_token #=> String
|
|
1779
1797
|
#
|
|
1780
1798
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ListParticipants AWS API Documentation
|
|
@@ -2386,6 +2404,10 @@ module Aws::IVSRealTime
|
|
|
2386
2404
|
# @option params [String] :stage_arn
|
|
2387
2405
|
# Stage ARN that needs to be updated.
|
|
2388
2406
|
#
|
|
2407
|
+
# @option params [Boolean] :redundant_ingest
|
|
2408
|
+
# Indicates whether redundant ingest is enabled for the ingest
|
|
2409
|
+
# configuration. Default: `false`.
|
|
2410
|
+
#
|
|
2389
2411
|
# @return [Types::UpdateIngestConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2390
2412
|
#
|
|
2391
2413
|
# * {Types::UpdateIngestConfigurationResponse#ingest_configuration #ingest_configuration} => Types::IngestConfiguration
|
|
@@ -2395,6 +2417,7 @@ module Aws::IVSRealTime
|
|
|
2395
2417
|
# resp = client.update_ingest_configuration({
|
|
2396
2418
|
# arn: "IngestConfigurationArn", # required
|
|
2397
2419
|
# stage_arn: "IngestConfigurationStageArn",
|
|
2420
|
+
# redundant_ingest: false,
|
|
2398
2421
|
# })
|
|
2399
2422
|
#
|
|
2400
2423
|
# @example Response structure
|
|
@@ -2407,6 +2430,10 @@ module Aws::IVSRealTime
|
|
|
2407
2430
|
# resp.ingest_configuration.participant_id #=> String
|
|
2408
2431
|
# resp.ingest_configuration.state #=> String, one of "ACTIVE", "INACTIVE"
|
|
2409
2432
|
# resp.ingest_configuration.user_id #=> String
|
|
2433
|
+
# resp.ingest_configuration.redundant_ingest #=> Boolean
|
|
2434
|
+
# resp.ingest_configuration.redundant_ingest_credentials #=> Array
|
|
2435
|
+
# resp.ingest_configuration.redundant_ingest_credentials[0].participant_id #=> String
|
|
2436
|
+
# resp.ingest_configuration.redundant_ingest_credentials[0].stream_key #=> String
|
|
2410
2437
|
# resp.ingest_configuration.attributes #=> Hash
|
|
2411
2438
|
# resp.ingest_configuration.attributes["String"] #=> String
|
|
2412
2439
|
# resp.ingest_configuration.tags #=> Hash
|
|
@@ -2508,7 +2535,7 @@ module Aws::IVSRealTime
|
|
|
2508
2535
|
tracer: tracer
|
|
2509
2536
|
)
|
|
2510
2537
|
context[:gem_name] = 'aws-sdk-ivsrealtime'
|
|
2511
|
-
context[:gem_version] = '1.
|
|
2538
|
+
context[:gem_version] = '1.61.0'
|
|
2512
2539
|
Seahorse::Client::Request.new(handlers, context)
|
|
2513
2540
|
end
|
|
2514
2541
|
|
|
@@ -194,6 +194,9 @@ module Aws::IVSRealTime
|
|
|
194
194
|
RecordParticipantReplicas = Shapes::BooleanShape.new(name: 'RecordParticipantReplicas')
|
|
195
195
|
RecordingConfiguration = Shapes::StructureShape.new(name: 'RecordingConfiguration')
|
|
196
196
|
RecordingConfigurationFormat = Shapes::StringShape.new(name: 'RecordingConfigurationFormat')
|
|
197
|
+
RedundantIngest = Shapes::BooleanShape.new(name: 'RedundantIngest')
|
|
198
|
+
RedundantIngestCredential = Shapes::StructureShape.new(name: 'RedundantIngestCredential')
|
|
199
|
+
RedundantIngestCredentials = Shapes::ListShape.new(name: 'RedundantIngestCredentials')
|
|
197
200
|
Replica = Shapes::BooleanShape.new(name: 'Replica')
|
|
198
201
|
ReplicationState = Shapes::StringShape.new(name: 'ReplicationState')
|
|
199
202
|
ReplicationType = Shapes::StringShape.new(name: 'ReplicationType')
|
|
@@ -333,6 +336,7 @@ module Aws::IVSRealTime
|
|
|
333
336
|
CreateIngestConfigurationRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes"))
|
|
334
337
|
CreateIngestConfigurationRequest.add_member(:ingest_protocol, Shapes::ShapeRef.new(shape: IngestProtocol, required: true, location_name: "ingestProtocol"))
|
|
335
338
|
CreateIngestConfigurationRequest.add_member(:insecure_ingest, Shapes::ShapeRef.new(shape: InsecureIngest, location_name: "insecureIngest"))
|
|
339
|
+
CreateIngestConfigurationRequest.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
336
340
|
CreateIngestConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
337
341
|
CreateIngestConfigurationRequest.struct_class = Types::CreateIngestConfigurationRequest
|
|
338
342
|
|
|
@@ -538,6 +542,8 @@ module Aws::IVSRealTime
|
|
|
538
542
|
IngestConfiguration.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
|
|
539
543
|
IngestConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: IngestConfigurationState, required: true, location_name: "state"))
|
|
540
544
|
IngestConfiguration.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
|
|
545
|
+
IngestConfiguration.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
546
|
+
IngestConfiguration.add_member(:redundant_ingest_credentials, Shapes::ShapeRef.new(shape: RedundantIngestCredentials, location_name: "redundantIngestCredentials"))
|
|
541
547
|
IngestConfiguration.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantAttributes, location_name: "attributes"))
|
|
542
548
|
IngestConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
543
549
|
IngestConfiguration.struct_class = Types::IngestConfiguration
|
|
@@ -551,6 +557,7 @@ module Aws::IVSRealTime
|
|
|
551
557
|
IngestConfigurationSummary.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
|
|
552
558
|
IngestConfigurationSummary.add_member(:state, Shapes::ShapeRef.new(shape: IngestConfigurationState, required: true, location_name: "state"))
|
|
553
559
|
IngestConfigurationSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
|
|
560
|
+
IngestConfigurationSummary.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
554
561
|
IngestConfigurationSummary.struct_class = Types::IngestConfigurationSummary
|
|
555
562
|
|
|
556
563
|
InternalServerException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
|
|
@@ -690,6 +697,8 @@ module Aws::IVSRealTime
|
|
|
690
697
|
Participant.add_member(:replication_state, Shapes::ShapeRef.new(shape: ReplicationState, location_name: "replicationState"))
|
|
691
698
|
Participant.add_member(:source_stage_arn, Shapes::ShapeRef.new(shape: StageArn, location_name: "sourceStageArn"))
|
|
692
699
|
Participant.add_member(:source_session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "sourceSessionId"))
|
|
700
|
+
Participant.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
701
|
+
Participant.add_member(:ingest_configuration_arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, location_name: "ingestConfigurationArn"))
|
|
693
702
|
Participant.struct_class = Types::Participant
|
|
694
703
|
|
|
695
704
|
ParticipantAttributes.key = Shapes::ShapeRef.new(shape: String)
|
|
@@ -722,6 +731,8 @@ module Aws::IVSRealTime
|
|
|
722
731
|
ParticipantSummary.add_member(:replication_state, Shapes::ShapeRef.new(shape: ReplicationState, location_name: "replicationState"))
|
|
723
732
|
ParticipantSummary.add_member(:source_stage_arn, Shapes::ShapeRef.new(shape: StageArn, location_name: "sourceStageArn"))
|
|
724
733
|
ParticipantSummary.add_member(:source_session_id, Shapes::ShapeRef.new(shape: StageSessionId, location_name: "sourceSessionId"))
|
|
734
|
+
ParticipantSummary.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
735
|
+
ParticipantSummary.add_member(:ingest_configuration_arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, location_name: "ingestConfigurationArn"))
|
|
725
736
|
ParticipantSummary.struct_class = Types::ParticipantSummary
|
|
726
737
|
|
|
727
738
|
ParticipantThumbnailConfiguration.add_member(:target_interval_seconds, Shapes::ShapeRef.new(shape: ThumbnailIntervalSeconds, location_name: "targetIntervalSeconds"))
|
|
@@ -795,6 +806,12 @@ module Aws::IVSRealTime
|
|
|
795
806
|
RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
|
|
796
807
|
RecordingConfiguration.struct_class = Types::RecordingConfiguration
|
|
797
808
|
|
|
809
|
+
RedundantIngestCredential.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
|
|
810
|
+
RedundantIngestCredential.add_member(:stream_key, Shapes::ShapeRef.new(shape: StreamKey, location_name: "streamKey"))
|
|
811
|
+
RedundantIngestCredential.struct_class = Types::RedundantIngestCredential
|
|
812
|
+
|
|
813
|
+
RedundantIngestCredentials.member = Shapes::ShapeRef.new(shape: RedundantIngestCredential)
|
|
814
|
+
|
|
798
815
|
ResourceNotFoundException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
|
|
799
816
|
ResourceNotFoundException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
|
|
800
817
|
ResourceNotFoundException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
|
|
@@ -943,6 +960,7 @@ module Aws::IVSRealTime
|
|
|
943
960
|
|
|
944
961
|
UpdateIngestConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: IngestConfigurationArn, required: true, location_name: "arn"))
|
|
945
962
|
UpdateIngestConfigurationRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: IngestConfigurationStageArn, location_name: "stageArn"))
|
|
963
|
+
UpdateIngestConfigurationRequest.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
946
964
|
UpdateIngestConfigurationRequest.struct_class = Types::UpdateIngestConfigurationRequest
|
|
947
965
|
|
|
948
966
|
UpdateIngestConfigurationResponse.add_member(:ingest_configuration, Shapes::ShapeRef.new(shape: IngestConfiguration, location_name: "ingestConfiguration"))
|
|
@@ -413,6 +413,11 @@ module Aws::IVSRealTime
|
|
|
413
413
|
# `true`, if `ingestProtocol` is set to `RTMP`. Default: `false`.
|
|
414
414
|
# @return [Boolean]
|
|
415
415
|
#
|
|
416
|
+
# @!attribute [rw] redundant_ingest
|
|
417
|
+
# Indicates whether redundant ingest is enabled for the ingest
|
|
418
|
+
# configuration. Default: `false`.
|
|
419
|
+
# @return [Boolean]
|
|
420
|
+
#
|
|
416
421
|
# @!attribute [rw] tags
|
|
417
422
|
# Tags attached to the resource. Array of maps, each of the form
|
|
418
423
|
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
@@ -435,6 +440,7 @@ module Aws::IVSRealTime
|
|
|
435
440
|
:attributes,
|
|
436
441
|
:ingest_protocol,
|
|
437
442
|
:insecure_ingest,
|
|
443
|
+
:redundant_ingest,
|
|
438
444
|
:tags)
|
|
439
445
|
SENSITIVE = []
|
|
440
446
|
include Aws::Structure
|
|
@@ -1421,6 +1427,21 @@ module Aws::IVSRealTime
|
|
|
1421
1427
|
# information.*
|
|
1422
1428
|
# @return [String]
|
|
1423
1429
|
#
|
|
1430
|
+
# @!attribute [rw] redundant_ingest
|
|
1431
|
+
# Indicates whether redundant ingest is enabled for the ingest
|
|
1432
|
+
# configuration.
|
|
1433
|
+
# @return [Boolean]
|
|
1434
|
+
#
|
|
1435
|
+
# @!attribute [rw] redundant_ingest_credentials
|
|
1436
|
+
# A list of redundant ingest credentials, present only when
|
|
1437
|
+
# `redundantIngest` is set to `true`. See [Redundant Ingest][1] in
|
|
1438
|
+
# *IVS RTMP Publishing* for details.
|
|
1439
|
+
#
|
|
1440
|
+
#
|
|
1441
|
+
#
|
|
1442
|
+
# [1]: https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-rtmp-publishing.html#redundant-ingest
|
|
1443
|
+
# @return [Array<Types::RedundantIngestCredential>]
|
|
1444
|
+
#
|
|
1424
1445
|
# @!attribute [rw] attributes
|
|
1425
1446
|
# Application-provided attributes to to store in the
|
|
1426
1447
|
# IngestConfiguration and attach to a stage. Map keys and values can
|
|
@@ -1454,6 +1475,8 @@ module Aws::IVSRealTime
|
|
|
1454
1475
|
:participant_id,
|
|
1455
1476
|
:state,
|
|
1456
1477
|
:user_id,
|
|
1478
|
+
:redundant_ingest,
|
|
1479
|
+
:redundant_ingest_credentials,
|
|
1457
1480
|
:attributes,
|
|
1458
1481
|
:tags)
|
|
1459
1482
|
SENSITIVE = [:stream_key]
|
|
@@ -1497,6 +1520,11 @@ module Aws::IVSRealTime
|
|
|
1497
1520
|
# information.*
|
|
1498
1521
|
# @return [String]
|
|
1499
1522
|
#
|
|
1523
|
+
# @!attribute [rw] redundant_ingest
|
|
1524
|
+
# Indicates whether redundant ingest is enabled for the ingest
|
|
1525
|
+
# configuration.
|
|
1526
|
+
# @return [Boolean]
|
|
1527
|
+
#
|
|
1500
1528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/IngestConfigurationSummary AWS API Documentation
|
|
1501
1529
|
#
|
|
1502
1530
|
class IngestConfigurationSummary < Struct.new(
|
|
@@ -1506,7 +1534,8 @@ module Aws::IVSRealTime
|
|
|
1506
1534
|
:stage_arn,
|
|
1507
1535
|
:participant_id,
|
|
1508
1536
|
:state,
|
|
1509
|
-
:user_id
|
|
1537
|
+
:user_id,
|
|
1538
|
+
:redundant_ingest)
|
|
1510
1539
|
SENSITIVE = []
|
|
1511
1540
|
include Aws::Structure
|
|
1512
1541
|
end
|
|
@@ -2172,6 +2201,14 @@ module Aws::IVSRealTime
|
|
|
2172
2201
|
# `REPLICA`.
|
|
2173
2202
|
# @return [String]
|
|
2174
2203
|
#
|
|
2204
|
+
# @!attribute [rw] redundant_ingest
|
|
2205
|
+
# Indicates whether redundant ingest is enabled for the participant.
|
|
2206
|
+
# @return [Boolean]
|
|
2207
|
+
#
|
|
2208
|
+
# @!attribute [rw] ingest_configuration_arn
|
|
2209
|
+
# The participant’s ingest configuration.
|
|
2210
|
+
# @return [String]
|
|
2211
|
+
#
|
|
2175
2212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/Participant AWS API Documentation
|
|
2176
2213
|
#
|
|
2177
2214
|
class Participant < Struct.new(
|
|
@@ -2194,7 +2231,9 @@ module Aws::IVSRealTime
|
|
|
2194
2231
|
:replication_type,
|
|
2195
2232
|
:replication_state,
|
|
2196
2233
|
:source_stage_arn,
|
|
2197
|
-
:source_session_id
|
|
2234
|
+
:source_session_id,
|
|
2235
|
+
:redundant_ingest,
|
|
2236
|
+
:ingest_configuration_arn)
|
|
2198
2237
|
SENSITIVE = []
|
|
2199
2238
|
include Aws::Structure
|
|
2200
2239
|
end
|
|
@@ -2313,6 +2352,14 @@ module Aws::IVSRealTime
|
|
|
2313
2352
|
# `REPLICA`.
|
|
2314
2353
|
# @return [String]
|
|
2315
2354
|
#
|
|
2355
|
+
# @!attribute [rw] redundant_ingest
|
|
2356
|
+
# Indicates whether redundant ingest is enabled for the participant.
|
|
2357
|
+
# @return [Boolean]
|
|
2358
|
+
#
|
|
2359
|
+
# @!attribute [rw] ingest_configuration_arn
|
|
2360
|
+
# The participant’s ingest configuration.
|
|
2361
|
+
# @return [String]
|
|
2362
|
+
#
|
|
2316
2363
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ParticipantSummary AWS API Documentation
|
|
2317
2364
|
#
|
|
2318
2365
|
class ParticipantSummary < Struct.new(
|
|
@@ -2325,7 +2372,9 @@ module Aws::IVSRealTime
|
|
|
2325
2372
|
:replication_type,
|
|
2326
2373
|
:replication_state,
|
|
2327
2374
|
:source_stage_arn,
|
|
2328
|
-
:source_session_id
|
|
2375
|
+
:source_session_id,
|
|
2376
|
+
:redundant_ingest,
|
|
2377
|
+
:ingest_configuration_arn)
|
|
2329
2378
|
SENSITIVE = []
|
|
2330
2379
|
include Aws::Structure
|
|
2331
2380
|
end
|
|
@@ -2691,6 +2740,25 @@ module Aws::IVSRealTime
|
|
|
2691
2740
|
include Aws::Structure
|
|
2692
2741
|
end
|
|
2693
2742
|
|
|
2743
|
+
# An object representing a redundant ingest credential.
|
|
2744
|
+
#
|
|
2745
|
+
# @!attribute [rw] participant_id
|
|
2746
|
+
# ID of the participant within the stage.
|
|
2747
|
+
# @return [String]
|
|
2748
|
+
#
|
|
2749
|
+
# @!attribute [rw] stream_key
|
|
2750
|
+
# Ingest-key value.
|
|
2751
|
+
# @return [String]
|
|
2752
|
+
#
|
|
2753
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/RedundantIngestCredential AWS API Documentation
|
|
2754
|
+
#
|
|
2755
|
+
class RedundantIngestCredential < Struct.new(
|
|
2756
|
+
:participant_id,
|
|
2757
|
+
:stream_key)
|
|
2758
|
+
SENSITIVE = [:stream_key]
|
|
2759
|
+
include Aws::Structure
|
|
2760
|
+
end
|
|
2761
|
+
|
|
2694
2762
|
# @!attribute [rw] access_control_allow_origin
|
|
2695
2763
|
# @return [String]
|
|
2696
2764
|
#
|
|
@@ -3128,24 +3196,59 @@ module Aws::IVSRealTime
|
|
|
3128
3196
|
end
|
|
3129
3197
|
|
|
3130
3198
|
# @!attribute [rw] access_control_allow_origin
|
|
3199
|
+
# See [Access-Control-Allow-Origin][1] in the MDN Web Docs.
|
|
3200
|
+
#
|
|
3201
|
+
#
|
|
3202
|
+
#
|
|
3203
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin
|
|
3131
3204
|
# @return [String]
|
|
3132
3205
|
#
|
|
3133
3206
|
# @!attribute [rw] access_control_expose_headers
|
|
3207
|
+
# See [Access-Control-Expose-Headers][1] in the MDN Web Docs.
|
|
3208
|
+
#
|
|
3209
|
+
#
|
|
3210
|
+
#
|
|
3211
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers
|
|
3134
3212
|
# @return [String]
|
|
3135
3213
|
#
|
|
3136
3214
|
# @!attribute [rw] cache_control
|
|
3215
|
+
# See [Cache-Control][1] in the MDN Web Docs.
|
|
3216
|
+
#
|
|
3217
|
+
#
|
|
3218
|
+
#
|
|
3219
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
|
|
3137
3220
|
# @return [String]
|
|
3138
3221
|
#
|
|
3139
3222
|
# @!attribute [rw] content_security_policy
|
|
3223
|
+
# See [Content-Security-Policy][1] in the MDN Web Docs.
|
|
3224
|
+
#
|
|
3225
|
+
#
|
|
3226
|
+
#
|
|
3227
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy
|
|
3140
3228
|
# @return [String]
|
|
3141
3229
|
#
|
|
3142
3230
|
# @!attribute [rw] strict_transport_security
|
|
3231
|
+
# See [Strict-Transport-Security][1] in the MDN Web Docs.
|
|
3232
|
+
#
|
|
3233
|
+
#
|
|
3234
|
+
#
|
|
3235
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security
|
|
3143
3236
|
# @return [String]
|
|
3144
3237
|
#
|
|
3145
3238
|
# @!attribute [rw] x_content_type_options
|
|
3239
|
+
# See [X-Content-Type-Options][1] in the MDN Web Docs.
|
|
3240
|
+
#
|
|
3241
|
+
#
|
|
3242
|
+
#
|
|
3243
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options
|
|
3146
3244
|
# @return [String]
|
|
3147
3245
|
#
|
|
3148
3246
|
# @!attribute [rw] x_frame_options
|
|
3247
|
+
# See [X-Frame-Options][1] in the MDN Web Docs.
|
|
3248
|
+
#
|
|
3249
|
+
#
|
|
3250
|
+
#
|
|
3251
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
|
|
3149
3252
|
# @return [String]
|
|
3150
3253
|
#
|
|
3151
3254
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StartParticipantReplicationResponse AWS API Documentation
|
|
@@ -3207,24 +3310,59 @@ module Aws::IVSRealTime
|
|
|
3207
3310
|
end
|
|
3208
3311
|
|
|
3209
3312
|
# @!attribute [rw] access_control_allow_origin
|
|
3313
|
+
# See [Access-Control-Allow-Origin][1] in the MDN Web Docs.
|
|
3314
|
+
#
|
|
3315
|
+
#
|
|
3316
|
+
#
|
|
3317
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin
|
|
3210
3318
|
# @return [String]
|
|
3211
3319
|
#
|
|
3212
3320
|
# @!attribute [rw] access_control_expose_headers
|
|
3321
|
+
# See [Access-Control-Expose-Headers][1] in the MDN Web Docs.
|
|
3322
|
+
#
|
|
3323
|
+
#
|
|
3324
|
+
#
|
|
3325
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers
|
|
3213
3326
|
# @return [String]
|
|
3214
3327
|
#
|
|
3215
3328
|
# @!attribute [rw] cache_control
|
|
3329
|
+
# See [Cache-Control][1] in the MDN Web Docs.
|
|
3330
|
+
#
|
|
3331
|
+
#
|
|
3332
|
+
#
|
|
3333
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
|
|
3216
3334
|
# @return [String]
|
|
3217
3335
|
#
|
|
3218
3336
|
# @!attribute [rw] content_security_policy
|
|
3337
|
+
# See [Content-Security-Policy][1] in the MDN Web Docs.
|
|
3338
|
+
#
|
|
3339
|
+
#
|
|
3340
|
+
#
|
|
3341
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy
|
|
3219
3342
|
# @return [String]
|
|
3220
3343
|
#
|
|
3221
3344
|
# @!attribute [rw] strict_transport_security
|
|
3345
|
+
# See [Strict-Transport-Security][1] in the MDN Web Docs.
|
|
3346
|
+
#
|
|
3347
|
+
#
|
|
3348
|
+
#
|
|
3349
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security
|
|
3222
3350
|
# @return [String]
|
|
3223
3351
|
#
|
|
3224
3352
|
# @!attribute [rw] x_content_type_options
|
|
3353
|
+
# See [X-Content-Type-Options][1] in the MDN Web Docs.
|
|
3354
|
+
#
|
|
3355
|
+
#
|
|
3356
|
+
#
|
|
3357
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options
|
|
3225
3358
|
# @return [String]
|
|
3226
3359
|
#
|
|
3227
3360
|
# @!attribute [rw] x_frame_options
|
|
3361
|
+
# See [X-Frame-Options][1] in the MDN Web Docs.
|
|
3362
|
+
#
|
|
3363
|
+
#
|
|
3364
|
+
#
|
|
3365
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
|
|
3228
3366
|
# @return [String]
|
|
3229
3367
|
#
|
|
3230
3368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/StopParticipantReplicationResponse AWS API Documentation
|
|
@@ -3388,11 +3526,17 @@ module Aws::IVSRealTime
|
|
|
3388
3526
|
# Stage ARN that needs to be updated.
|
|
3389
3527
|
# @return [String]
|
|
3390
3528
|
#
|
|
3529
|
+
# @!attribute [rw] redundant_ingest
|
|
3530
|
+
# Indicates whether redundant ingest is enabled for the ingest
|
|
3531
|
+
# configuration. Default: `false`.
|
|
3532
|
+
# @return [Boolean]
|
|
3533
|
+
#
|
|
3391
3534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UpdateIngestConfigurationRequest AWS API Documentation
|
|
3392
3535
|
#
|
|
3393
3536
|
class UpdateIngestConfigurationRequest < Struct.new(
|
|
3394
3537
|
:arn,
|
|
3395
|
-
:stage_arn
|
|
3538
|
+
:stage_arn,
|
|
3539
|
+
:redundant_ingest)
|
|
3396
3540
|
SENSITIVE = []
|
|
3397
3541
|
include Aws::Structure
|
|
3398
3542
|
end
|
data/lib/aws-sdk-ivsrealtime.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -107,6 +107,7 @@ module Aws
|
|
|
107
107
|
?attributes: Hash[::String, ::String],
|
|
108
108
|
ingest_protocol: ("RTMP" | "RTMPS"),
|
|
109
109
|
?insecure_ingest: bool,
|
|
110
|
+
?redundant_ingest: bool,
|
|
110
111
|
?tags: Hash[::String, ::String]
|
|
111
112
|
) -> _CreateIngestConfigurationResponseSuccess
|
|
112
113
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestConfigurationResponseSuccess
|
|
@@ -605,7 +606,8 @@ module Aws
|
|
|
605
606
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#update_ingest_configuration-instance_method
|
|
606
607
|
def update_ingest_configuration: (
|
|
607
608
|
arn: ::String,
|
|
608
|
-
?stage_arn: ::String
|
|
609
|
+
?stage_arn: ::String,
|
|
610
|
+
?redundant_ingest: bool
|
|
609
611
|
) -> _UpdateIngestConfigurationResponseSuccess
|
|
610
612
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIngestConfigurationResponseSuccess
|
|
611
613
|
|
data/sig/types.rbs
CHANGED
|
@@ -103,6 +103,7 @@ module Aws::IVSRealTime
|
|
|
103
103
|
attr_accessor attributes: ::Hash[::String, ::String]
|
|
104
104
|
attr_accessor ingest_protocol: ("RTMP" | "RTMPS")
|
|
105
105
|
attr_accessor insecure_ingest: bool
|
|
106
|
+
attr_accessor redundant_ingest: bool
|
|
106
107
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
107
108
|
SENSITIVE: []
|
|
108
109
|
end
|
|
@@ -384,6 +385,8 @@ module Aws::IVSRealTime
|
|
|
384
385
|
attr_accessor participant_id: ::String
|
|
385
386
|
attr_accessor state: ("ACTIVE" | "INACTIVE")
|
|
386
387
|
attr_accessor user_id: ::String
|
|
388
|
+
attr_accessor redundant_ingest: bool
|
|
389
|
+
attr_accessor redundant_ingest_credentials: ::Array[Types::RedundantIngestCredential]
|
|
387
390
|
attr_accessor attributes: ::Hash[::String, ::String]
|
|
388
391
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
389
392
|
SENSITIVE: [:stream_key]
|
|
@@ -397,6 +400,7 @@ module Aws::IVSRealTime
|
|
|
397
400
|
attr_accessor participant_id: ::String
|
|
398
401
|
attr_accessor state: ("ACTIVE" | "INACTIVE")
|
|
399
402
|
attr_accessor user_id: ::String
|
|
403
|
+
attr_accessor redundant_ingest: bool
|
|
400
404
|
SENSITIVE: []
|
|
401
405
|
end
|
|
402
406
|
|
|
@@ -586,6 +590,8 @@ module Aws::IVSRealTime
|
|
|
586
590
|
attr_accessor replication_state: ("ACTIVE" | "STOPPED")
|
|
587
591
|
attr_accessor source_stage_arn: ::String
|
|
588
592
|
attr_accessor source_session_id: ::String
|
|
593
|
+
attr_accessor redundant_ingest: bool
|
|
594
|
+
attr_accessor ingest_configuration_arn: ::String
|
|
589
595
|
SENSITIVE: []
|
|
590
596
|
end
|
|
591
597
|
|
|
@@ -615,6 +621,8 @@ module Aws::IVSRealTime
|
|
|
615
621
|
attr_accessor replication_state: ("ACTIVE" | "STOPPED")
|
|
616
622
|
attr_accessor source_stage_arn: ::String
|
|
617
623
|
attr_accessor source_session_id: ::String
|
|
624
|
+
attr_accessor redundant_ingest: bool
|
|
625
|
+
attr_accessor ingest_configuration_arn: ::String
|
|
618
626
|
SENSITIVE: []
|
|
619
627
|
end
|
|
620
628
|
|
|
@@ -694,6 +702,12 @@ module Aws::IVSRealTime
|
|
|
694
702
|
SENSITIVE: []
|
|
695
703
|
end
|
|
696
704
|
|
|
705
|
+
class RedundantIngestCredential
|
|
706
|
+
attr_accessor participant_id: ::String
|
|
707
|
+
attr_accessor stream_key: ::String
|
|
708
|
+
SENSITIVE: [:stream_key]
|
|
709
|
+
end
|
|
710
|
+
|
|
697
711
|
class ResourceNotFoundException
|
|
698
712
|
attr_accessor access_control_allow_origin: ::String
|
|
699
713
|
attr_accessor access_control_expose_headers: ::String
|
|
@@ -875,6 +889,7 @@ module Aws::IVSRealTime
|
|
|
875
889
|
class UpdateIngestConfigurationRequest
|
|
876
890
|
attr_accessor arn: ::String
|
|
877
891
|
attr_accessor stage_arn: ::String
|
|
892
|
+
attr_accessor redundant_ingest: bool
|
|
878
893
|
SENSITIVE: []
|
|
879
894
|
end
|
|
880
895
|
|