@aws-sdk/client-eks 3.987.0 → 3.989.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 +85 -2871
- package/dist-cjs/models/EKSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +265 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2249 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +120 -114
- package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -1,10 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
+
export declare var EKSServiceException$: StaticErrorSchema;
|
|
7
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
|
+
export declare var ClientException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
14
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
18
|
+
export declare var ResourcePropagationDelayException$: StaticErrorSchema;
|
|
19
|
+
export declare var ServerException$: StaticErrorSchema;
|
|
20
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
21
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
22
|
+
export declare var UnsupportedAvailabilityZoneException$: StaticErrorSchema;
|
|
23
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
24
|
+
export declare var AccessConfigResponse$: StaticStructureSchema;
|
|
8
25
|
export declare var AccessEntry$: StaticStructureSchema;
|
|
9
26
|
export declare var AccessPolicy$: StaticStructureSchema;
|
|
10
27
|
export declare var AccessScope$: StaticStructureSchema;
|
|
@@ -33,7 +50,6 @@ export declare var AssociateEncryptionConfigResponse$: StaticStructureSchema;
|
|
|
33
50
|
export declare var AssociateIdentityProviderConfigRequest$: StaticStructureSchema;
|
|
34
51
|
export declare var AssociateIdentityProviderConfigResponse$: StaticStructureSchema;
|
|
35
52
|
export declare var AutoScalingGroup$: StaticStructureSchema;
|
|
36
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
37
53
|
export declare var BlockStorage$: StaticStructureSchema;
|
|
38
54
|
export declare var Capability$: StaticStructureSchema;
|
|
39
55
|
export declare var CapabilityConfigurationRequest$: StaticStructureSchema;
|
|
@@ -42,7 +58,6 @@ export declare var CapabilityHealth$: StaticStructureSchema;
|
|
|
42
58
|
export declare var CapabilityIssue$: StaticStructureSchema;
|
|
43
59
|
export declare var CapabilitySummary$: StaticStructureSchema;
|
|
44
60
|
export declare var Certificate$: StaticStructureSchema;
|
|
45
|
-
export declare var ClientException$: StaticErrorSchema;
|
|
46
61
|
export declare var ClientStat$: StaticStructureSchema;
|
|
47
62
|
export declare var Cluster$: StaticStructureSchema;
|
|
48
63
|
export declare var ClusterHealth$: StaticStructureSchema;
|
|
@@ -144,9 +159,6 @@ export declare var InsightResourceDetail$: StaticStructureSchema;
|
|
|
144
159
|
export declare var InsightsFilter$: StaticStructureSchema;
|
|
145
160
|
export declare var InsightStatus$: StaticStructureSchema;
|
|
146
161
|
export declare var InsightSummary$: StaticStructureSchema;
|
|
147
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
148
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
149
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
150
162
|
export declare var Issue$: StaticStructureSchema;
|
|
151
163
|
export declare var KubernetesNetworkConfigRequest$: StaticStructureSchema;
|
|
152
164
|
export declare var KubernetesNetworkConfigResponse$: StaticStructureSchema;
|
|
@@ -190,7 +202,6 @@ export declare var NodegroupScalingConfig$: StaticStructureSchema;
|
|
|
190
202
|
export declare var NodegroupUpdateConfig$: StaticStructureSchema;
|
|
191
203
|
export declare var NodeRepairConfig$: StaticStructureSchema;
|
|
192
204
|
export declare var NodeRepairConfigOverrides$: StaticStructureSchema;
|
|
193
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
194
205
|
export declare var OIDC$: StaticStructureSchema;
|
|
195
206
|
export declare var OidcIdentityProviderConfig$: StaticStructureSchema;
|
|
196
207
|
export declare var OidcIdentityProviderConfigRequest$: StaticStructureSchema;
|
|
@@ -206,12 +217,6 @@ export declare var RemoteNetworkConfigRequest$: StaticStructureSchema;
|
|
|
206
217
|
export declare var RemoteNetworkConfigResponse$: StaticStructureSchema;
|
|
207
218
|
export declare var RemoteNodeNetwork$: StaticStructureSchema;
|
|
208
219
|
export declare var RemotePodNetwork$: StaticStructureSchema;
|
|
209
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
210
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
211
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
212
|
-
export declare var ResourcePropagationDelayException$: StaticErrorSchema;
|
|
213
|
-
export declare var ServerException$: StaticErrorSchema;
|
|
214
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
215
220
|
export declare var SsoIdentity$: StaticStructureSchema;
|
|
216
221
|
export declare var StartInsightsRefreshRequest$: StaticStructureSchema;
|
|
217
222
|
export declare var StartInsightsRefreshResponse$: StaticStructureSchema;
|
|
@@ -220,8 +225,6 @@ export declare var StorageConfigResponse$: StaticStructureSchema;
|
|
|
220
225
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
221
226
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
222
227
|
export declare var Taint$: StaticStructureSchema;
|
|
223
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
224
|
-
export declare var UnsupportedAvailabilityZoneException$: StaticErrorSchema;
|
|
225
228
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
226
229
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
227
230
|
export declare var Update$: StaticStructureSchema;
|
|
@@ -256,7 +259,6 @@ export declare var VpcConfigRequest$: StaticStructureSchema;
|
|
|
256
259
|
export declare var VpcConfigResponse$: StaticStructureSchema;
|
|
257
260
|
export declare var ZonalShiftConfigRequest$: StaticStructureSchema;
|
|
258
261
|
export declare var ZonalShiftConfigResponse$: StaticStructureSchema;
|
|
259
|
-
export declare var EKSServiceException$: StaticErrorSchema;
|
|
260
262
|
export declare var AssociateAccessPolicy$: StaticOperationSchema;
|
|
261
263
|
export declare var AssociateEncryptionConfig$: StaticOperationSchema;
|
|
262
264
|
export declare var AssociateIdentityProviderConfig$: StaticOperationSchema;
|
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.989.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,38 +21,38 @@
|
|
|
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.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|