@aws-sdk/client-ec2-instance-connect 3.1074.0 → 3.1076.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.
package/dist-cjs/index.js CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultEC2InstanceConnectHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { SendSerialConsoleSSHPublicKey$, SendSSHPublicKey$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { EC2InstanceConnectServiceException } = require("./models/EC2InstanceConnectServiceException");
18
- exports.EC2InstanceConnectServiceException = EC2InstanceConnectServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultEC2InstanceConnectHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "ec2-instance-connect",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultEC2InstanceConnectHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,450 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://ec2-instance-connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://ec2-instance-connect-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://ec2-instance-connect.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://ec2-instance-connect.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class EC2InstanceConnectServiceException extends ServiceException$1 {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, EC2InstanceConnectServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class AuthException extends EC2InstanceConnectServiceException {
140
+ name = "AuthException";
141
+ $fault = "client";
142
+ Message;
143
+ constructor(opts) {
144
+ super({
145
+ name: "AuthException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AuthException.prototype);
150
+ this.Message = opts.Message;
151
+ }
152
+ }
153
+ class EC2InstanceNotFoundException extends EC2InstanceConnectServiceException {
154
+ name = "EC2InstanceNotFoundException";
155
+ $fault = "client";
156
+ Message;
157
+ constructor(opts) {
158
+ super({
159
+ name: "EC2InstanceNotFoundException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, EC2InstanceNotFoundException.prototype);
164
+ this.Message = opts.Message;
165
+ }
166
+ }
167
+ class EC2InstanceStateInvalidException extends EC2InstanceConnectServiceException {
168
+ name = "EC2InstanceStateInvalidException";
169
+ $fault = "client";
170
+ Message;
171
+ constructor(opts) {
172
+ super({
173
+ name: "EC2InstanceStateInvalidException",
174
+ $fault: "client",
175
+ ...opts,
176
+ });
177
+ Object.setPrototypeOf(this, EC2InstanceStateInvalidException.prototype);
178
+ this.Message = opts.Message;
179
+ }
180
+ }
181
+ class EC2InstanceTypeInvalidException extends EC2InstanceConnectServiceException {
182
+ name = "EC2InstanceTypeInvalidException";
183
+ $fault = "client";
184
+ Message;
185
+ constructor(opts) {
186
+ super({
187
+ name: "EC2InstanceTypeInvalidException",
188
+ $fault: "client",
189
+ ...opts,
190
+ });
191
+ Object.setPrototypeOf(this, EC2InstanceTypeInvalidException.prototype);
192
+ this.Message = opts.Message;
193
+ }
194
+ }
195
+ class EC2InstanceUnavailableException extends EC2InstanceConnectServiceException {
196
+ name = "EC2InstanceUnavailableException";
197
+ $fault = "server";
198
+ Message;
199
+ constructor(opts) {
200
+ super({
201
+ name: "EC2InstanceUnavailableException",
202
+ $fault: "server",
203
+ ...opts,
204
+ });
205
+ Object.setPrototypeOf(this, EC2InstanceUnavailableException.prototype);
206
+ this.Message = opts.Message;
207
+ }
208
+ }
209
+ class InvalidArgsException extends EC2InstanceConnectServiceException {
210
+ name = "InvalidArgsException";
211
+ $fault = "client";
212
+ Message;
213
+ constructor(opts) {
214
+ super({
215
+ name: "InvalidArgsException",
216
+ $fault: "client",
217
+ ...opts,
218
+ });
219
+ Object.setPrototypeOf(this, InvalidArgsException.prototype);
220
+ this.Message = opts.Message;
221
+ }
222
+ }
223
+ class SerialConsoleAccessDisabledException extends EC2InstanceConnectServiceException {
224
+ name = "SerialConsoleAccessDisabledException";
225
+ $fault = "client";
226
+ Message;
227
+ constructor(opts) {
228
+ super({
229
+ name: "SerialConsoleAccessDisabledException",
230
+ $fault: "client",
231
+ ...opts,
232
+ });
233
+ Object.setPrototypeOf(this, SerialConsoleAccessDisabledException.prototype);
234
+ this.Message = opts.Message;
235
+ }
236
+ }
237
+ class SerialConsoleSessionLimitExceededException extends EC2InstanceConnectServiceException {
238
+ name = "SerialConsoleSessionLimitExceededException";
239
+ $fault = "client";
240
+ Message;
241
+ constructor(opts) {
242
+ super({
243
+ name: "SerialConsoleSessionLimitExceededException",
244
+ $fault: "client",
245
+ ...opts,
246
+ });
247
+ Object.setPrototypeOf(this, SerialConsoleSessionLimitExceededException.prototype);
248
+ this.Message = opts.Message;
249
+ }
250
+ }
251
+ class SerialConsoleSessionUnavailableException extends EC2InstanceConnectServiceException {
252
+ name = "SerialConsoleSessionUnavailableException";
253
+ $fault = "server";
254
+ Message;
255
+ constructor(opts) {
256
+ super({
257
+ name: "SerialConsoleSessionUnavailableException",
258
+ $fault: "server",
259
+ ...opts,
260
+ });
261
+ Object.setPrototypeOf(this, SerialConsoleSessionUnavailableException.prototype);
262
+ this.Message = opts.Message;
263
+ }
264
+ }
265
+ class SerialConsoleSessionUnsupportedException extends EC2InstanceConnectServiceException {
266
+ name = "SerialConsoleSessionUnsupportedException";
267
+ $fault = "client";
268
+ Message;
269
+ constructor(opts) {
270
+ super({
271
+ name: "SerialConsoleSessionUnsupportedException",
272
+ $fault: "client",
273
+ ...opts,
274
+ });
275
+ Object.setPrototypeOf(this, SerialConsoleSessionUnsupportedException.prototype);
276
+ this.Message = opts.Message;
277
+ }
278
+ }
279
+ class ServiceException extends EC2InstanceConnectServiceException {
280
+ name = "ServiceException";
281
+ $fault = "server";
282
+ Message;
283
+ constructor(opts) {
284
+ super({
285
+ name: "ServiceException",
286
+ $fault: "server",
287
+ ...opts,
288
+ });
289
+ Object.setPrototypeOf(this, ServiceException.prototype);
290
+ this.Message = opts.Message;
291
+ }
292
+ }
293
+ class ThrottlingException extends EC2InstanceConnectServiceException {
294
+ name = "ThrottlingException";
295
+ $fault = "client";
296
+ Message;
297
+ constructor(opts) {
298
+ super({
299
+ name: "ThrottlingException",
300
+ $fault: "client",
301
+ ...opts,
302
+ });
303
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
304
+ this.Message = opts.Message;
305
+ }
306
+ }
307
+
308
+ const _AE = "AuthException";
309
+ const _AZ = "AvailabilityZone";
310
+ const _ECINFE = "EC2InstanceNotFoundException";
311
+ const _ECISIE = "EC2InstanceStateInvalidException";
312
+ const _ECITIE = "EC2InstanceTypeInvalidException";
313
+ const _ECIUE = "EC2InstanceUnavailableException";
314
+ const _IAE = "InvalidArgsException";
315
+ const _II = "InstanceId";
316
+ const _IOSU = "InstanceOSUser";
317
+ const _M = "Message";
318
+ const _RI = "RequestId";
319
+ const _S = "Success";
320
+ const _SCADE = "SerialConsoleAccessDisabledException";
321
+ const _SCSLEE = "SerialConsoleSessionLimitExceededException";
322
+ const _SCSUE = "SerialConsoleSessionUnavailableException";
323
+ const _SCSUEe = "SerialConsoleSessionUnsupportedException";
324
+ const _SE = "ServiceException";
325
+ const _SP = "SerialPort";
326
+ const _SSCSSHPK = "SendSerialConsoleSSHPublicKey";
327
+ const _SSCSSHPKR = "SendSerialConsoleSSHPublicKeyRequest";
328
+ const _SSCSSHPKRe = "SendSerialConsoleSSHPublicKeyResponse";
329
+ const _SSHPK = "SSHPublicKey";
330
+ const _SSSHPK = "SendSSHPublicKey";
331
+ const _SSSHPKR = "SendSSHPublicKeyRequest";
332
+ const _SSSHPKRe = "SendSSHPublicKeyResponse";
333
+ const _TE = "ThrottlingException";
334
+ const _aQE = "awsQueryError";
335
+ const _c = "client";
336
+ const _e = "error";
337
+ const _hE = "httpError";
338
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ec2instanceconnect";
339
+ const _se = "server";
340
+ const n0 = "com.amazonaws.ec2instanceconnect";
341
+ const _s_registry = TypeRegistry.for(_s);
342
+ var EC2InstanceConnectServiceException$ = [-3, _s, "EC2InstanceConnectServiceException", 0, [], []];
343
+ _s_registry.registerError(EC2InstanceConnectServiceException$, EC2InstanceConnectServiceException);
344
+ const n0_registry = TypeRegistry.for(n0);
345
+ var AuthException$ = [-3, n0, _AE,
346
+ { [_aQE]: [`Forbidden`, 403], [_e]: _c, [_hE]: 403 },
347
+ [_M],
348
+ [0]
349
+ ];
350
+ n0_registry.registerError(AuthException$, AuthException);
351
+ var EC2InstanceNotFoundException$ = [-3, n0, _ECINFE,
352
+ { [_aQE]: [`EC2InstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
353
+ [_M],
354
+ [0]
355
+ ];
356
+ n0_registry.registerError(EC2InstanceNotFoundException$, EC2InstanceNotFoundException);
357
+ var EC2InstanceStateInvalidException$ = [-3, n0, _ECISIE,
358
+ { [_aQE]: [`EC2InstanceStateInvalid`, 400], [_e]: _c, [_hE]: 400 },
359
+ [_M],
360
+ [0]
361
+ ];
362
+ n0_registry.registerError(EC2InstanceStateInvalidException$, EC2InstanceStateInvalidException);
363
+ var EC2InstanceTypeInvalidException$ = [-3, n0, _ECITIE,
364
+ { [_aQE]: [`EC2InstanceTypeInvalid`, 400], [_e]: _c, [_hE]: 400 },
365
+ [_M],
366
+ [0]
367
+ ];
368
+ n0_registry.registerError(EC2InstanceTypeInvalidException$, EC2InstanceTypeInvalidException);
369
+ var EC2InstanceUnavailableException$ = [-3, n0, _ECIUE,
370
+ { [_aQE]: [`EC2InstanceUnavailable`, 503], [_e]: _se, [_hE]: 503 },
371
+ [_M],
372
+ [0]
373
+ ];
374
+ n0_registry.registerError(EC2InstanceUnavailableException$, EC2InstanceUnavailableException);
375
+ var InvalidArgsException$ = [-3, n0, _IAE,
376
+ { [_aQE]: [`InvalidArguments`, 400], [_e]: _c, [_hE]: 400 },
377
+ [_M],
378
+ [0]
379
+ ];
380
+ n0_registry.registerError(InvalidArgsException$, InvalidArgsException);
381
+ var SerialConsoleAccessDisabledException$ = [-3, n0, _SCADE,
382
+ { [_aQE]: [`SerialConsoleAccessDisabled`, 403], [_e]: _c, [_hE]: 403 },
383
+ [_M],
384
+ [0]
385
+ ];
386
+ n0_registry.registerError(SerialConsoleAccessDisabledException$, SerialConsoleAccessDisabledException);
387
+ var SerialConsoleSessionLimitExceededException$ = [-3, n0, _SCSLEE,
388
+ { [_aQE]: [`SerialConsoleSessionLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
389
+ [_M],
390
+ [0]
391
+ ];
392
+ n0_registry.registerError(SerialConsoleSessionLimitExceededException$, SerialConsoleSessionLimitExceededException);
393
+ var SerialConsoleSessionUnavailableException$ = [-3, n0, _SCSUE,
394
+ { [_aQE]: [`SerialConsoleSessionUnavailable`, 500], [_e]: _se, [_hE]: 500 },
395
+ [_M],
396
+ [0]
397
+ ];
398
+ n0_registry.registerError(SerialConsoleSessionUnavailableException$, SerialConsoleSessionUnavailableException);
399
+ var SerialConsoleSessionUnsupportedException$ = [-3, n0, _SCSUEe,
400
+ { [_aQE]: [`SerialConsoleSessionUnsupported`, 400], [_e]: _c, [_hE]: 400 },
401
+ [_M],
402
+ [0]
403
+ ];
404
+ n0_registry.registerError(SerialConsoleSessionUnsupportedException$, SerialConsoleSessionUnsupportedException);
405
+ var ServiceException$ = [-3, n0, _SE,
406
+ { [_aQE]: [`InternalServerError`, 500], [_e]: _se, [_hE]: 500 },
407
+ [_M],
408
+ [0]
409
+ ];
410
+ n0_registry.registerError(ServiceException$, ServiceException);
411
+ var ThrottlingException$ = [-3, n0, _TE,
412
+ { [_aQE]: [`TooManyRequests`, 429], [_e]: _c, [_hE]: 429 },
413
+ [_M],
414
+ [0]
415
+ ];
416
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
417
+ const errorTypeRegistries = [
418
+ _s_registry,
419
+ n0_registry,
420
+ ];
421
+ var SendSerialConsoleSSHPublicKeyRequest$ = [3, n0, _SSCSSHPKR,
422
+ 0,
423
+ [_II, _SSHPK, _SP],
424
+ [0, 0, 1], 2
425
+ ];
426
+ var SendSerialConsoleSSHPublicKeyResponse$ = [3, n0, _SSCSSHPKRe,
427
+ 0,
428
+ [_RI, _S],
429
+ [0, 2]
430
+ ];
431
+ var SendSSHPublicKeyRequest$ = [3, n0, _SSSHPKR,
432
+ 0,
433
+ [_II, _IOSU, _SSHPK, _AZ],
434
+ [0, 0, 0, 0], 3
435
+ ];
436
+ var SendSSHPublicKeyResponse$ = [3, n0, _SSSHPKRe,
437
+ 0,
438
+ [_RI, _S],
439
+ [0, 2]
440
+ ];
441
+ var SendSerialConsoleSSHPublicKey$ = [9, n0, _SSCSSHPK,
442
+ 0, () => SendSerialConsoleSSHPublicKeyRequest$, () => SendSerialConsoleSSHPublicKeyResponse$
443
+ ];
444
+ var SendSSHPublicKey$ = [9, n0, _SSSHPK,
445
+ 0, () => SendSSHPublicKeyRequest$, () => SendSSHPublicKeyResponse$
446
+ ];
447
+
448
+ const getRuntimeConfig$1 = (config) => {
449
+ return {
450
+ apiVersion: "2018-04-02",
451
+ base64Decoder: config?.base64Decoder ?? fromBase64,
452
+ base64Encoder: config?.base64Encoder ?? toBase64,
453
+ disableHostPrefix: config?.disableHostPrefix ?? false,
454
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
455
+ extensions: config?.extensions ?? [],
456
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultEC2InstanceConnectHttpAuthSchemeProvider,
457
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
458
+ {
459
+ schemeId: "aws.auth#sigv4",
460
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
461
+ signer: new AwsSdkSigV4Signer(),
462
+ },
463
+ ],
464
+ logger: config?.logger ?? new NoOpLogger(),
465
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
466
+ protocolSettings: config?.protocolSettings ?? {
467
+ defaultNamespace: "com.amazonaws.ec2instanceconnect",
468
+ errorTypeRegistries,
469
+ version: "2018-04-02",
470
+ serviceTarget: "AWSEC2InstanceConnectService",
471
+ },
472
+ serviceId: config?.serviceId ?? "EC2 Instance Connect",
473
+ urlParser: config?.urlParser ?? parseUrl,
474
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
475
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
476
+ };
477
+ };
478
+
479
+ const getRuntimeConfig = (config) => {
480
+ emitWarningIfUnsupportedVersion(process.version);
481
+ const defaultsMode = resolveDefaultsModeConfig(config);
482
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
483
+ const clientSharedValues = getRuntimeConfig$1(config);
484
+ emitWarningIfUnsupportedVersion$1(process.version);
485
+ const loaderConfig = {
486
+ profile: config?.profile,
487
+ logger: clientSharedValues.logger,
488
+ };
489
+ return {
490
+ ...clientSharedValues,
491
+ ...config,
492
+ runtime: "node",
493
+ defaultsMode,
494
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
495
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
496
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
497
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
498
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
499
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
500
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
501
+ retryMode: config?.retryMode ??
502
+ loadConfig({
503
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
504
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
505
+ }, config),
506
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
507
+ streamCollector: config?.streamCollector ?? streamCollector,
508
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
509
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
510
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
511
+ };
512
+ };
513
+
34
514
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
515
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
516
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -143,7 +623,40 @@ class EC2InstanceConnect extends EC2InstanceConnectClient {
143
623
  }
144
624
  createAggregatedClient(commands, EC2InstanceConnect);
145
625
 
626
+ exports.AuthException = AuthException;
627
+ exports.AuthException$ = AuthException$;
146
628
  exports.EC2InstanceConnect = EC2InstanceConnect;
147
629
  exports.EC2InstanceConnectClient = EC2InstanceConnectClient;
630
+ exports.EC2InstanceConnectServiceException = EC2InstanceConnectServiceException;
631
+ exports.EC2InstanceConnectServiceException$ = EC2InstanceConnectServiceException$;
632
+ exports.EC2InstanceNotFoundException = EC2InstanceNotFoundException;
633
+ exports.EC2InstanceNotFoundException$ = EC2InstanceNotFoundException$;
634
+ exports.EC2InstanceStateInvalidException = EC2InstanceStateInvalidException;
635
+ exports.EC2InstanceStateInvalidException$ = EC2InstanceStateInvalidException$;
636
+ exports.EC2InstanceTypeInvalidException = EC2InstanceTypeInvalidException;
637
+ exports.EC2InstanceTypeInvalidException$ = EC2InstanceTypeInvalidException$;
638
+ exports.EC2InstanceUnavailableException = EC2InstanceUnavailableException;
639
+ exports.EC2InstanceUnavailableException$ = EC2InstanceUnavailableException$;
640
+ exports.InvalidArgsException = InvalidArgsException;
641
+ exports.InvalidArgsException$ = InvalidArgsException$;
642
+ exports.SendSSHPublicKey$ = SendSSHPublicKey$;
148
643
  exports.SendSSHPublicKeyCommand = SendSSHPublicKeyCommand;
644
+ exports.SendSSHPublicKeyRequest$ = SendSSHPublicKeyRequest$;
645
+ exports.SendSSHPublicKeyResponse$ = SendSSHPublicKeyResponse$;
646
+ exports.SendSerialConsoleSSHPublicKey$ = SendSerialConsoleSSHPublicKey$;
149
647
  exports.SendSerialConsoleSSHPublicKeyCommand = SendSerialConsoleSSHPublicKeyCommand;
648
+ exports.SendSerialConsoleSSHPublicKeyRequest$ = SendSerialConsoleSSHPublicKeyRequest$;
649
+ exports.SendSerialConsoleSSHPublicKeyResponse$ = SendSerialConsoleSSHPublicKeyResponse$;
650
+ exports.SerialConsoleAccessDisabledException = SerialConsoleAccessDisabledException;
651
+ exports.SerialConsoleAccessDisabledException$ = SerialConsoleAccessDisabledException$;
652
+ exports.SerialConsoleSessionLimitExceededException = SerialConsoleSessionLimitExceededException;
653
+ exports.SerialConsoleSessionLimitExceededException$ = SerialConsoleSessionLimitExceededException$;
654
+ exports.SerialConsoleSessionUnavailableException = SerialConsoleSessionUnavailableException;
655
+ exports.SerialConsoleSessionUnavailableException$ = SerialConsoleSessionUnavailableException$;
656
+ exports.SerialConsoleSessionUnsupportedException = SerialConsoleSessionUnsupportedException;
657
+ exports.SerialConsoleSessionUnsupportedException$ = SerialConsoleSessionUnsupportedException$;
658
+ exports.ServiceException = ServiceException;
659
+ exports.ServiceException$ = ServiceException$;
660
+ exports.ThrottlingException = ThrottlingException;
661
+ exports.ThrottlingException$ = ThrottlingException$;
662
+ exports.errorTypeRegistries = errorTypeRegistries;
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: EC2InstanceConnectClientConfig)
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
- streamCollector: import("@smithy/types").StreamCollector;
17
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  cacheMiddleware?: boolean | undefined;
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: EC2InstanceConnectClientConfig)
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: EC2InstanceConnectClientConfig)
15
15
  apiVersion: string;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  base64Decoder: import("@smithy/types").Decoder;
20
20
  base64Encoder: (_input: Uint8Array | string) => string;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
@@ -23,7 +23,13 @@ export declare const getRuntimeConfig: (
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
25
  sha256: import("@smithy/types").HashConstructor;
26
- streamCollector: import("@smithy/types").StreamCollector;
26
+ streamCollector: (
27
+ stream:
28
+ | import("stream").Readable
29
+ | import("stream/web").ReadableStream
30
+ | ReadableStream
31
+ | Blob
32
+ ) => Promise<Uint8Array>;
27
33
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
28
34
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
29
35
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
@@ -24,7 +24,13 @@ export declare const getRuntimeConfig: (
24
24
  | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
26
  sha256: import("@smithy/types").HashConstructor;
27
- streamCollector: import("@smithy/types").StreamCollector;
27
+ streamCollector: (
28
+ stream:
29
+ | import("stream").Readable
30
+ | import("stream/web").ReadableStream
31
+ | ReadableStream
32
+ | Blob
33
+ ) => Promise<Uint8Array>;
28
34
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
35
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
36
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -22,7 +22,13 @@ export declare const getRuntimeConfig: (
22
22
  apiVersion: string;
23
23
  urlParser: import("@smithy/types").UrlParser;
24
24
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
- streamCollector: import("@smithy/types").StreamCollector;
25
+ streamCollector: (
26
+ stream:
27
+ | import("stream").Readable
28
+ | import("stream/web").ReadableStream
29
+ | ReadableStream
30
+ | Blob
31
+ ) => Promise<Uint8Array>;
26
32
  base64Decoder: import("@smithy/types").Decoder;
27
33
  base64Encoder: (_input: Uint8Array | string) => string;
28
34
  utf8Decoder: import("@smithy/types").Decoder;
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.1074.0",
4
+ "version": "3.1076.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.23",
25
- "@aws-sdk/credential-provider-node": "^3.972.58",
26
- "@aws-sdk/types": "^3.973.13",
27
- "@smithy/core": "^3.24.6",
28
- "@smithy/fetch-http-handler": "^5.4.6",
29
- "@smithy/node-http-handler": "^4.7.6",
30
- "@smithy/types": "^4.14.3",
24
+ "@aws-sdk/core": "^3.974.24",
25
+ "@aws-sdk/credential-provider-node": "^3.972.59",
26
+ "@aws-sdk/types": "^3.973.14",
27
+ "@smithy/core": "^3.27.0",
28
+ "@smithy/fetch-http-handler": "^5.6.0",
29
+ "@smithy/node-http-handler": "^4.9.0",
30
+ "@smithy/types": "^4.15.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,40 +0,0 @@
1
- const { resolveAwsSdkSigV4Config } = require("@aws-sdk/core/httpAuthSchemes");
2
- const { getSmithyContext, normalizeProvider } = require("@smithy/core/client");
3
- exports.defaultEC2InstanceConnectHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
- return {
5
- operation: getSmithyContext(context).operation,
6
- region: await normalizeProvider(config.region)() || (() => {
7
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
- })(),
9
- };
10
- };
11
- function createAwsAuthSigv4HttpAuthOption(authParameters) {
12
- return {
13
- schemeId: "aws.auth#sigv4",
14
- signingProperties: {
15
- name: "ec2-instance-connect",
16
- region: authParameters.region,
17
- },
18
- propertiesExtractor: (config, context) => ({
19
- signingProperties: {
20
- config,
21
- context,
22
- },
23
- }),
24
- };
25
- }
26
- exports.defaultEC2InstanceConnectHttpAuthSchemeProvider = (authParameters) => {
27
- const options = [];
28
- switch (authParameters.operation) {
29
- default: {
30
- options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
31
- }
32
- }
33
- return options;
34
- };
35
- exports.resolveHttpAuthSchemeConfig = (config) => {
36
- const config_0 = resolveAwsSdkSigV4Config(config);
37
- return Object.assign(config_0, {
38
- authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
39
- });
40
- };
@@ -1,46 +0,0 @@
1
- const { BinaryDecisionDiagram } = require("@smithy/core/endpoints");
2
- const k = "ref";
3
- const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
- const _data = {
5
- conditions: [
6
- [c, [g]],
7
- [c, j],
8
- ["aws.partition", j, d],
9
- [e, [{ [k]: "UseFIPS" }, b]],
10
- [e, [{ [k]: "UseDualStack" }, b]],
11
- [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
12
- [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
13
- ],
14
- results: [
15
- [a],
16
- [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
17
- [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
18
- [g, i],
19
- ["https://ec2-instance-connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
20
- [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
21
- ["https://ec2-instance-connect-fips.{Region}.{PartitionResult#dnsSuffix}", i],
22
- [a, "FIPS is enabled but this partition does not support FIPS"],
23
- ["https://ec2-instance-connect.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
24
- [a, "DualStack is enabled but this partition does not support DualStack"],
25
- ["https://ec2-instance-connect.{Region}.{PartitionResult#dnsSuffix}", i],
26
- [a, "Invalid Configuration: Missing Region"]
27
- ]
28
- };
29
- const root = 2;
30
- const r = 100_000_000;
31
- const nodes = new Int32Array([
32
- -1, 1, -1,
33
- 0, 12, 3,
34
- 1, 4, r + 11,
35
- 2, 5, r + 11,
36
- 3, 8, 6,
37
- 4, 7, r + 10,
38
- 5, r + 8, r + 9,
39
- 4, 10, 9,
40
- 6, r + 6, r + 7,
41
- 5, 11, r + 5,
42
- 6, r + 4, r + 5,
43
- 3, r + 1, 13,
44
- 4, r + 2, r + 3,
45
- ]);
46
- exports.bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -1,14 +0,0 @@
1
- const { awsEndpointFunctions } = require("@aws-sdk/core/client");
2
- const { customEndpointFunctions, decideEndpoint, EndpointCache } = require("@smithy/core/endpoints");
3
- const { bdd } = require("./bdd");
4
- const cache = new EndpointCache({
5
- size: 50,
6
- params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
- });
8
- exports.defaultEndpointResolver = (endpointParams, context = {}) => {
9
- return cache.get(endpointParams, () => decideEndpoint(bdd, {
10
- endpointParams: endpointParams,
11
- logger: context.logger,
12
- }));
13
- };
14
- customEndpointFunctions.aws = awsEndpointFunctions;
@@ -1,8 +0,0 @@
1
- const { ServiceException: __ServiceException } = require("@smithy/core/client");
2
- exports.__ServiceException = __ServiceException;
3
- exports.EC2InstanceConnectServiceException = class EC2InstanceConnectServiceException extends __ServiceException {
4
- constructor(options) {
5
- super(options);
6
- Object.setPrototypeOf(this, EC2InstanceConnectServiceException.prototype);
7
- }
8
- };
@@ -1,169 +0,0 @@
1
- const { EC2InstanceConnectServiceException: __BaseException } = require("./EC2InstanceConnectServiceException");
2
- exports.AuthException = class AuthException extends __BaseException {
3
- name = "AuthException";
4
- $fault = "client";
5
- Message;
6
- constructor(opts) {
7
- super({
8
- name: "AuthException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- Object.setPrototypeOf(this, AuthException.prototype);
13
- this.Message = opts.Message;
14
- }
15
- };
16
- exports.EC2InstanceNotFoundException = class EC2InstanceNotFoundException extends __BaseException {
17
- name = "EC2InstanceNotFoundException";
18
- $fault = "client";
19
- Message;
20
- constructor(opts) {
21
- super({
22
- name: "EC2InstanceNotFoundException",
23
- $fault: "client",
24
- ...opts,
25
- });
26
- Object.setPrototypeOf(this, EC2InstanceNotFoundException.prototype);
27
- this.Message = opts.Message;
28
- }
29
- };
30
- exports.EC2InstanceStateInvalidException = class EC2InstanceStateInvalidException extends __BaseException {
31
- name = "EC2InstanceStateInvalidException";
32
- $fault = "client";
33
- Message;
34
- constructor(opts) {
35
- super({
36
- name: "EC2InstanceStateInvalidException",
37
- $fault: "client",
38
- ...opts,
39
- });
40
- Object.setPrototypeOf(this, EC2InstanceStateInvalidException.prototype);
41
- this.Message = opts.Message;
42
- }
43
- };
44
- exports.EC2InstanceTypeInvalidException = class EC2InstanceTypeInvalidException extends __BaseException {
45
- name = "EC2InstanceTypeInvalidException";
46
- $fault = "client";
47
- Message;
48
- constructor(opts) {
49
- super({
50
- name: "EC2InstanceTypeInvalidException",
51
- $fault: "client",
52
- ...opts,
53
- });
54
- Object.setPrototypeOf(this, EC2InstanceTypeInvalidException.prototype);
55
- this.Message = opts.Message;
56
- }
57
- };
58
- exports.EC2InstanceUnavailableException = class EC2InstanceUnavailableException extends __BaseException {
59
- name = "EC2InstanceUnavailableException";
60
- $fault = "server";
61
- Message;
62
- constructor(opts) {
63
- super({
64
- name: "EC2InstanceUnavailableException",
65
- $fault: "server",
66
- ...opts,
67
- });
68
- Object.setPrototypeOf(this, EC2InstanceUnavailableException.prototype);
69
- this.Message = opts.Message;
70
- }
71
- };
72
- exports.InvalidArgsException = class InvalidArgsException extends __BaseException {
73
- name = "InvalidArgsException";
74
- $fault = "client";
75
- Message;
76
- constructor(opts) {
77
- super({
78
- name: "InvalidArgsException",
79
- $fault: "client",
80
- ...opts,
81
- });
82
- Object.setPrototypeOf(this, InvalidArgsException.prototype);
83
- this.Message = opts.Message;
84
- }
85
- };
86
- exports.SerialConsoleAccessDisabledException = class SerialConsoleAccessDisabledException extends __BaseException {
87
- name = "SerialConsoleAccessDisabledException";
88
- $fault = "client";
89
- Message;
90
- constructor(opts) {
91
- super({
92
- name: "SerialConsoleAccessDisabledException",
93
- $fault: "client",
94
- ...opts,
95
- });
96
- Object.setPrototypeOf(this, SerialConsoleAccessDisabledException.prototype);
97
- this.Message = opts.Message;
98
- }
99
- };
100
- exports.SerialConsoleSessionLimitExceededException = class SerialConsoleSessionLimitExceededException extends __BaseException {
101
- name = "SerialConsoleSessionLimitExceededException";
102
- $fault = "client";
103
- Message;
104
- constructor(opts) {
105
- super({
106
- name: "SerialConsoleSessionLimitExceededException",
107
- $fault: "client",
108
- ...opts,
109
- });
110
- Object.setPrototypeOf(this, SerialConsoleSessionLimitExceededException.prototype);
111
- this.Message = opts.Message;
112
- }
113
- };
114
- exports.SerialConsoleSessionUnavailableException = class SerialConsoleSessionUnavailableException extends __BaseException {
115
- name = "SerialConsoleSessionUnavailableException";
116
- $fault = "server";
117
- Message;
118
- constructor(opts) {
119
- super({
120
- name: "SerialConsoleSessionUnavailableException",
121
- $fault: "server",
122
- ...opts,
123
- });
124
- Object.setPrototypeOf(this, SerialConsoleSessionUnavailableException.prototype);
125
- this.Message = opts.Message;
126
- }
127
- };
128
- exports.SerialConsoleSessionUnsupportedException = class SerialConsoleSessionUnsupportedException extends __BaseException {
129
- name = "SerialConsoleSessionUnsupportedException";
130
- $fault = "client";
131
- Message;
132
- constructor(opts) {
133
- super({
134
- name: "SerialConsoleSessionUnsupportedException",
135
- $fault: "client",
136
- ...opts,
137
- });
138
- Object.setPrototypeOf(this, SerialConsoleSessionUnsupportedException.prototype);
139
- this.Message = opts.Message;
140
- }
141
- };
142
- exports.ServiceException = class ServiceException extends __BaseException {
143
- name = "ServiceException";
144
- $fault = "server";
145
- Message;
146
- constructor(opts) {
147
- super({
148
- name: "ServiceException",
149
- $fault: "server",
150
- ...opts,
151
- });
152
- Object.setPrototypeOf(this, ServiceException.prototype);
153
- this.Message = opts.Message;
154
- }
155
- };
156
- exports.ThrottlingException = class ThrottlingException extends __BaseException {
157
- name = "ThrottlingException";
158
- $fault = "client";
159
- Message;
160
- constructor(opts) {
161
- super({
162
- name: "ThrottlingException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- Object.setPrototypeOf(this, ThrottlingException.prototype);
167
- this.Message = opts.Message;
168
- }
169
- };
@@ -1,32 +0,0 @@
1
- const packageInfo = require("../package.json");
2
- const { Sha256 } = require("@aws-crypto/sha256-browser");
3
- const { createDefaultUserAgentProvider } = require("@aws-sdk/core/client");
4
- const { invalidProvider, loadConfigsForDefaultMode } = require("@smithy/core/client");
5
- const { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig } = require("@smithy/core/config");
6
- const { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } = require("@smithy/core/retry");
7
- const { calculateBodyLength } = require("@smithy/core/serde");
8
- const { FetchHttpHandler: RequestHandler, streamCollector } = require("@smithy/fetch-http-handler");
9
- const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
10
- const getRuntimeConfig = (config) => {
11
- const defaultsMode = resolveDefaultsModeConfig(config);
12
- const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
13
- const clientSharedValues = getSharedRuntimeConfig(config);
14
- return {
15
- ...clientSharedValues,
16
- ...config,
17
- runtime: "browser",
18
- defaultsMode,
19
- bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
20
- credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
21
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
22
- maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
23
- region: config?.region ?? invalidProvider("Region is missing"),
24
- requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
- retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
- streamCollector: config?.streamCollector ?? streamCollector,
28
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
- useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
30
- };
31
- };
32
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,45 +0,0 @@
1
- const packageInfo = require("../package.json");
2
- const { createDefaultUserAgentProvider, emitWarningIfUnsupportedVersion: awsCheckVersion, NODE_APP_ID_CONFIG_OPTIONS } = require("@aws-sdk/core/client");
3
- const { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
4
- const { defaultProvider: credentialDefaultProvider } = require("@aws-sdk/credential-provider-node");
5
- const { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } = require("@smithy/core/client");
6
- const { loadConfig: loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig } = require("@smithy/core/config");
7
- const { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } = require("@smithy/core/retry");
8
- const { calculateBodyLength, Hash } = require("@smithy/core/serde");
9
- const { NodeHttpHandler: RequestHandler, streamCollector } = require("@smithy/node-http-handler");
10
- const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
11
- const getRuntimeConfig = (config) => {
12
- emitWarningIfUnsupportedVersion(process.version);
13
- const defaultsMode = resolveDefaultsModeConfig(config);
14
- const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
15
- const clientSharedValues = getSharedRuntimeConfig(config);
16
- awsCheckVersion(process.version);
17
- const loaderConfig = {
18
- profile: config?.profile,
19
- logger: clientSharedValues.logger,
20
- };
21
- return {
22
- ...clientSharedValues,
23
- ...config,
24
- runtime: "node",
25
- defaultsMode,
26
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
27
- bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
28
- credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
29
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
30
- maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
31
- region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
32
- requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
33
- retryMode: config?.retryMode ??
34
- loadNodeConfig({
35
- ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
- default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
- }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
- streamCollector: config?.streamCollector ?? streamCollector,
40
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
42
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
43
- };
44
- };
45
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,12 +0,0 @@
1
- const { Sha256 } = require("@aws-crypto/sha256-js");
2
- const { getRuntimeConfig: getBrowserRuntimeConfig } = require("./runtimeConfig.browser");
3
- const getRuntimeConfig = (config) => {
4
- const browserDefaults = getBrowserRuntimeConfig(config);
5
- return {
6
- ...browserDefaults,
7
- ...config,
8
- runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
- };
11
- };
12
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,38 +0,0 @@
1
- const { AwsSdkSigV4Signer } = require("@aws-sdk/core/httpAuthSchemes");
2
- const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
3
- const { NoOpLogger } = require("@smithy/core/client");
4
- const { parseUrl } = require("@smithy/core/protocols");
5
- const { fromBase64, fromUtf8, toBase64, toUtf8 } = require("@smithy/core/serde");
6
- const { defaultEC2InstanceConnectHttpAuthSchemeProvider } = require("./auth/httpAuthSchemeProvider");
7
- const { defaultEndpointResolver } = require("./endpoint/endpointResolver");
8
- const { errorTypeRegistries } = require("./schemas/schemas_0");
9
- exports.getRuntimeConfig = (config) => {
10
- return {
11
- apiVersion: "2018-04-02",
12
- base64Decoder: config?.base64Decoder ?? fromBase64,
13
- base64Encoder: config?.base64Encoder ?? toBase64,
14
- disableHostPrefix: config?.disableHostPrefix ?? false,
15
- endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
16
- extensions: config?.extensions ?? [],
17
- httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultEC2InstanceConnectHttpAuthSchemeProvider,
18
- httpAuthSchemes: config?.httpAuthSchemes ?? [
19
- {
20
- schemeId: "aws.auth#sigv4",
21
- identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
22
- signer: new AwsSdkSigV4Signer(),
23
- },
24
- ],
25
- logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? AwsJson1_1Protocol,
27
- protocolSettings: config?.protocolSettings ?? {
28
- defaultNamespace: "com.amazonaws.ec2instanceconnect",
29
- errorTypeRegistries,
30
- version: "2018-04-02",
31
- serviceTarget: "AWSEC2InstanceConnectService",
32
- },
33
- serviceId: config?.serviceId ?? "EC2 Instance Connect",
34
- urlParser: config?.urlParser ?? parseUrl,
35
- utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
- utf8Encoder: config?.utf8Encoder ?? toUtf8,
37
- };
38
- };
@@ -1,159 +0,0 @@
1
- const _AE = "AuthException";
2
- const _AZ = "AvailabilityZone";
3
- const _ECINFE = "EC2InstanceNotFoundException";
4
- const _ECISIE = "EC2InstanceStateInvalidException";
5
- const _ECITIE = "EC2InstanceTypeInvalidException";
6
- const _ECIUE = "EC2InstanceUnavailableException";
7
- const _IAE = "InvalidArgsException";
8
- const _II = "InstanceId";
9
- const _IOSU = "InstanceOSUser";
10
- const _M = "Message";
11
- const _RI = "RequestId";
12
- const _S = "Success";
13
- const _SCADE = "SerialConsoleAccessDisabledException";
14
- const _SCSLEE = "SerialConsoleSessionLimitExceededException";
15
- const _SCSUE = "SerialConsoleSessionUnavailableException";
16
- const _SCSUEe = "SerialConsoleSessionUnsupportedException";
17
- const _SE = "ServiceException";
18
- const _SP = "SerialPort";
19
- const _SSCSSHPK = "SendSerialConsoleSSHPublicKey";
20
- const _SSCSSHPKR = "SendSerialConsoleSSHPublicKeyRequest";
21
- const _SSCSSHPKRe = "SendSerialConsoleSSHPublicKeyResponse";
22
- const _SSHPK = "SSHPublicKey";
23
- const _SSSHPK = "SendSSHPublicKey";
24
- const _SSSHPKR = "SendSSHPublicKeyRequest";
25
- const _SSSHPKRe = "SendSSHPublicKeyResponse";
26
- const _TE = "ThrottlingException";
27
- const _aQE = "awsQueryError";
28
- const _c = "client";
29
- const _e = "error";
30
- const _hE = "httpError";
31
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ec2instanceconnect";
32
- const _se = "server";
33
- const n0 = "com.amazonaws.ec2instanceconnect";
34
- const { TypeRegistry } = require("@smithy/core/schema");
35
- const { EC2InstanceConnectServiceException } = require("../models/EC2InstanceConnectServiceException");
36
- const { AuthException, EC2InstanceNotFoundException, EC2InstanceStateInvalidException, EC2InstanceTypeInvalidException, EC2InstanceUnavailableException, InvalidArgsException, SerialConsoleAccessDisabledException, SerialConsoleSessionLimitExceededException, SerialConsoleSessionUnavailableException, SerialConsoleSessionUnsupportedException, ServiceException, ThrottlingException } = require("../models/errors");
37
- const _s_registry = TypeRegistry.for(_s);
38
- const EC2InstanceConnectServiceException$ = [-3, _s, "EC2InstanceConnectServiceException", 0, [], []];
39
- exports.EC2InstanceConnectServiceException$ = EC2InstanceConnectServiceException$;
40
- _s_registry.registerError(EC2InstanceConnectServiceException$, EC2InstanceConnectServiceException);
41
- const n0_registry = TypeRegistry.for(n0);
42
- const AuthException$ = [-3, n0, _AE,
43
- { [_aQE]: [`Forbidden`, 403], [_e]: _c, [_hE]: 403 },
44
- [_M],
45
- [0]
46
- ];
47
- exports.AuthException$ = AuthException$;
48
- n0_registry.registerError(AuthException$, AuthException);
49
- const EC2InstanceNotFoundException$ = [-3, n0, _ECINFE,
50
- { [_aQE]: [`EC2InstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
51
- [_M],
52
- [0]
53
- ];
54
- exports.EC2InstanceNotFoundException$ = EC2InstanceNotFoundException$;
55
- n0_registry.registerError(EC2InstanceNotFoundException$, EC2InstanceNotFoundException);
56
- const EC2InstanceStateInvalidException$ = [-3, n0, _ECISIE,
57
- { [_aQE]: [`EC2InstanceStateInvalid`, 400], [_e]: _c, [_hE]: 400 },
58
- [_M],
59
- [0]
60
- ];
61
- exports.EC2InstanceStateInvalidException$ = EC2InstanceStateInvalidException$;
62
- n0_registry.registerError(EC2InstanceStateInvalidException$, EC2InstanceStateInvalidException);
63
- const EC2InstanceTypeInvalidException$ = [-3, n0, _ECITIE,
64
- { [_aQE]: [`EC2InstanceTypeInvalid`, 400], [_e]: _c, [_hE]: 400 },
65
- [_M],
66
- [0]
67
- ];
68
- exports.EC2InstanceTypeInvalidException$ = EC2InstanceTypeInvalidException$;
69
- n0_registry.registerError(EC2InstanceTypeInvalidException$, EC2InstanceTypeInvalidException);
70
- const EC2InstanceUnavailableException$ = [-3, n0, _ECIUE,
71
- { [_aQE]: [`EC2InstanceUnavailable`, 503], [_e]: _se, [_hE]: 503 },
72
- [_M],
73
- [0]
74
- ];
75
- exports.EC2InstanceUnavailableException$ = EC2InstanceUnavailableException$;
76
- n0_registry.registerError(EC2InstanceUnavailableException$, EC2InstanceUnavailableException);
77
- const InvalidArgsException$ = [-3, n0, _IAE,
78
- { [_aQE]: [`InvalidArguments`, 400], [_e]: _c, [_hE]: 400 },
79
- [_M],
80
- [0]
81
- ];
82
- exports.InvalidArgsException$ = InvalidArgsException$;
83
- n0_registry.registerError(InvalidArgsException$, InvalidArgsException);
84
- const SerialConsoleAccessDisabledException$ = [-3, n0, _SCADE,
85
- { [_aQE]: [`SerialConsoleAccessDisabled`, 403], [_e]: _c, [_hE]: 403 },
86
- [_M],
87
- [0]
88
- ];
89
- exports.SerialConsoleAccessDisabledException$ = SerialConsoleAccessDisabledException$;
90
- n0_registry.registerError(SerialConsoleAccessDisabledException$, SerialConsoleAccessDisabledException);
91
- const SerialConsoleSessionLimitExceededException$ = [-3, n0, _SCSLEE,
92
- { [_aQE]: [`SerialConsoleSessionLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
93
- [_M],
94
- [0]
95
- ];
96
- exports.SerialConsoleSessionLimitExceededException$ = SerialConsoleSessionLimitExceededException$;
97
- n0_registry.registerError(SerialConsoleSessionLimitExceededException$, SerialConsoleSessionLimitExceededException);
98
- const SerialConsoleSessionUnavailableException$ = [-3, n0, _SCSUE,
99
- { [_aQE]: [`SerialConsoleSessionUnavailable`, 500], [_e]: _se, [_hE]: 500 },
100
- [_M],
101
- [0]
102
- ];
103
- exports.SerialConsoleSessionUnavailableException$ = SerialConsoleSessionUnavailableException$;
104
- n0_registry.registerError(SerialConsoleSessionUnavailableException$, SerialConsoleSessionUnavailableException);
105
- const SerialConsoleSessionUnsupportedException$ = [-3, n0, _SCSUEe,
106
- { [_aQE]: [`SerialConsoleSessionUnsupported`, 400], [_e]: _c, [_hE]: 400 },
107
- [_M],
108
- [0]
109
- ];
110
- exports.SerialConsoleSessionUnsupportedException$ = SerialConsoleSessionUnsupportedException$;
111
- n0_registry.registerError(SerialConsoleSessionUnsupportedException$, SerialConsoleSessionUnsupportedException);
112
- const ServiceException$ = [-3, n0, _SE,
113
- { [_aQE]: [`InternalServerError`, 500], [_e]: _se, [_hE]: 500 },
114
- [_M],
115
- [0]
116
- ];
117
- exports.ServiceException$ = ServiceException$;
118
- n0_registry.registerError(ServiceException$, ServiceException);
119
- const ThrottlingException$ = [-3, n0, _TE,
120
- { [_aQE]: [`TooManyRequests`, 429], [_e]: _c, [_hE]: 429 },
121
- [_M],
122
- [0]
123
- ];
124
- exports.ThrottlingException$ = ThrottlingException$;
125
- n0_registry.registerError(ThrottlingException$, ThrottlingException);
126
- exports.errorTypeRegistries = [
127
- _s_registry,
128
- n0_registry,
129
- ];
130
- const SendSerialConsoleSSHPublicKeyRequest$ = [3, n0, _SSCSSHPKR,
131
- 0,
132
- [_II, _SSHPK, _SP],
133
- [0, 0, 1], 2
134
- ];
135
- exports.SendSerialConsoleSSHPublicKeyRequest$ = SendSerialConsoleSSHPublicKeyRequest$;
136
- const SendSerialConsoleSSHPublicKeyResponse$ = [3, n0, _SSCSSHPKRe,
137
- 0,
138
- [_RI, _S],
139
- [0, 2]
140
- ];
141
- exports.SendSerialConsoleSSHPublicKeyResponse$ = SendSerialConsoleSSHPublicKeyResponse$;
142
- const SendSSHPublicKeyRequest$ = [3, n0, _SSSHPKR,
143
- 0,
144
- [_II, _IOSU, _SSHPK, _AZ],
145
- [0, 0, 0, 0], 3
146
- ];
147
- exports.SendSSHPublicKeyRequest$ = SendSSHPublicKeyRequest$;
148
- const SendSSHPublicKeyResponse$ = [3, n0, _SSSHPKRe,
149
- 0,
150
- [_RI, _S],
151
- [0, 2]
152
- ];
153
- exports.SendSSHPublicKeyResponse$ = SendSSHPublicKeyResponse$;
154
- exports.SendSerialConsoleSSHPublicKey$ = [9, n0, _SSCSSHPK,
155
- 0, () => SendSerialConsoleSSHPublicKeyRequest$, () => SendSerialConsoleSSHPublicKeyResponse$
156
- ];
157
- exports.SendSSHPublicKey$ = [9, n0, _SSSHPK,
158
- 0, () => SendSSHPublicKeyRequest$, () => SendSSHPublicKeyResponse$
159
- ];