aws-sdk-ec2instanceconnect 1.7.1 → 1.8.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: f6caf74ddcebf73a38fbea4c50e5d930b04a70f0449e831e1464f5e9a1377c08
4
- data.tar.gz: c7da6af5fda2e133ca305846ac2c50f54c548b082fd0cd44bfeff6237113e76d
3
+ metadata.gz: 0aef5ab77548876d3f33a859a00bfea46b13a6a41dffb64258d2fefb197c67f1
4
+ data.tar.gz: 8a0aff25fe38ac5d605607257eaf798a6551521fa3fb634e9d029731cbea59aa
5
5
  SHA512:
6
- metadata.gz: 4318b58cdf6e29fc7d6b2261969587ec5aeab5fa0736a927a364e8f395500b82791caa9c0741ddf49e558b462b1c5ff9f98c6dca08f892b7bb9ebc24d8570238
7
- data.tar.gz: ab4ad92970f2ecf978fe8a41805d25230bf0f9161d0b0378c3222775ca763c81feeb9ae9e4c03549b2364a11755d6c96f2897fb90c0d2475c2b5fefd51984325
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.7.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.7.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:
@@ -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:
@@ -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.7.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 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