@aws-sdk/client-eks 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +212 -214
- package/dist-cjs/models/EKSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/EKS.js +1 -1
- package/dist-es/EKSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/CreateAccessEntryCommand.js +2 -2
- package/dist-es/commands/CreateAddonCommand.js +2 -2
- package/dist-es/commands/CreateCapabilityCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -2
- package/dist-es/commands/CreateNodegroupCommand.js +2 -2
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteAccessEntryCommand.js +2 -2
- package/dist-es/commands/DeleteAddonCommand.js +2 -2
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -2
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -2
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeregisterClusterCommand.js +2 -2
- package/dist-es/commands/DescribeAccessEntryCommand.js +2 -2
- package/dist-es/commands/DescribeAddonCommand.js +2 -2
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeCapabilityCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/DescribeInsightCommand.js +2 -2
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -2
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DescribeUpdateCommand.js +2 -2
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/ListAccessEntriesCommand.js +2 -2
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListAddonsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -2
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -2
- package/dist-es/commands/ListInsightsCommand.js +2 -2
- package/dist-es/commands/ListNodegroupsCommand.js +2 -2
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUpdatesCommand.js +2 -2
- package/dist-es/commands/RegisterClusterCommand.js +2 -2
- package/dist-es/commands/StartInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessEntryCommand.js +2 -2
- package/dist-es/commands/UpdateAddonCommand.js +2 -2
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -2
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -2
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -2
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/EKSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAddonActive.js +1 -1
- package/dist-es/waiters/waitForAddonDeleted.js +1 -1
- package/dist-es/waiters/waitForClusterActive.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForFargateProfileActive.js +1 -1
- package/dist-es/waiters/waitForFargateProfileDeleted.js +1 -1
- package/dist-es/waiters/waitForNodegroupActive.js +1 -1
- package/dist-es/waiters/waitForNodegroupDeleted.js +1 -1
- package/dist-types/EKS.d.ts +1 -1
- package/dist-types/EKSClient.d.ts +5 -5
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/CreateAddonCommand.d.ts +6 -4
- package/dist-types/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAddonCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeUpdateCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListAddonsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsCommand.d.ts +6 -4
- package/dist-types/commands/ListNodegroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListUpdatesCommand.d.ts +6 -4
- package/dist-types/commands/RegisterClusterCommand.d.ts +6 -4
- package/dist-types/commands/StartInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAddonCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/EKSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/EKS.d.ts +1 -1
- package/dist-types/ts3.4/EKSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForAddonActive.d.ts +1 -1
- package/dist-types/waiters/waitForAddonDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForClusterActive.d.ts +1 -1
- package/dist-types/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForFargateProfileActive.d.ts +1 -1
- package/dist-types/waiters/waitForFargateProfileDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForNodegroupActive.d.ts +1 -1
- package/dist-types/waiters/waitForNodegroupDeleted.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
|
|
3
3
|
import type { EKSClient } from "../EKSClient";
|
|
4
4
|
import type { EKSServiceException } from "../models/EKSServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeFargateProfileCommandInput, type DescribeFargateProfileCommandOutput } from "../commands/DescribeFargateProfileCommand";
|
|
3
3
|
import type { EKSClient } from "../EKSClient";
|
|
4
4
|
import type { EKSServiceException } from "../models/EKSServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeFargateProfileCommandInput, type DescribeFargateProfileCommandOutput } from "../commands/DescribeFargateProfileCommand";
|
|
3
3
|
import type { EKSClient } from "../EKSClient";
|
|
4
4
|
import type { EKSServiceException } from "../models/EKSServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeNodegroupCommandInput, type DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand";
|
|
3
3
|
import type { EKSClient } from "../EKSClient";
|
|
4
4
|
import type { EKSServiceException } from "../models/EKSServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeNodegroupCommandInput, type DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand";
|
|
3
3
|
import type { EKSClient } from "../EKSClient";
|
|
4
4
|
import type { EKSServiceException } from "../models/EKSServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eks",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1047.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 client-eks",
|
|
@@ -21,43 +21,21 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.10",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.41",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.40",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/hash-node": "^4.2.14",
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
47
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.26",
|
|
35
|
+
"@smithy/core": "^3.24.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.4.1",
|
|
37
|
+
"@smithy/node-http-handler": "^4.7.1",
|
|
49
38
|
"@smithy/types": "^4.14.1",
|
|
50
|
-
"@smithy/url-parser": "^4.2.14",
|
|
51
|
-
"@smithy/util-base64": "^4.3.2",
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
56
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
57
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
-
"@smithy/util-retry": "^4.3.6",
|
|
59
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.3.0",
|
|
61
39
|
"tslib": "^2.6.2"
|
|
62
40
|
},
|
|
63
41
|
"devDependencies": {
|