@aws-sdk/client-eks 3.489.0 → 3.495.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/EKS.js +1 -123
- package/dist-cjs/EKSClient.js +1 -43
- package/dist-cjs/commands/AssociateAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +1 -28
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/CreateAddonCommand.js +1 -28
- package/dist-cjs/commands/CreateClusterCommand.js +1 -28
- package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreateFargateProfileCommand.js +1 -28
- package/dist-cjs/commands/CreateNodegroupCommand.js +1 -28
- package/dist-cjs/commands/CreatePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/DeleteAddonCommand.js +1 -28
- package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
- package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteNodegroupCommand.js +1 -28
- package/dist-cjs/commands/DeletePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeregisterClusterCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/DescribeAddonCommand.js +1 -28
- package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
- package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +1 -28
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeInsightCommand.js +1 -28
- package/dist-cjs/commands/DescribeNodegroupCommand.js +1 -28
- package/dist-cjs/commands/DescribePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/DescribeUpdateCommand.js +1 -28
- package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +1 -28
- package/dist-cjs/commands/ListAccessEntriesCommand.js +1 -28
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListAddonsCommand.js +1 -28
- package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListClustersCommand.js +1 -28
- package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListFargateProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListInsightsCommand.js +1 -28
- package/dist-cjs/commands/ListNodegroupsCommand.js +1 -28
- package/dist-cjs/commands/ListPodIdentityAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListUpdatesCommand.js +1 -28
- package/dist-cjs/commands/RegisterClusterCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/UpdateAddonCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdatePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -59
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6092 -12
- package/dist-cjs/models/EKSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -457
- package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAddonsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
- package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFargateProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInsightsPaginator.js +1 -7
- package/dist-cjs/pagination/ListNodegroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUpdatesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -17
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3878
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -11
- package/dist-cjs/waiters/waitForAddonActive.js +1 -54
- package/dist-cjs/waiters/waitForAddonDeleted.js +1 -39
- package/dist-cjs/waiters/waitForClusterActive.js +1 -54
- package/dist-cjs/waiters/waitForClusterDeleted.js +1 -57
- package/dist-cjs/waiters/waitForFargateProfileActive.js +1 -45
- package/dist-cjs/waiters/waitForFargateProfileDeleted.js +1 -39
- package/dist-cjs/waiters/waitForNodegroupActive.js +1 -45
- package/dist-cjs/waiters/waitForNodegroupDeleted.js +1 -39
- package/package.json +41 -41
|
@@ -1,59 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateAccessPolicyCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateEncryptionConfigCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AssociateIdentityProviderConfigCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateAccessEntryCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateAddonCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateEksAnywhereSubscriptionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateFargateProfileCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateNodegroupCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreatePodIdentityAssociationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteAccessEntryCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteAddonCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteEksAnywhereSubscriptionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteFargateProfileCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteNodegroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeletePodIdentityAssociationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeregisterClusterCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeAccessEntryCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeAddonCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeAddonConfigurationCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DescribeAddonVersionsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DescribeClusterCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeEksAnywhereSubscriptionCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeFargateProfileCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeIdentityProviderConfigCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeInsightCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeNodegroupCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribePodIdentityAssociationCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DescribeUpdateCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./DisassociateAccessPolicyCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./DisassociateIdentityProviderConfigCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListAccessEntriesCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListAccessPoliciesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListAddonsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListAssociatedAccessPoliciesCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListClustersCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListEksAnywhereSubscriptionsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListFargateProfilesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListIdentityProviderConfigsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListInsightsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListNodegroupsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListPodIdentityAssociationsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListUpdatesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./RegisterClusterCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateAccessEntryCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateAddonCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateClusterConfigCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdateClusterVersionCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UpdateEksAnywhereSubscriptionCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateNodegroupConfigCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateNodegroupVersionCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./UpdatePodIdentityAssociationCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "eks",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|