aws-sdk-ivsrealtime 1.0.0 → 1.1.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: e8b4100c5c444b4cc921daaa390c672e6e520ff4f7dae37b9010ae93adfcb9ef
4
- data.tar.gz: 0202d7d50036ee2ad5bbeb9ea9273f3a5b4da5cbab963d672314f34f8bde5495
3
+ metadata.gz: 7dec4a4e38b3a37a42c058509b62b47b231fd95eb06dde8f4caadc5b0871b109
4
+ data.tar.gz: 43fc5bce670744d8ce8b2693586fd486a3f8aa18d4d35529a6d1e9a4ac1b2d8b
5
5
  SHA512:
6
- metadata.gz: 803a9106a056d917e20a70f9d6a680c53bc3670be842fda8c56addbb01b5d921e75f3ca12dbd4535a63a489d85ac45b8c49385d05a3e50f5624f3ee12831fe13
7
- data.tar.gz: 7293be53868a9d73ccf56a4eb0a8080bf5315442f4c24391e277195bffa3010c744f2fae139b27af9cc70a66e38a18fa91618bf9dbea68d721eda2bc0b870ea0
6
+ metadata.gz: 7be2c478eb5c437bd704ecf5e1fd4981ad049d04e2a6d234d72201c7b73f856b35648ae2bef6277fcfa20952c1555a2bb8b8fab642104bd6f76f3a9207f0d4e8
7
+ data.tar.gz: 107cd403ae0f4535a324d6deae2a954f4368ac7252c797a9c9840e1f7e5e98d38c66d3b4c09a44d1269892e335738ba2f886a2e02821f7223a690658ed31104e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-04-05)
5
+ ------------------
6
+
7
+ * Feature - Fix ParticipantToken ExpirationTime format
8
+
4
9
  1.0.0 (2023-03-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -785,7 +785,7 @@ module Aws::IVSRealTime
785
785
  params: params,
786
786
  config: config)
787
787
  context[:gem_name] = 'aws-sdk-ivsrealtime'
788
- context[:gem_version] = '1.0.0'
788
+ context[:gem_version] = '1.1.0'
789
789
  Seahorse::Client::Request.new(handlers, context)
790
790
  end
791
791
 
@@ -40,7 +40,7 @@ module Aws::IVSRealTime
40
40
  ParticipantTokenConfiguration = Shapes::StructureShape.new(name: 'ParticipantTokenConfiguration')
41
41
  ParticipantTokenConfigurations = Shapes::ListShape.new(name: 'ParticipantTokenConfigurations')
42
42
  ParticipantTokenDurationMinutes = Shapes::IntegerShape.new(name: 'ParticipantTokenDurationMinutes')
43
- ParticipantTokenExpirationTime = Shapes::TimestampShape.new(name: 'ParticipantTokenExpirationTime')
43
+ ParticipantTokenExpirationTime = Shapes::TimestampShape.new(name: 'ParticipantTokenExpirationTime', timestampFormat: "iso8601")
44
44
  ParticipantTokenId = Shapes::StringShape.new(name: 'ParticipantTokenId')
45
45
  ParticipantTokenList = Shapes::ListShape.new(name: 'ParticipantTokenList')
46
46
  ParticipantTokenString = Shapes::StringShape.new(name: 'ParticipantTokenString')
@@ -325,7 +325,7 @@ module Aws::IVSRealTime
325
325
  :participant_id,
326
326
  :token,
327
327
  :user_id)
328
- SENSITIVE = []
328
+ SENSITIVE = [:token]
329
329
  include Aws::Structure
330
330
  end
331
331
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivsrealtime/customizations'
52
52
  # @!group service
53
53
  module Aws::IVSRealTime
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2023-03-23 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core