@aws-sdk/client-eks 3.758.0 → 3.759.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/README.md +10 -10
- package/dist-cjs/index.js +3 -2
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/EKS.d.ts +10 -10
- package/dist-types/EKSClient.d.ts +10 -10
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +5 -5
- package/dist-types/commands/CreateAddonCommand.d.ts +4 -5
- package/dist-types/commands/CreateClusterCommand.d.ts +29 -33
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +28 -32
- package/dist-types/commands/CreateNodegroupCommand.d.ts +12 -7
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAddonCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +10 -4
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +9 -11
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterClusterCommand.d.ts +5 -7
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddonCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -3
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateCommand.d.ts +4 -4
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListAddonsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -2
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +1 -1
- package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -3
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterClusterCommand.d.ts +9 -10
- package/dist-types/commands/TagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +18 -20
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -7
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +15 -13
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/index.d.ts +10 -10
- package/dist-types/models/models_0.d.ts +497 -445
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +1 -1
|
@@ -74,7 +74,7 @@ declare const DescribeAccessEntryCommand_base: {
|
|
|
74
74
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
75
75
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
76
76
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
77
|
-
*
|
|
77
|
+
* specific.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ServerException} (server fault)
|
|
80
80
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -102,7 +102,7 @@ declare const DescribeAddonCommand_base: {
|
|
|
102
102
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
103
103
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
104
104
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
105
|
-
*
|
|
105
|
+
* specific.</p>
|
|
106
106
|
*
|
|
107
107
|
* @throws {@link ServerException} (server fault)
|
|
108
108
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -70,7 +70,7 @@ declare const DescribeAddonConfigurationCommand_base: {
|
|
|
70
70
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
71
71
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
72
72
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
73
|
-
*
|
|
73
|
+
* specific.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ServerException} (server fault)
|
|
76
76
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -108,7 +108,7 @@ declare const DescribeAddonVersionsCommand_base: {
|
|
|
108
108
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
109
109
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
110
110
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
111
|
-
*
|
|
111
|
+
* specific.</p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link ServerException} (server fault)
|
|
114
114
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -31,8 +31,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
31
31
|
* <p>The API server endpoint and certificate authority data returned by this operation are
|
|
32
32
|
* required for <code>kubelet</code> and <code>kubectl</code> to communicate with your
|
|
33
33
|
* Kubernetes API server. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html">Creating or
|
|
34
|
-
* updating a <code>kubeconfig</code> file for an Amazon EKS
|
|
35
|
-
* cluster</a>.</p>
|
|
34
|
+
* updating a <code>kubeconfig</code> file for an Amazon EKS cluster</a>.</p>
|
|
36
35
|
* <note>
|
|
37
36
|
* <p>The API server endpoint and certificate authority data aren't available until the
|
|
38
37
|
* cluster reaches the <code>ACTIVE</code> state.</p>
|
|
@@ -189,7 +188,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
189
188
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
190
189
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
191
190
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
192
|
-
*
|
|
191
|
+
* specific.</p>
|
|
193
192
|
*
|
|
194
193
|
* @throws {@link ServerException} (server fault)
|
|
195
194
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -57,6 +57,12 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
|
|
|
57
57
|
* // licenseArns: [ // StringList
|
|
58
58
|
* // "STRING_VALUE",
|
|
59
59
|
* // ],
|
|
60
|
+
* // licenses: [ // LicenseList
|
|
61
|
+
* // { // License
|
|
62
|
+
* // id: "STRING_VALUE",
|
|
63
|
+
* // token: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
60
66
|
* // tags: { // TagMap
|
|
61
67
|
* // "<keys>": "STRING_VALUE",
|
|
62
68
|
* // },
|
|
@@ -80,7 +86,7 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
|
|
|
80
86
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
81
87
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
82
88
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
83
|
-
*
|
|
89
|
+
* specific.</p>
|
|
84
90
|
*
|
|
85
91
|
* @throws {@link ServerException} (server fault)
|
|
86
92
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -97,7 +97,7 @@ declare const DescribeFargateProfileCommand_base: {
|
|
|
97
97
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
98
98
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
99
99
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
100
|
-
*
|
|
100
|
+
* specific.</p>
|
|
101
101
|
*
|
|
102
102
|
* @throws {@link ServerException} (server fault)
|
|
103
103
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -87,7 +87,7 @@ declare const DescribeIdentityProviderConfigCommand_base: {
|
|
|
87
87
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
88
88
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
89
89
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
90
|
-
*
|
|
90
|
+
* specific.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link ServerException} (server fault)
|
|
93
93
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -115,7 +115,7 @@ declare const DescribeInsightCommand_base: {
|
|
|
115
115
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
116
116
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
117
117
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
118
|
-
*
|
|
118
|
+
* specific.</p>
|
|
119
119
|
*
|
|
120
120
|
* @throws {@link ServerException} (server fault)
|
|
121
121
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -138,7 +138,7 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
138
138
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
139
139
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
140
140
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
141
|
-
*
|
|
141
|
+
* specific.</p>
|
|
142
142
|
*
|
|
143
143
|
* @throws {@link ServerException} (server fault)
|
|
144
144
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -81,7 +81,7 @@ declare const DescribePodIdentityAssociationCommand_base: {
|
|
|
81
81
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
82
82
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
83
83
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
84
|
-
*
|
|
84
|
+
* specific.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link ServerException} (server fault)
|
|
87
87
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -28,9 +28,9 @@ declare const DescribeUpdateCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes an update to an Amazon EKS resource.</p>
|
|
31
|
-
* <p>When the status of the update is <code>Successful</code>, the update is complete. If
|
|
32
|
-
* update fails, the status is <code>Failed</code>, and an error detail explains the
|
|
33
|
-
* for the failure.</p>
|
|
31
|
+
* <p>When the status of the update is <code>Successful</code>, the update is complete. If
|
|
32
|
+
* an update fails, the status is <code>Failed</code>, and an error detail explains the
|
|
33
|
+
* reason for the failure.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -90,7 +90,7 @@ declare const DescribeUpdateCommand_base: {
|
|
|
90
90
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
91
91
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
92
92
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
93
|
-
*
|
|
93
|
+
* specific.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link ServerException} (server fault)
|
|
96
96
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -59,7 +59,7 @@ declare const DisassociateAccessPolicyCommand_base: {
|
|
|
59
59
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
60
60
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
61
61
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
62
|
-
*
|
|
62
|
+
* specific.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ServerException} (server fault)
|
|
65
65
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -99,7 +99,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
99
99
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
100
100
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
101
101
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
102
|
-
*
|
|
102
|
+
* specific.</p>
|
|
103
103
|
*
|
|
104
104
|
* @throws {@link ServerException} (server fault)
|
|
105
105
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -69,7 +69,7 @@ declare const ListAccessEntriesCommand_base: {
|
|
|
69
69
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
70
70
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
71
71
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
72
|
-
*
|
|
72
|
+
* specific.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ServerException} (server fault)
|
|
75
75
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -73,7 +73,7 @@ declare const ListAddonsCommand_base: {
|
|
|
73
73
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
74
74
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
75
75
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
76
|
-
*
|
|
76
|
+
* specific.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ServerException} (server fault)
|
|
79
79
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -77,7 +77,7 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
|
77
77
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
78
78
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
79
79
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
80
|
-
*
|
|
80
|
+
* specific.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ServerException} (server fault)
|
|
83
83
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,8 +27,7 @@ declare const ListClustersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the
|
|
31
|
-
* specified Amazon Web Services Region.</p>
|
|
30
|
+
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -62,6 +62,12 @@ declare const ListEksAnywhereSubscriptionsCommand_base: {
|
|
|
62
62
|
* // licenseArns: [ // StringList
|
|
63
63
|
* // "STRING_VALUE",
|
|
64
64
|
* // ],
|
|
65
|
+
* // licenses: [ // LicenseList
|
|
66
|
+
* // { // License
|
|
67
|
+
* // id: "STRING_VALUE",
|
|
68
|
+
* // token: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
65
71
|
* // tags: { // TagMap
|
|
66
72
|
* // "<keys>": "STRING_VALUE",
|
|
67
73
|
* // },
|
|
@@ -27,8 +27,8 @@ declare const ListFargateProfilesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the Fargate profiles associated with the specified cluster in
|
|
31
|
-
*
|
|
30
|
+
* <p>Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services
|
|
31
|
+
* account in the specified Amazon Web Services Region.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -70,7 +70,7 @@ declare const ListFargateProfilesCommand_base: {
|
|
|
70
70
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
71
71
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
72
72
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
73
|
-
*
|
|
73
|
+
* specific.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ServerException} (server fault)
|
|
76
76
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -72,7 +72,7 @@ declare const ListIdentityProviderConfigsCommand_base: {
|
|
|
72
72
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
73
73
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
74
74
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
75
|
-
*
|
|
75
|
+
* specific.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ServerException} (server fault)
|
|
78
78
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -93,7 +93,7 @@ declare const ListInsightsCommand_base: {
|
|
|
93
93
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
94
94
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
95
95
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
96
|
-
*
|
|
96
|
+
* specific.</p>
|
|
97
97
|
*
|
|
98
98
|
* @throws {@link ServerException} (server fault)
|
|
99
99
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -28,8 +28,7 @@ declare const ListNodegroupsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services
|
|
31
|
-
*
|
|
32
|
-
* groups aren't listed.</p>
|
|
31
|
+
* account in the specified Amazon Web Services Region. Self-managed node groups aren't listed.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -71,7 +70,7 @@ declare const ListNodegroupsCommand_base: {
|
|
|
71
70
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
72
71
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
73
72
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
74
|
-
*
|
|
73
|
+
* specific.</p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link ServerException} (server fault)
|
|
77
76
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -78,7 +78,7 @@ declare const ListPodIdentityAssociationsCommand_base: {
|
|
|
78
78
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
79
79
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
80
80
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
81
|
-
*
|
|
81
|
+
* specific.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ServerException} (server fault)
|
|
84
84
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,8 +27,8 @@ declare const ListUpdatesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services
|
|
31
|
-
*
|
|
30
|
+
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the
|
|
31
|
+
* specified Amazon Web Services Region.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -72,7 +72,7 @@ declare const ListUpdatesCommand_base: {
|
|
|
72
72
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
73
73
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
74
74
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
75
|
-
*
|
|
75
|
+
* specific.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ServerException} (server fault)
|
|
78
78
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -28,18 +28,18 @@ declare const RegisterClusterCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
|
|
31
|
-
* <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to view
|
|
32
|
-
*
|
|
31
|
+
* <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to view current
|
|
32
|
+
* information about the cluster and its nodes. </p>
|
|
33
33
|
* <p>Cluster connection requires two steps. First, send a <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_RegisterClusterRequest.html">
|
|
34
34
|
* <code>RegisterClusterRequest</code>
|
|
35
|
-
* </a> to add it to the Amazon EKS
|
|
36
|
-
*
|
|
35
|
+
* </a> to add it to the Amazon EKS control
|
|
36
|
+
* plane.</p>
|
|
37
37
|
* <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and
|
|
38
38
|
* <code>activationCode</code> must be applied to the Kubernetes cluster through it's native
|
|
39
39
|
* provider to provide visibility.</p>
|
|
40
40
|
* <p>After the manifest is updated and applied, the connected cluster is visible to the
|
|
41
|
-
*
|
|
42
|
-
*
|
|
41
|
+
* Amazon EKS control plane. If the manifest isn't applied within three days, the connected
|
|
42
|
+
* cluster will no longer be visible and must be deregistered using
|
|
43
43
|
* <code>DeregisterCluster</code>.</p>
|
|
44
44
|
* @example
|
|
45
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -194,10 +194,9 @@ declare const RegisterClusterCommand_base: {
|
|
|
194
194
|
*
|
|
195
195
|
* @throws {@link AccessDeniedException} (client fault)
|
|
196
196
|
* <p>You don't have permissions to perform the requested operation. The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a>
|
|
197
|
-
* making the request must have at least one IAM permissions policy attached
|
|
198
|
-
*
|
|
199
|
-
* management</a> in the <i>IAM User Guide</i>.
|
|
200
|
-
* </p>
|
|
197
|
+
* making the request must have at least one IAM permissions policy attached that grants
|
|
198
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
|
|
199
|
+
* management</a> in the <i>IAM User Guide</i>. </p>
|
|
201
200
|
*
|
|
202
201
|
* @throws {@link ClientException} (client fault)
|
|
203
202
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
@@ -30,10 +30,10 @@ declare const TagResourceCommand_base: {
|
|
|
30
30
|
* <p>Associates the specified tags to an Amazon EKS resource with the specified
|
|
31
31
|
* <code>resourceArn</code>. If existing tags on a resource are not specified in the
|
|
32
32
|
* request parameters, they aren't changed. When a resource is deleted, the tags associated
|
|
33
|
-
* with that resource are also deleted. Tags that you create for Amazon EKS
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
33
|
+
* with that resource are also deleted. Tags that you create for Amazon EKS resources don't
|
|
34
|
+
* propagate to any other resources associated with the cluster. For example, if you tag a
|
|
35
|
+
* cluster with this operation, that tag doesn't automatically propagate to the subnets and
|
|
36
|
+
* nodes associated with the cluster.</p>
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
39
|
* ```javascript
|
|
@@ -83,7 +83,7 @@ declare const UpdateAccessEntryCommand_base: {
|
|
|
83
83
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
84
84
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
85
85
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
86
|
-
*
|
|
86
|
+
* specific.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link ServerException} (server fault)
|
|
89
89
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -103,7 +103,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
103
103
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
104
104
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
105
105
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
106
|
-
*
|
|
106
|
+
* specific.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link ServerException} (server fault)
|
|
109
109
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,37 +27,35 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an Amazon EKS cluster configuration. Your cluster continues to
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>Updates an Amazon EKS cluster configuration. Your cluster continues to function during the
|
|
31
|
+
* update. The response output includes an update ID that you can use to track the status
|
|
32
|
+
* of your cluster update with <code>DescribeUpdate</code>"/>.</p>
|
|
33
33
|
* <p>You can use this API operation to enable or disable exporting the Kubernetes control plane
|
|
34
|
-
* logs for your cluster to CloudWatch Logs. By default, cluster control plane logs
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
34
|
+
* logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported
|
|
35
|
+
* to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
|
|
36
|
+
* Cluster control plane logs</a> in the
|
|
37
|
+
* <i>
|
|
38
38
|
* <i>Amazon EKS User Guide</i>
|
|
39
39
|
* </i>.</p>
|
|
40
40
|
* <note>
|
|
41
|
-
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to
|
|
42
|
-
*
|
|
43
|
-
* Pricing</a>.</p>
|
|
41
|
+
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
|
|
42
|
+
* control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
|
|
44
43
|
* </note>
|
|
45
44
|
* <p>You can also use this API operation to enable or disable public and private access to
|
|
46
45
|
* your cluster's Kubernetes API server endpoint. By default, public access is enabled, and
|
|
47
|
-
* private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
|
|
48
|
-
*
|
|
49
|
-
* <i>
|
|
46
|
+
* private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
47
|
+
* endpoint access control</a> in the <i>
|
|
50
48
|
* <i>Amazon EKS User Guide</i>
|
|
51
49
|
* </i>.</p>
|
|
52
50
|
* <p>You can also use this API operation to choose different subnets and security groups
|
|
53
|
-
* for the cluster. You must specify at least two subnets that are in different
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
51
|
+
* for the cluster. You must specify at least two subnets that are in different Availability Zones. You
|
|
52
|
+
* can't change which VPC the subnets are from, the subnets must be in the same VPC as the
|
|
53
|
+
* subnets that the cluster was created with. For more information about the VPC
|
|
54
|
+
* requirements, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html</a> in the <i>
|
|
57
55
|
* <i>Amazon EKS User Guide</i>
|
|
58
56
|
* </i>.</p>
|
|
59
|
-
* <p>You can also use this API operation to enable or disable ARC zonal shift. If zonal
|
|
60
|
-
* configures zonal autoshift for the cluster.</p>
|
|
57
|
+
* <p>You can also use this API operation to enable or disable ARC zonal shift. If zonal
|
|
58
|
+
* shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p>
|
|
61
59
|
* <p>Cluster updates are asynchronous, and they should finish within a few minutes. During
|
|
62
60
|
* an update, the cluster status moves to <code>UPDATING</code> (this status transition is
|
|
63
61
|
* eventually consistent). When the update is complete (either <code>Failed</code> or
|
|
@@ -177,7 +175,7 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
177
175
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
178
176
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
179
177
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
180
|
-
*
|
|
178
|
+
* specific.</p>
|
|
181
179
|
*
|
|
182
180
|
* @throws {@link ServerException} (server fault)
|
|
183
181
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,10 +27,9 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html">
|
|
30
|
+
* <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues to
|
|
31
|
+
* function during the update. The response output includes an update ID that you can use
|
|
32
|
+
* to track the status of your cluster update with the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html">
|
|
34
33
|
* <code>DescribeUpdate</code>
|
|
35
34
|
* </a> API operation.</p>
|
|
36
35
|
* <p>Cluster updates are asynchronous, and they should finish within a few minutes. During
|
|
@@ -105,7 +104,7 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
105
104
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
106
105
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
107
106
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
108
|
-
*
|
|
107
|
+
* specific.</p>
|
|
109
108
|
*
|
|
110
109
|
* @throws {@link ServerException} (server fault)
|
|
111
110
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -60,6 +60,12 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
|
|
|
60
60
|
* // licenseArns: [ // StringList
|
|
61
61
|
* // "STRING_VALUE",
|
|
62
62
|
* // ],
|
|
63
|
+
* // licenses: [ // LicenseList
|
|
64
|
+
* // { // License
|
|
65
|
+
* // id: "STRING_VALUE",
|
|
66
|
+
* // token: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
63
69
|
* // tags: { // TagMap
|
|
64
70
|
* // "<keys>": "STRING_VALUE",
|
|
65
71
|
* // },
|
|
@@ -91,7 +97,7 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
|
|
|
91
97
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
92
98
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
93
99
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
94
|
-
*
|
|
100
|
+
* specific.</p>
|
|
95
101
|
*
|
|
96
102
|
* @throws {@link ServerException} (server fault)
|
|
97
103
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,13 +27,12 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an Amazon EKS managed node group configuration. Your node group
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html">
|
|
30
|
+
* <p>Updates an Amazon EKS managed node group configuration. Your node group continues to
|
|
31
|
+
* function during the update. The response output includes an update ID that you can use
|
|
32
|
+
* to track the status of your node group update with the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html">
|
|
34
33
|
* <code>DescribeUpdate</code>
|
|
35
|
-
* </a> API operation. You can update the Kubernetes labels
|
|
36
|
-
* for a node group and the scaling and version update configuration.</p>
|
|
34
|
+
* </a> API operation. You can update the Kubernetes labels
|
|
35
|
+
* and taints for a node group and the scaling and version update configuration.</p>
|
|
37
36
|
* @example
|
|
38
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
38
|
* ```javascript
|
|
@@ -136,7 +135,7 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
136
135
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
137
136
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
138
137
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
139
|
-
*
|
|
138
|
+
* specific.</p>
|
|
140
139
|
*
|
|
141
140
|
* @throws {@link ServerException} (server fault)
|
|
142
141
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,26 +27,28 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node
|
|
31
|
-
* group.</p>
|
|
30
|
+
* <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.</p>
|
|
32
31
|
* <p>You can update a node group using a launch template only if the node group was
|
|
33
|
-
* originally deployed with a launch template.
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
32
|
+
* originally deployed with a launch template. Additionally, the launch template ID or name
|
|
33
|
+
* must match what was used when the node group was created. You can update the launch
|
|
34
|
+
* template version with necessary changes.</p>
|
|
35
|
+
* <p>If you need to update a custom AMI in a node group that was deployed with a launch
|
|
36
|
+
* template, then update your custom AMI, specify the new ID in a new version of the launch
|
|
37
|
+
* template, and then update the node group to the new version of the launch
|
|
38
|
+
* template.</p>
|
|
37
39
|
* <p>If you update without a launch template, then you can update to the latest available
|
|
38
40
|
* AMI version of a node group's current Kubernetes version by not specifying a Kubernetes version in
|
|
39
41
|
* the request. You can update to the latest AMI version of your cluster's current Kubernetes
|
|
40
42
|
* version by specifying your cluster's Kubernetes version in the request. For information about
|
|
41
43
|
* Linux versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS optimized Amazon Linux AMI versions</a> in the
|
|
42
|
-
* <i>Amazon EKS User Guide</i>. For information about Windows versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html">Amazon EKS
|
|
43
|
-
*
|
|
44
|
+
* <i>Amazon EKS User Guide</i>. For information about Windows versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html">Amazon EKS
|
|
45
|
+
* optimized Windows AMI versions</a> in the <i>Amazon EKS User Guide</i>. </p>
|
|
44
46
|
* <p>You cannot roll back a node group to an earlier Kubernetes version or AMI version.</p>
|
|
45
47
|
* <p>When a node in a managed node group is terminated due to a scaling action or update,
|
|
46
|
-
* every <code>Pod</code> on that node is drained first. Amazon EKS attempts to
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
48
|
+
* every <code>Pod</code> on that node is drained first. Amazon EKS attempts to drain the nodes
|
|
49
|
+
* gracefully and will fail if it is unable to do so. You can <code>force</code> the update
|
|
50
|
+
* if Amazon EKS is unable to drain the nodes as a result of a <code>Pod</code> disruption
|
|
51
|
+
* budget issue.</p>
|
|
50
52
|
* @example
|
|
51
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
52
54
|
* ```javascript
|
|
@@ -120,7 +122,7 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
120
122
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
121
123
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
122
124
|
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
123
|
-
*
|
|
125
|
+
* specific.</p>
|
|
124
126
|
*
|
|
125
127
|
* @throws {@link ServerException} (server fault)
|
|
126
128
|
* <p>These errors are usually caused by a server-side issue.</p>
|