aws-sdk-ec2instanceconnect 1.7.1 → 1.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6caf74ddcebf73a38fbea4c50e5d930b04a70f0449e831e1464f5e9a1377c08
4
- data.tar.gz: c7da6af5fda2e133ca305846ac2c50f54c548b082fd0cd44bfeff6237113e76d
3
+ metadata.gz: 58ca6be738b4c96265a9d03c60d36b58b203568161deeed1e04a2980359a2c72
4
+ data.tar.gz: 0a3c6efe76b9d2a7ae5312f0484db11fc4f7045efd450bc43b349d2a39f8bf4c
5
5
  SHA512:
6
- metadata.gz: 4318b58cdf6e29fc7d6b2261969587ec5aeab5fa0736a927a364e8f395500b82791caa9c0741ddf49e558b462b1c5ff9f98c6dca08f892b7bb9ebc24d8570238
7
- data.tar.gz: ab4ad92970f2ecf978fe8a41805d25230bf0f9161d0b0378c3222775ca763c81feeb9ae9e4c03549b2364a11755d6c96f2897fb90c0d2475c2b5fefd51984325
6
+ metadata.gz: 73e3e588eae35434e5faee4d508cf84a65cc723b5944c233cd7b0f0bcca10e150ae141806b6171cdb692367cffd5789b564d85fd35b8a2dd661c158b44214406
7
+ data.tar.gz: 840ebaf8b760e059886cd8fd658196c5872a0b40ff77fb00f206503007e34327b46a686ce24aa3cda85c5f71bb683109c77e3d133caa7dae387ddb6d9006822b
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-ec2instanceconnect/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::EC2InstanceConnect
47
50
 
48
- GEM_VERSION = '1.7.1'
51
+ GEM_VERSION = '1.12.0'
49
52
 
50
53
  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:
@@ -83,13 +85,28 @@ module Aws::EC2InstanceConnect
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::EC2InstanceConnect
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -397,7 +414,7 @@ module Aws::EC2InstanceConnect
397
414
  params: params,
398
415
  config: config)
399
416
  context[:gem_name] = 'aws-sdk-ec2instanceconnect'
400
- context[:gem_version] = '1.7.1'
417
+ context[:gem_version] = '1.12.0'
401
418
  Seahorse::Client::Request.new(handlers, context)
402
419
  end
403
420
 
@@ -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.12.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: 2021-02-02 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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement