aws-sdk-ivschat 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b513804d244b0e4863cb803b8f6cbd2f3beebce47187c3ccd4f2773a8830caa8
4
- data.tar.gz: 9260c6489b88254aa34b3795ac35ba3a4c2e1ae37778fd422ffd411844239fa6
3
+ metadata.gz: 378ba7e15129e62995beb1d796a4f45c3fb6e223c21f11ddaa5783cf43ee7433
4
+ data.tar.gz: 0044e72b2fe4760415122652bb1880c4363d4a93af4f4b58355ed32d49d98657
5
5
  SHA512:
6
- metadata.gz: 2fd6083b1ad1142022f65118750311752767eeaec088cfb6d21aff02e6ed9e0cb61ff4fcfac0d3c88edee76e7dc32ad07a572e004ea6c955489587a00919e246
7
- data.tar.gz: 146d0de597ce85ae952d5b832977766c4855aa3d431e01a8661072d44b99d793e47adf4f600d5ccbc92918996d11df82af9c1e33a2b3fa58b7c7933014ea24eb
6
+ metadata.gz: f7dcddfdc6f3df14ce5696b266c21002e5ee3fb4d303af0bdc39af34c11f422204858c284e040b2dd5897e5db46d077f2e581a454e1bd07a7938dc055531cbfe
7
+ data.tar.gz: f3ca9aaa14e7643c11fc1ee97edff6c5745d6319072ac22b0f18319a146197f78901a3a971c4a620037ca27ee2cf6837289b54a6573abb41b25cbf7e3c7208ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2022-08-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation Change for IVS Chat API Reference - Doc-only update to change text/description for tags field.
8
+
4
9
  1.2.0 (2022-05-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -433,7 +433,14 @@ module Aws::Ivschat
433
433
  #
434
434
  # @option params [Hash<String,String>] :tags
435
435
  # Tags to attach to the resource. Array of maps, each of the form
436
- # `string:string (key:value)`.
436
+ # `string:string (key:value)`. See [Tagging AWS Resources][1] for
437
+ # details, including restrictions that apply to tags and "Tag naming
438
+ # limits and requirements"; Amazon IVS Chat has no constraints beyond
439
+ # what is documented there.
440
+ #
441
+ #
442
+ #
443
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
437
444
  #
438
445
  # @return [Types::CreateRoomResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
439
446
  #
@@ -775,7 +782,14 @@ module Aws::Ivschat
775
782
  # The ARN of the resource to be tagged. The ARN must be URL-encoded.
776
783
  #
777
784
  # @option params [required, Hash<String,String>] :tags
778
- # Array of tags to be added or updated.
785
+ # Array of tags to be added or updated. See [Tagging AWS Resources][1]
786
+ # for details, including restrictions that apply to tags and "Tag
787
+ # naming limits and requirements"; Amazon IVS Chat has no constraints
788
+ # beyond what is documented there.
789
+ #
790
+ #
791
+ #
792
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
779
793
  #
780
794
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
781
795
  #
@@ -803,7 +817,14 @@ module Aws::Ivschat
803
817
  # The ARN of the resource to be untagged. The ARN must be URL-encoded.
804
818
  #
805
819
  # @option params [required, Array<String>] :tag_keys
806
- # Array of tags to be removed.
820
+ # Array of tags to be removed. See [Tagging AWS Resources][1] for
821
+ # details, including restrictions that apply to tags and "Tag naming
822
+ # limits and requirements"; Amazon IVS Chat has no constraints beyond
823
+ # what is documented there.
824
+ #
825
+ #
826
+ #
827
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
807
828
  #
808
829
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
809
830
  #
@@ -906,7 +927,7 @@ module Aws::Ivschat
906
927
  params: params,
907
928
  config: config)
908
929
  context[:gem_name] = 'aws-sdk-ivschat'
909
- context[:gem_version] = '1.2.0'
930
+ context[:gem_version] = '1.3.0'
910
931
  Seahorse::Client::Request.new(handlers, context)
911
932
  end
912
933
 
@@ -154,7 +154,14 @@ module Aws::Ivschat
154
154
  #
155
155
  # @!attribute [rw] tags
156
156
  # Tags to attach to the resource. Array of maps, each of the form
157
- # `string:string (key:value)`.
157
+ # `string:string (key:value)`. See [Tagging AWS Resources][1] for
158
+ # details, including restrictions that apply to tags and "Tag naming
159
+ # limits and requirements"; Amazon IVS Chat has no constraints beyond
160
+ # what is documented there.
161
+ #
162
+ #
163
+ #
164
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
158
165
  # @return [Hash<String,String>]
159
166
  #
160
167
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivschat-2020-07-14/CreateRoomRequest AWS API Documentation
@@ -497,8 +504,7 @@ module Aws::Ivschat
497
504
  end
498
505
 
499
506
  # @!attribute [rw] tags
500
- # Tags to attach to the resource. Array of maps, each of the form
501
- # `string:string (key:value)`.
507
+ # Tags attached to the resource, from the request.
502
508
  # @return [Hash<String,String>]
503
509
  #
504
510
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivschat-2020-07-14/ListTagsForResourceResponse AWS API Documentation
@@ -601,7 +607,14 @@ module Aws::Ivschat
601
607
  # @return [String]
602
608
  #
603
609
  # @!attribute [rw] tags
604
- # Tags attached to the resource.
610
+ # Tags attached to the resource. See [Tagging AWS Resources][1] for
611
+ # details, including restrictions that apply to tags and "Tag naming
612
+ # limits and requirements"; Amazon IVS Chat has no constraints beyond
613
+ # what is documented there.
614
+ #
615
+ #
616
+ #
617
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
605
618
  # @return [Hash<String,String>]
606
619
  #
607
620
  # @!attribute [rw] update_time
@@ -710,7 +723,14 @@ module Aws::Ivschat
710
723
  # @return [String]
711
724
  #
712
725
  # @!attribute [rw] tags
713
- # Array of tags to be added or updated.
726
+ # Array of tags to be added or updated. See [Tagging AWS Resources][1]
727
+ # for details, including restrictions that apply to tags and "Tag
728
+ # naming limits and requirements"; Amazon IVS Chat has no constraints
729
+ # beyond what is documented there.
730
+ #
731
+ #
732
+ #
733
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
714
734
  # @return [Hash<String,String>]
715
735
  #
716
736
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivschat-2020-07-14/TagResourceRequest AWS API Documentation
@@ -762,7 +782,14 @@ module Aws::Ivschat
762
782
  # @return [String]
763
783
  #
764
784
  # @!attribute [rw] tag_keys
765
- # Array of tags to be removed.
785
+ # Array of tags to be removed. See [Tagging AWS Resources][1] for
786
+ # details, including restrictions that apply to tags and "Tag naming
787
+ # limits and requirements"; Amazon IVS Chat has no constraints beyond
788
+ # what is documented there.
789
+ #
790
+ #
791
+ #
792
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
766
793
  # @return [Array<String>]
767
794
  #
768
795
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivschat-2020-07-14/UntagResourceRequest AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ivschat/customizations'
48
48
  # @!group service
49
49
  module Aws::Ivschat
50
50
 
51
- GEM_VERSION = '1.2.0'
51
+ GEM_VERSION = '1.3.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivschat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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: 2022-05-24 00:00:00.000000000 Z
11
+ date: 2022-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core