@aws-sdk/client-eks-auth 3.928.0 → 3.929.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.
@@ -1,17 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssumeRoleForPodIdentityCommandInput,
8
- AssumeRoleForPodIdentityCommandOutput,
9
- } from "../commands/AssumeRoleForPodIdentityCommand";
10
- export declare const se_AssumeRoleForPodIdentityCommand: (
11
- input: AssumeRoleForPodIdentityCommandInput,
12
- context: __SerdeContext
13
- ) => Promise<__HttpRequest>;
14
- export declare const de_AssumeRoleForPodIdentityCommand: (
15
- output: __HttpResponse,
16
- context: __SerdeContext
17
- ) => Promise<AssumeRoleForPodIdentityCommandOutput>;