@aws-sdk/client-eks 3.289.0 → 3.292.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-types/commands/AssociateEncryptionConfigCommand.d.ts +26 -0
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +26 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +26 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +28 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +26 -0
- package/dist-types/commands/CreateNodegroupCommand.d.ts +26 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +23 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +21 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +19 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +25 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +27 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +23 -0
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +19 -0
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +22 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +22 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +19 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +26 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +23 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +19 -0
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +22 -0
- package/dist-types/commands/ListNodegroupsCommand.d.ts +22 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/commands/ListUpdatesCommand.d.ts +19 -0
- package/dist-types/commands/RegisterClusterCommand.d.ts +32 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +26 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +26 -0
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +26 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +26 -0
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +26 -0
- package/package.json +36 -41
|
@@ -32,6 +32,32 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
|
|
|
32
32
|
* @see {@link AssociateEncryptionConfigCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
37
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
38
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
42
|
+
* request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
46
|
+
* and the associated operations.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
49
|
+
* <p>The specified resource is in use.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
53
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
54
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
55
|
+
* Region-specific.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServerException} (server fault)
|
|
58
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class AssociateEncryptionConfigCommand extends $Command<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig> {
|
|
37
63
|
readonly input: AssociateEncryptionConfigCommandInput;
|
|
@@ -36,6 +36,32 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
|
|
|
36
36
|
* @see {@link AssociateIdentityProviderConfigCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link ClientException} (client fault)
|
|
40
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
41
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
42
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
45
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
46
|
+
* request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
50
|
+
* and the associated operations.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
53
|
+
* <p>The specified resource is in use.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
57
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
58
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
59
|
+
* Region-specific.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServerException} (server fault)
|
|
62
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
39
65
|
*/
|
|
40
66
|
export declare class AssociateIdentityProviderConfigCommand extends $Command<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
41
67
|
readonly input: AssociateIdentityProviderConfigCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
|
|
|
32
32
|
* @see {@link CreateAddonCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
37
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
38
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
42
|
+
* request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
46
|
+
* and the associated operations.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
49
|
+
* <p>The specified resource is in use.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
53
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
54
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
55
|
+
* Region-specific.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServerException} (server fault)
|
|
58
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class CreateAddonCommand extends $Command<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig> {
|
|
37
63
|
readonly input: CreateAddonCommandInput;
|
|
@@ -49,6 +49,34 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
49
49
|
* @see {@link CreateClusterCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link ClientException} (client fault)
|
|
53
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
54
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
55
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
58
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
59
|
+
* request.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
62
|
+
* <p>The specified resource is in use.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
65
|
+
* <p>You have encountered a service limit on the specified resource.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ServerException} (server fault)
|
|
68
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
71
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link UnsupportedAvailabilityZoneException} (client fault)
|
|
74
|
+
* <p>At least one of your specified cluster subnets is in an Availability Zone that does
|
|
75
|
+
* not support Amazon EKS. The exception output specifies the supported
|
|
76
|
+
* Availability Zones for your account, from which you can choose subnets for your
|
|
77
|
+
* cluster.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
52
80
|
* @example To create a new cluster
|
|
53
81
|
* ```javascript
|
|
54
82
|
* // The following example creates an Amazon EKS cluster called prod.
|
|
@@ -56,6 +56,32 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
|
|
|
56
56
|
* @see {@link CreateFargateProfileCommandOutput} for command's `response` shape.
|
|
57
57
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link ClientException} (client fault)
|
|
60
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
61
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
62
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
65
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
66
|
+
* request.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
69
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
70
|
+
* and the associated operations.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
73
|
+
* <p>You have encountered a service limit on the specified resource.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ServerException} (server fault)
|
|
76
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link UnsupportedAvailabilityZoneException} (client fault)
|
|
79
|
+
* <p>At least one of your specified cluster subnets is in an Availability Zone that does
|
|
80
|
+
* not support Amazon EKS. The exception output specifies the supported
|
|
81
|
+
* Availability Zones for your account, from which you can choose subnets for your
|
|
82
|
+
* cluster.</p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
59
85
|
*/
|
|
60
86
|
export declare class CreateFargateProfileCommand extends $Command<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
61
87
|
readonly input: CreateFargateProfileCommandInput;
|
|
@@ -42,6 +42,32 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
|
|
|
42
42
|
* @see {@link CreateNodegroupCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link ClientException} (client fault)
|
|
46
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
47
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
48
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
51
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
52
|
+
* request.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
55
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
56
|
+
* and the associated operations.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
59
|
+
* <p>The specified resource is in use.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
62
|
+
* <p>You have encountered a service limit on the specified resource.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServerException} (server fault)
|
|
65
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
68
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
45
71
|
*/
|
|
46
72
|
export declare class CreateNodegroupCommand extends $Command<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
47
73
|
readonly input: CreateNodegroupCommandInput;
|
|
@@ -31,6 +31,29 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
|
|
|
31
31
|
* @see {@link DeleteAddonCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ClientException} (client fault)
|
|
35
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
36
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
37
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
41
|
+
* request.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
45
|
+
* and the associated operations.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
49
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
50
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
51
|
+
* Region-specific.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServerException} (server fault)
|
|
54
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
34
57
|
*/
|
|
35
58
|
export declare class DeleteAddonCommand extends $Command<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig> {
|
|
36
59
|
readonly input: DeleteAddonCommandInput;
|
|
@@ -36,6 +36,27 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
36
36
|
* @see {@link DeleteClusterCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link ClientException} (client fault)
|
|
40
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
41
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
42
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
45
|
+
* <p>The specified resource is in use.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
49
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
50
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
51
|
+
* Region-specific.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServerException} (server fault)
|
|
54
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
39
60
|
* @example To delete a cluster
|
|
40
61
|
* ```javascript
|
|
41
62
|
* // This example command deletes a cluster named `devel` in your default region.
|
|
@@ -37,6 +37,25 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
|
|
|
37
37
|
* @see {@link DeleteFargateProfileCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link ClientException} (client fault)
|
|
41
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
42
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
43
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
46
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
47
|
+
* request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
51
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
52
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
53
|
+
* Region-specific.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServerException} (server fault)
|
|
56
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
40
59
|
*/
|
|
41
60
|
export declare class DeleteFargateProfileCommand extends $Command<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
42
61
|
readonly input: DeleteFargateProfileCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
|
|
|
29
29
|
* @see {@link DeleteNodegroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
42
|
+
* <p>The specified resource is in use.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
46
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
47
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
48
|
+
* Region-specific.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServerException} (server fault)
|
|
51
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class DeleteNodegroupCommand extends $Command<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteNodegroupCommandInput;
|
|
@@ -30,6 +30,33 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
|
|
|
30
30
|
* @see {@link DeregisterClusterCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy
|
|
36
|
+
* attached that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
|
|
37
|
+
* Management</a> in the <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ClientException} (client fault)
|
|
40
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
41
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
42
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
45
|
+
* <p>The specified resource is in use.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
49
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
50
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
51
|
+
* Region-specific.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServerException} (server fault)
|
|
54
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
57
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
33
60
|
*/
|
|
34
61
|
export declare class DeregisterClusterCommand extends $Command<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig> {
|
|
35
62
|
readonly input: DeregisterClusterCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
|
|
|
29
29
|
* @see {@link DescribeAddonCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
43
|
+
* and the associated operations.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
47
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
48
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
49
|
+
* Region-specific.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServerException} (server fault)
|
|
52
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DescribeAddonCommand extends $Command<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig> {
|
|
34
57
|
readonly input: DescribeAddonCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface DescribeAddonConfigurationCommandOutput extends DescribeAddonCo
|
|
|
29
29
|
* @see {@link DescribeAddonConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
33
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
34
|
+
* request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
38
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
39
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
40
|
+
* Region-specific.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServerException} (server fault)
|
|
43
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DescribeAddonConfigurationCommand extends $Command<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig> {
|
|
34
48
|
readonly input: DescribeAddonConfigurationCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion
|
|
|
31
31
|
* @see {@link DescribeAddonVersionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
35
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
36
|
+
* request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
40
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
41
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
42
|
+
* Region-specific.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServerException} (server fault)
|
|
45
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DescribeAddonVersionsCommand extends $Command<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig> {
|
|
36
50
|
readonly input: DescribeAddonVersionsCommandInput;
|
|
@@ -37,6 +37,24 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
37
37
|
* @see {@link DescribeClusterCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link ClientException} (client fault)
|
|
41
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
42
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
43
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
47
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
48
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
49
|
+
* Region-specific.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServerException} (server fault)
|
|
52
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
55
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
40
58
|
* @example To describe a cluster
|
|
41
59
|
* ```javascript
|
|
42
60
|
* // This example command provides a description of the specified cluster in your default region.
|
|
@@ -29,6 +29,25 @@ export interface DescribeFargateProfileCommandOutput extends DescribeFargateProf
|
|
|
29
29
|
* @see {@link DescribeFargateProfileCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
43
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
44
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
45
|
+
* Region-specific.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServerException} (server fault)
|
|
48
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeFargateProfileCommand extends $Command<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeFargateProfileCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIde
|
|
|
29
29
|
* @see {@link DescribeIdentityProviderConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
43
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
44
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
45
|
+
* Region-specific.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServerException} (server fault)
|
|
48
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
51
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeIdentityProviderConfigCommand extends $Command<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeIdentityProviderConfigCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeNodegroupCommandOutput extends DescribeNodegroupRespons
|
|
|
29
29
|
* @see {@link DescribeNodegroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
43
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
44
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
45
|
+
* Region-specific.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServerException} (server fault)
|
|
48
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
51
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeNodegroupCommand extends $Command<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeNodegroupCommandInput;
|
|
@@ -33,6 +33,25 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M
|
|
|
33
33
|
* @see {@link DescribeUpdateCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
38
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
39
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
43
|
+
* request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
47
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
48
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
49
|
+
* Region-specific.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServerException} (server fault)
|
|
52
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
36
55
|
*/
|
|
37
56
|
export declare class DescribeUpdateCommand extends $Command<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig> {
|
|
38
57
|
readonly input: DescribeUpdateCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface DisassociateIdentityProviderConfigCommandOutput extends Disasso
|
|
|
32
32
|
* @see {@link DisassociateIdentityProviderConfigCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
37
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
38
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
42
|
+
* request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
46
|
+
* and the associated operations.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
49
|
+
* <p>The specified resource is in use.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
53
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
54
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
55
|
+
* Region-specific.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServerException} (server fault)
|
|
58
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class DisassociateIdentityProviderConfigCommand extends $Command<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
37
63
|
readonly input: DisassociateIdentityProviderConfigCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListAddonsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
43
|
+
* and the associated operations.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
47
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
48
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
49
|
+
* Region-specific.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServerException} (server fault)
|
|
52
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class ListAddonsCommand extends $Command<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig> {
|
|
34
57
|
readonly input: ListAddonsCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
30
30
|
* @see {@link ListClustersCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
35
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
36
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
40
|
+
* request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServerException} (server fault)
|
|
43
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
* @example To list your available clusters
|
|
34
50
|
* ```javascript
|
|
35
51
|
* // This example command lists all of your available clusters in your default region.
|
|
@@ -30,6 +30,25 @@ export interface ListFargateProfilesCommandOutput extends ListFargateProfilesRes
|
|
|
30
30
|
* @see {@link ListFargateProfilesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
35
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
36
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
40
|
+
* request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
44
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
45
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
46
|
+
* Region-specific.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServerException} (server fault)
|
|
49
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class ListFargateProfilesCommand extends $Command<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig> {
|
|
35
54
|
readonly input: ListFargateProfilesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityPr
|
|
|
29
29
|
* @see {@link ListIdentityProviderConfigsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
43
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
44
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
45
|
+
* Region-specific.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServerException} (server fault)
|
|
48
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
51
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class ListIdentityProviderConfigsCommand extends $Command<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig> {
|
|
34
56
|
readonly input: ListIdentityProviderConfigsCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M
|
|
|
31
31
|
* @see {@link ListNodegroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ClientException} (client fault)
|
|
35
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
36
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
37
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
41
|
+
* request.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
45
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
46
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
47
|
+
* Region-specific.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServerException} (server fault)
|
|
50
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
53
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class ListNodegroupsCommand extends $Command<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig> {
|
|
36
58
|
readonly input: ListNodegroupsCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning
|
|
34
|
+
* will depend on the API, and will be documented in the error message.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link NotFoundException} (client fault)
|
|
37
|
+
* <p>A service resource associated with the request could not be found. Clients should not
|
|
38
|
+
* retry such requests.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
* @example To list tags for a cluster
|
|
33
42
|
* ```javascript
|
|
34
43
|
* // This example lists all of the tags for the `beta` cluster.
|
|
@@ -30,6 +30,25 @@ export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListUpdatesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
35
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
36
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
40
|
+
* request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
44
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
45
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
46
|
+
* Region-specific.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServerException} (server fault)
|
|
49
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class ListUpdatesCommand extends $Command<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig> {
|
|
35
54
|
readonly input: ListUpdatesCommandInput;
|
|
@@ -41,6 +41,38 @@ export interface RegisterClusterCommandOutput extends RegisterClusterResponse, _
|
|
|
41
41
|
* @see {@link RegisterClusterCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>You don't have permissions to perform the requested operation. The user or role that
|
|
46
|
+
* is making the request must have at least one IAM permissions policy
|
|
47
|
+
* attached that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
|
|
48
|
+
* Management</a> in the <i>IAM User Guide</i>. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ClientException} (client fault)
|
|
51
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
52
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
53
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
56
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
57
|
+
* request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
60
|
+
* <p>The specified resource is in use.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
63
|
+
* <p>You have encountered a service limit on the specified resource.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourcePropagationDelayException} (client fault)
|
|
66
|
+
* <p>Required resources (such as service-linked roles) were created and are still
|
|
67
|
+
* propagating. Retry later.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServerException} (server fault)
|
|
70
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
73
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
44
76
|
*/
|
|
45
77
|
export declare class RegisterClusterCommand extends $Command<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig> {
|
|
46
78
|
readonly input: RegisterClusterCommandInput;
|
|
@@ -34,6 +34,15 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
34
34
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link BadRequestException} (client fault)
|
|
38
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning
|
|
39
|
+
* will depend on the API, and will be documented in the error message.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* <p>A service resource associated with the request could not be found. Clients should not
|
|
43
|
+
* retry such requests.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
37
46
|
*/
|
|
38
47
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig> {
|
|
39
48
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning
|
|
34
|
+
* will depend on the API, and will be documented in the error message.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link NotFoundException} (client fault)
|
|
37
|
+
* <p>A service resource associated with the request could not be found. Clients should not
|
|
38
|
+
* retry such requests.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig> {
|
|
34
43
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateAddonCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
34
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
35
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
43
|
+
* and the associated operations.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
46
|
+
* <p>The specified resource is in use.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
50
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
51
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
52
|
+
* Region-specific.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServerException} (server fault)
|
|
55
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class UpdateAddonCommand extends $Command<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateAddonCommandInput;
|
|
@@ -56,6 +56,32 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
|
|
|
56
56
|
* @see {@link UpdateClusterConfigCommandOutput} for command's `response` shape.
|
|
57
57
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link ClientException} (client fault)
|
|
60
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
61
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
62
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
65
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
66
|
+
* request.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
69
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
70
|
+
* and the associated operations.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
73
|
+
* <p>The specified resource is in use.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
77
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
78
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
79
|
+
* Region-specific.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ServerException} (server fault)
|
|
82
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
59
85
|
*/
|
|
60
86
|
export declare class UpdateClusterConfigCommand extends $Command<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig> {
|
|
61
87
|
readonly input: UpdateClusterConfigCommandInput;
|
|
@@ -38,6 +38,32 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR
|
|
|
38
38
|
* @see {@link UpdateClusterVersionCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ClientException} (client fault)
|
|
42
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
43
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
44
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
47
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
48
|
+
* request.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
51
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
52
|
+
* and the associated operations.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
55
|
+
* <p>The specified resource is in use.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
59
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
60
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
61
|
+
* Region-specific.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServerException} (server fault)
|
|
64
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
41
67
|
*/
|
|
42
68
|
export declare class UpdateClusterVersionCommand extends $Command<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig> {
|
|
43
69
|
readonly input: UpdateClusterVersionCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
|
|
|
32
32
|
* @see {@link UpdateNodegroupConfigCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
37
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
38
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
42
|
+
* request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
46
|
+
* and the associated operations.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
49
|
+
* <p>The specified resource is in use.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
53
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
54
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
55
|
+
* Region-specific.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServerException} (server fault)
|
|
58
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class UpdateNodegroupConfigCommand extends $Command<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig> {
|
|
37
63
|
readonly input: UpdateNodegroupConfigCommandInput;
|
|
@@ -49,6 +49,32 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
|
|
|
49
49
|
* @see {@link UpdateNodegroupVersionCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link ClientException} (client fault)
|
|
53
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
54
|
+
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
55
|
+
* or resource or specifying an identifier that is not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
58
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
59
|
+
* request.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
62
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
63
|
+
* and the associated operations.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
66
|
+
* <p>The specified resource is in use.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
70
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
71
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
72
|
+
* Region-specific.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ServerException} (server fault)
|
|
75
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
52
78
|
*/
|
|
53
79
|
export declare class UpdateNodegroupVersionCommand extends $Command<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig> {
|
|
54
80
|
readonly input: UpdateNodegroupVersionCommandInput;
|
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.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,58 +20,53 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|
|
64
64
|
"concurrently": "7.0.0",
|
|
65
65
|
"downlevel-dts": "0.10.1",
|
|
66
66
|
"rimraf": "3.0.2",
|
|
67
|
-
"typedoc": "0.
|
|
67
|
+
"typedoc": "0.23.23",
|
|
68
68
|
"typescript": "~4.6.2"
|
|
69
69
|
},
|
|
70
|
-
"overrides": {
|
|
71
|
-
"typedoc": {
|
|
72
|
-
"typescript": "~4.6.2"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
70
|
"engines": {
|
|
76
71
|
"node": ">=14.0.0"
|
|
77
72
|
},
|