aws-sdk-apigatewaymanagementapi 1.15.1 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-apigatewaymanagementapi.rb +3 -1
- data/lib/aws-sdk-apigatewaymanagementapi/client.rb +3 -1
- data/lib/aws-sdk-apigatewaymanagementapi/client_api.rb +2 -0
- data/lib/aws-sdk-apigatewaymanagementapi/errors.rb +2 -0
- data/lib/aws-sdk-apigatewaymanagementapi/resource.rb +2 -0
- data/lib/aws-sdk-apigatewaymanagementapi/types.rb +8 -0
- 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: fb95ad5ce5fe9736699cc1512600db34e08f65fd8100deea611c3d12fc7aba9a
|
|
4
|
+
data.tar.gz: 7726839eaad226d6bdc570b6a3c47d4ca6a577a4110866598ff98a9a891de26c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cc277e036d7a4a5f52f68da471e590cfcb123c297c54ad693febe5d7603292bec2cca9b96bf151e8d19f240cf4c790c34b8676cc70746b00cff25b588d39d4c
|
|
7
|
+
data.tar.gz: 86dbac31ddc9f4ccd65825c9accb05286e411267b67966b8ef7523abd33e235ee0a83c3e6c588ea6cbe2b327d8f5659765dcf3799f899ddc8167bb8afc24f568
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-apigatewaymanagementapi/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::ApiGatewayManagementApi
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.16.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -395,7 +397,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
395
397
|
params: params,
|
|
396
398
|
config: config)
|
|
397
399
|
context[:gem_name] = 'aws-sdk-apigatewaymanagementapi'
|
|
398
|
-
context[:gem_version] = '1.
|
|
400
|
+
context[:gem_version] = '1.16.0'
|
|
399
401
|
Seahorse::Client::Request.new(handlers, context)
|
|
400
402
|
end
|
|
401
403
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -20,6 +22,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
20
22
|
#
|
|
21
23
|
class DeleteConnectionRequest < Struct.new(
|
|
22
24
|
:connection_id)
|
|
25
|
+
SENSITIVE = []
|
|
23
26
|
include Aws::Structure
|
|
24
27
|
end
|
|
25
28
|
|
|
@@ -39,6 +42,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
39
42
|
#
|
|
40
43
|
class GetConnectionRequest < Struct.new(
|
|
41
44
|
:connection_id)
|
|
45
|
+
SENSITIVE = []
|
|
42
46
|
include Aws::Structure
|
|
43
47
|
end
|
|
44
48
|
|
|
@@ -55,6 +59,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
55
59
|
:connected_at,
|
|
56
60
|
:identity,
|
|
57
61
|
:last_active_at)
|
|
62
|
+
SENSITIVE = []
|
|
58
63
|
include Aws::Structure
|
|
59
64
|
end
|
|
60
65
|
|
|
@@ -74,6 +79,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
74
79
|
class Identity < Struct.new(
|
|
75
80
|
:source_ip,
|
|
76
81
|
:user_agent)
|
|
82
|
+
SENSITIVE = []
|
|
77
83
|
include Aws::Structure
|
|
78
84
|
end
|
|
79
85
|
|
|
@@ -84,6 +90,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
84
90
|
#
|
|
85
91
|
class PayloadTooLargeException < Struct.new(
|
|
86
92
|
:message)
|
|
93
|
+
SENSITIVE = []
|
|
87
94
|
include Aws::Structure
|
|
88
95
|
end
|
|
89
96
|
|
|
@@ -105,6 +112,7 @@ module Aws::ApiGatewayManagementApi
|
|
|
105
112
|
class PostToConnectionRequest < Struct.new(
|
|
106
113
|
:data,
|
|
107
114
|
:connection_id)
|
|
115
|
+
SENSITIVE = []
|
|
108
116
|
include Aws::Structure
|
|
109
117
|
end
|
|
110
118
|
|
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.
|
|
4
|
+
version: 1.16.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|