@aws-sdk/client-eks 3.30.0 → 3.34.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/CHANGELOG.md +38 -0
- package/EKS.ts +83 -0
- package/EKSClient.ts +6 -0
- package/commands/DeregisterClusterCommand.ts +94 -0
- package/commands/RegisterClusterCommand.ts +103 -0
- package/dist/cjs/EKS.js +30 -0
- package/dist/cjs/EKS.js.map +1 -1
- package/dist/cjs/EKSClient.js +13 -13
- package/dist/cjs/EKSClient.js.map +1 -1
- package/dist/cjs/commands/AssociateEncryptionConfigCommand.js +3 -3
- package/dist/cjs/commands/AssociateEncryptionConfigCommand.js.map +1 -1
- package/dist/cjs/commands/AssociateIdentityProviderConfigCommand.js +3 -3
- package/dist/cjs/commands/AssociateIdentityProviderConfigCommand.js.map +1 -1
- package/dist/cjs/commands/CreateAddonCommand.js +3 -3
- package/dist/cjs/commands/CreateAddonCommand.js.map +1 -1
- package/dist/cjs/commands/CreateClusterCommand.js +3 -3
- package/dist/cjs/commands/CreateClusterCommand.js.map +1 -1
- package/dist/cjs/commands/CreateFargateProfileCommand.js +3 -3
- package/dist/cjs/commands/CreateFargateProfileCommand.js.map +1 -1
- package/dist/cjs/commands/CreateNodegroupCommand.js +3 -3
- package/dist/cjs/commands/CreateNodegroupCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteAddonCommand.js +3 -3
- package/dist/cjs/commands/DeleteAddonCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteClusterCommand.js +3 -3
- package/dist/cjs/commands/DeleteClusterCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteFargateProfileCommand.js +3 -3
- package/dist/cjs/commands/DeleteFargateProfileCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteNodegroupCommand.js +3 -3
- package/dist/cjs/commands/DeleteNodegroupCommand.js.map +1 -1
- package/dist/cjs/commands/DeregisterClusterCommand.js +61 -0
- package/dist/cjs/commands/DeregisterClusterCommand.js.map +1 -0
- package/dist/cjs/commands/DescribeAddonCommand.js +3 -3
- package/dist/cjs/commands/DescribeAddonCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeAddonVersionsCommand.js +3 -3
- package/dist/cjs/commands/DescribeAddonVersionsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeClusterCommand.js +3 -3
- package/dist/cjs/commands/DescribeClusterCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeFargateProfileCommand.js +3 -3
- package/dist/cjs/commands/DescribeFargateProfileCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeIdentityProviderConfigCommand.js +3 -3
- package/dist/cjs/commands/DescribeIdentityProviderConfigCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeNodegroupCommand.js +3 -3
- package/dist/cjs/commands/DescribeNodegroupCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeUpdateCommand.js +3 -3
- package/dist/cjs/commands/DescribeUpdateCommand.js.map +1 -1
- package/dist/cjs/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
- package/dist/cjs/commands/DisassociateIdentityProviderConfigCommand.js.map +1 -1
- package/dist/cjs/commands/ListAddonsCommand.js +3 -3
- package/dist/cjs/commands/ListAddonsCommand.js.map +1 -1
- package/dist/cjs/commands/ListClustersCommand.js +3 -3
- package/dist/cjs/commands/ListClustersCommand.js.map +1 -1
- package/dist/cjs/commands/ListFargateProfilesCommand.js +3 -3
- package/dist/cjs/commands/ListFargateProfilesCommand.js.map +1 -1
- package/dist/cjs/commands/ListIdentityProviderConfigsCommand.js +3 -3
- package/dist/cjs/commands/ListIdentityProviderConfigsCommand.js.map +1 -1
- package/dist/cjs/commands/ListNodegroupsCommand.js +3 -3
- package/dist/cjs/commands/ListNodegroupsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/ListUpdatesCommand.js +3 -3
- package/dist/cjs/commands/ListUpdatesCommand.js.map +1 -1
- package/dist/cjs/commands/RegisterClusterCommand.js +70 -0
- package/dist/cjs/commands/RegisterClusterCommand.js.map +1 -0
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateAddonCommand.js +3 -3
- package/dist/cjs/commands/UpdateAddonCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateClusterConfigCommand.js +3 -3
- package/dist/cjs/commands/UpdateClusterConfigCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateClusterVersionCommand.js +3 -3
- package/dist/cjs/commands/UpdateClusterVersionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateNodegroupConfigCommand.js +3 -3
- package/dist/cjs/commands/UpdateNodegroupConfigCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateNodegroupVersionCommand.js +3 -3
- package/dist/cjs/commands/UpdateNodegroupVersionCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +53 -51
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/models/models_0.js +69 -3
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +40 -40
- package/dist/cjs/protocols/Aws_restJson1.js +453 -219
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/cjs/waiters/waitForAddonActive.js +3 -3
- package/dist/cjs/waiters/waitForAddonActive.js.map +1 -1
- package/dist/cjs/waiters/waitForAddonDeleted.js +3 -3
- package/dist/cjs/waiters/waitForAddonDeleted.js.map +1 -1
- package/dist/cjs/waiters/waitForClusterActive.js +3 -3
- package/dist/cjs/waiters/waitForClusterActive.js.map +1 -1
- package/dist/cjs/waiters/waitForClusterDeleted.js +12 -3
- package/dist/cjs/waiters/waitForClusterDeleted.js.map +1 -1
- package/dist/cjs/waiters/waitForFargateProfileActive.js +3 -3
- package/dist/cjs/waiters/waitForFargateProfileActive.js.map +1 -1
- package/dist/cjs/waiters/waitForFargateProfileDeleted.js +3 -3
- package/dist/cjs/waiters/waitForFargateProfileDeleted.js.map +1 -1
- package/dist/cjs/waiters/waitForNodegroupActive.js +3 -3
- package/dist/cjs/waiters/waitForNodegroupActive.js.map +1 -1
- package/dist/cjs/waiters/waitForNodegroupDeleted.js +3 -3
- package/dist/cjs/waiters/waitForNodegroupDeleted.js.map +1 -1
- package/dist/es/EKS.js +31 -13
- package/dist/es/EKS.js.map +1 -1
- package/dist/es/EKSClient.js +1 -18
- package/dist/es/EKSClient.js.map +1 -1
- package/dist/es/commands/AssociateEncryptionConfigCommand.js +2 -30
- package/dist/es/commands/AssociateEncryptionConfigCommand.js.map +1 -1
- package/dist/es/commands/AssociateIdentityProviderConfigCommand.js +2 -34
- package/dist/es/commands/AssociateIdentityProviderConfigCommand.js.map +1 -1
- package/dist/es/commands/CreateAddonCommand.js +2 -32
- package/dist/es/commands/CreateAddonCommand.js.map +1 -1
- package/dist/es/commands/CreateClusterCommand.js +2 -45
- package/dist/es/commands/CreateClusterCommand.js.map +1 -1
- package/dist/es/commands/CreateFargateProfileCommand.js +2 -50
- package/dist/es/commands/CreateFargateProfileCommand.js.map +1 -1
- package/dist/es/commands/CreateNodegroupCommand.js +2 -36
- package/dist/es/commands/CreateNodegroupCommand.js.map +1 -1
- package/dist/es/commands/DeleteAddonCommand.js +2 -29
- package/dist/es/commands/DeleteAddonCommand.js.map +1 -1
- package/dist/es/commands/DeleteClusterCommand.js +2 -34
- package/dist/es/commands/DeleteClusterCommand.js.map +1 -1
- package/dist/es/commands/DeleteFargateProfileCommand.js +2 -34
- package/dist/es/commands/DeleteFargateProfileCommand.js.map +1 -1
- package/dist/es/commands/DeleteNodegroupCommand.js +2 -27
- package/dist/es/commands/DeleteNodegroupCommand.js.map +1 -1
- package/dist/es/commands/DeregisterClusterCommand.js +40 -0
- package/dist/es/commands/DeregisterClusterCommand.js.map +1 -0
- package/dist/es/commands/DescribeAddonCommand.js +2 -27
- package/dist/es/commands/DescribeAddonCommand.js.map +1 -1
- package/dist/es/commands/DescribeAddonVersionsCommand.js +2 -27
- package/dist/es/commands/DescribeAddonVersionsCommand.js.map +1 -1
- package/dist/es/commands/DescribeClusterCommand.js +2 -35
- package/dist/es/commands/DescribeClusterCommand.js.map +1 -1
- package/dist/es/commands/DescribeFargateProfileCommand.js +2 -27
- package/dist/es/commands/DescribeFargateProfileCommand.js.map +1 -1
- package/dist/es/commands/DescribeIdentityProviderConfigCommand.js +2 -27
- package/dist/es/commands/DescribeIdentityProviderConfigCommand.js.map +1 -1
- package/dist/es/commands/DescribeNodegroupCommand.js +2 -27
- package/dist/es/commands/DescribeNodegroupCommand.js.map +1 -1
- package/dist/es/commands/DescribeUpdateCommand.js +2 -31
- package/dist/es/commands/DescribeUpdateCommand.js.map +1 -1
- package/dist/es/commands/DisassociateIdentityProviderConfigCommand.js +2 -30
- package/dist/es/commands/DisassociateIdentityProviderConfigCommand.js.map +1 -1
- package/dist/es/commands/ListAddonsCommand.js +2 -27
- package/dist/es/commands/ListAddonsCommand.js.map +1 -1
- package/dist/es/commands/ListClustersCommand.js +2 -27
- package/dist/es/commands/ListClustersCommand.js.map +1 -1
- package/dist/es/commands/ListFargateProfilesCommand.js +2 -28
- package/dist/es/commands/ListFargateProfilesCommand.js.map +1 -1
- package/dist/es/commands/ListIdentityProviderConfigsCommand.js +2 -27
- package/dist/es/commands/ListIdentityProviderConfigsCommand.js.map +1 -1
- package/dist/es/commands/ListNodegroupsCommand.js +2 -28
- package/dist/es/commands/ListNodegroupsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/ListUpdatesCommand.js +2 -28
- package/dist/es/commands/ListUpdatesCommand.js.map +1 -1
- package/dist/es/commands/RegisterClusterCommand.js +40 -0
- package/dist/es/commands/RegisterClusterCommand.js.map +1 -0
- package/dist/es/commands/TagResourceCommand.js +2 -33
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateAddonCommand.js +2 -27
- package/dist/es/commands/UpdateAddonCommand.js.map +1 -1
- package/dist/es/commands/UpdateClusterConfigCommand.js +2 -53
- package/dist/es/commands/UpdateClusterConfigCommand.js.map +1 -1
- package/dist/es/commands/UpdateClusterVersionCommand.js +2 -37
- package/dist/es/commands/UpdateClusterVersionCommand.js.map +1 -1
- package/dist/es/commands/UpdateNodegroupConfigCommand.js +2 -31
- package/dist/es/commands/UpdateNodegroupConfigCommand.js.map +1 -1
- package/dist/es/commands/UpdateNodegroupVersionCommand.js +2 -44
- package/dist/es/commands/UpdateNodegroupVersionCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/index.js +2 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/models_0.js +36 -342
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +40 -40
- package/dist/es/pagination/DescribeAddonVersionsPaginator.js +16 -28
- package/dist/es/pagination/DescribeAddonVersionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListAddonsPaginator.js +16 -28
- package/dist/es/pagination/ListAddonsPaginator.js.map +1 -1
- package/dist/es/pagination/ListClustersPaginator.js +16 -28
- package/dist/es/pagination/ListClustersPaginator.js.map +1 -1
- package/dist/es/pagination/ListFargateProfilesPaginator.js +16 -28
- package/dist/es/pagination/ListFargateProfilesPaginator.js.map +1 -1
- package/dist/es/pagination/ListIdentityProviderConfigsPaginator.js +16 -28
- package/dist/es/pagination/ListIdentityProviderConfigsPaginator.js.map +1 -1
- package/dist/es/pagination/ListNodegroupsPaginator.js +16 -28
- package/dist/es/pagination/ListNodegroupsPaginator.js.map +1 -1
- package/dist/es/pagination/ListUpdatesPaginator.js +16 -28
- package/dist/es/pagination/ListUpdatesPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +1197 -938
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/es/waiters/waitForAddonActive.js +10 -19
- package/dist/es/waiters/waitForAddonActive.js.map +1 -1
- package/dist/es/waiters/waitForAddonDeleted.js +9 -18
- package/dist/es/waiters/waitForAddonDeleted.js.map +1 -1
- package/dist/es/waiters/waitForClusterActive.js +10 -19
- package/dist/es/waiters/waitForClusterActive.js.map +1 -1
- package/dist/es/waiters/waitForClusterDeleted.js +20 -20
- package/dist/es/waiters/waitForClusterDeleted.js.map +1 -1
- package/dist/es/waiters/waitForFargateProfileActive.js +9 -18
- package/dist/es/waiters/waitForFargateProfileActive.js.map +1 -1
- package/dist/es/waiters/waitForFargateProfileDeleted.js +9 -18
- package/dist/es/waiters/waitForFargateProfileDeleted.js.map +1 -1
- package/dist/es/waiters/waitForNodegroupActive.js +9 -18
- package/dist/es/waiters/waitForNodegroupActive.js.map +1 -1
- package/dist/es/waiters/waitForNodegroupDeleted.js +9 -18
- package/dist/es/waiters/waitForNodegroupDeleted.js.map +1 -1
- package/dist/types/EKS.d.ts +23 -0
- package/dist/types/EKSClient.d.ts +4 -2
- package/dist/types/commands/DeregisterClusterCommand.d.ts +35 -0
- package/dist/types/commands/RegisterClusterCommand.d.ts +44 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/models/models_0.d.ts +129 -3
- package/dist/types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/EKS.d.ts +23 -0
- package/dist/types/ts3.4/EKSClient.d.ts +4 -2
- package/dist/types/ts3.4/commands/DeregisterClusterCommand.d.ts +35 -0
- package/dist/types/ts3.4/commands/RegisterClusterCommand.d.ts +44 -0
- package/dist/types/ts3.4/index.d.ts +2 -0
- package/dist/types/ts3.4/models/models_0.d.ts +129 -3
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/index.ts +2 -0
- package/models/models_0.ts +163 -3
- package/package.json +40 -40
- package/protocols/Aws_restJson1.ts +273 -7
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
- package/waiters/waitForClusterDeleted.ts +8 -0
|
@@ -12,65 +12,38 @@ export var AddonIssueCode;
|
|
|
12
12
|
})(AddonIssueCode || (AddonIssueCode = {}));
|
|
13
13
|
export var AddonIssue;
|
|
14
14
|
(function (AddonIssue) {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
AddonIssue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
16
|
})(AddonIssue || (AddonIssue = {}));
|
|
20
17
|
export var AddonHealth;
|
|
21
18
|
(function (AddonHealth) {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
19
|
AddonHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
20
|
})(AddonHealth || (AddonHealth = {}));
|
|
27
21
|
export var Addon;
|
|
28
22
|
(function (Addon) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
23
|
Addon.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
24
|
})(Addon || (Addon = {}));
|
|
34
25
|
export var Compatibility;
|
|
35
26
|
(function (Compatibility) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
Compatibility.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
28
|
})(Compatibility || (Compatibility = {}));
|
|
41
29
|
export var AddonVersionInfo;
|
|
42
30
|
(function (AddonVersionInfo) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
31
|
AddonVersionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
32
|
})(AddonVersionInfo || (AddonVersionInfo = {}));
|
|
48
33
|
export var AddonInfo;
|
|
49
34
|
(function (AddonInfo) {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
35
|
AddonInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
36
|
})(AddonInfo || (AddonInfo = {}));
|
|
55
37
|
export var Provider;
|
|
56
38
|
(function (Provider) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
39
|
Provider.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
40
|
})(Provider || (Provider = {}));
|
|
62
41
|
export var EncryptionConfig;
|
|
63
42
|
(function (EncryptionConfig) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
43
|
EncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
44
|
})(EncryptionConfig || (EncryptionConfig = {}));
|
|
69
45
|
export var AssociateEncryptionConfigRequest;
|
|
70
46
|
(function (AssociateEncryptionConfigRequest) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
47
|
AssociateEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
48
|
})(AssociateEncryptionConfigRequest || (AssociateEncryptionConfigRequest = {}));
|
|
76
49
|
export var ErrorCode;
|
|
@@ -95,9 +68,6 @@ export var ErrorCode;
|
|
|
95
68
|
})(ErrorCode || (ErrorCode = {}));
|
|
96
69
|
export var ErrorDetail;
|
|
97
70
|
(function (ErrorDetail) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
71
|
ErrorDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
72
|
})(ErrorDetail || (ErrorDetail = {}));
|
|
103
73
|
export var UpdateParamType;
|
|
@@ -128,9 +98,6 @@ export var UpdateParamType;
|
|
|
128
98
|
})(UpdateParamType || (UpdateParamType = {}));
|
|
129
99
|
export var UpdateParam;
|
|
130
100
|
(function (UpdateParam) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
101
|
UpdateParam.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
102
|
})(UpdateParam || (UpdateParam = {}));
|
|
136
103
|
export var UpdateStatus;
|
|
@@ -153,107 +120,62 @@ export var UpdateType;
|
|
|
153
120
|
})(UpdateType || (UpdateType = {}));
|
|
154
121
|
export var Update;
|
|
155
122
|
(function (Update) {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
123
|
Update.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
124
|
})(Update || (Update = {}));
|
|
161
125
|
export var AssociateEncryptionConfigResponse;
|
|
162
126
|
(function (AssociateEncryptionConfigResponse) {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
127
|
AssociateEncryptionConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
128
|
})(AssociateEncryptionConfigResponse || (AssociateEncryptionConfigResponse = {}));
|
|
168
129
|
export var ClientException;
|
|
169
130
|
(function (ClientException) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
131
|
ClientException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
132
|
})(ClientException || (ClientException = {}));
|
|
175
133
|
export var InvalidParameterException;
|
|
176
134
|
(function (InvalidParameterException) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
135
|
InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
136
|
})(InvalidParameterException || (InvalidParameterException = {}));
|
|
182
137
|
export var InvalidRequestException;
|
|
183
138
|
(function (InvalidRequestException) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
139
|
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
140
|
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
189
141
|
export var ResourceInUseException;
|
|
190
142
|
(function (ResourceInUseException) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
143
|
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
144
|
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
196
145
|
export var ResourceNotFoundException;
|
|
197
146
|
(function (ResourceNotFoundException) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
147
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
148
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
203
149
|
export var ServerException;
|
|
204
150
|
(function (ServerException) {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
151
|
ServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
152
|
})(ServerException || (ServerException = {}));
|
|
210
153
|
export var OidcIdentityProviderConfigRequest;
|
|
211
154
|
(function (OidcIdentityProviderConfigRequest) {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
155
|
OidcIdentityProviderConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
156
|
})(OidcIdentityProviderConfigRequest || (OidcIdentityProviderConfigRequest = {}));
|
|
217
157
|
export var AssociateIdentityProviderConfigRequest;
|
|
218
158
|
(function (AssociateIdentityProviderConfigRequest) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
159
|
AssociateIdentityProviderConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
160
|
})(AssociateIdentityProviderConfigRequest || (AssociateIdentityProviderConfigRequest = {}));
|
|
224
161
|
export var AssociateIdentityProviderConfigResponse;
|
|
225
162
|
(function (AssociateIdentityProviderConfigResponse) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
163
|
AssociateIdentityProviderConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
164
|
})(AssociateIdentityProviderConfigResponse || (AssociateIdentityProviderConfigResponse = {}));
|
|
231
165
|
export var AutoScalingGroup;
|
|
232
166
|
(function (AutoScalingGroup) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
167
|
AutoScalingGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
168
|
})(AutoScalingGroup || (AutoScalingGroup = {}));
|
|
238
169
|
export var CreateAddonRequest;
|
|
239
170
|
(function (CreateAddonRequest) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
171
|
CreateAddonRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
172
|
})(CreateAddonRequest || (CreateAddonRequest = {}));
|
|
245
173
|
export var CreateAddonResponse;
|
|
246
174
|
(function (CreateAddonResponse) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
175
|
CreateAddonResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
176
|
})(CreateAddonResponse || (CreateAddonResponse = {}));
|
|
252
177
|
export var KubernetesNetworkConfigRequest;
|
|
253
178
|
(function (KubernetesNetworkConfigRequest) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
179
|
KubernetesNetworkConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
180
|
})(KubernetesNetworkConfigRequest || (KubernetesNetworkConfigRequest = {}));
|
|
259
181
|
export var LogType;
|
|
@@ -266,149 +188,90 @@ export var LogType;
|
|
|
266
188
|
})(LogType || (LogType = {}));
|
|
267
189
|
export var LogSetup;
|
|
268
190
|
(function (LogSetup) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
191
|
LogSetup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
192
|
})(LogSetup || (LogSetup = {}));
|
|
274
193
|
export var Logging;
|
|
275
194
|
(function (Logging) {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
195
|
Logging.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
196
|
})(Logging || (Logging = {}));
|
|
281
197
|
export var VpcConfigRequest;
|
|
282
198
|
(function (VpcConfigRequest) {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
199
|
VpcConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
200
|
})(VpcConfigRequest || (VpcConfigRequest = {}));
|
|
288
201
|
export var CreateClusterRequest;
|
|
289
202
|
(function (CreateClusterRequest) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
203
|
CreateClusterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
204
|
})(CreateClusterRequest || (CreateClusterRequest = {}));
|
|
295
205
|
export var Certificate;
|
|
296
206
|
(function (Certificate) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
207
|
Certificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
208
|
})(Certificate || (Certificate = {}));
|
|
209
|
+
export var ConnectorConfigResponse;
|
|
210
|
+
(function (ConnectorConfigResponse) {
|
|
211
|
+
ConnectorConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
})(ConnectorConfigResponse || (ConnectorConfigResponse = {}));
|
|
302
213
|
export var OIDC;
|
|
303
214
|
(function (OIDC) {
|
|
304
|
-
/**
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
307
215
|
OIDC.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
216
|
})(OIDC || (OIDC = {}));
|
|
309
217
|
export var Identity;
|
|
310
218
|
(function (Identity) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
219
|
Identity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
220
|
})(Identity || (Identity = {}));
|
|
316
221
|
export var KubernetesNetworkConfigResponse;
|
|
317
222
|
(function (KubernetesNetworkConfigResponse) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
223
|
KubernetesNetworkConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
224
|
})(KubernetesNetworkConfigResponse || (KubernetesNetworkConfigResponse = {}));
|
|
323
225
|
export var VpcConfigResponse;
|
|
324
226
|
(function (VpcConfigResponse) {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
227
|
VpcConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
228
|
})(VpcConfigResponse || (VpcConfigResponse = {}));
|
|
330
229
|
export var Cluster;
|
|
331
230
|
(function (Cluster) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
231
|
Cluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
232
|
})(Cluster || (Cluster = {}));
|
|
337
233
|
export var CreateClusterResponse;
|
|
338
234
|
(function (CreateClusterResponse) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
235
|
CreateClusterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
236
|
})(CreateClusterResponse || (CreateClusterResponse = {}));
|
|
344
237
|
export var ResourceLimitExceededException;
|
|
345
238
|
(function (ResourceLimitExceededException) {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
239
|
ResourceLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
240
|
})(ResourceLimitExceededException || (ResourceLimitExceededException = {}));
|
|
351
241
|
export var ServiceUnavailableException;
|
|
352
242
|
(function (ServiceUnavailableException) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
243
|
ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
244
|
})(ServiceUnavailableException || (ServiceUnavailableException = {}));
|
|
358
245
|
export var UnsupportedAvailabilityZoneException;
|
|
359
246
|
(function (UnsupportedAvailabilityZoneException) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
247
|
UnsupportedAvailabilityZoneException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
248
|
})(UnsupportedAvailabilityZoneException || (UnsupportedAvailabilityZoneException = {}));
|
|
365
249
|
export var FargateProfileSelector;
|
|
366
250
|
(function (FargateProfileSelector) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
251
|
FargateProfileSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
252
|
})(FargateProfileSelector || (FargateProfileSelector = {}));
|
|
372
253
|
export var CreateFargateProfileRequest;
|
|
373
254
|
(function (CreateFargateProfileRequest) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
255
|
CreateFargateProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
256
|
})(CreateFargateProfileRequest || (CreateFargateProfileRequest = {}));
|
|
379
257
|
export var FargateProfile;
|
|
380
258
|
(function (FargateProfile) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
259
|
FargateProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
260
|
})(FargateProfile || (FargateProfile = {}));
|
|
386
261
|
export var CreateFargateProfileResponse;
|
|
387
262
|
(function (CreateFargateProfileResponse) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
263
|
CreateFargateProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
264
|
})(CreateFargateProfileResponse || (CreateFargateProfileResponse = {}));
|
|
393
265
|
export var LaunchTemplateSpecification;
|
|
394
266
|
(function (LaunchTemplateSpecification) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
267
|
LaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
268
|
})(LaunchTemplateSpecification || (LaunchTemplateSpecification = {}));
|
|
400
269
|
export var RemoteAccessConfig;
|
|
401
270
|
(function (RemoteAccessConfig) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
271
|
RemoteAccessConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
272
|
})(RemoteAccessConfig || (RemoteAccessConfig = {}));
|
|
407
273
|
export var NodegroupScalingConfig;
|
|
408
274
|
(function (NodegroupScalingConfig) {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
275
|
NodegroupScalingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
276
|
})(NodegroupScalingConfig || (NodegroupScalingConfig = {}));
|
|
414
277
|
export var TaintEffect;
|
|
@@ -419,23 +282,14 @@ export var TaintEffect;
|
|
|
419
282
|
})(TaintEffect || (TaintEffect = {}));
|
|
420
283
|
export var Taint;
|
|
421
284
|
(function (Taint) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
285
|
Taint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
286
|
})(Taint || (Taint = {}));
|
|
427
287
|
export var NodegroupUpdateConfig;
|
|
428
288
|
(function (NodegroupUpdateConfig) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
289
|
NodegroupUpdateConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
290
|
})(NodegroupUpdateConfig || (NodegroupUpdateConfig = {}));
|
|
434
291
|
export var CreateNodegroupRequest;
|
|
435
292
|
(function (CreateNodegroupRequest) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
293
|
CreateNodegroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
294
|
})(CreateNodegroupRequest || (CreateNodegroupRequest = {}));
|
|
441
295
|
export var NodegroupIssueCode;
|
|
@@ -461,163 +315,102 @@ export var NodegroupIssueCode;
|
|
|
461
315
|
})(NodegroupIssueCode || (NodegroupIssueCode = {}));
|
|
462
316
|
export var Issue;
|
|
463
317
|
(function (Issue) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
318
|
Issue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
319
|
})(Issue || (Issue = {}));
|
|
469
320
|
export var NodegroupHealth;
|
|
470
321
|
(function (NodegroupHealth) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
322
|
NodegroupHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
323
|
})(NodegroupHealth || (NodegroupHealth = {}));
|
|
476
324
|
export var NodegroupResources;
|
|
477
325
|
(function (NodegroupResources) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
326
|
NodegroupResources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
327
|
})(NodegroupResources || (NodegroupResources = {}));
|
|
483
328
|
export var Nodegroup;
|
|
484
329
|
(function (Nodegroup) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
330
|
Nodegroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
331
|
})(Nodegroup || (Nodegroup = {}));
|
|
490
332
|
export var CreateNodegroupResponse;
|
|
491
333
|
(function (CreateNodegroupResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
334
|
CreateNodegroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
335
|
})(CreateNodegroupResponse || (CreateNodegroupResponse = {}));
|
|
497
336
|
export var DeleteAddonRequest;
|
|
498
337
|
(function (DeleteAddonRequest) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
338
|
DeleteAddonRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
339
|
})(DeleteAddonRequest || (DeleteAddonRequest = {}));
|
|
504
340
|
export var DeleteAddonResponse;
|
|
505
341
|
(function (DeleteAddonResponse) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
342
|
DeleteAddonResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
343
|
})(DeleteAddonResponse || (DeleteAddonResponse = {}));
|
|
511
344
|
export var DeleteClusterRequest;
|
|
512
345
|
(function (DeleteClusterRequest) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
346
|
DeleteClusterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
347
|
})(DeleteClusterRequest || (DeleteClusterRequest = {}));
|
|
518
348
|
export var DeleteClusterResponse;
|
|
519
349
|
(function (DeleteClusterResponse) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
350
|
DeleteClusterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
351
|
})(DeleteClusterResponse || (DeleteClusterResponse = {}));
|
|
525
352
|
export var DeleteFargateProfileRequest;
|
|
526
353
|
(function (DeleteFargateProfileRequest) {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
354
|
DeleteFargateProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
355
|
})(DeleteFargateProfileRequest || (DeleteFargateProfileRequest = {}));
|
|
532
356
|
export var DeleteFargateProfileResponse;
|
|
533
357
|
(function (DeleteFargateProfileResponse) {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
358
|
DeleteFargateProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
359
|
})(DeleteFargateProfileResponse || (DeleteFargateProfileResponse = {}));
|
|
539
360
|
export var DeleteNodegroupRequest;
|
|
540
361
|
(function (DeleteNodegroupRequest) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
362
|
DeleteNodegroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
363
|
})(DeleteNodegroupRequest || (DeleteNodegroupRequest = {}));
|
|
546
364
|
export var DeleteNodegroupResponse;
|
|
547
365
|
(function (DeleteNodegroupResponse) {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
366
|
DeleteNodegroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
367
|
})(DeleteNodegroupResponse || (DeleteNodegroupResponse = {}));
|
|
368
|
+
export var DeregisterClusterRequest;
|
|
369
|
+
(function (DeregisterClusterRequest) {
|
|
370
|
+
DeregisterClusterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
})(DeregisterClusterRequest || (DeregisterClusterRequest = {}));
|
|
372
|
+
export var DeregisterClusterResponse;
|
|
373
|
+
(function (DeregisterClusterResponse) {
|
|
374
|
+
DeregisterClusterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
})(DeregisterClusterResponse || (DeregisterClusterResponse = {}));
|
|
553
376
|
export var DescribeAddonRequest;
|
|
554
377
|
(function (DescribeAddonRequest) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
378
|
DescribeAddonRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
379
|
})(DescribeAddonRequest || (DescribeAddonRequest = {}));
|
|
560
380
|
export var DescribeAddonResponse;
|
|
561
381
|
(function (DescribeAddonResponse) {
|
|
562
|
-
/**
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
565
382
|
DescribeAddonResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
383
|
})(DescribeAddonResponse || (DescribeAddonResponse = {}));
|
|
567
384
|
export var DescribeAddonVersionsRequest;
|
|
568
385
|
(function (DescribeAddonVersionsRequest) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
386
|
DescribeAddonVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
387
|
})(DescribeAddonVersionsRequest || (DescribeAddonVersionsRequest = {}));
|
|
574
388
|
export var DescribeAddonVersionsResponse;
|
|
575
389
|
(function (DescribeAddonVersionsResponse) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
390
|
DescribeAddonVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
391
|
})(DescribeAddonVersionsResponse || (DescribeAddonVersionsResponse = {}));
|
|
581
392
|
export var DescribeClusterRequest;
|
|
582
393
|
(function (DescribeClusterRequest) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
394
|
DescribeClusterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
395
|
})(DescribeClusterRequest || (DescribeClusterRequest = {}));
|
|
588
396
|
export var DescribeClusterResponse;
|
|
589
397
|
(function (DescribeClusterResponse) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
398
|
DescribeClusterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
399
|
})(DescribeClusterResponse || (DescribeClusterResponse = {}));
|
|
595
400
|
export var DescribeFargateProfileRequest;
|
|
596
401
|
(function (DescribeFargateProfileRequest) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
402
|
DescribeFargateProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
403
|
})(DescribeFargateProfileRequest || (DescribeFargateProfileRequest = {}));
|
|
602
404
|
export var DescribeFargateProfileResponse;
|
|
603
405
|
(function (DescribeFargateProfileResponse) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
406
|
DescribeFargateProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
407
|
})(DescribeFargateProfileResponse || (DescribeFargateProfileResponse = {}));
|
|
609
408
|
export var IdentityProviderConfig;
|
|
610
409
|
(function (IdentityProviderConfig) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
410
|
IdentityProviderConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
411
|
})(IdentityProviderConfig || (IdentityProviderConfig = {}));
|
|
616
412
|
export var DescribeIdentityProviderConfigRequest;
|
|
617
413
|
(function (DescribeIdentityProviderConfigRequest) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
414
|
DescribeIdentityProviderConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
415
|
})(DescribeIdentityProviderConfigRequest || (DescribeIdentityProviderConfigRequest = {}));
|
|
623
416
|
export var ConfigStatus;
|
|
@@ -628,289 +421,190 @@ export var ConfigStatus;
|
|
|
628
421
|
})(ConfigStatus || (ConfigStatus = {}));
|
|
629
422
|
export var OidcIdentityProviderConfig;
|
|
630
423
|
(function (OidcIdentityProviderConfig) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
424
|
OidcIdentityProviderConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
425
|
})(OidcIdentityProviderConfig || (OidcIdentityProviderConfig = {}));
|
|
636
426
|
export var IdentityProviderConfigResponse;
|
|
637
427
|
(function (IdentityProviderConfigResponse) {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
428
|
IdentityProviderConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
429
|
})(IdentityProviderConfigResponse || (IdentityProviderConfigResponse = {}));
|
|
643
430
|
export var DescribeIdentityProviderConfigResponse;
|
|
644
431
|
(function (DescribeIdentityProviderConfigResponse) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
432
|
DescribeIdentityProviderConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
433
|
})(DescribeIdentityProviderConfigResponse || (DescribeIdentityProviderConfigResponse = {}));
|
|
650
434
|
export var DescribeNodegroupRequest;
|
|
651
435
|
(function (DescribeNodegroupRequest) {
|
|
652
|
-
/**
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
655
436
|
DescribeNodegroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
437
|
})(DescribeNodegroupRequest || (DescribeNodegroupRequest = {}));
|
|
657
438
|
export var DescribeNodegroupResponse;
|
|
658
439
|
(function (DescribeNodegroupResponse) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
440
|
DescribeNodegroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
441
|
})(DescribeNodegroupResponse || (DescribeNodegroupResponse = {}));
|
|
664
442
|
export var DescribeUpdateRequest;
|
|
665
443
|
(function (DescribeUpdateRequest) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
444
|
DescribeUpdateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
445
|
})(DescribeUpdateRequest || (DescribeUpdateRequest = {}));
|
|
671
446
|
export var DescribeUpdateResponse;
|
|
672
447
|
(function (DescribeUpdateResponse) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
448
|
DescribeUpdateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
449
|
})(DescribeUpdateResponse || (DescribeUpdateResponse = {}));
|
|
678
450
|
export var DisassociateIdentityProviderConfigRequest;
|
|
679
451
|
(function (DisassociateIdentityProviderConfigRequest) {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
452
|
DisassociateIdentityProviderConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
453
|
})(DisassociateIdentityProviderConfigRequest || (DisassociateIdentityProviderConfigRequest = {}));
|
|
685
454
|
export var DisassociateIdentityProviderConfigResponse;
|
|
686
455
|
(function (DisassociateIdentityProviderConfigResponse) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
456
|
DisassociateIdentityProviderConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
457
|
})(DisassociateIdentityProviderConfigResponse || (DisassociateIdentityProviderConfigResponse = {}));
|
|
692
458
|
export var ListAddonsRequest;
|
|
693
459
|
(function (ListAddonsRequest) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
460
|
ListAddonsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
461
|
})(ListAddonsRequest || (ListAddonsRequest = {}));
|
|
699
462
|
export var ListAddonsResponse;
|
|
700
463
|
(function (ListAddonsResponse) {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
464
|
ListAddonsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
465
|
})(ListAddonsResponse || (ListAddonsResponse = {}));
|
|
706
466
|
export var ListClustersRequest;
|
|
707
467
|
(function (ListClustersRequest) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
468
|
ListClustersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
469
|
})(ListClustersRequest || (ListClustersRequest = {}));
|
|
713
470
|
export var ListClustersResponse;
|
|
714
471
|
(function (ListClustersResponse) {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
472
|
ListClustersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
473
|
})(ListClustersResponse || (ListClustersResponse = {}));
|
|
720
474
|
export var ListFargateProfilesRequest;
|
|
721
475
|
(function (ListFargateProfilesRequest) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
476
|
ListFargateProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
477
|
})(ListFargateProfilesRequest || (ListFargateProfilesRequest = {}));
|
|
727
478
|
export var ListFargateProfilesResponse;
|
|
728
479
|
(function (ListFargateProfilesResponse) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
480
|
ListFargateProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
481
|
})(ListFargateProfilesResponse || (ListFargateProfilesResponse = {}));
|
|
734
482
|
export var ListIdentityProviderConfigsRequest;
|
|
735
483
|
(function (ListIdentityProviderConfigsRequest) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
484
|
ListIdentityProviderConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
485
|
})(ListIdentityProviderConfigsRequest || (ListIdentityProviderConfigsRequest = {}));
|
|
741
486
|
export var ListIdentityProviderConfigsResponse;
|
|
742
487
|
(function (ListIdentityProviderConfigsResponse) {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
488
|
ListIdentityProviderConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
489
|
})(ListIdentityProviderConfigsResponse || (ListIdentityProviderConfigsResponse = {}));
|
|
748
490
|
export var ListNodegroupsRequest;
|
|
749
491
|
(function (ListNodegroupsRequest) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
492
|
ListNodegroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
493
|
})(ListNodegroupsRequest || (ListNodegroupsRequest = {}));
|
|
755
494
|
export var ListNodegroupsResponse;
|
|
756
495
|
(function (ListNodegroupsResponse) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
496
|
ListNodegroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
497
|
})(ListNodegroupsResponse || (ListNodegroupsResponse = {}));
|
|
762
498
|
export var BadRequestException;
|
|
763
499
|
(function (BadRequestException) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
500
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
501
|
})(BadRequestException || (BadRequestException = {}));
|
|
769
502
|
export var ListTagsForResourceRequest;
|
|
770
503
|
(function (ListTagsForResourceRequest) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
504
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
505
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
776
506
|
export var ListTagsForResourceResponse;
|
|
777
507
|
(function (ListTagsForResourceResponse) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
508
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
509
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
783
510
|
export var NotFoundException;
|
|
784
511
|
(function (NotFoundException) {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
512
|
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
513
|
})(NotFoundException || (NotFoundException = {}));
|
|
790
514
|
export var ListUpdatesRequest;
|
|
791
515
|
(function (ListUpdatesRequest) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
516
|
ListUpdatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
517
|
})(ListUpdatesRequest || (ListUpdatesRequest = {}));
|
|
797
518
|
export var ListUpdatesResponse;
|
|
798
519
|
(function (ListUpdatesResponse) {
|
|
799
|
-
/**
|
|
800
|
-
* @internal
|
|
801
|
-
*/
|
|
802
520
|
ListUpdatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
521
|
})(ListUpdatesResponse || (ListUpdatesResponse = {}));
|
|
522
|
+
export var ConnectorConfigProvider;
|
|
523
|
+
(function (ConnectorConfigProvider) {
|
|
524
|
+
ConnectorConfigProvider["AKS"] = "AKS";
|
|
525
|
+
ConnectorConfigProvider["ANTHOS"] = "ANTHOS";
|
|
526
|
+
ConnectorConfigProvider["EC2"] = "EC2";
|
|
527
|
+
ConnectorConfigProvider["EKS_ANYWHERE"] = "EKS_ANYWHERE";
|
|
528
|
+
ConnectorConfigProvider["GKE"] = "GKE";
|
|
529
|
+
ConnectorConfigProvider["OPENSHIFT"] = "OPENSHIFT";
|
|
530
|
+
ConnectorConfigProvider["OTHER"] = "OTHER";
|
|
531
|
+
ConnectorConfigProvider["RANCHER"] = "RANCHER";
|
|
532
|
+
ConnectorConfigProvider["TANZU"] = "TANZU";
|
|
533
|
+
})(ConnectorConfigProvider || (ConnectorConfigProvider = {}));
|
|
534
|
+
export var ConnectorConfigRequest;
|
|
535
|
+
(function (ConnectorConfigRequest) {
|
|
536
|
+
ConnectorConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
})(ConnectorConfigRequest || (ConnectorConfigRequest = {}));
|
|
538
|
+
export var RegisterClusterRequest;
|
|
539
|
+
(function (RegisterClusterRequest) {
|
|
540
|
+
RegisterClusterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
})(RegisterClusterRequest || (RegisterClusterRequest = {}));
|
|
542
|
+
export var RegisterClusterResponse;
|
|
543
|
+
(function (RegisterClusterResponse) {
|
|
544
|
+
RegisterClusterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
})(RegisterClusterResponse || (RegisterClusterResponse = {}));
|
|
804
546
|
export var TagResourceRequest;
|
|
805
547
|
(function (TagResourceRequest) {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
548
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
549
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
811
550
|
export var TagResourceResponse;
|
|
812
551
|
(function (TagResourceResponse) {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
552
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
553
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
818
554
|
export var UntagResourceRequest;
|
|
819
555
|
(function (UntagResourceRequest) {
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
*/
|
|
823
556
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
557
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
825
558
|
export var UntagResourceResponse;
|
|
826
559
|
(function (UntagResourceResponse) {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
560
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
561
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
832
562
|
export var UpdateAddonRequest;
|
|
833
563
|
(function (UpdateAddonRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
564
|
UpdateAddonRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
565
|
})(UpdateAddonRequest || (UpdateAddonRequest = {}));
|
|
839
566
|
export var UpdateAddonResponse;
|
|
840
567
|
(function (UpdateAddonResponse) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
568
|
UpdateAddonResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
569
|
})(UpdateAddonResponse || (UpdateAddonResponse = {}));
|
|
846
570
|
export var UpdateClusterConfigRequest;
|
|
847
571
|
(function (UpdateClusterConfigRequest) {
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
572
|
UpdateClusterConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
573
|
})(UpdateClusterConfigRequest || (UpdateClusterConfigRequest = {}));
|
|
853
574
|
export var UpdateClusterConfigResponse;
|
|
854
575
|
(function (UpdateClusterConfigResponse) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
576
|
UpdateClusterConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
577
|
})(UpdateClusterConfigResponse || (UpdateClusterConfigResponse = {}));
|
|
860
578
|
export var UpdateClusterVersionRequest;
|
|
861
579
|
(function (UpdateClusterVersionRequest) {
|
|
862
|
-
/**
|
|
863
|
-
* @internal
|
|
864
|
-
*/
|
|
865
580
|
UpdateClusterVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
581
|
})(UpdateClusterVersionRequest || (UpdateClusterVersionRequest = {}));
|
|
867
582
|
export var UpdateClusterVersionResponse;
|
|
868
583
|
(function (UpdateClusterVersionResponse) {
|
|
869
|
-
/**
|
|
870
|
-
* @internal
|
|
871
|
-
*/
|
|
872
584
|
UpdateClusterVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
585
|
})(UpdateClusterVersionResponse || (UpdateClusterVersionResponse = {}));
|
|
874
586
|
export var UpdateLabelsPayload;
|
|
875
587
|
(function (UpdateLabelsPayload) {
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
588
|
UpdateLabelsPayload.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
589
|
})(UpdateLabelsPayload || (UpdateLabelsPayload = {}));
|
|
881
590
|
export var UpdateTaintsPayload;
|
|
882
591
|
(function (UpdateTaintsPayload) {
|
|
883
|
-
/**
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
886
592
|
UpdateTaintsPayload.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
593
|
})(UpdateTaintsPayload || (UpdateTaintsPayload = {}));
|
|
888
594
|
export var UpdateNodegroupConfigRequest;
|
|
889
595
|
(function (UpdateNodegroupConfigRequest) {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
596
|
UpdateNodegroupConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
597
|
})(UpdateNodegroupConfigRequest || (UpdateNodegroupConfigRequest = {}));
|
|
895
598
|
export var UpdateNodegroupConfigResponse;
|
|
896
599
|
(function (UpdateNodegroupConfigResponse) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
600
|
UpdateNodegroupConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
601
|
})(UpdateNodegroupConfigResponse || (UpdateNodegroupConfigResponse = {}));
|
|
902
602
|
export var UpdateNodegroupVersionRequest;
|
|
903
603
|
(function (UpdateNodegroupVersionRequest) {
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
604
|
UpdateNodegroupVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
605
|
})(UpdateNodegroupVersionRequest || (UpdateNodegroupVersionRequest = {}));
|
|
909
606
|
export var UpdateNodegroupVersionResponse;
|
|
910
607
|
(function (UpdateNodegroupVersionResponse) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
608
|
UpdateNodegroupVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
609
|
})(UpdateNodegroupVersionResponse || (UpdateNodegroupVersionResponse = {}));
|
|
916
610
|
//# sourceMappingURL=models_0.js.map
|