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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 515561c0c928698c4aaef0ef5443c65884b890d058fc58955ae08a43e413347c
4
- data.tar.gz: efc6ae18bba963b52afac4b3725a27513bcb444251aa478ec903e50eedeef031
3
+ metadata.gz: acc1102380d44c3f6abc37088bc60a18bb33f5cc5ef0718d1984d181c007a5ea
4
+ data.tar.gz: db0344684b08c6cf85ebb3224ca6e1f2d1a0ab38293b4b9d130c716b4e651036
5
5
  SHA512:
6
- metadata.gz: 1c38e788c807b8d8d908c7f73703efd5ec47eb752a825b91cde84da43297b5d7349d1feb532d2d300ea3c1de58e73dc799c94b7586acd9fb8550f72440fb66e5
7
- data.tar.gz: 9db61671b5a2cfbf28765eff40e8f2b26a1a854bbd99b8ef9f65767503184be461e131b183a986193654f16b211f47faaf3ee26897976e452398fe88900cccec
6
+ metadata.gz: 4ccad60a6f32c114ab889a76119d9bb1e584668ccbc303f8952fb7e2cb2dea611f72a76dc123ddf43ea6a0117b3b73cfcd936df01a0580262aa0f461261963f2
7
+ data.tar.gz: b8c4525b361e4de9a9445336969e8083c210304a30adaedce24bfed1e6ed9a06a70261b9d1d58c31994a7b6521888efe1c4e6ce86b221e5c939edbd17e98e982
data/lib/aws-sdk-ivs.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ivs/customizations'
48
48
  # @!group service
49
49
  module Aws::IVS
50
50
 
51
- GEM_VERSION = '1.6.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
53
  end
@@ -1193,7 +1193,7 @@ module Aws::IVS
1193
1193
  params: params,
1194
1194
  config: config)
1195
1195
  context[:gem_name] = 'aws-sdk-ivs'
1196
- context[:gem_version] = '1.6.0'
1196
+ context[:gem_version] = '1.7.0'
1197
1197
  Seahorse::Client::Request.new(handlers, context)
1198
1198
  end
1199
1199
 
@@ -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.6.0
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-02 00:00:00.000000000 Z
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