@aws-sdk/client-ec2-instance-connect 3.379.1 → 3.382.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.
@@ -86,15 +86,18 @@ export declare class InvalidArgsException extends __BaseException {
86
86
  */
87
87
  export interface SendSerialConsoleSSHPublicKeyRequest {
88
88
  /**
89
+ * @public
89
90
  * <p>The ID of the EC2 instance.</p>
90
91
  */
91
92
  InstanceId: string | undefined;
92
93
  /**
94
+ * @public
93
95
  * <p>The serial port of the EC2 instance. Currently only port 0 is supported.</p>
94
96
  * <p>Default: 0</p>
95
97
  */
96
98
  SerialPort?: number;
97
99
  /**
100
+ * @public
98
101
  * <p>The public key material. To use the public key, you must have the matching private
99
102
  * key. For information about the supported key formats and lengths, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#how-to-generate-your-own-key-and-import-it-to-aws">Requirements for key pairs</a> in the <i>Amazon EC2 User
100
103
  * Guide</i>.</p>
@@ -106,10 +109,12 @@ export interface SendSerialConsoleSSHPublicKeyRequest {
106
109
  */
107
110
  export interface SendSerialConsoleSSHPublicKeyResponse {
108
111
  /**
112
+ * @public
109
113
  * <p>The ID of the request. Please provide this ID when contacting AWS Support for assistance.</p>
110
114
  */
111
115
  RequestId?: string;
112
116
  /**
117
+ * @public
113
118
  * <p>Is true if the request succeeds and an error otherwise.</p>
114
119
  */
115
120
  Success?: boolean;
@@ -187,18 +192,22 @@ export declare class ThrottlingException extends __BaseException {
187
192
  */
188
193
  export interface SendSSHPublicKeyRequest {
189
194
  /**
195
+ * @public
190
196
  * <p>The ID of the EC2 instance.</p>
191
197
  */
192
198
  InstanceId: string | undefined;
193
199
  /**
200
+ * @public
194
201
  * <p>The OS user on the EC2 instance for whom the key can be used to authenticate.</p>
195
202
  */
196
203
  InstanceOSUser: string | undefined;
197
204
  /**
205
+ * @public
198
206
  * <p>The public key material. To use the public key, you must have the matching private key.</p>
199
207
  */
200
208
  SSHPublicKey: string | undefined;
201
209
  /**
210
+ * @public
202
211
  * <p>The Availability Zone in which the EC2 instance was launched.</p>
203
212
  */
204
213
  AvailabilityZone?: string;
@@ -208,10 +217,12 @@ export interface SendSSHPublicKeyRequest {
208
217
  */
209
218
  export interface SendSSHPublicKeyResponse {
210
219
  /**
220
+ * @public
211
221
  * <p>The ID of the request. Please provide this ID when contacting AWS Support for assistance.</p>
212
222
  */
213
223
  RequestId?: string;
214
224
  /**
225
+ * @public
215
226
  * <p>Is true if the request succeeds and an error otherwise.</p>
216
227
  */
217
228
  Success?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2-instance-connect",
3
3
  "description": "AWS SDK for JavaScript Ec2 Instance Connect Client for Node.js, Browser and React Native",
4
- "version": "3.379.1",
4
+ "version": "3.382.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.379.1",
25
- "@aws-sdk/credential-provider-node": "3.379.1",
24
+ "@aws-sdk/client-sts": "3.382.0",
25
+ "@aws-sdk/credential-provider-node": "3.382.0",
26
26
  "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
29
  "@aws-sdk/middleware-signing": "3.379.1",
30
- "@aws-sdk/middleware-user-agent": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.382.0",
31
31
  "@aws-sdk/types": "3.378.0",
32
- "@aws-sdk/util-endpoints": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.382.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.378.0",
35
35
  "@smithy/config-resolver": "^2.0.1",