@aws-sdk/client-eks-auth 3.504.0 → 3.509.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
@@ -339,7 +339,7 @@ var se_AssumeRoleForPodIdentityCommand = /* @__PURE__ */ __name(async (input, co
339
339
  }, "se_AssumeRoleForPodIdentityCommand");
340
340
  var de_AssumeRoleForPodIdentityCommand = /* @__PURE__ */ __name(async (output, context) => {
341
341
  if (output.statusCode !== 200 && output.statusCode >= 300) {
342
- return de_AssumeRoleForPodIdentityCommandError(output, context);
342
+ return de_CommandError(output, context);
343
343
  }
344
344
  const contents = (0, import_smithy_client.map)({
345
345
  $metadata: deserializeMetadata(output)
@@ -355,7 +355,7 @@ var de_AssumeRoleForPodIdentityCommand = /* @__PURE__ */ __name(async (output, c
355
355
  Object.assign(contents, doc);
356
356
  return contents;
357
357
  }, "de_AssumeRoleForPodIdentityCommand");
358
- var de_AssumeRoleForPodIdentityCommandError = /* @__PURE__ */ __name(async (output, context) => {
358
+ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
359
359
  const parsedOutput = {
360
360
  ...output,
361
361
  body: await parseErrorBody(output.body, context)
@@ -397,7 +397,7 @@ var de_AssumeRoleForPodIdentityCommandError = /* @__PURE__ */ __name(async (outp
397
397
  errorCode
398
398
  });
399
399
  }
400
- }, "de_AssumeRoleForPodIdentityCommandError");
400
+ }, "de_CommandError");
401
401
  var throwDefaultError = (0, import_smithy_client.withBaseException)(EKSAuthServiceException);
402
402
  var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
403
403
  const contents = (0, import_smithy_client.map)({});
@@ -18,7 +18,7 @@ export const se_AssumeRoleForPodIdentityCommand = async (input, context) => {
18
18
  };
19
19
  export const de_AssumeRoleForPodIdentityCommand = async (output, context) => {
20
20
  if (output.statusCode !== 200 && output.statusCode >= 300) {
21
- return de_AssumeRoleForPodIdentityCommandError(output, context);
21
+ return de_CommandError(output, context);
22
22
  }
23
23
  const contents = map({
24
24
  $metadata: deserializeMetadata(output),
@@ -34,7 +34,7 @@ export const de_AssumeRoleForPodIdentityCommand = async (output, context) => {
34
34
  Object.assign(contents, doc);
35
35
  return contents;
36
36
  };
37
- const de_AssumeRoleForPodIdentityCommandError = async (output, context) => {
37
+ const de_CommandError = async (output, context) => {
38
38
  const parsedOutput = {
39
39
  ...output,
40
40
  body: await parseErrorBody(output.body, context),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks-auth",
3
3
  "description": "AWS SDK for JavaScript Eks Auth Client for Node.js, Browser and React Native",
4
- "version": "3.504.0",
4
+ "version": "3.509.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-eks-auth",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.504.0",
23
+ "@aws-sdk/client-sts": "3.507.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.504.0",
25
+ "@aws-sdk/credential-provider-node": "3.509.0",
26
26
  "@aws-sdk/middleware-host-header": "3.502.0",
27
27
  "@aws-sdk/middleware-logger": "3.502.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.502.0",