aws-sdk-ec2instanceconnect 1.7.1 → 1.8.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-ec2instanceconnect.rb +3 -1
- data/lib/aws-sdk-ec2instanceconnect/client.rb +3 -1
- data/lib/aws-sdk-ec2instanceconnect/client_api.rb +2 -0
- data/lib/aws-sdk-ec2instanceconnect/errors.rb +2 -0
- data/lib/aws-sdk-ec2instanceconnect/resource.rb +2 -0
- data/lib/aws-sdk-ec2instanceconnect/types.rb +9 -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: 0aef5ab77548876d3f33a859a00bfea46b13a6a41dffb64258d2fefb197c67f1
|
|
4
|
+
data.tar.gz: 8a0aff25fe38ac5d605607257eaf798a6551521fa3fb634e9d029731cbea59aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b400029d42b2daf8c31d6ea1c4bdb0496ad1b25dff6c5d52f510581b1d7c5887f77f0eaa9cc6a10ef6b58422cf664c01e75e5b48e28f75c965ab8c7107200f07
|
|
7
|
+
data.tar.gz: 0caa2c8e89fc95bd76f77a932a7313f3b224f3b2ddef1b9ee168cab0c714463146304cf25ad628f44467b44dc27c0e8fb7d50aaca2d92bd6c2bebdea34dfe48c
|
|
@@ -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-ec2instanceconnect/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::EC2InstanceConnect
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.8.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:
|
|
@@ -397,7 +399,7 @@ module Aws::EC2InstanceConnect
|
|
|
397
399
|
params: params,
|
|
398
400
|
config: config)
|
|
399
401
|
context[:gem_name] = 'aws-sdk-ec2instanceconnect'
|
|
400
|
-
context[:gem_version] = '1.
|
|
402
|
+
context[:gem_version] = '1.8.0'
|
|
401
403
|
Seahorse::Client::Request.new(handlers, context)
|
|
402
404
|
end
|
|
403
405
|
|
|
@@ -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:
|
|
@@ -18,6 +20,7 @@ module Aws::EC2InstanceConnect
|
|
|
18
20
|
#
|
|
19
21
|
class AuthException < Struct.new(
|
|
20
22
|
:message)
|
|
23
|
+
SENSITIVE = []
|
|
21
24
|
include Aws::Structure
|
|
22
25
|
end
|
|
23
26
|
|
|
@@ -31,6 +34,7 @@ module Aws::EC2InstanceConnect
|
|
|
31
34
|
#
|
|
32
35
|
class EC2InstanceNotFoundException < Struct.new(
|
|
33
36
|
:message)
|
|
37
|
+
SENSITIVE = []
|
|
34
38
|
include Aws::Structure
|
|
35
39
|
end
|
|
36
40
|
|
|
@@ -44,6 +48,7 @@ module Aws::EC2InstanceConnect
|
|
|
44
48
|
#
|
|
45
49
|
class InvalidArgsException < Struct.new(
|
|
46
50
|
:message)
|
|
51
|
+
SENSITIVE = []
|
|
47
52
|
include Aws::Structure
|
|
48
53
|
end
|
|
49
54
|
|
|
@@ -82,6 +87,7 @@ module Aws::EC2InstanceConnect
|
|
|
82
87
|
:instance_os_user,
|
|
83
88
|
:ssh_public_key,
|
|
84
89
|
:availability_zone)
|
|
90
|
+
SENSITIVE = []
|
|
85
91
|
include Aws::Structure
|
|
86
92
|
end
|
|
87
93
|
|
|
@@ -99,6 +105,7 @@ module Aws::EC2InstanceConnect
|
|
|
99
105
|
class SendSSHPublicKeyResponse < Struct.new(
|
|
100
106
|
:request_id,
|
|
101
107
|
:success)
|
|
108
|
+
SENSITIVE = []
|
|
102
109
|
include Aws::Structure
|
|
103
110
|
end
|
|
104
111
|
|
|
@@ -112,6 +119,7 @@ module Aws::EC2InstanceConnect
|
|
|
112
119
|
#
|
|
113
120
|
class ServiceException < Struct.new(
|
|
114
121
|
:message)
|
|
122
|
+
SENSITIVE = []
|
|
115
123
|
include Aws::Structure
|
|
116
124
|
end
|
|
117
125
|
|
|
@@ -126,6 +134,7 @@ module Aws::EC2InstanceConnect
|
|
|
126
134
|
#
|
|
127
135
|
class ThrottlingException < Struct.new(
|
|
128
136
|
:message)
|
|
137
|
+
SENSITIVE = []
|
|
129
138
|
include Aws::Structure
|
|
130
139
|
end
|
|
131
140
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2instanceconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|