aws-sdk-apigatewaymanagementapi 1.5.0 → 1.6.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
  SHA1:
3
- metadata.gz: 79570fab115f2b192d43367fd025e9d9ffaf4a16
4
- data.tar.gz: 1f829e5d231c48b87234b917fdb05cc510dfcc3d
3
+ metadata.gz: 61084bb8740dc7d0d328dce715e9516d259b9cc7
4
+ data.tar.gz: 3499852c2153c5ae69038cd61c0c27caa765b103
5
5
  SHA512:
6
- metadata.gz: 12d048e4f8e5305a4eec950d7353b38d6a706c788db7d56f5276161e451502449941dba52d1fa27577b8077c7ad24440924674cd134626b0c1518f00137cf643
7
- data.tar.gz: c2e8de9fe1ed878c558655015e375b99a730c119541adeb40979283112165bf40d7be871c1b91a882e7984ae5ce3b72745751c10e71cca8936503067c55dc97a
6
+ metadata.gz: 4fa7d71ea02162937a4a7f093f6602d54a5efffdabca85587d8b0e21aa6e9378c58300c745e9da5a7f7f110c6af0b3d74940758f2422b3b6cfab3418ac8a869c
7
+ data.tar.gz: 7523d4ccf7da1a215d12d1c1577019b8828b78660c11da8ff3fe6d9dd8c47b9d966f31e603d7215b28d9917f9177785fd9dd851ecfb9727ab776ea35b52983fb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-apigatewaymanagementapi/customizations'
42
42
  # @service
43
43
  module Aws::ApiGatewayManagementApi
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -286,7 +286,7 @@ module Aws::ApiGatewayManagementApi
286
286
  params: params,
287
287
  config: config)
288
288
  context[:gem_name] = 'aws-sdk-apigatewaymanagementapi'
289
- context[:gem_version] = '1.5.0'
289
+ context[:gem_version] = '1.6.0'
290
290
  Seahorse::Client::Request.new(handlers, context)
291
291
  end
292
292
 
@@ -19,6 +19,9 @@ module Aws::ApiGatewayManagementApi
19
19
  PostToConnectionRequest = Shapes::StructureShape.new(name: 'PostToConnectionRequest')
20
20
  __string = Shapes::StringShape.new(name: '__string')
21
21
 
22
+ PayloadTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
23
+ PayloadTooLargeException.struct_class = Types::PayloadTooLargeException
24
+
22
25
  PostToConnectionRequest.add_member(:data, Shapes::ShapeRef.new(shape: Data, required: true, location_name: "Data"))
23
26
  PostToConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "connectionId"))
24
27
  PostToConnectionRequest.struct_class = Types::PostToConnectionRequest
@@ -10,5 +10,21 @@ module Aws::ApiGatewayManagementApi
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class PayloadTooLargeException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::ApiGatewayManagementApi::Types::PayloadTooLargeException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
13
29
  end
14
30
  end
@@ -8,6 +8,16 @@
8
8
  module Aws::ApiGatewayManagementApi
9
9
  module Types
10
10
 
11
+ # The data has exceeded the maximum size allowed.
12
+ #
13
+ # @!attribute [rw] message
14
+ # @return [String]
15
+ #
16
+ class PayloadTooLargeException < Struct.new(
17
+ :message)
18
+ include Aws::Structure
19
+ end
20
+
11
21
  # @note When making an API call, you may pass PostToConnectionRequest
12
22
  # data as a hash:
13
23
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigatewaymanagementapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement