aws-sdk-apigatewaymanagementapi 1.15.1 → 1.16.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: 68e70179b6d5af9e1d4d452b59af982b26375b22affd3d64a5637adb320f3e67
4
- data.tar.gz: 70411baeb2bb69b926adf73c0bb07899264867f0ff0c155fc8c9e80d24b794a7
3
+ metadata.gz: fb95ad5ce5fe9736699cc1512600db34e08f65fd8100deea611c3d12fc7aba9a
4
+ data.tar.gz: 7726839eaad226d6bdc570b6a3c47d4ca6a577a4110866598ff98a9a891de26c
5
5
  SHA512:
6
- metadata.gz: 6b4a47213d3ff2cd05bb18afeae95c1d1c67d072f023a09276ab0d34501a098ab2d7d7aeea4ca31f009e1b779af705ff2e77aad4b1a9cad8b47d6e59d157252f
7
- data.tar.gz: bc97607f6fefea928077627c6c1d87ac533ab9fe04ebea2bfbb9ae9fb79ca2f976d33ae1f23e5a2b0aa817e929be653d6da4ddda83b8c6e0a51d984c1516d422
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.15.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.15.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:
@@ -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:
@@ -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:
@@ -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.15.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 00:00:00.000000000 Z
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