aws-sdk-ivsrealtime 1.68.0 → 1.69.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 +29 -1
- data/lib/aws-sdk-ivsrealtime/client_api.rb +15 -1
- data/lib/aws-sdk-ivsrealtime/types.rb +141 -0
- data/lib/aws-sdk-ivsrealtime.rb +1 -1
- data/sig/client.rbs +14 -0
- data/sig/types.rbs +14 -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: d524bb097e2fa6c73372e4942884a73d70825bd931fccf3ae4deb6e8affcafb8
|
|
4
|
+
data.tar.gz: ec8830eb83f8e6f17a4cc275e88a9ab9d3738cc311f883701b6e0f6e5f15d41a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07247d1e1c77bad4fad8a8267093e42b7d00338ff7a475bdb984bc3062c7ea6458072a1fa188760f9bd184247d8a6c5597454599ce135260de96cf02b9bad1a1
|
|
7
|
+
data.tar.gz: 37ffe2f796013e836e1744e0f844b8550bfa90b86d56939e61374ced7787b56423cace0994b6fe12b91345979d69e4b11256ac1e311c7e39c40b4bc4f34d3001
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.69.0 (2026-09-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - GetParticipant, ListParticipantEvents, ListParticipantReplicas, StartParticipantReplication, and StopParticipantReplication now accept participant IDs containing underscores.
|
|
8
|
+
|
|
4
9
|
1.68.0 (2026-09-11)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.69.0
|
|
@@ -585,6 +585,13 @@ module Aws::IVSRealTime
|
|
|
585
585
|
#
|
|
586
586
|
# @return [Types::CreateIngestConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
587
587
|
#
|
|
588
|
+
# * {Types::CreateIngestConfigurationResponse#access_control_allow_origin #access_control_allow_origin} => String
|
|
589
|
+
# * {Types::CreateIngestConfigurationResponse#access_control_expose_headers #access_control_expose_headers} => String
|
|
590
|
+
# * {Types::CreateIngestConfigurationResponse#cache_control #cache_control} => String
|
|
591
|
+
# * {Types::CreateIngestConfigurationResponse#content_security_policy #content_security_policy} => String
|
|
592
|
+
# * {Types::CreateIngestConfigurationResponse#strict_transport_security #strict_transport_security} => String
|
|
593
|
+
# * {Types::CreateIngestConfigurationResponse#x_content_type_options #x_content_type_options} => String
|
|
594
|
+
# * {Types::CreateIngestConfigurationResponse#x_frame_options #x_frame_options} => String
|
|
588
595
|
# * {Types::CreateIngestConfigurationResponse#ingest_configuration #ingest_configuration} => Types::IngestConfiguration
|
|
589
596
|
#
|
|
590
597
|
# @example Request syntax with placeholder values
|
|
@@ -606,6 +613,13 @@ module Aws::IVSRealTime
|
|
|
606
613
|
#
|
|
607
614
|
# @example Response structure
|
|
608
615
|
#
|
|
616
|
+
# resp.access_control_allow_origin #=> String
|
|
617
|
+
# resp.access_control_expose_headers #=> String
|
|
618
|
+
# resp.cache_control #=> String
|
|
619
|
+
# resp.content_security_policy #=> String
|
|
620
|
+
# resp.strict_transport_security #=> String
|
|
621
|
+
# resp.x_content_type_options #=> String
|
|
622
|
+
# resp.x_frame_options #=> String
|
|
609
623
|
# resp.ingest_configuration.name #=> String
|
|
610
624
|
# resp.ingest_configuration.arn #=> String
|
|
611
625
|
# resp.ingest_configuration.ingest_protocol #=> String, one of "RTMP", "RTMPS"
|
|
@@ -2408,6 +2422,13 @@ module Aws::IVSRealTime
|
|
|
2408
2422
|
#
|
|
2409
2423
|
# @return [Types::UpdateIngestConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2410
2424
|
#
|
|
2425
|
+
# * {Types::UpdateIngestConfigurationResponse#access_control_allow_origin #access_control_allow_origin} => String
|
|
2426
|
+
# * {Types::UpdateIngestConfigurationResponse#access_control_expose_headers #access_control_expose_headers} => String
|
|
2427
|
+
# * {Types::UpdateIngestConfigurationResponse#cache_control #cache_control} => String
|
|
2428
|
+
# * {Types::UpdateIngestConfigurationResponse#content_security_policy #content_security_policy} => String
|
|
2429
|
+
# * {Types::UpdateIngestConfigurationResponse#strict_transport_security #strict_transport_security} => String
|
|
2430
|
+
# * {Types::UpdateIngestConfigurationResponse#x_content_type_options #x_content_type_options} => String
|
|
2431
|
+
# * {Types::UpdateIngestConfigurationResponse#x_frame_options #x_frame_options} => String
|
|
2411
2432
|
# * {Types::UpdateIngestConfigurationResponse#ingest_configuration #ingest_configuration} => Types::IngestConfiguration
|
|
2412
2433
|
#
|
|
2413
2434
|
# @example Request syntax with placeholder values
|
|
@@ -2420,6 +2441,13 @@ module Aws::IVSRealTime
|
|
|
2420
2441
|
#
|
|
2421
2442
|
# @example Response structure
|
|
2422
2443
|
#
|
|
2444
|
+
# resp.access_control_allow_origin #=> String
|
|
2445
|
+
# resp.access_control_expose_headers #=> String
|
|
2446
|
+
# resp.cache_control #=> String
|
|
2447
|
+
# resp.content_security_policy #=> String
|
|
2448
|
+
# resp.strict_transport_security #=> String
|
|
2449
|
+
# resp.x_content_type_options #=> String
|
|
2450
|
+
# resp.x_frame_options #=> String
|
|
2423
2451
|
# resp.ingest_configuration.name #=> String
|
|
2424
2452
|
# resp.ingest_configuration.arn #=> String
|
|
2425
2453
|
# resp.ingest_configuration.ingest_protocol #=> String, one of "RTMP", "RTMPS"
|
|
@@ -2533,7 +2561,7 @@ module Aws::IVSRealTime
|
|
|
2533
2561
|
tracer: tracer
|
|
2534
2562
|
)
|
|
2535
2563
|
context[:gem_name] = 'aws-sdk-ivsrealtime'
|
|
2536
|
-
context[:gem_version] = '1.
|
|
2564
|
+
context[:gem_version] = '1.69.0'
|
|
2537
2565
|
Seahorse::Client::Request.new(handlers, context)
|
|
2538
2566
|
end
|
|
2539
2567
|
|
|
@@ -340,6 +340,13 @@ module Aws::IVSRealTime
|
|
|
340
340
|
CreateIngestConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
341
341
|
CreateIngestConfigurationRequest.struct_class = Types::CreateIngestConfigurationRequest
|
|
342
342
|
|
|
343
|
+
CreateIngestConfigurationResponse.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
|
|
344
|
+
CreateIngestConfigurationResponse.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
|
|
345
|
+
CreateIngestConfigurationResponse.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
|
|
346
|
+
CreateIngestConfigurationResponse.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
|
|
347
|
+
CreateIngestConfigurationResponse.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
|
|
348
|
+
CreateIngestConfigurationResponse.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
|
|
349
|
+
CreateIngestConfigurationResponse.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
|
|
343
350
|
CreateIngestConfigurationResponse.add_member(:ingest_configuration, Shapes::ShapeRef.new(shape: IngestConfiguration, location_name: "ingestConfiguration"))
|
|
344
351
|
CreateIngestConfigurationResponse.struct_class = Types::CreateIngestConfigurationResponse
|
|
345
352
|
|
|
@@ -963,6 +970,13 @@ module Aws::IVSRealTime
|
|
|
963
970
|
UpdateIngestConfigurationRequest.add_member(:redundant_ingest, Shapes::ShapeRef.new(shape: RedundantIngest, location_name: "redundantIngest"))
|
|
964
971
|
UpdateIngestConfigurationRequest.struct_class = Types::UpdateIngestConfigurationRequest
|
|
965
972
|
|
|
973
|
+
UpdateIngestConfigurationResponse.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
|
|
974
|
+
UpdateIngestConfigurationResponse.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
|
|
975
|
+
UpdateIngestConfigurationResponse.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
|
|
976
|
+
UpdateIngestConfigurationResponse.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
|
|
977
|
+
UpdateIngestConfigurationResponse.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
|
|
978
|
+
UpdateIngestConfigurationResponse.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
|
|
979
|
+
UpdateIngestConfigurationResponse.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
|
|
966
980
|
UpdateIngestConfigurationResponse.add_member(:ingest_configuration, Shapes::ShapeRef.new(shape: IngestConfiguration, location_name: "ingestConfiguration"))
|
|
967
981
|
UpdateIngestConfigurationResponse.struct_class = Types::UpdateIngestConfigurationResponse
|
|
968
982
|
|
|
@@ -1474,8 +1488,8 @@ module Aws::IVSRealTime
|
|
|
1474
1488
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1475
1489
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1476
1490
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1477
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1478
1491
|
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
|
1492
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1479
1493
|
end)
|
|
1480
1494
|
|
|
1481
1495
|
api.add_operation(:stop_composition, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
module Aws::IVSRealTime
|
|
11
11
|
module Types
|
|
12
12
|
|
|
13
|
+
# User does not have sufficient access to perform this action.
|
|
14
|
+
#
|
|
13
15
|
# @!attribute [rw] access_control_allow_origin
|
|
14
16
|
# @return [String]
|
|
15
17
|
#
|
|
@@ -289,6 +291,8 @@ module Aws::IVSRealTime
|
|
|
289
291
|
include Aws::Structure
|
|
290
292
|
end
|
|
291
293
|
|
|
294
|
+
# Updating or deleting a resource can cause an inconsistent state.
|
|
295
|
+
#
|
|
292
296
|
# @!attribute [rw] access_control_allow_origin
|
|
293
297
|
# @return [String]
|
|
294
298
|
#
|
|
@@ -446,6 +450,62 @@ module Aws::IVSRealTime
|
|
|
446
450
|
include Aws::Structure
|
|
447
451
|
end
|
|
448
452
|
|
|
453
|
+
# @!attribute [rw] access_control_allow_origin
|
|
454
|
+
# See [Access-Control-Allow-Origin][1] in the MDN Web Docs.
|
|
455
|
+
#
|
|
456
|
+
#
|
|
457
|
+
#
|
|
458
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin
|
|
459
|
+
# @return [String]
|
|
460
|
+
#
|
|
461
|
+
# @!attribute [rw] access_control_expose_headers
|
|
462
|
+
# See [Access-Control-Expose-Headers][1] in the MDN Web Docs.
|
|
463
|
+
#
|
|
464
|
+
#
|
|
465
|
+
#
|
|
466
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers
|
|
467
|
+
# @return [String]
|
|
468
|
+
#
|
|
469
|
+
# @!attribute [rw] cache_control
|
|
470
|
+
# See [Cache-Control][1] in the MDN Web Docs.
|
|
471
|
+
#
|
|
472
|
+
#
|
|
473
|
+
#
|
|
474
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
|
|
475
|
+
# @return [String]
|
|
476
|
+
#
|
|
477
|
+
# @!attribute [rw] content_security_policy
|
|
478
|
+
# See [Content-Security-Policy][1] in the MDN Web Docs.
|
|
479
|
+
#
|
|
480
|
+
#
|
|
481
|
+
#
|
|
482
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy
|
|
483
|
+
# @return [String]
|
|
484
|
+
#
|
|
485
|
+
# @!attribute [rw] strict_transport_security
|
|
486
|
+
# See [Strict-Transport-Security][1] in the MDN Web Docs.
|
|
487
|
+
#
|
|
488
|
+
#
|
|
489
|
+
#
|
|
490
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security
|
|
491
|
+
# @return [String]
|
|
492
|
+
#
|
|
493
|
+
# @!attribute [rw] x_content_type_options
|
|
494
|
+
# See [X-Content-Type-Options][1] in the MDN Web Docs.
|
|
495
|
+
#
|
|
496
|
+
#
|
|
497
|
+
#
|
|
498
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options
|
|
499
|
+
# @return [String]
|
|
500
|
+
#
|
|
501
|
+
# @!attribute [rw] x_frame_options
|
|
502
|
+
# See [X-Frame-Options][1] in the MDN Web Docs.
|
|
503
|
+
#
|
|
504
|
+
#
|
|
505
|
+
#
|
|
506
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
|
|
507
|
+
# @return [String]
|
|
508
|
+
#
|
|
449
509
|
# @!attribute [rw] ingest_configuration
|
|
450
510
|
# The IngestConfiguration that was created.
|
|
451
511
|
# @return [Types::IngestConfiguration]
|
|
@@ -453,6 +513,13 @@ module Aws::IVSRealTime
|
|
|
453
513
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CreateIngestConfigurationResponse AWS API Documentation
|
|
454
514
|
#
|
|
455
515
|
class CreateIngestConfigurationResponse < Struct.new(
|
|
516
|
+
:access_control_allow_origin,
|
|
517
|
+
:access_control_expose_headers,
|
|
518
|
+
:cache_control,
|
|
519
|
+
:content_security_policy,
|
|
520
|
+
:strict_transport_security,
|
|
521
|
+
:x_content_type_options,
|
|
522
|
+
:x_frame_options,
|
|
456
523
|
:ingest_configuration)
|
|
457
524
|
SENSITIVE = []
|
|
458
525
|
include Aws::Structure
|
|
@@ -1540,6 +1607,8 @@ module Aws::IVSRealTime
|
|
|
1540
1607
|
include Aws::Structure
|
|
1541
1608
|
end
|
|
1542
1609
|
|
|
1610
|
+
# Unexpected error during processing of request.
|
|
1611
|
+
#
|
|
1543
1612
|
# @!attribute [rw] access_control_allow_origin
|
|
1544
1613
|
# @return [String]
|
|
1545
1614
|
#
|
|
@@ -2509,6 +2578,8 @@ module Aws::IVSRealTime
|
|
|
2509
2578
|
include Aws::Structure
|
|
2510
2579
|
end
|
|
2511
2580
|
|
|
2581
|
+
# Your account is pending verification.
|
|
2582
|
+
#
|
|
2512
2583
|
# @!attribute [rw] access_control_allow_origin
|
|
2513
2584
|
# @return [String]
|
|
2514
2585
|
#
|
|
@@ -2759,6 +2830,8 @@ module Aws::IVSRealTime
|
|
|
2759
2830
|
include Aws::Structure
|
|
2760
2831
|
end
|
|
2761
2832
|
|
|
2833
|
+
# Request references a resource which does not exist.
|
|
2834
|
+
#
|
|
2762
2835
|
# @!attribute [rw] access_control_allow_origin
|
|
2763
2836
|
# @return [String]
|
|
2764
2837
|
#
|
|
@@ -2870,6 +2943,8 @@ module Aws::IVSRealTime
|
|
|
2870
2943
|
include Aws::Structure
|
|
2871
2944
|
end
|
|
2872
2945
|
|
|
2946
|
+
# Request would cause a service quota to be exceeded.
|
|
2947
|
+
#
|
|
2873
2948
|
# @!attribute [rw] access_control_allow_origin
|
|
2874
2949
|
# @return [String]
|
|
2875
2950
|
#
|
|
@@ -3541,6 +3616,62 @@ module Aws::IVSRealTime
|
|
|
3541
3616
|
include Aws::Structure
|
|
3542
3617
|
end
|
|
3543
3618
|
|
|
3619
|
+
# @!attribute [rw] access_control_allow_origin
|
|
3620
|
+
# See [Access-Control-Allow-Origin][1] in the MDN Web Docs.
|
|
3621
|
+
#
|
|
3622
|
+
#
|
|
3623
|
+
#
|
|
3624
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin
|
|
3625
|
+
# @return [String]
|
|
3626
|
+
#
|
|
3627
|
+
# @!attribute [rw] access_control_expose_headers
|
|
3628
|
+
# See [Access-Control-Expose-Headers][1] in the MDN Web Docs.
|
|
3629
|
+
#
|
|
3630
|
+
#
|
|
3631
|
+
#
|
|
3632
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers
|
|
3633
|
+
# @return [String]
|
|
3634
|
+
#
|
|
3635
|
+
# @!attribute [rw] cache_control
|
|
3636
|
+
# See [Cache-Control][1] in the MDN Web Docs.
|
|
3637
|
+
#
|
|
3638
|
+
#
|
|
3639
|
+
#
|
|
3640
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
|
|
3641
|
+
# @return [String]
|
|
3642
|
+
#
|
|
3643
|
+
# @!attribute [rw] content_security_policy
|
|
3644
|
+
# See [Content-Security-Policy][1] in the MDN Web Docs.
|
|
3645
|
+
#
|
|
3646
|
+
#
|
|
3647
|
+
#
|
|
3648
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy
|
|
3649
|
+
# @return [String]
|
|
3650
|
+
#
|
|
3651
|
+
# @!attribute [rw] strict_transport_security
|
|
3652
|
+
# See [Strict-Transport-Security][1] in the MDN Web Docs.
|
|
3653
|
+
#
|
|
3654
|
+
#
|
|
3655
|
+
#
|
|
3656
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security
|
|
3657
|
+
# @return [String]
|
|
3658
|
+
#
|
|
3659
|
+
# @!attribute [rw] x_content_type_options
|
|
3660
|
+
# See [X-Content-Type-Options][1] in the MDN Web Docs.
|
|
3661
|
+
#
|
|
3662
|
+
#
|
|
3663
|
+
#
|
|
3664
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options
|
|
3665
|
+
# @return [String]
|
|
3666
|
+
#
|
|
3667
|
+
# @!attribute [rw] x_frame_options
|
|
3668
|
+
# See [X-Frame-Options][1] in the MDN Web Docs.
|
|
3669
|
+
#
|
|
3670
|
+
#
|
|
3671
|
+
#
|
|
3672
|
+
# [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
|
|
3673
|
+
# @return [String]
|
|
3674
|
+
#
|
|
3544
3675
|
# @!attribute [rw] ingest_configuration
|
|
3545
3676
|
# The updated IngestConfiguration.
|
|
3546
3677
|
# @return [Types::IngestConfiguration]
|
|
@@ -3548,6 +3679,13 @@ module Aws::IVSRealTime
|
|
|
3548
3679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/UpdateIngestConfigurationResponse AWS API Documentation
|
|
3549
3680
|
#
|
|
3550
3681
|
class UpdateIngestConfigurationResponse < Struct.new(
|
|
3682
|
+
:access_control_allow_origin,
|
|
3683
|
+
:access_control_expose_headers,
|
|
3684
|
+
:cache_control,
|
|
3685
|
+
:content_security_policy,
|
|
3686
|
+
:strict_transport_security,
|
|
3687
|
+
:x_content_type_options,
|
|
3688
|
+
:x_frame_options,
|
|
3551
3689
|
:ingest_configuration)
|
|
3552
3690
|
SENSITIVE = []
|
|
3553
3691
|
include Aws::Structure
|
|
@@ -3589,6 +3727,9 @@ module Aws::IVSRealTime
|
|
|
3589
3727
|
include Aws::Structure
|
|
3590
3728
|
end
|
|
3591
3729
|
|
|
3730
|
+
# The input fails to satisfy the constraints specified by an Amazon Web
|
|
3731
|
+
# Services service.
|
|
3732
|
+
#
|
|
3592
3733
|
# @!attribute [rw] access_control_allow_origin
|
|
3593
3734
|
# @return [String]
|
|
3594
3735
|
#
|
data/lib/aws-sdk-ivsrealtime.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -97,6 +97,13 @@ module Aws
|
|
|
97
97
|
|
|
98
98
|
interface _CreateIngestConfigurationResponseSuccess
|
|
99
99
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateIngestConfigurationResponse]
|
|
100
|
+
def access_control_allow_origin: () -> ::String
|
|
101
|
+
def access_control_expose_headers: () -> ::String
|
|
102
|
+
def cache_control: () -> ::String
|
|
103
|
+
def content_security_policy: () -> ::String
|
|
104
|
+
def strict_transport_security: () -> ::String
|
|
105
|
+
def x_content_type_options: () -> ::String
|
|
106
|
+
def x_frame_options: () -> ::String
|
|
100
107
|
def ingest_configuration: () -> Types::IngestConfiguration
|
|
101
108
|
end
|
|
102
109
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#create_ingest_configuration-instance_method
|
|
@@ -588,6 +595,13 @@ module Aws
|
|
|
588
595
|
|
|
589
596
|
interface _UpdateIngestConfigurationResponseSuccess
|
|
590
597
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIngestConfigurationResponse]
|
|
598
|
+
def access_control_allow_origin: () -> ::String
|
|
599
|
+
def access_control_expose_headers: () -> ::String
|
|
600
|
+
def cache_control: () -> ::String
|
|
601
|
+
def content_security_policy: () -> ::String
|
|
602
|
+
def strict_transport_security: () -> ::String
|
|
603
|
+
def x_content_type_options: () -> ::String
|
|
604
|
+
def x_frame_options: () -> ::String
|
|
591
605
|
def ingest_configuration: () -> Types::IngestConfiguration
|
|
592
606
|
end
|
|
593
607
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#update_ingest_configuration-instance_method
|
data/sig/types.rbs
CHANGED
|
@@ -109,6 +109,13 @@ module Aws::IVSRealTime
|
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
class CreateIngestConfigurationResponse
|
|
112
|
+
attr_accessor access_control_allow_origin: ::String
|
|
113
|
+
attr_accessor access_control_expose_headers: ::String
|
|
114
|
+
attr_accessor cache_control: ::String
|
|
115
|
+
attr_accessor content_security_policy: ::String
|
|
116
|
+
attr_accessor strict_transport_security: ::String
|
|
117
|
+
attr_accessor x_content_type_options: ::String
|
|
118
|
+
attr_accessor x_frame_options: ::String
|
|
112
119
|
attr_accessor ingest_configuration: Types::IngestConfiguration
|
|
113
120
|
SENSITIVE: []
|
|
114
121
|
end
|
|
@@ -894,6 +901,13 @@ module Aws::IVSRealTime
|
|
|
894
901
|
end
|
|
895
902
|
|
|
896
903
|
class UpdateIngestConfigurationResponse
|
|
904
|
+
attr_accessor access_control_allow_origin: ::String
|
|
905
|
+
attr_accessor access_control_expose_headers: ::String
|
|
906
|
+
attr_accessor cache_control: ::String
|
|
907
|
+
attr_accessor content_security_policy: ::String
|
|
908
|
+
attr_accessor strict_transport_security: ::String
|
|
909
|
+
attr_accessor x_content_type_options: ::String
|
|
910
|
+
attr_accessor x_frame_options: ::String
|
|
897
911
|
attr_accessor ingest_configuration: Types::IngestConfiguration
|
|
898
912
|
SENSITIVE: []
|
|
899
913
|
end
|