aws-sdk-ivs 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ivs.rb +1 -1
- data/lib/aws-sdk-ivs/client.rb +1 -1
- data/lib/aws-sdk-ivs/client_api.rb +2 -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: acc1102380d44c3f6abc37088bc60a18bb33f5cc5ef0718d1984d181c007a5ea
|
4
|
+
data.tar.gz: db0344684b08c6cf85ebb3224ca6e1f2d1a0ab38293b4b9d130c716b4e651036
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ccad60a6f32c114ab889a76119d9bb1e584668ccbc303f8952fb7e2cb2dea611f72a76dc123ddf43ea6a0117b3b73cfcd936df01a0580262aa0f461261963f2
|
7
|
+
data.tar.gz: b8c4525b361e4de9a9445336969e8083c210304a30adaedce24bfed1e6ed9a06a70261b9d1d58c31994a7b6521888efe1c4e6ce86b221e5c939edbd17e98e982
|
data/lib/aws-sdk-ivs.rb
CHANGED
data/lib/aws-sdk-ivs/client.rb
CHANGED
@@ -95,7 +95,7 @@ module Aws::IVS
|
|
95
95
|
StreamKeys = Shapes::ListShape.new(name: 'StreamKeys')
|
96
96
|
StreamList = Shapes::ListShape.new(name: 'StreamList')
|
97
97
|
StreamMetadata = Shapes::StringShape.new(name: 'StreamMetadata')
|
98
|
-
StreamStartTime = Shapes::TimestampShape.new(name: 'StreamStartTime')
|
98
|
+
StreamStartTime = Shapes::TimestampShape.new(name: 'StreamStartTime', timestampFormat: "iso8601")
|
99
99
|
StreamState = Shapes::StringShape.new(name: 'StreamState')
|
100
100
|
StreamSummary = Shapes::StructureShape.new(name: 'StreamSummary')
|
101
101
|
StreamUnavailable = Shapes::StructureShape.new(name: 'StreamUnavailable')
|
@@ -539,6 +539,7 @@ module Aws::IVS
|
|
539
539
|
o.output = Shapes::ShapeRef.new(shape: ListChannelsResponse)
|
540
540
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
541
541
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
542
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
542
543
|
o[:pager] = Aws::Pager.new(
|
543
544
|
limit_key: "max_results",
|
544
545
|
tokens: {
|
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.7.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: 2021-02-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|