aws-sdk-ivs 1.57.0 → 1.58.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-ivs/client.rb +39 -36
- data/lib/aws-sdk-ivs/types.rb +98 -81
- data/lib/aws-sdk-ivs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4379200ecf98211336604c3989887488ddabcc5adaf8442e9f6c41af8014bf6
|
|
4
|
+
data.tar.gz: eb351c58e75b30c919a9e86832a89f7be386cc7c4e9c1d9bc6c2ddaac9e56027
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aebbeadc110c2d4c8850254c9c3e7fa96cc5517e00515d6828d107f92817bfcc5cd18f01fe9f84a5e83cf253e03e249d0e6733e3fd6d5c666cfa2c2a2d2f93af
|
|
7
|
+
data.tar.gz: 40e5d63e955c06ae377c1bbcdaf9eb55564b0b6e4c085c4f4fb064959bf7a4c468d2c9bde72f259fba008cc49500de79b5a610d4347ca8c4407445a0cdf6ad06
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
data/lib/aws-sdk-ivs/client.rb
CHANGED
|
@@ -599,14 +599,14 @@ module Aws::IVS
|
|
|
599
599
|
#
|
|
600
600
|
# @option params [Hash<String,String>] :tags
|
|
601
601
|
# Array of 1-50 maps, each of the form `string:string (key:value)`. See
|
|
602
|
-
# [
|
|
603
|
-
#
|
|
604
|
-
# requirements"; Amazon IVS
|
|
605
|
-
# what is documented there.
|
|
602
|
+
# [Best practices and strategies][1] in *Tagging Amazon Web Services
|
|
603
|
+
# Resources and Tag Editor* for details, including restrictions that
|
|
604
|
+
# apply to tags and "Tag naming limits and requirements"; Amazon IVS
|
|
605
|
+
# has no service-specific constraints beyond what is documented there.
|
|
606
606
|
#
|
|
607
607
|
#
|
|
608
608
|
#
|
|
609
|
-
# [1]: https://docs.aws.amazon.com/
|
|
609
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
610
610
|
#
|
|
611
611
|
# @option params [Boolean] :insecure_ingest
|
|
612
612
|
# Whether the channel allows insecure RTMP and SRT ingest. Default:
|
|
@@ -709,14 +709,14 @@ module Aws::IVS
|
|
|
709
709
|
#
|
|
710
710
|
# @option params [Hash<String,String>] :tags
|
|
711
711
|
# Array of 1-50 maps, each of the form `string:string (key:value)`. See
|
|
712
|
-
# [
|
|
713
|
-
#
|
|
714
|
-
# requirements"; Amazon IVS
|
|
715
|
-
# what is documented there.
|
|
712
|
+
# [Best practices and strategies][1] in *Tagging Amazon Web Services
|
|
713
|
+
# Resources and Tag Editor* for details, including restrictions that
|
|
714
|
+
# apply to tags and "Tag naming limits and requirements"; Amazon IVS
|
|
715
|
+
# has no service-specific constraints beyond what is documented there.
|
|
716
716
|
#
|
|
717
717
|
#
|
|
718
718
|
#
|
|
719
|
-
# [1]: https://docs.aws.amazon.com/
|
|
719
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
720
720
|
#
|
|
721
721
|
# @return [Types::CreatePlaybackRestrictionPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
722
722
|
#
|
|
@@ -780,14 +780,14 @@ module Aws::IVS
|
|
|
780
780
|
#
|
|
781
781
|
# @option params [Hash<String,String>] :tags
|
|
782
782
|
# Array of 1-50 maps, each of the form `string:string (key:value)`. See
|
|
783
|
-
# [
|
|
784
|
-
#
|
|
785
|
-
# requirements"; Amazon IVS
|
|
786
|
-
# what is documented there.
|
|
783
|
+
# [Best practices and strategies][1] in *Tagging Amazon Web Services
|
|
784
|
+
# Resources and Tag Editor* for details, including restrictions that
|
|
785
|
+
# apply to tags and "Tag naming limits and requirements"; Amazon IVS
|
|
786
|
+
# has no service-specific constraints beyond what is documented there.
|
|
787
787
|
#
|
|
788
788
|
#
|
|
789
789
|
#
|
|
790
|
-
# [1]: https://docs.aws.amazon.com/
|
|
790
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
791
791
|
#
|
|
792
792
|
# @option params [Types::ThumbnailConfiguration] :thumbnail_configuration
|
|
793
793
|
# A complex type that allows you to enable/disable the recording of
|
|
@@ -873,14 +873,14 @@ module Aws::IVS
|
|
|
873
873
|
#
|
|
874
874
|
# @option params [Hash<String,String>] :tags
|
|
875
875
|
# Array of 1-50 maps, each of the form `string:string (key:value)`. See
|
|
876
|
-
# [
|
|
877
|
-
#
|
|
878
|
-
# requirements"; Amazon IVS
|
|
879
|
-
# what is documented there.
|
|
876
|
+
# [Best practices and strategies][1] in *Tagging Amazon Web Services
|
|
877
|
+
# Resources and Tag Editor* for details, including restrictions that
|
|
878
|
+
# apply to tags and "Tag naming limits and requirements"; Amazon IVS
|
|
879
|
+
# has no service-specific constraints beyond what is documented there.
|
|
880
880
|
#
|
|
881
881
|
#
|
|
882
882
|
#
|
|
883
|
-
# [1]: https://docs.aws.amazon.com/
|
|
883
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
884
884
|
#
|
|
885
885
|
# @return [Types::CreateStreamKeyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
886
886
|
#
|
|
@@ -1374,14 +1374,15 @@ module Aws::IVS
|
|
|
1374
1374
|
#
|
|
1375
1375
|
# @option params [Hash<String,String>] :tags
|
|
1376
1376
|
# Any tags provided with the request are added to the playback key pair
|
|
1377
|
-
# tags. See [
|
|
1378
|
-
#
|
|
1379
|
-
# naming limits and requirements"; Amazon
|
|
1380
|
-
# constraints beyond what is documented
|
|
1377
|
+
# tags. See [Best practices and strategies][1] in *Tagging Amazon Web
|
|
1378
|
+
# Services Resources and Tag Editor* for details, including restrictions
|
|
1379
|
+
# that apply to tags and "Tag naming limits and requirements"; Amazon
|
|
1380
|
+
# IVS has no service-specific constraints beyond what is documented
|
|
1381
|
+
# there.
|
|
1381
1382
|
#
|
|
1382
1383
|
#
|
|
1383
1384
|
#
|
|
1384
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1385
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1385
1386
|
#
|
|
1386
1387
|
# @return [Types::ImportPlaybackKeyPairResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1387
1388
|
#
|
|
@@ -1907,14 +1908,15 @@ module Aws::IVS
|
|
|
1907
1908
|
#
|
|
1908
1909
|
# @option params [required, Hash<String,String>] :tags
|
|
1909
1910
|
# Array of tags to be added or updated. Array of maps, each of the form
|
|
1910
|
-
# `string:string (key:value)`. See [
|
|
1911
|
-
#
|
|
1912
|
-
# to tags and "Tag naming limits and
|
|
1913
|
-
# service-specific constraints beyond
|
|
1911
|
+
# `string:string (key:value)`. See [Best practices and strategies][1] in
|
|
1912
|
+
# *Tagging Amazon Web Services Resources and Tag Editor* for details,
|
|
1913
|
+
# including restrictions that apply to tags and "Tag naming limits and
|
|
1914
|
+
# requirements"; Amazon IVS has no service-specific constraints beyond
|
|
1915
|
+
# what is documented there.
|
|
1914
1916
|
#
|
|
1915
1917
|
#
|
|
1916
1918
|
#
|
|
1917
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1919
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1918
1920
|
#
|
|
1919
1921
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1920
1922
|
#
|
|
@@ -1944,14 +1946,15 @@ module Aws::IVS
|
|
|
1944
1946
|
#
|
|
1945
1947
|
# @option params [required, Array<String>] :tag_keys
|
|
1946
1948
|
# Array of tags to be removed. Array of maps, each of the form
|
|
1947
|
-
# `string:string (key:value)`. See [
|
|
1948
|
-
#
|
|
1949
|
-
# to tags and "Tag naming limits and
|
|
1950
|
-
# service-specific constraints beyond
|
|
1949
|
+
# `string:string (key:value)`. See [Best practices and strategies][1] in
|
|
1950
|
+
# *Tagging Amazon Web Services Resources and Tag Editor* for details,
|
|
1951
|
+
# including restrictions that apply to tags and "Tag naming limits and
|
|
1952
|
+
# requirements"; Amazon IVS has no service-specific constraints beyond
|
|
1953
|
+
# what is documented there.
|
|
1951
1954
|
#
|
|
1952
1955
|
#
|
|
1953
1956
|
#
|
|
1954
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1957
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1955
1958
|
#
|
|
1956
1959
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1957
1960
|
#
|
|
@@ -2149,7 +2152,7 @@ module Aws::IVS
|
|
|
2149
2152
|
tracer: tracer
|
|
2150
2153
|
)
|
|
2151
2154
|
context[:gem_name] = 'aws-sdk-ivs'
|
|
2152
|
-
context[:gem_version] = '1.
|
|
2155
|
+
context[:gem_version] = '1.58.0'
|
|
2153
2156
|
Seahorse::Client::Request.new(handlers, context)
|
|
2154
2157
|
end
|
|
2155
2158
|
|
data/lib/aws-sdk-ivs/types.rb
CHANGED
|
@@ -267,14 +267,15 @@ module Aws::IVS
|
|
|
267
267
|
#
|
|
268
268
|
# @!attribute [rw] tags
|
|
269
269
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
270
|
-
# `string:string (key:value)`. See [
|
|
271
|
-
#
|
|
272
|
-
# apply to tags and "Tag naming
|
|
273
|
-
# has no service-specific
|
|
270
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
271
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
272
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
273
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
274
|
+
# constraints beyond what is documented there.
|
|
274
275
|
#
|
|
275
276
|
#
|
|
276
277
|
#
|
|
277
|
-
# [1]: https://docs.aws.amazon.com/
|
|
278
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
278
279
|
# @return [Hash<String,String>]
|
|
279
280
|
#
|
|
280
281
|
# @!attribute [rw] insecure_ingest
|
|
@@ -361,14 +362,15 @@ module Aws::IVS
|
|
|
361
362
|
#
|
|
362
363
|
# @!attribute [rw] tags
|
|
363
364
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
364
|
-
# `string:string (key:value)`. See [
|
|
365
|
-
#
|
|
366
|
-
# apply to tags and "Tag naming
|
|
367
|
-
# has no service-specific
|
|
365
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
366
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
367
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
368
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
369
|
+
# constraints beyond what is documented there.
|
|
368
370
|
#
|
|
369
371
|
#
|
|
370
372
|
#
|
|
371
|
-
# [1]: https://docs.aws.amazon.com/
|
|
373
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
372
374
|
# @return [Hash<String,String>]
|
|
373
375
|
#
|
|
374
376
|
# @!attribute [rw] insecure_ingest
|
|
@@ -463,14 +465,15 @@ module Aws::IVS
|
|
|
463
465
|
#
|
|
464
466
|
# @!attribute [rw] tags
|
|
465
467
|
# Array of 1-50 maps, each of the form `string:string (key:value)`.
|
|
466
|
-
# See [
|
|
467
|
-
#
|
|
468
|
-
#
|
|
468
|
+
# See [Best practices and strategies][1] in *Tagging Amazon Web
|
|
469
|
+
# Services Resources and Tag Editor* for details, including
|
|
470
|
+
# restrictions that apply to tags and "Tag naming limits and
|
|
471
|
+
# requirements"; Amazon IVS has no service-specific constraints
|
|
469
472
|
# beyond what is documented there.
|
|
470
473
|
#
|
|
471
474
|
#
|
|
472
475
|
#
|
|
473
|
-
# [1]: https://docs.aws.amazon.com/
|
|
476
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
474
477
|
# @return [Hash<String,String>]
|
|
475
478
|
#
|
|
476
479
|
# @!attribute [rw] insecure_ingest
|
|
@@ -556,14 +559,15 @@ module Aws::IVS
|
|
|
556
559
|
#
|
|
557
560
|
# @!attribute [rw] tags
|
|
558
561
|
# Array of 1-50 maps, each of the form `string:string (key:value)`.
|
|
559
|
-
# See [
|
|
560
|
-
#
|
|
561
|
-
#
|
|
562
|
+
# See [Best practices and strategies][1] in *Tagging Amazon Web
|
|
563
|
+
# Services Resources and Tag Editor* for details, including
|
|
564
|
+
# restrictions that apply to tags and "Tag naming limits and
|
|
565
|
+
# requirements"; Amazon IVS has no service-specific constraints
|
|
562
566
|
# beyond what is documented there.
|
|
563
567
|
#
|
|
564
568
|
#
|
|
565
569
|
#
|
|
566
|
-
# [1]: https://docs.aws.amazon.com/
|
|
570
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
567
571
|
# @return [Hash<String,String>]
|
|
568
572
|
#
|
|
569
573
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/CreatePlaybackRestrictionPolicyRequest AWS API Documentation
|
|
@@ -600,14 +604,15 @@ module Aws::IVS
|
|
|
600
604
|
#
|
|
601
605
|
# @!attribute [rw] tags
|
|
602
606
|
# Array of 1-50 maps, each of the form `string:string (key:value)`.
|
|
603
|
-
# See [
|
|
604
|
-
#
|
|
605
|
-
#
|
|
607
|
+
# See [Best practices and strategies][1] in *Tagging Amazon Web
|
|
608
|
+
# Services Resources and Tag Editor* for details, including
|
|
609
|
+
# restrictions that apply to tags and "Tag naming limits and
|
|
610
|
+
# requirements"; Amazon IVS has no service-specific constraints
|
|
606
611
|
# beyond what is documented there.
|
|
607
612
|
#
|
|
608
613
|
#
|
|
609
614
|
#
|
|
610
|
-
# [1]: https://docs.aws.amazon.com/
|
|
615
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
611
616
|
# @return [Hash<String,String>]
|
|
612
617
|
#
|
|
613
618
|
# @!attribute [rw] thumbnail_configuration
|
|
@@ -660,14 +665,15 @@ module Aws::IVS
|
|
|
660
665
|
#
|
|
661
666
|
# @!attribute [rw] tags
|
|
662
667
|
# Array of 1-50 maps, each of the form `string:string (key:value)`.
|
|
663
|
-
# See [
|
|
664
|
-
#
|
|
665
|
-
#
|
|
668
|
+
# See [Best practices and strategies][1] in *Tagging Amazon Web
|
|
669
|
+
# Services Resources and Tag Editor* for details, including
|
|
670
|
+
# restrictions that apply to tags and "Tag naming limits and
|
|
671
|
+
# requirements"; Amazon IVS has no service-specific constraints
|
|
666
672
|
# beyond what is documented there.
|
|
667
673
|
#
|
|
668
674
|
#
|
|
669
675
|
#
|
|
670
|
-
# [1]: https://docs.aws.amazon.com/
|
|
676
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
671
677
|
# @return [Hash<String,String>]
|
|
672
678
|
#
|
|
673
679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/CreateStreamKeyRequest AWS API Documentation
|
|
@@ -961,14 +967,15 @@ module Aws::IVS
|
|
|
961
967
|
#
|
|
962
968
|
# @!attribute [rw] tags
|
|
963
969
|
# Any tags provided with the request are added to the playback key
|
|
964
|
-
# pair tags. See [
|
|
965
|
-
#
|
|
966
|
-
#
|
|
967
|
-
#
|
|
970
|
+
# pair tags. See [Best practices and strategies][1] in *Tagging Amazon
|
|
971
|
+
# Web Services Resources and Tag Editor* for details, including
|
|
972
|
+
# restrictions that apply to tags and "Tag naming limits and
|
|
973
|
+
# requirements"; Amazon IVS has no service-specific constraints
|
|
974
|
+
# beyond what is documented there.
|
|
968
975
|
#
|
|
969
976
|
#
|
|
970
977
|
#
|
|
971
|
-
# [1]: https://docs.aws.amazon.com/
|
|
978
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
972
979
|
# @return [Hash<String,String>]
|
|
973
980
|
#
|
|
974
981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ImportPlaybackKeyPairRequest AWS API Documentation
|
|
@@ -1363,14 +1370,15 @@ module Aws::IVS
|
|
|
1363
1370
|
#
|
|
1364
1371
|
# @!attribute [rw] tags
|
|
1365
1372
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1366
|
-
# `string:string (key:value)`. See [
|
|
1367
|
-
#
|
|
1368
|
-
# apply to tags and "Tag naming
|
|
1369
|
-
# has no service-specific
|
|
1373
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1374
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1375
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1376
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1377
|
+
# constraints beyond what is documented there.
|
|
1370
1378
|
#
|
|
1371
1379
|
#
|
|
1372
1380
|
#
|
|
1373
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1381
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1374
1382
|
# @return [Hash<String,String>]
|
|
1375
1383
|
#
|
|
1376
1384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/PlaybackKeyPair AWS API Documentation
|
|
@@ -1396,14 +1404,15 @@ module Aws::IVS
|
|
|
1396
1404
|
#
|
|
1397
1405
|
# @!attribute [rw] tags
|
|
1398
1406
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1399
|
-
# `string:string (key:value)`. See [
|
|
1400
|
-
#
|
|
1401
|
-
# apply to tags and "Tag naming
|
|
1402
|
-
# has no service-specific
|
|
1407
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1408
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1409
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1410
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1411
|
+
# constraints beyond what is documented there.
|
|
1403
1412
|
#
|
|
1404
1413
|
#
|
|
1405
1414
|
#
|
|
1406
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1415
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1407
1416
|
# @return [Hash<String,String>]
|
|
1408
1417
|
#
|
|
1409
1418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/PlaybackKeyPairSummary AWS API Documentation
|
|
@@ -1456,14 +1465,15 @@ module Aws::IVS
|
|
|
1456
1465
|
#
|
|
1457
1466
|
# @!attribute [rw] tags
|
|
1458
1467
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1459
|
-
# `string:string (key:value)`. See [
|
|
1460
|
-
#
|
|
1461
|
-
# apply to tags and "Tag naming
|
|
1462
|
-
# has no service-specific
|
|
1468
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1469
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1470
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1471
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1472
|
+
# constraints beyond what is documented there.
|
|
1463
1473
|
#
|
|
1464
1474
|
#
|
|
1465
1475
|
#
|
|
1466
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1476
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1467
1477
|
# @return [Hash<String,String>]
|
|
1468
1478
|
#
|
|
1469
1479
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/PlaybackRestrictionPolicy AWS API Documentation
|
|
@@ -1518,14 +1528,15 @@ module Aws::IVS
|
|
|
1518
1528
|
#
|
|
1519
1529
|
# @!attribute [rw] tags
|
|
1520
1530
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1521
|
-
# `string:string (key:value)`. See [
|
|
1522
|
-
#
|
|
1523
|
-
# apply to tags and "Tag naming
|
|
1524
|
-
# has no service-specific
|
|
1531
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1532
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1533
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1534
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1535
|
+
# constraints beyond what is documented there.
|
|
1525
1536
|
#
|
|
1526
1537
|
#
|
|
1527
1538
|
#
|
|
1528
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1539
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1529
1540
|
# @return [Hash<String,String>]
|
|
1530
1541
|
#
|
|
1531
1542
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/PlaybackRestrictionPolicySummary AWS API Documentation
|
|
@@ -1582,14 +1593,15 @@ module Aws::IVS
|
|
|
1582
1593
|
#
|
|
1583
1594
|
# @!attribute [rw] tags
|
|
1584
1595
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1585
|
-
# `string:string (key:value)`. See [
|
|
1586
|
-
#
|
|
1587
|
-
# apply to tags and "Tag naming
|
|
1588
|
-
# has no service-specific
|
|
1596
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1597
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1598
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1599
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1600
|
+
# constraints beyond what is documented there.
|
|
1589
1601
|
#
|
|
1590
1602
|
#
|
|
1591
1603
|
#
|
|
1592
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1604
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1593
1605
|
# @return [Hash<String,String>]
|
|
1594
1606
|
#
|
|
1595
1607
|
# @!attribute [rw] thumbnail_configuration
|
|
@@ -1647,14 +1659,15 @@ module Aws::IVS
|
|
|
1647
1659
|
#
|
|
1648
1660
|
# @!attribute [rw] tags
|
|
1649
1661
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1650
|
-
# `string:string (key:value)`. See [
|
|
1651
|
-
#
|
|
1652
|
-
# apply to tags and "Tag naming
|
|
1653
|
-
# has no service-specific
|
|
1662
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1663
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1664
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1665
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1666
|
+
# constraints beyond what is documented there.
|
|
1654
1667
|
#
|
|
1655
1668
|
#
|
|
1656
1669
|
#
|
|
1657
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1670
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1658
1671
|
# @return [Hash<String,String>]
|
|
1659
1672
|
#
|
|
1660
1673
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/RecordingConfigurationSummary AWS API Documentation
|
|
@@ -1922,14 +1935,15 @@ module Aws::IVS
|
|
|
1922
1935
|
#
|
|
1923
1936
|
# @!attribute [rw] tags
|
|
1924
1937
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1925
|
-
# `string:string (key:value)`. See [
|
|
1926
|
-
#
|
|
1927
|
-
# apply to tags and "Tag naming
|
|
1928
|
-
# has no service-specific
|
|
1938
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1939
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1940
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1941
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1942
|
+
# constraints beyond what is documented there.
|
|
1929
1943
|
#
|
|
1930
1944
|
#
|
|
1931
1945
|
#
|
|
1932
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1946
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1933
1947
|
# @return [Hash<String,String>]
|
|
1934
1948
|
#
|
|
1935
1949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/StreamKey AWS API Documentation
|
|
@@ -1955,14 +1969,15 @@ module Aws::IVS
|
|
|
1955
1969
|
#
|
|
1956
1970
|
# @!attribute [rw] tags
|
|
1957
1971
|
# Tags attached to the resource. Array of 1-50 maps, each of the form
|
|
1958
|
-
# `string:string (key:value)`. See [
|
|
1959
|
-
#
|
|
1960
|
-
# apply to tags and "Tag naming
|
|
1961
|
-
# has no service-specific
|
|
1972
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
1973
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
1974
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
1975
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
1976
|
+
# constraints beyond what is documented there.
|
|
1962
1977
|
#
|
|
1963
1978
|
#
|
|
1964
1979
|
#
|
|
1965
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1980
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
1966
1981
|
# @return [Hash<String,String>]
|
|
1967
1982
|
#
|
|
1968
1983
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/StreamKeySummary AWS API Documentation
|
|
@@ -2131,14 +2146,15 @@ module Aws::IVS
|
|
|
2131
2146
|
#
|
|
2132
2147
|
# @!attribute [rw] tags
|
|
2133
2148
|
# Array of tags to be added or updated. Array of maps, each of the
|
|
2134
|
-
# form `string:string (key:value)`. See [
|
|
2135
|
-
#
|
|
2136
|
-
#
|
|
2137
|
-
#
|
|
2149
|
+
# form `string:string (key:value)`. See [Best practices and
|
|
2150
|
+
# strategies][1] in *Tagging Amazon Web Services Resources and Tag
|
|
2151
|
+
# Editor* for details, including restrictions that apply to tags and
|
|
2152
|
+
# "Tag naming limits and requirements"; Amazon IVS has no
|
|
2153
|
+
# service-specific constraints beyond what is documented there.
|
|
2138
2154
|
#
|
|
2139
2155
|
#
|
|
2140
2156
|
#
|
|
2141
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2157
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
2142
2158
|
# @return [Hash<String,String>]
|
|
2143
2159
|
#
|
|
2144
2160
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/TagResourceRequest AWS API Documentation
|
|
@@ -2233,14 +2249,15 @@ module Aws::IVS
|
|
|
2233
2249
|
#
|
|
2234
2250
|
# @!attribute [rw] tag_keys
|
|
2235
2251
|
# Array of tags to be removed. Array of maps, each of the form
|
|
2236
|
-
# `string:string (key:value)`. See [
|
|
2237
|
-
#
|
|
2238
|
-
# apply to tags and "Tag naming
|
|
2239
|
-
# has no service-specific
|
|
2252
|
+
# `string:string (key:value)`. See [Best practices and strategies][1]
|
|
2253
|
+
# in *Tagging Amazon Web Services Resources and Tag Editor* for
|
|
2254
|
+
# details, including restrictions that apply to tags and "Tag naming
|
|
2255
|
+
# limits and requirements"; Amazon IVS has no service-specific
|
|
2256
|
+
# constraints beyond what is documented there.
|
|
2240
2257
|
#
|
|
2241
2258
|
#
|
|
2242
2259
|
#
|
|
2243
|
-
# [1]: https://docs.aws.amazon.com/
|
|
2260
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
|
|
2244
2261
|
# @return [Array<String>]
|
|
2245
2262
|
#
|
|
2246
2263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/UntagResourceRequest AWS API Documentation
|
data/lib/aws-sdk-ivs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ivs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.58.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: 2024-09-
|
|
11
|
+
date: 2024-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|