@aws-sdk/client-eks 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/EKS.js +0 -13
- package/dist-cjs/EKSClient.js +0 -18
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +0 -28
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +0 -32
- package/dist-cjs/commands/CreateAddonCommand.js +0 -30
- package/dist-cjs/commands/CreateClusterCommand.js +0 -43
- package/dist-cjs/commands/CreateFargateProfileCommand.js +0 -48
- package/dist-cjs/commands/CreateNodegroupCommand.js +0 -34
- package/dist-cjs/commands/DeleteAddonCommand.js +0 -27
- package/dist-cjs/commands/DeleteClusterCommand.js +0 -32
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +0 -32
- package/dist-cjs/commands/DeleteNodegroupCommand.js +0 -25
- package/dist-cjs/commands/DeregisterClusterCommand.js +0 -25
- package/dist-cjs/commands/DescribeAddonCommand.js +0 -25
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +0 -25
- package/dist-cjs/commands/DescribeClusterCommand.js +0 -33
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +0 -25
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +0 -25
- package/dist-cjs/commands/DescribeNodegroupCommand.js +0 -25
- package/dist-cjs/commands/DescribeUpdateCommand.js +0 -29
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +0 -28
- package/dist-cjs/commands/ListAddonsCommand.js +0 -25
- package/dist-cjs/commands/ListClustersCommand.js +0 -25
- package/dist-cjs/commands/ListFargateProfilesCommand.js +0 -26
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListNodegroupsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListUpdatesCommand.js +0 -26
- package/dist-cjs/commands/RegisterClusterCommand.js +0 -34
- package/dist-cjs/commands/TagResourceCommand.js +0 -31
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateAddonCommand.js +0 -25
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +0 -51
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +0 -35
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +0 -29
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +0 -42
- package/dist-cjs/commands/index.js +37 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -53
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -361
- package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAddonsPaginator.js +0 -11
- package/dist-cjs/pagination/ListClustersPaginator.js +0 -11
- package/dist-cjs/pagination/ListFargateProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +0 -11
- package/dist-cjs/pagination/ListNodegroupsPaginator.js +0 -11
- package/dist-cjs/pagination/ListUpdatesPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +11 -0
- package/dist-cjs/waiters/waitForAddonActive.js +0 -10
- package/dist-cjs/waiters/waitForAddonDeleted.js +0 -10
- package/dist-cjs/waiters/waitForClusterActive.js +0 -10
- package/dist-cjs/waiters/waitForClusterDeleted.js +0 -10
- package/dist-cjs/waiters/waitForFargateProfileActive.js +0 -10
- package/dist-cjs/waiters/waitForFargateProfileDeleted.js +0 -10
- package/dist-cjs/waiters/waitForNodegroupActive.js +0 -10
- package/dist-cjs/waiters/waitForNodegroupDeleted.js +0 -10
- package/dist-es/EKS.js +0 -1
- package/dist-es/EKSClient.js +0 -1
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +0 -1
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +0 -1
- package/dist-es/commands/CreateAddonCommand.js +0 -1
- package/dist-es/commands/CreateClusterCommand.js +0 -1
- package/dist-es/commands/CreateFargateProfileCommand.js +0 -1
- package/dist-es/commands/CreateNodegroupCommand.js +0 -1
- package/dist-es/commands/DeleteAddonCommand.js +0 -1
- package/dist-es/commands/DeleteClusterCommand.js +0 -1
- package/dist-es/commands/DeleteFargateProfileCommand.js +0 -1
- package/dist-es/commands/DeleteNodegroupCommand.js +0 -1
- package/dist-es/commands/DeregisterClusterCommand.js +0 -1
- package/dist-es/commands/DescribeAddonCommand.js +0 -1
- package/dist-es/commands/DescribeAddonVersionsCommand.js +0 -1
- package/dist-es/commands/DescribeClusterCommand.js +0 -1
- package/dist-es/commands/DescribeFargateProfileCommand.js +0 -1
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +0 -1
- package/dist-es/commands/DescribeNodegroupCommand.js +0 -1
- package/dist-es/commands/DescribeUpdateCommand.js +0 -1
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +0 -1
- package/dist-es/commands/ListAddonsCommand.js +0 -1
- package/dist-es/commands/ListClustersCommand.js +0 -1
- package/dist-es/commands/ListFargateProfilesCommand.js +0 -1
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +0 -1
- package/dist-es/commands/ListNodegroupsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListUpdatesCommand.js +0 -1
- package/dist-es/commands/RegisterClusterCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateAddonCommand.js +0 -1
- package/dist-es/commands/UpdateClusterConfigCommand.js +0 -1
- package/dist-es/commands/UpdateClusterVersionCommand.js +0 -1
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +0 -1
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +0 -1
- package/dist-es/commands/index.js +34 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -53
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeAddonVersionsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAddonsPaginator.js +0 -1
- package/dist-es/pagination/ListClustersPaginator.js +0 -1
- package/dist-es/pagination/ListFargateProfilesPaginator.js +0 -1
- package/dist-es/pagination/ListIdentityProviderConfigsPaginator.js +0 -1
- package/dist-es/pagination/ListNodegroupsPaginator.js +0 -1
- package/dist-es/pagination/ListUpdatesPaginator.js +0 -1
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +8 -0
- package/dist-es/waiters/waitForAddonActive.js +0 -1
- package/dist-es/waiters/waitForAddonDeleted.js +0 -1
- package/dist-es/waiters/waitForClusterActive.js +0 -1
- package/dist-es/waiters/waitForClusterDeleted.js +0 -1
- package/dist-es/waiters/waitForFargateProfileActive.js +0 -1
- package/dist-es/waiters/waitForFargateProfileDeleted.js +0 -1
- package/dist-es/waiters/waitForNodegroupActive.js +0 -1
- package/dist-es/waiters/waitForNodegroupDeleted.js +0 -1
- package/dist-types/commands/index.d.ts +34 -0
- package/dist-types/index.d.ts +5 -52
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/EKS.d.ts +35 -285
- package/dist-types/ts3.4/EKSClient.d.ts +24 -98
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/index.d.ts +5 -52
- package/dist-types/ts3.4/models/models_0.d.ts +525 -2214
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +8 -0
- package/package.json +34 -31
- package/dist-cjs/EKS.js.map +0 -1
- package/dist-cjs/EKSClient.js.map +0 -1
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAddonCommand.js.map +0 -1
- package/dist-cjs/commands/CreateClusterCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFargateProfileCommand.js.map +0 -1
- package/dist-cjs/commands/CreateNodegroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAddonCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFargateProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteNodegroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeregisterClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAddonCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFargateProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeNodegroupCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeUpdateCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js.map +0 -1
- package/dist-cjs/commands/ListAddonsCommand.js.map +0 -1
- package/dist-cjs/commands/ListClustersCommand.js.map +0 -1
- package/dist-cjs/commands/ListFargateProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js.map +0 -1
- package/dist-cjs/commands/ListNodegroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListUpdatesCommand.js.map +0 -1
- package/dist-cjs/commands/RegisterClusterCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAddonCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateClusterConfigCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateClusterVersionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAddonsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListClustersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListFargateProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListNodegroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListUpdatesPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForAddonActive.js.map +0 -1
- package/dist-cjs/waiters/waitForAddonDeleted.js.map +0 -1
- package/dist-cjs/waiters/waitForClusterActive.js.map +0 -1
- package/dist-cjs/waiters/waitForClusterDeleted.js.map +0 -1
- package/dist-cjs/waiters/waitForFargateProfileActive.js.map +0 -1
- package/dist-cjs/waiters/waitForFargateProfileDeleted.js.map +0 -1
- package/dist-cjs/waiters/waitForNodegroupActive.js.map +0 -1
- package/dist-cjs/waiters/waitForNodegroupDeleted.js.map +0 -1
- package/dist-es/EKS.js.map +0 -1
- package/dist-es/EKSClient.js.map +0 -1
- package/dist-es/commands/AssociateEncryptionConfigCommand.js.map +0 -1
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js.map +0 -1
- package/dist-es/commands/CreateAddonCommand.js.map +0 -1
- package/dist-es/commands/CreateClusterCommand.js.map +0 -1
- package/dist-es/commands/CreateFargateProfileCommand.js.map +0 -1
- package/dist-es/commands/CreateNodegroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteAddonCommand.js.map +0 -1
- package/dist-es/commands/DeleteClusterCommand.js.map +0 -1
- package/dist-es/commands/DeleteFargateProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteNodegroupCommand.js.map +0 -1
- package/dist-es/commands/DeregisterClusterCommand.js.map +0 -1
- package/dist-es/commands/DescribeAddonCommand.js.map +0 -1
- package/dist-es/commands/DescribeAddonVersionsCommand.js.map +0 -1
- package/dist-es/commands/DescribeClusterCommand.js.map +0 -1
- package/dist-es/commands/DescribeFargateProfileCommand.js.map +0 -1
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js.map +0 -1
- package/dist-es/commands/DescribeNodegroupCommand.js.map +0 -1
- package/dist-es/commands/DescribeUpdateCommand.js.map +0 -1
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js.map +0 -1
- package/dist-es/commands/ListAddonsCommand.js.map +0 -1
- package/dist-es/commands/ListClustersCommand.js.map +0 -1
- package/dist-es/commands/ListFargateProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js.map +0 -1
- package/dist-es/commands/ListNodegroupsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListUpdatesCommand.js.map +0 -1
- package/dist-es/commands/RegisterClusterCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateAddonCommand.js.map +0 -1
- package/dist-es/commands/UpdateClusterConfigCommand.js.map +0 -1
- package/dist-es/commands/UpdateClusterVersionCommand.js.map +0 -1
- package/dist-es/commands/UpdateNodegroupConfigCommand.js.map +0 -1
- package/dist-es/commands/UpdateNodegroupVersionCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeAddonVersionsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAddonsPaginator.js.map +0 -1
- package/dist-es/pagination/ListClustersPaginator.js.map +0 -1
- package/dist-es/pagination/ListFargateProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/ListIdentityProviderConfigsPaginator.js.map +0 -1
- package/dist-es/pagination/ListNodegroupsPaginator.js.map +0 -1
- package/dist-es/pagination/ListUpdatesPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForAddonActive.js.map +0 -1
- package/dist-es/waiters/waitForAddonDeleted.js.map +0 -1
- package/dist-es/waiters/waitForClusterActive.js.map +0 -1
- package/dist-es/waiters/waitForClusterDeleted.js.map +0 -1
- package/dist-es/waiters/waitForFargateProfileActive.js.map +0 -1
- package/dist-es/waiters/waitForFargateProfileDeleted.js.map +0 -1
- package/dist-es/waiters/waitForNodegroupActive.js.map +0 -1
- package/dist-es/waiters/waitForNodegroupDeleted.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/EKS.ts +0 -1383
- package/src/EKSClient.ts +0 -392
- package/src/commands/AssociateEncryptionConfigCommand.ts +0 -101
- package/src/commands/AssociateIdentityProviderConfigCommand.ts +0 -110
- package/src/commands/CreateAddonCommand.ts +0 -100
- package/src/commands/CreateClusterCommand.ts +0 -113
- package/src/commands/CreateFargateProfileCommand.ts +0 -118
- package/src/commands/CreateNodegroupCommand.ts +0 -104
- package/src/commands/DeleteAddonCommand.ts +0 -97
- package/src/commands/DeleteClusterCommand.ts +0 -102
- package/src/commands/DeleteFargateProfileCommand.ts +0 -102
- package/src/commands/DeleteNodegroupCommand.ts +0 -95
- package/src/commands/DeregisterClusterCommand.ts +0 -95
- package/src/commands/DescribeAddonCommand.ts +0 -95
- package/src/commands/DescribeAddonVersionsCommand.ts +0 -95
- package/src/commands/DescribeClusterCommand.ts +0 -103
- package/src/commands/DescribeFargateProfileCommand.ts +0 -95
- package/src/commands/DescribeIdentityProviderConfigCommand.ts +0 -103
- package/src/commands/DescribeNodegroupCommand.ts +0 -95
- package/src/commands/DescribeUpdateCommand.ts +0 -99
- package/src/commands/DisassociateIdentityProviderConfigCommand.ts +0 -109
- package/src/commands/ListAddonsCommand.ts +0 -95
- package/src/commands/ListClustersCommand.ts +0 -95
- package/src/commands/ListFargateProfilesCommand.ts +0 -96
- package/src/commands/ListIdentityProviderConfigsCommand.ts +0 -100
- package/src/commands/ListNodegroupsCommand.ts +0 -96
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListUpdatesCommand.ts +0 -96
- package/src/commands/RegisterClusterCommand.ts +0 -104
- package/src/commands/TagResourceCommand.ts +0 -101
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateAddonCommand.ts +0 -95
- package/src/commands/UpdateClusterConfigCommand.ts +0 -121
- package/src/commands/UpdateClusterVersionCommand.ts +0 -105
- package/src/commands/UpdateNodegroupConfigCommand.ts +0 -99
- package/src/commands/UpdateNodegroupVersionCommand.ts +0 -112
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -53
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -4086
- package/src/pagination/DescribeAddonVersionsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAddonsPaginator.ts +0 -55
- package/src/pagination/ListClustersPaginator.ts +0 -59
- package/src/pagination/ListFargateProfilesPaginator.ts +0 -59
- package/src/pagination/ListIdentityProviderConfigsPaginator.ts +0 -59
- package/src/pagination/ListNodegroupsPaginator.ts +0 -59
- package/src/pagination/ListUpdatesPaginator.ts +0 -55
- package/src/protocols/Aws_restJson1.ts +0 -5805
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForAddonActive.ts +0 -63
- package/src/waiters/waitForAddonDeleted.ts +0 -50
- package/src/waiters/waitForClusterActive.ts +0 -63
- package/src/waiters/waitForClusterDeleted.ts +0 -66
- package/src/waiters/waitForFargateProfileActive.ts +0 -58
- package/src/waiters/waitForFargateProfileDeleted.ts +0 -53
- package/src/waiters/waitForNodegroupActive.ts +0 -55
- package/src/waiters/waitForNodegroupDeleted.ts +0 -50
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -9,229 +9,128 @@ export declare enum AddonIssueCode {
|
|
|
9
9
|
K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
|
|
10
10
|
UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification"
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
* <p>An issue related to an add-on.</p>
|
|
14
|
-
*/
|
|
12
|
+
|
|
15
13
|
export interface AddonIssue {
|
|
16
|
-
|
|
17
|
-
* <p>A code that describes the type of issue.</p>
|
|
18
|
-
*/
|
|
14
|
+
|
|
19
15
|
code?: AddonIssueCode | string;
|
|
20
|
-
|
|
21
|
-
* <p>A message that provides details about the issue and what might cause it.</p>
|
|
22
|
-
*/
|
|
16
|
+
|
|
23
17
|
message?: string;
|
|
24
|
-
|
|
25
|
-
* <p>The resource IDs of the issue.</p>
|
|
26
|
-
*/
|
|
18
|
+
|
|
27
19
|
resourceIds?: string[];
|
|
28
20
|
}
|
|
29
21
|
export declare namespace AddonIssue {
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
22
|
+
|
|
33
23
|
const filterSensitiveLog: (obj: AddonIssue) => any;
|
|
34
24
|
}
|
|
35
|
-
|
|
36
|
-
* <p>The health of the add-on.</p>
|
|
37
|
-
*/
|
|
25
|
+
|
|
38
26
|
export interface AddonHealth {
|
|
39
|
-
|
|
40
|
-
* <p>An object that represents the add-on's health issues.</p>
|
|
41
|
-
*/
|
|
27
|
+
|
|
42
28
|
issues?: AddonIssue[];
|
|
43
29
|
}
|
|
44
30
|
export declare namespace AddonHealth {
|
|
45
|
-
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
31
|
+
|
|
48
32
|
const filterSensitiveLog: (obj: AddonHealth) => any;
|
|
49
33
|
}
|
|
50
34
|
export declare type AddonStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
|
|
51
|
-
|
|
52
|
-
* <p>An Amazon EKS add-on.</p>
|
|
53
|
-
*/
|
|
35
|
+
|
|
54
36
|
export interface Addon {
|
|
55
|
-
|
|
56
|
-
* <p>The name of the add-on.</p>
|
|
57
|
-
*/
|
|
37
|
+
|
|
58
38
|
addonName?: string;
|
|
59
|
-
|
|
60
|
-
* <p>The name of the cluster.</p>
|
|
61
|
-
*/
|
|
39
|
+
|
|
62
40
|
clusterName?: string;
|
|
63
|
-
|
|
64
|
-
* <p>The status of the add-on.</p>
|
|
65
|
-
*/
|
|
41
|
+
|
|
66
42
|
status?: AddonStatus | string;
|
|
67
|
-
|
|
68
|
-
* <p>The version of the add-on.</p>
|
|
69
|
-
*/
|
|
43
|
+
|
|
70
44
|
addonVersion?: string;
|
|
71
|
-
|
|
72
|
-
* <p>An object that represents the health of the add-on.</p>
|
|
73
|
-
*/
|
|
45
|
+
|
|
74
46
|
health?: AddonHealth;
|
|
75
|
-
|
|
76
|
-
* <p>The Amazon Resource Name (ARN) of the add-on.</p>
|
|
77
|
-
*/
|
|
47
|
+
|
|
78
48
|
addonArn?: string;
|
|
79
|
-
|
|
80
|
-
* <p>The date and time that the add-on was created.</p>
|
|
81
|
-
*/
|
|
49
|
+
|
|
82
50
|
createdAt?: Date;
|
|
83
|
-
|
|
84
|
-
* <p>The date and time that the add-on was last modified.</p>
|
|
85
|
-
*/
|
|
51
|
+
|
|
86
52
|
modifiedAt?: Date;
|
|
87
|
-
|
|
88
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that is bound to the Kubernetes service account used
|
|
89
|
-
* by the add-on.</p>
|
|
90
|
-
*/
|
|
53
|
+
|
|
91
54
|
serviceAccountRoleArn?: string;
|
|
92
|
-
|
|
93
|
-
* <p>The metadata that you apply to the add-on to assist with categorization and
|
|
94
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
95
|
-
* define. Add-on tags do not propagate to any other resources associated with the cluster.
|
|
96
|
-
* </p>
|
|
97
|
-
*/
|
|
55
|
+
|
|
98
56
|
tags?: {
|
|
99
57
|
[key: string]: string;
|
|
100
58
|
};
|
|
101
59
|
}
|
|
102
60
|
export declare namespace Addon {
|
|
103
|
-
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
61
|
+
|
|
106
62
|
const filterSensitiveLog: (obj: Addon) => any;
|
|
107
63
|
}
|
|
108
|
-
|
|
109
|
-
* <p>Compatibility information.</p>
|
|
110
|
-
*/
|
|
64
|
+
|
|
111
65
|
export interface Compatibility {
|
|
112
|
-
|
|
113
|
-
* <p>The supported Kubernetes version of the cluster.</p>
|
|
114
|
-
*/
|
|
66
|
+
|
|
115
67
|
clusterVersion?: string;
|
|
116
|
-
|
|
117
|
-
* <p>The supported compute platform.</p>
|
|
118
|
-
*/
|
|
68
|
+
|
|
119
69
|
platformVersions?: string[];
|
|
120
|
-
|
|
121
|
-
* <p>The supported default version.</p>
|
|
122
|
-
*/
|
|
70
|
+
|
|
123
71
|
defaultVersion?: boolean;
|
|
124
72
|
}
|
|
125
73
|
export declare namespace Compatibility {
|
|
126
|
-
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
74
|
+
|
|
129
75
|
const filterSensitiveLog: (obj: Compatibility) => any;
|
|
130
76
|
}
|
|
131
|
-
|
|
132
|
-
* <p>Information about an add-on version.</p>
|
|
133
|
-
*/
|
|
77
|
+
|
|
134
78
|
export interface AddonVersionInfo {
|
|
135
|
-
|
|
136
|
-
* <p>The version of the add-on.</p>
|
|
137
|
-
*/
|
|
79
|
+
|
|
138
80
|
addonVersion?: string;
|
|
139
|
-
|
|
140
|
-
* <p>The architectures that the version supports.</p>
|
|
141
|
-
*/
|
|
81
|
+
|
|
142
82
|
architecture?: string[];
|
|
143
|
-
|
|
144
|
-
* <p>An object that represents the compatibilities of a version.</p>
|
|
145
|
-
*/
|
|
83
|
+
|
|
146
84
|
compatibilities?: Compatibility[];
|
|
147
85
|
}
|
|
148
86
|
export declare namespace AddonVersionInfo {
|
|
149
|
-
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
87
|
+
|
|
152
88
|
const filterSensitiveLog: (obj: AddonVersionInfo) => any;
|
|
153
89
|
}
|
|
154
|
-
|
|
155
|
-
* <p>Information about an add-on.</p>
|
|
156
|
-
*/
|
|
90
|
+
|
|
157
91
|
export interface AddonInfo {
|
|
158
|
-
|
|
159
|
-
* <p>The name of the add-on.</p>
|
|
160
|
-
*/
|
|
92
|
+
|
|
161
93
|
addonName?: string;
|
|
162
|
-
|
|
163
|
-
* <p>The type of the add-on.</p>
|
|
164
|
-
*/
|
|
94
|
+
|
|
165
95
|
type?: string;
|
|
166
|
-
|
|
167
|
-
* <p>An object that represents information about available add-on versions and compatible
|
|
168
|
-
* Kubernetes versions.</p>
|
|
169
|
-
*/
|
|
96
|
+
|
|
170
97
|
addonVersions?: AddonVersionInfo[];
|
|
171
98
|
}
|
|
172
99
|
export declare namespace AddonInfo {
|
|
173
|
-
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
100
|
+
|
|
176
101
|
const filterSensitiveLog: (obj: AddonInfo) => any;
|
|
177
102
|
}
|
|
178
103
|
export declare type AMITypes = "AL2_ARM_64" | "AL2_x86_64" | "AL2_x86_64_GPU" | "CUSTOM";
|
|
179
|
-
|
|
180
|
-
* <p>Identifies the Key Management Service (KMS) key used to encrypt the secrets.</p>
|
|
181
|
-
*/
|
|
104
|
+
|
|
182
105
|
export interface Provider {
|
|
183
|
-
|
|
184
|
-
* <p>Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric, created in the same
|
|
185
|
-
* region as the cluster, and if the KMS key was created in a different account, the user
|
|
186
|
-
* must have access to the KMS key. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html">Allowing
|
|
187
|
-
* Users in Other Accounts to Use a KMS key</a> in the <i>Key Management Service
|
|
188
|
-
* Developer Guide</i>.</p>
|
|
189
|
-
*/
|
|
106
|
+
|
|
190
107
|
keyArn?: string;
|
|
191
108
|
}
|
|
192
109
|
export declare namespace Provider {
|
|
193
|
-
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
110
|
+
|
|
196
111
|
const filterSensitiveLog: (obj: Provider) => any;
|
|
197
112
|
}
|
|
198
|
-
|
|
199
|
-
* <p>The encryption configuration for the cluster.</p>
|
|
200
|
-
*/
|
|
113
|
+
|
|
201
114
|
export interface EncryptionConfig {
|
|
202
|
-
|
|
203
|
-
* <p>Specifies the resources to be encrypted. The only supported value is "secrets".</p>
|
|
204
|
-
*/
|
|
115
|
+
|
|
205
116
|
resources?: string[];
|
|
206
|
-
|
|
207
|
-
* <p>Key Management Service (KMS) key. Either the ARN or the alias can be used.</p>
|
|
208
|
-
*/
|
|
117
|
+
|
|
209
118
|
provider?: Provider;
|
|
210
119
|
}
|
|
211
120
|
export declare namespace EncryptionConfig {
|
|
212
|
-
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
121
|
+
|
|
215
122
|
const filterSensitiveLog: (obj: EncryptionConfig) => any;
|
|
216
123
|
}
|
|
217
124
|
export interface AssociateEncryptionConfigRequest {
|
|
218
|
-
|
|
219
|
-
* <p>The name of the cluster that you are associating with encryption configuration.</p>
|
|
220
|
-
*/
|
|
125
|
+
|
|
221
126
|
clusterName: string | undefined;
|
|
222
|
-
|
|
223
|
-
* <p>The configuration you are using for encryption.</p>
|
|
224
|
-
*/
|
|
127
|
+
|
|
225
128
|
encryptionConfig: EncryptionConfig[] | undefined;
|
|
226
|
-
|
|
227
|
-
* <p>The client request token you are using with the encryption configuration.</p>
|
|
228
|
-
*/
|
|
129
|
+
|
|
229
130
|
clientRequestToken?: string;
|
|
230
131
|
}
|
|
231
132
|
export declare namespace AssociateEncryptionConfigRequest {
|
|
232
|
-
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
133
|
+
|
|
235
134
|
const filterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
|
|
236
135
|
}
|
|
237
136
|
export declare enum ErrorCode {
|
|
@@ -253,65 +152,17 @@ export declare enum ErrorCode {
|
|
|
253
152
|
UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
|
|
254
153
|
VPC_ID_NOT_FOUND = "VpcIdNotFound"
|
|
255
154
|
}
|
|
256
|
-
|
|
257
|
-
* <p>An object representing an error when an asynchronous operation fails.</p>
|
|
258
|
-
*/
|
|
155
|
+
|
|
259
156
|
export interface ErrorDetail {
|
|
260
|
-
|
|
261
|
-
* <p>A brief description of the error. </p>
|
|
262
|
-
* <ul>
|
|
263
|
-
* <li>
|
|
264
|
-
* <p>
|
|
265
|
-
* <b>SubnetNotFound</b>: We couldn't find one of the
|
|
266
|
-
* subnets associated with the cluster.</p>
|
|
267
|
-
* </li>
|
|
268
|
-
* <li>
|
|
269
|
-
* <p>
|
|
270
|
-
* <b>SecurityGroupNotFound</b>: We couldn't find one
|
|
271
|
-
* of the security groups associated with the cluster.</p>
|
|
272
|
-
* </li>
|
|
273
|
-
* <li>
|
|
274
|
-
* <p>
|
|
275
|
-
* <b>EniLimitReached</b>: You have reached the elastic
|
|
276
|
-
* network interface limit for your account.</p>
|
|
277
|
-
* </li>
|
|
278
|
-
* <li>
|
|
279
|
-
* <p>
|
|
280
|
-
* <b>IpNotAvailable</b>: A subnet associated with the
|
|
281
|
-
* cluster doesn't have any free IP addresses.</p>
|
|
282
|
-
* </li>
|
|
283
|
-
* <li>
|
|
284
|
-
* <p>
|
|
285
|
-
* <b>AccessDenied</b>: You don't have permissions to
|
|
286
|
-
* perform the specified operation.</p>
|
|
287
|
-
* </li>
|
|
288
|
-
* <li>
|
|
289
|
-
* <p>
|
|
290
|
-
* <b>OperationNotPermitted</b>: The service role
|
|
291
|
-
* associated with the cluster doesn't have the required access permissions for
|
|
292
|
-
* Amazon EKS.</p>
|
|
293
|
-
* </li>
|
|
294
|
-
* <li>
|
|
295
|
-
* <p>
|
|
296
|
-
* <b>VpcIdNotFound</b>: We couldn't find the VPC
|
|
297
|
-
* associated with the cluster.</p>
|
|
298
|
-
* </li>
|
|
299
|
-
* </ul>
|
|
300
|
-
*/
|
|
157
|
+
|
|
301
158
|
errorCode?: ErrorCode | string;
|
|
302
|
-
|
|
303
|
-
* <p>A more complete description of the error.</p>
|
|
304
|
-
*/
|
|
159
|
+
|
|
305
160
|
errorMessage?: string;
|
|
306
|
-
|
|
307
|
-
* <p>An optional field that contains the resource IDs associated with the error.</p>
|
|
308
|
-
*/
|
|
161
|
+
|
|
309
162
|
resourceIds?: string[];
|
|
310
163
|
}
|
|
311
164
|
export declare namespace ErrorDetail {
|
|
312
|
-
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
165
|
+
|
|
315
166
|
const filterSensitiveLog: (obj: ErrorDetail) => any;
|
|
316
167
|
}
|
|
317
168
|
export declare enum UpdateParamType {
|
|
@@ -339,23 +190,15 @@ export declare enum UpdateParamType {
|
|
|
339
190
|
TAINTS_TO_REMOVE = "TaintsToRemove",
|
|
340
191
|
VERSION = "Version"
|
|
341
192
|
}
|
|
342
|
-
|
|
343
|
-
* <p>An object representing the details of an update request.</p>
|
|
344
|
-
*/
|
|
193
|
+
|
|
345
194
|
export interface UpdateParam {
|
|
346
|
-
|
|
347
|
-
* <p>The keys associated with an update request.</p>
|
|
348
|
-
*/
|
|
195
|
+
|
|
349
196
|
type?: UpdateParamType | string;
|
|
350
|
-
|
|
351
|
-
* <p>The value of the keys submitted as part of an update request.</p>
|
|
352
|
-
*/
|
|
197
|
+
|
|
353
198
|
value?: string;
|
|
354
199
|
}
|
|
355
200
|
export declare namespace UpdateParam {
|
|
356
|
-
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
201
|
+
|
|
359
202
|
const filterSensitiveLog: (obj: UpdateParam) => any;
|
|
360
203
|
}
|
|
361
204
|
export declare enum UpdateStatus {
|
|
@@ -374,437 +217,227 @@ export declare enum UpdateType {
|
|
|
374
217
|
LOGGING_UPDATE = "LoggingUpdate",
|
|
375
218
|
VERSION_UPDATE = "VersionUpdate"
|
|
376
219
|
}
|
|
377
|
-
|
|
378
|
-
* <p>An object representing an asynchronous update.</p>
|
|
379
|
-
*/
|
|
220
|
+
|
|
380
221
|
export interface Update {
|
|
381
|
-
|
|
382
|
-
* <p>A UUID that is used to track the update.</p>
|
|
383
|
-
*/
|
|
222
|
+
|
|
384
223
|
id?: string;
|
|
385
|
-
|
|
386
|
-
* <p>The current status of the update.</p>
|
|
387
|
-
*/
|
|
224
|
+
|
|
388
225
|
status?: UpdateStatus | string;
|
|
389
|
-
|
|
390
|
-
* <p>The type of the update.</p>
|
|
391
|
-
*/
|
|
226
|
+
|
|
392
227
|
type?: UpdateType | string;
|
|
393
|
-
|
|
394
|
-
* <p>A key-value map that contains the parameters associated with the update.</p>
|
|
395
|
-
*/
|
|
228
|
+
|
|
396
229
|
params?: UpdateParam[];
|
|
397
|
-
|
|
398
|
-
* <p>The Unix epoch timestamp in seconds for when the update was created.</p>
|
|
399
|
-
*/
|
|
230
|
+
|
|
400
231
|
createdAt?: Date;
|
|
401
|
-
|
|
402
|
-
* <p>Any errors associated with a <code>Failed</code> update.</p>
|
|
403
|
-
*/
|
|
232
|
+
|
|
404
233
|
errors?: ErrorDetail[];
|
|
405
234
|
}
|
|
406
235
|
export declare namespace Update {
|
|
407
|
-
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
236
|
+
|
|
410
237
|
const filterSensitiveLog: (obj: Update) => any;
|
|
411
238
|
}
|
|
412
239
|
export interface AssociateEncryptionConfigResponse {
|
|
413
|
-
|
|
414
|
-
* <p>An object representing an asynchronous update.</p>
|
|
415
|
-
*/
|
|
240
|
+
|
|
416
241
|
update?: Update;
|
|
417
242
|
}
|
|
418
243
|
export declare namespace AssociateEncryptionConfigResponse {
|
|
419
|
-
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
244
|
+
|
|
422
245
|
const filterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
|
|
423
246
|
}
|
|
424
|
-
|
|
425
|
-
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
426
|
-
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
427
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
428
|
-
*/
|
|
247
|
+
|
|
429
248
|
export interface ClientException extends __SmithyException, $MetadataBearer {
|
|
430
249
|
name: "ClientException";
|
|
431
250
|
$fault: "client";
|
|
432
|
-
|
|
433
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
434
|
-
*/
|
|
251
|
+
|
|
435
252
|
clusterName?: string;
|
|
436
|
-
|
|
437
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
438
|
-
*/
|
|
253
|
+
|
|
439
254
|
nodegroupName?: string;
|
|
440
255
|
addonName?: string;
|
|
441
256
|
message?: string;
|
|
442
257
|
}
|
|
443
258
|
export declare namespace ClientException {
|
|
444
|
-
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
259
|
+
|
|
447
260
|
const filterSensitiveLog: (obj: ClientException) => any;
|
|
448
261
|
}
|
|
449
|
-
|
|
450
|
-
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
451
|
-
* request.</p>
|
|
452
|
-
*/
|
|
262
|
+
|
|
453
263
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
454
264
|
name: "InvalidParameterException";
|
|
455
265
|
$fault: "client";
|
|
456
|
-
|
|
457
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
458
|
-
*/
|
|
266
|
+
|
|
459
267
|
clusterName?: string;
|
|
460
|
-
|
|
461
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
462
|
-
*/
|
|
268
|
+
|
|
463
269
|
nodegroupName?: string;
|
|
464
|
-
|
|
465
|
-
* <p>The Fargate profile associated with the exception.</p>
|
|
466
|
-
*/
|
|
270
|
+
|
|
467
271
|
fargateProfileName?: string;
|
|
468
272
|
addonName?: string;
|
|
469
273
|
message?: string;
|
|
470
274
|
}
|
|
471
275
|
export declare namespace InvalidParameterException {
|
|
472
|
-
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
276
|
+
|
|
475
277
|
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
476
278
|
}
|
|
477
|
-
|
|
478
|
-
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
479
|
-
* and the associated operations.</p>
|
|
480
|
-
*/
|
|
279
|
+
|
|
481
280
|
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
482
281
|
name: "InvalidRequestException";
|
|
483
282
|
$fault: "client";
|
|
484
|
-
|
|
485
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
486
|
-
*/
|
|
283
|
+
|
|
487
284
|
clusterName?: string;
|
|
488
|
-
|
|
489
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
490
|
-
*/
|
|
285
|
+
|
|
491
286
|
nodegroupName?: string;
|
|
492
287
|
addonName?: string;
|
|
493
288
|
message?: string;
|
|
494
289
|
}
|
|
495
290
|
export declare namespace InvalidRequestException {
|
|
496
|
-
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
291
|
+
|
|
499
292
|
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
500
293
|
}
|
|
501
|
-
|
|
502
|
-
* <p>The specified resource is in use.</p>
|
|
503
|
-
*/
|
|
294
|
+
|
|
504
295
|
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
505
296
|
name: "ResourceInUseException";
|
|
506
297
|
$fault: "client";
|
|
507
|
-
|
|
508
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
509
|
-
*/
|
|
298
|
+
|
|
510
299
|
clusterName?: string;
|
|
511
|
-
|
|
512
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
513
|
-
*/
|
|
300
|
+
|
|
514
301
|
nodegroupName?: string;
|
|
515
302
|
addonName?: string;
|
|
516
303
|
message?: string;
|
|
517
304
|
}
|
|
518
305
|
export declare namespace ResourceInUseException {
|
|
519
|
-
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
306
|
+
|
|
522
307
|
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
523
308
|
}
|
|
524
|
-
|
|
525
|
-
* <p>The specified resource could not be found. You can view your available clusters with
|
|
526
|
-
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
527
|
-
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
528
|
-
* Region-specific.</p>
|
|
529
|
-
*/
|
|
309
|
+
|
|
530
310
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
531
311
|
name: "ResourceNotFoundException";
|
|
532
312
|
$fault: "client";
|
|
533
|
-
|
|
534
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
535
|
-
*/
|
|
313
|
+
|
|
536
314
|
clusterName?: string;
|
|
537
|
-
|
|
538
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
539
|
-
*/
|
|
315
|
+
|
|
540
316
|
nodegroupName?: string;
|
|
541
|
-
|
|
542
|
-
* <p>The Fargate profile associated with the exception.</p>
|
|
543
|
-
*/
|
|
317
|
+
|
|
544
318
|
fargateProfileName?: string;
|
|
545
319
|
addonName?: string;
|
|
546
320
|
message?: string;
|
|
547
321
|
}
|
|
548
322
|
export declare namespace ResourceNotFoundException {
|
|
549
|
-
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
323
|
+
|
|
552
324
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
553
325
|
}
|
|
554
|
-
|
|
555
|
-
* <p>These errors are usually caused by a server-side issue.</p>
|
|
556
|
-
*/
|
|
326
|
+
|
|
557
327
|
export interface ServerException extends __SmithyException, $MetadataBearer {
|
|
558
328
|
name: "ServerException";
|
|
559
329
|
$fault: "server";
|
|
560
|
-
|
|
561
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
562
|
-
*/
|
|
330
|
+
|
|
563
331
|
clusterName?: string;
|
|
564
|
-
|
|
565
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
566
|
-
*/
|
|
332
|
+
|
|
567
333
|
nodegroupName?: string;
|
|
568
334
|
addonName?: string;
|
|
569
335
|
message?: string;
|
|
570
336
|
}
|
|
571
337
|
export declare namespace ServerException {
|
|
572
|
-
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
338
|
+
|
|
575
339
|
const filterSensitiveLog: (obj: ServerException) => any;
|
|
576
340
|
}
|
|
577
|
-
|
|
578
|
-
* <p>An object representing an OpenID Connect (OIDC) configuration. Before associating an
|
|
579
|
-
* OIDC identity provider to your cluster, review the considerations in <a href="https://docs.aws.amazon.com/eks/latest/userguide/authenticate-oidc-identity-provider.html">Authenticating
|
|
580
|
-
* users for your cluster from an OpenID Connect identity provider</a> in the
|
|
581
|
-
* <i>Amazon EKS User Guide</i>.</p>
|
|
582
|
-
*/
|
|
341
|
+
|
|
583
342
|
export interface OidcIdentityProviderConfigRequest {
|
|
584
|
-
|
|
585
|
-
* <p>The name of the OIDC provider configuration.</p>
|
|
586
|
-
*/
|
|
343
|
+
|
|
587
344
|
identityProviderConfigName: string | undefined;
|
|
588
|
-
|
|
589
|
-
* <p>The URL of the OpenID identity provider that allows the API server to discover public
|
|
590
|
-
* signing keys for verifying tokens. The URL must begin with <code>https://</code> and
|
|
591
|
-
* should correspond to the <code>iss</code> claim in the provider's OIDC ID tokens. Per
|
|
592
|
-
* the OIDC standard, path components are allowed but query parameters are not. Typically
|
|
593
|
-
* the URL consists of only a hostname, like <code>https://server.example.org</code> or
|
|
594
|
-
* <code>https://example.com</code>. This URL should point to the level below
|
|
595
|
-
* <code>.well-known/openid-configuration</code> and must be publicly accessible over
|
|
596
|
-
* the internet.</p>
|
|
597
|
-
*/
|
|
345
|
+
|
|
598
346
|
issuerUrl: string | undefined;
|
|
599
|
-
|
|
600
|
-
* <p>This is also known as <i>audience</i>. The ID for the client application
|
|
601
|
-
* that makes authentication requests to the OpenID identity provider.</p>
|
|
602
|
-
*/
|
|
347
|
+
|
|
603
348
|
clientId: string | undefined;
|
|
604
|
-
|
|
605
|
-
* <p>The JSON Web Token (JWT) claim to use as the username. The default is
|
|
606
|
-
* <code>sub</code>, which is expected to be a unique identifier of the end user. You can
|
|
607
|
-
* choose other claims, such as <code>email</code> or <code>name</code>, depending on the
|
|
608
|
-
* OpenID identity provider. Claims other than <code>email</code> are prefixed with the
|
|
609
|
-
* issuer URL to prevent naming clashes with other plug-ins.</p>
|
|
610
|
-
*/
|
|
349
|
+
|
|
611
350
|
usernameClaim?: string;
|
|
612
|
-
|
|
613
|
-
* <p>The prefix that is prepended to username claims to prevent clashes with existing
|
|
614
|
-
* names. If you do not provide this field, and <code>username</code> is a value other than
|
|
615
|
-
* <code>email</code>, the prefix defaults to <code>issuerurl#</code>. You can use the
|
|
616
|
-
* value <code>-</code> to disable all prefixing.</p>
|
|
617
|
-
*/
|
|
351
|
+
|
|
618
352
|
usernamePrefix?: string;
|
|
619
|
-
|
|
620
|
-
* <p>The JWT claim that the provider uses to return your groups.</p>
|
|
621
|
-
*/
|
|
353
|
+
|
|
622
354
|
groupsClaim?: string;
|
|
623
|
-
|
|
624
|
-
* <p>The prefix that is prepended to group claims to prevent clashes with existing names
|
|
625
|
-
* (such as <code>system:</code> groups). For example, the value<code> oidc:</code> will
|
|
626
|
-
* create group names like <code>oidc:engineering</code> and
|
|
627
|
-
* <code>oidc:infra</code>.</p>
|
|
628
|
-
*/
|
|
355
|
+
|
|
629
356
|
groupsPrefix?: string;
|
|
630
|
-
|
|
631
|
-
* <p>The key value pairs that describe required claims in the identity token. If set, each
|
|
632
|
-
* claim is verified to be present in the token with a matching value. For the maximum
|
|
633
|
-
* number of claims that you can require, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html">Amazon EKS service quotas</a> in the
|
|
634
|
-
* <i>Amazon EKS User Guide</i>.</p>
|
|
635
|
-
*/
|
|
357
|
+
|
|
636
358
|
requiredClaims?: {
|
|
637
359
|
[key: string]: string;
|
|
638
360
|
};
|
|
639
361
|
}
|
|
640
362
|
export declare namespace OidcIdentityProviderConfigRequest {
|
|
641
|
-
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
363
|
+
|
|
644
364
|
const filterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
|
|
645
365
|
}
|
|
646
366
|
export interface AssociateIdentityProviderConfigRequest {
|
|
647
|
-
|
|
648
|
-
* <p>The name of the cluster to associate the configuration to.</p>
|
|
649
|
-
*/
|
|
367
|
+
|
|
650
368
|
clusterName: string | undefined;
|
|
651
|
-
|
|
652
|
-
* <p>An object that represents an OpenID Connect (OIDC) identity provider
|
|
653
|
-
* configuration.</p>
|
|
654
|
-
*/
|
|
369
|
+
|
|
655
370
|
oidc: OidcIdentityProviderConfigRequest | undefined;
|
|
656
|
-
|
|
657
|
-
* <p>The metadata to apply to the configuration to assist with categorization and
|
|
658
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
659
|
-
* define.</p>
|
|
660
|
-
*/
|
|
371
|
+
|
|
661
372
|
tags?: {
|
|
662
373
|
[key: string]: string;
|
|
663
374
|
};
|
|
664
|
-
|
|
665
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
666
|
-
* request.</p>
|
|
667
|
-
*/
|
|
375
|
+
|
|
668
376
|
clientRequestToken?: string;
|
|
669
377
|
}
|
|
670
378
|
export declare namespace AssociateIdentityProviderConfigRequest {
|
|
671
|
-
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
379
|
+
|
|
674
380
|
const filterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
|
|
675
381
|
}
|
|
676
382
|
export interface AssociateIdentityProviderConfigResponse {
|
|
677
|
-
|
|
678
|
-
* <p>An object representing an asynchronous update.</p>
|
|
679
|
-
*/
|
|
383
|
+
|
|
680
384
|
update?: Update;
|
|
681
|
-
|
|
682
|
-
* <p>The tags for the resource.</p>
|
|
683
|
-
*/
|
|
385
|
+
|
|
684
386
|
tags?: {
|
|
685
387
|
[key: string]: string;
|
|
686
388
|
};
|
|
687
389
|
}
|
|
688
390
|
export declare namespace AssociateIdentityProviderConfigResponse {
|
|
689
|
-
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
391
|
+
|
|
692
392
|
const filterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
|
|
693
393
|
}
|
|
694
|
-
|
|
695
|
-
* <p>An Auto Scaling group that is associated with an Amazon EKS managed node group.</p>
|
|
696
|
-
*/
|
|
394
|
+
|
|
697
395
|
export interface AutoScalingGroup {
|
|
698
|
-
|
|
699
|
-
* <p>The name of the Auto Scaling group associated with an Amazon EKS managed node group.</p>
|
|
700
|
-
*/
|
|
396
|
+
|
|
701
397
|
name?: string;
|
|
702
398
|
}
|
|
703
399
|
export declare namespace AutoScalingGroup {
|
|
704
|
-
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
400
|
+
|
|
707
401
|
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
708
402
|
}
|
|
709
403
|
export declare type ResolveConflicts = "NONE" | "OVERWRITE";
|
|
710
404
|
export interface CreateAddonRequest {
|
|
711
|
-
|
|
712
|
-
* <p>The name of the cluster to create the add-on for.</p>
|
|
713
|
-
*/
|
|
405
|
+
|
|
714
406
|
clusterName: string | undefined;
|
|
715
|
-
|
|
716
|
-
* <p>The name of the add-on. The name must match one of the names returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html">
|
|
717
|
-
* <code>DescribeAddonVersions</code>
|
|
718
|
-
* </a>.</p>
|
|
719
|
-
*/
|
|
407
|
+
|
|
720
408
|
addonName: string | undefined;
|
|
721
|
-
|
|
722
|
-
* <p>The version of the add-on. The version must match one of the versions returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html">
|
|
723
|
-
* <code>DescribeAddonVersions</code>
|
|
724
|
-
* </a>.</p>
|
|
725
|
-
*/
|
|
409
|
+
|
|
726
410
|
addonVersion?: string;
|
|
727
|
-
|
|
728
|
-
* <p>The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account. The role must be assigned the IAM permissions required by the add-on. If you don't specify an existing IAM role, then the add-on uses the
|
|
729
|
-
* permissions assigned to the node IAM role. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html">Amazon EKS node IAM role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
730
|
-
* <note>
|
|
731
|
-
* <p>To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) provider created for
|
|
732
|
-
* your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html">Enabling
|
|
733
|
-
* IAM roles for service accounts on your cluster</a> in the
|
|
734
|
-
* <i>Amazon EKS User Guide</i>.</p>
|
|
735
|
-
* </note>
|
|
736
|
-
*/
|
|
411
|
+
|
|
737
412
|
serviceAccountRoleArn?: string;
|
|
738
|
-
|
|
739
|
-
* <p>How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS
|
|
740
|
-
* add-on.</p>
|
|
741
|
-
*/
|
|
413
|
+
|
|
742
414
|
resolveConflicts?: ResolveConflicts | string;
|
|
743
|
-
|
|
744
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
745
|
-
* request.</p>
|
|
746
|
-
*/
|
|
415
|
+
|
|
747
416
|
clientRequestToken?: string;
|
|
748
|
-
|
|
749
|
-
* <p>The metadata to apply to the cluster to assist with categorization and organization.
|
|
750
|
-
* Each tag consists of a key and an optional value, both of which you define. </p>
|
|
751
|
-
*/
|
|
417
|
+
|
|
752
418
|
tags?: {
|
|
753
419
|
[key: string]: string;
|
|
754
420
|
};
|
|
755
421
|
}
|
|
756
422
|
export declare namespace CreateAddonRequest {
|
|
757
|
-
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
423
|
+
|
|
760
424
|
const filterSensitiveLog: (obj: CreateAddonRequest) => any;
|
|
761
425
|
}
|
|
762
426
|
export interface CreateAddonResponse {
|
|
763
|
-
|
|
764
|
-
* <p>An Amazon EKS add-on.</p>
|
|
765
|
-
*/
|
|
427
|
+
|
|
766
428
|
addon?: Addon;
|
|
767
429
|
}
|
|
768
430
|
export declare namespace CreateAddonResponse {
|
|
769
|
-
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
431
|
+
|
|
772
432
|
const filterSensitiveLog: (obj: CreateAddonResponse) => any;
|
|
773
433
|
}
|
|
774
|
-
|
|
775
|
-
* <p>The Kubernetes network configuration for the cluster.</p>
|
|
776
|
-
*/
|
|
434
|
+
|
|
777
435
|
export interface KubernetesNetworkConfigRequest {
|
|
778
|
-
|
|
779
|
-
* <p>The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a
|
|
780
|
-
* block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR
|
|
781
|
-
* blocks. We recommend that you specify a block that does not overlap with resources in
|
|
782
|
-
* other networks that are peered or connected to your VPC. The block must meet the
|
|
783
|
-
* following requirements:</p>
|
|
784
|
-
* <ul>
|
|
785
|
-
* <li>
|
|
786
|
-
* <p>Within one of the following private IP address blocks: 10.0.0.0/8,
|
|
787
|
-
* 172.16.0.0.0/12, or 192.168.0.0/16.</p>
|
|
788
|
-
* </li>
|
|
789
|
-
* <li>
|
|
790
|
-
* <p>Doesn't overlap with any CIDR block assigned to the VPC that you selected for
|
|
791
|
-
* VPC.</p>
|
|
792
|
-
* </li>
|
|
793
|
-
* <li>
|
|
794
|
-
* <p>Between /24 and /12.</p>
|
|
795
|
-
* </li>
|
|
796
|
-
* </ul>
|
|
797
|
-
* <important>
|
|
798
|
-
* <p>You can only specify a custom CIDR block when you create a cluster and can't
|
|
799
|
-
* change this value once the cluster is created.</p>
|
|
800
|
-
* </important>
|
|
801
|
-
*/
|
|
436
|
+
|
|
802
437
|
serviceIpv4Cidr?: string;
|
|
803
438
|
}
|
|
804
439
|
export declare namespace KubernetesNetworkConfigRequest {
|
|
805
|
-
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
440
|
+
|
|
808
441
|
const filterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
|
|
809
442
|
}
|
|
810
443
|
export declare enum LogType {
|
|
@@ -814,743 +447,342 @@ export declare enum LogType {
|
|
|
814
447
|
CONTROLLER_MANAGER = "controllerManager",
|
|
815
448
|
SCHEDULER = "scheduler"
|
|
816
449
|
}
|
|
817
|
-
|
|
818
|
-
* <p>An object representing the enabled or disabled Kubernetes control plane logs for your
|
|
819
|
-
* cluster.</p>
|
|
820
|
-
*/
|
|
450
|
+
|
|
821
451
|
export interface LogSetup {
|
|
822
|
-
|
|
823
|
-
* <p>The available cluster control plane log types.</p>
|
|
824
|
-
*/
|
|
452
|
+
|
|
825
453
|
types?: (LogType | string)[];
|
|
826
|
-
|
|
827
|
-
* <p>If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a
|
|
828
|
-
* log type isn't enabled, that log type doesn't export its control plane logs. Each
|
|
829
|
-
* individual log type can be enabled or disabled independently.</p>
|
|
830
|
-
*/
|
|
454
|
+
|
|
831
455
|
enabled?: boolean;
|
|
832
456
|
}
|
|
833
457
|
export declare namespace LogSetup {
|
|
834
|
-
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
458
|
+
|
|
837
459
|
const filterSensitiveLog: (obj: LogSetup) => any;
|
|
838
460
|
}
|
|
839
|
-
|
|
840
|
-
* <p>An object representing the logging configuration for resources in your cluster.</p>
|
|
841
|
-
*/
|
|
461
|
+
|
|
842
462
|
export interface Logging {
|
|
843
|
-
|
|
844
|
-
* <p>The cluster control plane logging configuration for your cluster.</p>
|
|
845
|
-
*/
|
|
463
|
+
|
|
846
464
|
clusterLogging?: LogSetup[];
|
|
847
465
|
}
|
|
848
466
|
export declare namespace Logging {
|
|
849
|
-
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
467
|
+
|
|
852
468
|
const filterSensitiveLog: (obj: Logging) => any;
|
|
853
469
|
}
|
|
854
|
-
|
|
855
|
-
* <p>An object representing the VPC configuration to use for an Amazon EKS cluster.</p>
|
|
856
|
-
*/
|
|
470
|
+
|
|
857
471
|
export interface VpcConfigRequest {
|
|
858
|
-
|
|
859
|
-
* <p>Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network
|
|
860
|
-
* interfaces in these subnets to allow communication between your nodes and the Kubernetes
|
|
861
|
-
* control plane.</p>
|
|
862
|
-
*/
|
|
472
|
+
|
|
863
473
|
subnetIds?: string[];
|
|
864
|
-
|
|
865
|
-
* <p>Specify one or more security groups for the cross-account elastic network interfaces
|
|
866
|
-
* that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes
|
|
867
|
-
* control plane. If you don't specify any security groups, then familiarize yourself with
|
|
868
|
-
* the difference between Amazon EKS defaults for clusters deployed with Kubernetes:</p>
|
|
869
|
-
* <ul>
|
|
870
|
-
* <li>
|
|
871
|
-
* <p>1.14 Amazon EKS platform version <code>eks.2</code> and earlier</p>
|
|
872
|
-
* </li>
|
|
873
|
-
* <li>
|
|
874
|
-
* <p>1.14 Amazon EKS platform version <code>eks.3</code> and later </p>
|
|
875
|
-
* </li>
|
|
876
|
-
* </ul>
|
|
877
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Amazon EKS security group
|
|
878
|
-
* considerations</a> in the <i>
|
|
879
|
-
* <i>Amazon EKS User Guide</i>
|
|
880
|
-
* </i>.</p>
|
|
881
|
-
*/
|
|
474
|
+
|
|
882
475
|
securityGroupIds?: string[];
|
|
883
|
-
|
|
884
|
-
* <p>Set this value to <code>false</code> to disable public access to your cluster's
|
|
885
|
-
* Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes
|
|
886
|
-
* API server can only receive requests from within the cluster VPC. The default value for
|
|
887
|
-
* this parameter is <code>true</code>, which enables public access for your Kubernetes API
|
|
888
|
-
* server. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
889
|
-
* endpoint access control</a> in the <i>
|
|
890
|
-
* <i>Amazon EKS User Guide</i>
|
|
891
|
-
* </i>.</p>
|
|
892
|
-
*/
|
|
476
|
+
|
|
893
477
|
endpointPublicAccess?: boolean;
|
|
894
|
-
|
|
895
|
-
* <p>Set this value to <code>true</code> to enable private access for your cluster's
|
|
896
|
-
* Kubernetes API server endpoint. If you enable private access, Kubernetes API requests
|
|
897
|
-
* from within your cluster's VPC use the private VPC endpoint. The default value for this
|
|
898
|
-
* parameter is <code>false</code>, which disables private access for your Kubernetes API
|
|
899
|
-
* server. If you disable private access and you have nodes or Fargate pods in the
|
|
900
|
-
* cluster, then ensure that <code>publicAccessCidrs</code> includes the necessary CIDR
|
|
901
|
-
* blocks for communication with the nodes or Fargate pods. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
902
|
-
* endpoint access control</a> in the <i>
|
|
903
|
-
* <i>Amazon EKS User Guide</i>
|
|
904
|
-
* </i>.</p>
|
|
905
|
-
*/
|
|
478
|
+
|
|
906
479
|
endpointPrivateAccess?: boolean;
|
|
907
|
-
|
|
908
|
-
* <p>The CIDR blocks that are allowed access to your cluster's public Kubernetes API server
|
|
909
|
-
* endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that
|
|
910
|
-
* you specify is denied. The default value is <code>0.0.0.0/0</code>. If you've disabled
|
|
911
|
-
* private endpoint access and you have nodes or Fargate pods in the cluster, then ensure
|
|
912
|
-
* that you specify the necessary CIDR blocks. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
913
|
-
* endpoint access control</a> in the <i>
|
|
914
|
-
* <i>Amazon EKS User Guide</i>
|
|
915
|
-
* </i>.</p>
|
|
916
|
-
*/
|
|
480
|
+
|
|
917
481
|
publicAccessCidrs?: string[];
|
|
918
482
|
}
|
|
919
483
|
export declare namespace VpcConfigRequest {
|
|
920
|
-
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
484
|
+
|
|
923
485
|
const filterSensitiveLog: (obj: VpcConfigRequest) => any;
|
|
924
486
|
}
|
|
925
487
|
export interface CreateClusterRequest {
|
|
926
|
-
|
|
927
|
-
* <p>The unique name to give to your cluster.</p>
|
|
928
|
-
*/
|
|
488
|
+
|
|
929
489
|
name: string | undefined;
|
|
930
|
-
|
|
931
|
-
* <p>The desired Kubernetes version for your cluster. If you don't specify a value here,
|
|
932
|
-
* the latest version available in Amazon EKS is used.</p>
|
|
933
|
-
*/
|
|
490
|
+
|
|
934
491
|
version?: string;
|
|
935
|
-
|
|
936
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control
|
|
937
|
-
* plane to make calls to Amazon Web Services API operations on your behalf. For more information, see
|
|
938
|
-
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html">Amazon EKS
|
|
939
|
-
* Service IAM Role</a> in the <i>
|
|
940
|
-
* <i>Amazon EKS User Guide</i>
|
|
941
|
-
* </i>.</p>
|
|
942
|
-
*/
|
|
492
|
+
|
|
943
493
|
roleArn: string | undefined;
|
|
944
|
-
|
|
945
|
-
* <p>The VPC configuration used by the cluster control plane. Amazon EKS VPC resources have
|
|
946
|
-
* specific requirements to work properly with Kubernetes. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">Cluster VPC
|
|
947
|
-
* Considerations</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Cluster Security Group Considerations</a> in the
|
|
948
|
-
* <i>Amazon EKS User Guide</i>. You must specify at least two subnets. You can specify up to five
|
|
949
|
-
* security groups, but we recommend that you use a dedicated security group for your
|
|
950
|
-
* cluster control plane.</p>
|
|
951
|
-
*/
|
|
494
|
+
|
|
952
495
|
resourcesVpcConfig: VpcConfigRequest | undefined;
|
|
953
|
-
|
|
954
|
-
* <p>The Kubernetes network configuration for the cluster.</p>
|
|
955
|
-
*/
|
|
496
|
+
|
|
956
497
|
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest;
|
|
957
|
-
|
|
958
|
-
* <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to
|
|
959
|
-
* CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more
|
|
960
|
-
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster control plane logs</a> in the
|
|
961
|
-
* <i>
|
|
962
|
-
* <i>Amazon EKS User Guide</i>
|
|
963
|
-
* </i>.</p>
|
|
964
|
-
* <note>
|
|
965
|
-
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
|
|
966
|
-
* control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
|
|
967
|
-
* </note>
|
|
968
|
-
*/
|
|
498
|
+
|
|
969
499
|
logging?: Logging;
|
|
970
|
-
|
|
971
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
972
|
-
* request.</p>
|
|
973
|
-
*/
|
|
500
|
+
|
|
974
501
|
clientRequestToken?: string;
|
|
975
|
-
|
|
976
|
-
* <p>The metadata to apply to the cluster to assist with categorization and organization.
|
|
977
|
-
* Each tag consists of a key and an optional value, both of which you define.</p>
|
|
978
|
-
*/
|
|
502
|
+
|
|
979
503
|
tags?: {
|
|
980
504
|
[key: string]: string;
|
|
981
505
|
};
|
|
982
|
-
|
|
983
|
-
* <p>The encryption configuration for the cluster.</p>
|
|
984
|
-
*/
|
|
506
|
+
|
|
985
507
|
encryptionConfig?: EncryptionConfig[];
|
|
986
508
|
}
|
|
987
509
|
export declare namespace CreateClusterRequest {
|
|
988
|
-
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
510
|
+
|
|
991
511
|
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
992
512
|
}
|
|
993
|
-
|
|
994
|
-
* <p>An object representing the <code>certificate-authority-data</code> for your
|
|
995
|
-
* cluster.</p>
|
|
996
|
-
*/
|
|
513
|
+
|
|
997
514
|
export interface Certificate {
|
|
998
|
-
|
|
999
|
-
* <p>The Base64-encoded certificate data required to communicate with your cluster. Add
|
|
1000
|
-
* this to the <code>certificate-authority-data</code> section of the
|
|
1001
|
-
* <code>kubeconfig</code> file for your cluster.</p>
|
|
1002
|
-
*/
|
|
515
|
+
|
|
1003
516
|
data?: string;
|
|
1004
517
|
}
|
|
1005
518
|
export declare namespace Certificate {
|
|
1006
|
-
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
519
|
+
|
|
1009
520
|
const filterSensitiveLog: (obj: Certificate) => any;
|
|
1010
521
|
}
|
|
1011
|
-
|
|
1012
|
-
* <p>The full description of your connected cluster.</p>
|
|
1013
|
-
*/
|
|
522
|
+
|
|
1014
523
|
export interface ConnectorConfigResponse {
|
|
1015
|
-
|
|
1016
|
-
* <p>A unique ID associated with the cluster for registration purposes.</p>
|
|
1017
|
-
*/
|
|
524
|
+
|
|
1018
525
|
activationId?: string;
|
|
1019
|
-
|
|
1020
|
-
* <p>A unique code associated with the cluster for registration purposes.</p>
|
|
1021
|
-
*/
|
|
526
|
+
|
|
1022
527
|
activationCode?: string;
|
|
1023
|
-
|
|
1024
|
-
* <p>The expiration time of the connected cluster. The cluster's YAML file must be applied through the native
|
|
1025
|
-
* provider.</p>
|
|
1026
|
-
*/
|
|
528
|
+
|
|
1027
529
|
activationExpiry?: Date;
|
|
1028
|
-
|
|
1029
|
-
* <p>The cluster's cloud service provider.</p>
|
|
1030
|
-
*/
|
|
530
|
+
|
|
1031
531
|
provider?: string;
|
|
1032
|
-
|
|
1033
|
-
* <p>The Amazon Resource Name (ARN) of the role that is used by the EKS connector to communicate with AWS services from the connected Kubernetes cluster.</p>
|
|
1034
|
-
*/
|
|
532
|
+
|
|
1035
533
|
roleArn?: string;
|
|
1036
534
|
}
|
|
1037
535
|
export declare namespace ConnectorConfigResponse {
|
|
1038
|
-
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
536
|
+
|
|
1041
537
|
const filterSensitiveLog: (obj: ConnectorConfigResponse) => any;
|
|
1042
538
|
}
|
|
1043
|
-
|
|
1044
|
-
* <p>An object representing the <a href="https://openid.net/connect/">OpenID
|
|
1045
|
-
* Connect</a> (OIDC) identity provider information for the cluster.</p>
|
|
1046
|
-
*/
|
|
539
|
+
|
|
1047
540
|
export interface OIDC {
|
|
1048
|
-
|
|
1049
|
-
* <p>The issuer URL for the OIDC identity provider.</p>
|
|
1050
|
-
*/
|
|
541
|
+
|
|
1051
542
|
issuer?: string;
|
|
1052
543
|
}
|
|
1053
544
|
export declare namespace OIDC {
|
|
1054
|
-
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
545
|
+
|
|
1057
546
|
const filterSensitiveLog: (obj: OIDC) => any;
|
|
1058
547
|
}
|
|
1059
|
-
|
|
1060
|
-
* <p>An object representing an identity provider.</p>
|
|
1061
|
-
*/
|
|
548
|
+
|
|
1062
549
|
export interface Identity {
|
|
1063
|
-
|
|
1064
|
-
* <p>An object representing the <a href="https://openid.net/connect/">OpenID
|
|
1065
|
-
* Connect</a> identity provider information.</p>
|
|
1066
|
-
*/
|
|
550
|
+
|
|
1067
551
|
oidc?: OIDC;
|
|
1068
552
|
}
|
|
1069
553
|
export declare namespace Identity {
|
|
1070
|
-
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
554
|
+
|
|
1073
555
|
const filterSensitiveLog: (obj: Identity) => any;
|
|
1074
556
|
}
|
|
1075
|
-
|
|
1076
|
-
* <p>The Kubernetes network configuration for the cluster.</p>
|
|
1077
|
-
*/
|
|
557
|
+
|
|
1078
558
|
export interface KubernetesNetworkConfigResponse {
|
|
1079
|
-
|
|
1080
|
-
* <p>The CIDR block that Kubernetes service IP addresses are assigned from. If you didn't
|
|
1081
|
-
* specify a CIDR block when you created the cluster, then Kubernetes assigns addresses
|
|
1082
|
-
* from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then
|
|
1083
|
-
* it was specified when the cluster was created and it cannot be changed.</p>
|
|
1084
|
-
*/
|
|
559
|
+
|
|
1085
560
|
serviceIpv4Cidr?: string;
|
|
1086
561
|
}
|
|
1087
562
|
export declare namespace KubernetesNetworkConfigResponse {
|
|
1088
|
-
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
563
|
+
|
|
1091
564
|
const filterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
|
|
1092
565
|
}
|
|
1093
|
-
|
|
1094
|
-
* <p>An object representing an Amazon EKS cluster VPC configuration response.</p>
|
|
1095
|
-
*/
|
|
566
|
+
|
|
1096
567
|
export interface VpcConfigResponse {
|
|
1097
|
-
|
|
1098
|
-
* <p>The subnets associated with your cluster.</p>
|
|
1099
|
-
*/
|
|
568
|
+
|
|
1100
569
|
subnetIds?: string[];
|
|
1101
|
-
|
|
1102
|
-
* <p>The security groups associated with the cross-account elastic network interfaces that
|
|
1103
|
-
* are used to allow communication between your nodes and the Kubernetes control
|
|
1104
|
-
* plane.</p>
|
|
1105
|
-
*/
|
|
570
|
+
|
|
1106
571
|
securityGroupIds?: string[];
|
|
1107
|
-
|
|
1108
|
-
* <p>The cluster security group that was created by Amazon EKS for the cluster. Managed node
|
|
1109
|
-
* groups use this security group for control-plane-to-data-plane communication.</p>
|
|
1110
|
-
*/
|
|
572
|
+
|
|
1111
573
|
clusterSecurityGroupId?: string;
|
|
1112
|
-
|
|
1113
|
-
* <p>The VPC associated with your cluster.</p>
|
|
1114
|
-
*/
|
|
574
|
+
|
|
1115
575
|
vpcId?: string;
|
|
1116
|
-
|
|
1117
|
-
* <p>This parameter indicates whether the Amazon EKS public API server endpoint is enabled. If
|
|
1118
|
-
* the Amazon EKS public API server endpoint is disabled, your cluster's Kubernetes API server
|
|
1119
|
-
* can only receive requests that originate from within the cluster VPC.</p>
|
|
1120
|
-
*/
|
|
576
|
+
|
|
1121
577
|
endpointPublicAccess?: boolean;
|
|
1122
|
-
|
|
1123
|
-
* <p>This parameter indicates whether the Amazon EKS private API server endpoint is enabled. If
|
|
1124
|
-
* the Amazon EKS private API server endpoint is enabled, Kubernetes API requests that originate
|
|
1125
|
-
* from within your cluster's VPC use the private VPC endpoint instead of traversing the
|
|
1126
|
-
* internet. If this value is disabled and you have nodes or Fargate pods in the cluster,
|
|
1127
|
-
* then ensure that <code>publicAccessCidrs</code> includes the necessary CIDR blocks for
|
|
1128
|
-
* communication with the nodes or Fargate pods. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
1129
|
-
* endpoint access control</a> in the <i>
|
|
1130
|
-
* <i>Amazon EKS User Guide</i>
|
|
1131
|
-
* </i>.</p>
|
|
1132
|
-
*/
|
|
578
|
+
|
|
1133
579
|
endpointPrivateAccess?: boolean;
|
|
1134
|
-
|
|
1135
|
-
* <p>The CIDR blocks that are allowed access to your cluster's public Kubernetes API server
|
|
1136
|
-
* endpoint. Communication to the endpoint from addresses outside of the listed CIDR blocks
|
|
1137
|
-
* is denied. The default value is <code>0.0.0.0/0</code>. If you've disabled private
|
|
1138
|
-
* endpoint access and you have nodes or Fargate pods in the cluster, then ensure that the
|
|
1139
|
-
* necessary CIDR blocks are listed. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
1140
|
-
* endpoint access control</a> in the <i>
|
|
1141
|
-
* <i>Amazon EKS User Guide</i>
|
|
1142
|
-
* </i>.</p>
|
|
1143
|
-
*/
|
|
580
|
+
|
|
1144
581
|
publicAccessCidrs?: string[];
|
|
1145
582
|
}
|
|
1146
583
|
export declare namespace VpcConfigResponse {
|
|
1147
|
-
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
584
|
+
|
|
1150
585
|
const filterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
1151
586
|
}
|
|
1152
587
|
export declare type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "PENDING" | "UPDATING";
|
|
1153
|
-
|
|
1154
|
-
* <p>An object representing an Amazon EKS cluster.</p>
|
|
1155
|
-
*/
|
|
588
|
+
|
|
1156
589
|
export interface Cluster {
|
|
1157
|
-
|
|
1158
|
-
* <p>The name of the cluster.</p>
|
|
1159
|
-
*/
|
|
590
|
+
|
|
1160
591
|
name?: string;
|
|
1161
|
-
|
|
1162
|
-
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
1163
|
-
*/
|
|
592
|
+
|
|
1164
593
|
arn?: string;
|
|
1165
|
-
|
|
1166
|
-
* <p>The Unix epoch timestamp in seconds for when the cluster was created.</p>
|
|
1167
|
-
*/
|
|
594
|
+
|
|
1168
595
|
createdAt?: Date;
|
|
1169
|
-
|
|
1170
|
-
* <p>The Kubernetes server version for the cluster.</p>
|
|
1171
|
-
*/
|
|
596
|
+
|
|
1172
597
|
version?: string;
|
|
1173
|
-
|
|
1174
|
-
* <p>The endpoint for your Kubernetes API server.</p>
|
|
1175
|
-
*/
|
|
598
|
+
|
|
1176
599
|
endpoint?: string;
|
|
1177
|
-
|
|
1178
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control
|
|
1179
|
-
* plane to make calls to Amazon Web Services API operations on your behalf.</p>
|
|
1180
|
-
*/
|
|
600
|
+
|
|
1181
601
|
roleArn?: string;
|
|
1182
|
-
|
|
1183
|
-
* <p>The VPC configuration used by the cluster control plane. Amazon EKS VPC resources have
|
|
1184
|
-
* specific requirements to work properly with Kubernetes. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">Cluster VPC
|
|
1185
|
-
* Considerations</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Cluster Security Group Considerations</a> in the
|
|
1186
|
-
* <i>Amazon EKS User Guide</i>.</p>
|
|
1187
|
-
*/
|
|
602
|
+
|
|
1188
603
|
resourcesVpcConfig?: VpcConfigResponse;
|
|
1189
|
-
|
|
1190
|
-
* <p>The Kubernetes network configuration for the cluster.</p>
|
|
1191
|
-
*/
|
|
604
|
+
|
|
1192
605
|
kubernetesNetworkConfig?: KubernetesNetworkConfigResponse;
|
|
1193
|
-
|
|
1194
|
-
* <p>The logging configuration for your cluster.</p>
|
|
1195
|
-
*/
|
|
606
|
+
|
|
1196
607
|
logging?: Logging;
|
|
1197
|
-
|
|
1198
|
-
* <p>The identity provider information for the cluster.</p>
|
|
1199
|
-
*/
|
|
608
|
+
|
|
1200
609
|
identity?: Identity;
|
|
1201
|
-
|
|
1202
|
-
* <p>The current status of the cluster.</p>
|
|
1203
|
-
*/
|
|
610
|
+
|
|
1204
611
|
status?: ClusterStatus | string;
|
|
1205
|
-
|
|
1206
|
-
* <p>The <code>certificate-authority-data</code> for your cluster.</p>
|
|
1207
|
-
*/
|
|
612
|
+
|
|
1208
613
|
certificateAuthority?: Certificate;
|
|
1209
|
-
|
|
1210
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1211
|
-
* request.</p>
|
|
1212
|
-
*/
|
|
614
|
+
|
|
1213
615
|
clientRequestToken?: string;
|
|
1214
|
-
|
|
1215
|
-
* <p>The platform version of your Amazon EKS cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html">Platform
|
|
1216
|
-
* Versions</a> in the <i>
|
|
1217
|
-
* <i>Amazon EKS User Guide</i>
|
|
1218
|
-
* </i>.</p>
|
|
1219
|
-
*/
|
|
616
|
+
|
|
1220
617
|
platformVersion?: string;
|
|
1221
|
-
|
|
1222
|
-
* <p>The metadata that you apply to the cluster to assist with categorization and
|
|
1223
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
1224
|
-
* define. Cluster tags do not propagate to any other resources associated with the
|
|
1225
|
-
* cluster.</p>
|
|
1226
|
-
*/
|
|
618
|
+
|
|
1227
619
|
tags?: {
|
|
1228
620
|
[key: string]: string;
|
|
1229
621
|
};
|
|
1230
|
-
|
|
1231
|
-
* <p>The encryption configuration for the cluster.</p>
|
|
1232
|
-
*/
|
|
622
|
+
|
|
1233
623
|
encryptionConfig?: EncryptionConfig[];
|
|
1234
|
-
|
|
1235
|
-
* <p>The configuration used to connect to a cluster for registration.</p>
|
|
1236
|
-
*/
|
|
624
|
+
|
|
1237
625
|
connectorConfig?: ConnectorConfigResponse;
|
|
1238
626
|
}
|
|
1239
627
|
export declare namespace Cluster {
|
|
1240
|
-
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
628
|
+
|
|
1243
629
|
const filterSensitiveLog: (obj: Cluster) => any;
|
|
1244
630
|
}
|
|
1245
631
|
export interface CreateClusterResponse {
|
|
1246
|
-
|
|
1247
|
-
* <p>The full description of your new cluster.</p>
|
|
1248
|
-
*/
|
|
632
|
+
|
|
1249
633
|
cluster?: Cluster;
|
|
1250
634
|
}
|
|
1251
635
|
export declare namespace CreateClusterResponse {
|
|
1252
|
-
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
636
|
+
|
|
1255
637
|
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
1256
638
|
}
|
|
1257
|
-
|
|
1258
|
-
* <p>You have encountered a service limit on the specified resource.</p>
|
|
1259
|
-
*/
|
|
639
|
+
|
|
1260
640
|
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1261
641
|
name: "ResourceLimitExceededException";
|
|
1262
642
|
$fault: "client";
|
|
1263
|
-
|
|
1264
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
1265
|
-
*/
|
|
643
|
+
|
|
1266
644
|
clusterName?: string;
|
|
1267
|
-
|
|
1268
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
1269
|
-
*/
|
|
645
|
+
|
|
1270
646
|
nodegroupName?: string;
|
|
1271
647
|
message?: string;
|
|
1272
648
|
}
|
|
1273
649
|
export declare namespace ResourceLimitExceededException {
|
|
1274
|
-
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
650
|
+
|
|
1277
651
|
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
1278
652
|
}
|
|
1279
|
-
|
|
1280
|
-
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
1281
|
-
*/
|
|
653
|
+
|
|
1282
654
|
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
1283
655
|
name: "ServiceUnavailableException";
|
|
1284
656
|
$fault: "server";
|
|
1285
657
|
message?: string;
|
|
1286
658
|
}
|
|
1287
659
|
export declare namespace ServiceUnavailableException {
|
|
1288
|
-
|
|
1289
|
-
* @internal
|
|
1290
|
-
*/
|
|
660
|
+
|
|
1291
661
|
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
1292
662
|
}
|
|
1293
|
-
|
|
1294
|
-
* <p>At least one of your specified cluster subnets is in an Availability Zone that does
|
|
1295
|
-
* not support Amazon EKS. The exception output specifies the supported Availability Zones for
|
|
1296
|
-
* your account, from which you can choose subnets for your cluster.</p>
|
|
1297
|
-
*/
|
|
663
|
+
|
|
1298
664
|
export interface UnsupportedAvailabilityZoneException extends __SmithyException, $MetadataBearer {
|
|
1299
665
|
name: "UnsupportedAvailabilityZoneException";
|
|
1300
666
|
$fault: "client";
|
|
1301
667
|
message?: string;
|
|
1302
|
-
|
|
1303
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
1304
|
-
*/
|
|
668
|
+
|
|
1305
669
|
clusterName?: string;
|
|
1306
|
-
|
|
1307
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
1308
|
-
*/
|
|
670
|
+
|
|
1309
671
|
nodegroupName?: string;
|
|
1310
|
-
|
|
1311
|
-
* <p>The supported Availability Zones for your account. Choose subnets in these
|
|
1312
|
-
* Availability Zones for your cluster.</p>
|
|
1313
|
-
*/
|
|
672
|
+
|
|
1314
673
|
validZones?: string[];
|
|
1315
674
|
}
|
|
1316
675
|
export declare namespace UnsupportedAvailabilityZoneException {
|
|
1317
|
-
|
|
1318
|
-
* @internal
|
|
1319
|
-
*/
|
|
676
|
+
|
|
1320
677
|
const filterSensitiveLog: (obj: UnsupportedAvailabilityZoneException) => any;
|
|
1321
678
|
}
|
|
1322
|
-
|
|
1323
|
-
* <p>An object representing an Fargate profile selector.</p>
|
|
1324
|
-
*/
|
|
679
|
+
|
|
1325
680
|
export interface FargateProfileSelector {
|
|
1326
|
-
|
|
1327
|
-
* <p>The Kubernetes namespace that the selector should match.</p>
|
|
1328
|
-
*/
|
|
681
|
+
|
|
1329
682
|
namespace?: string;
|
|
1330
|
-
|
|
1331
|
-
* <p>The Kubernetes labels that the selector should match. A pod must contain all of the
|
|
1332
|
-
* labels that are specified in the selector for it to be considered a match.</p>
|
|
1333
|
-
*/
|
|
683
|
+
|
|
1334
684
|
labels?: {
|
|
1335
685
|
[key: string]: string;
|
|
1336
686
|
};
|
|
1337
687
|
}
|
|
1338
688
|
export declare namespace FargateProfileSelector {
|
|
1339
|
-
|
|
1340
|
-
* @internal
|
|
1341
|
-
*/
|
|
689
|
+
|
|
1342
690
|
const filterSensitiveLog: (obj: FargateProfileSelector) => any;
|
|
1343
691
|
}
|
|
1344
692
|
export interface CreateFargateProfileRequest {
|
|
1345
|
-
|
|
1346
|
-
* <p>The name of the Fargate profile.</p>
|
|
1347
|
-
*/
|
|
693
|
+
|
|
1348
694
|
fargateProfileName: string | undefined;
|
|
1349
|
-
|
|
1350
|
-
* <p>The name of the Amazon EKS cluster to apply the Fargate profile to.</p>
|
|
1351
|
-
*/
|
|
695
|
+
|
|
1352
696
|
clusterName: string | undefined;
|
|
1353
|
-
|
|
1354
|
-
* <p>The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in
|
|
1355
|
-
* the Fargate profile. The pod execution role allows Fargate infrastructure to register with
|
|
1356
|
-
* your cluster as a node, and it provides read access to Amazon ECR image repositories. For
|
|
1357
|
-
* more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod Execution Role</a> in the
|
|
1358
|
-
* <i>Amazon EKS User Guide</i>.</p>
|
|
1359
|
-
*/
|
|
697
|
+
|
|
1360
698
|
podExecutionRoleArn: string | undefined;
|
|
1361
|
-
|
|
1362
|
-
* <p>The IDs of subnets to launch your pods into. At this time, pods running on Fargate are
|
|
1363
|
-
* not assigned public IP addresses, so only private subnets (with no direct route to an
|
|
1364
|
-
* Internet Gateway) are accepted for this parameter.</p>
|
|
1365
|
-
*/
|
|
699
|
+
|
|
1366
700
|
subnets?: string[];
|
|
1367
|
-
|
|
1368
|
-
* <p>The selectors to match for pods to use this Fargate profile. Each selector must have an
|
|
1369
|
-
* associated namespace. Optionally, you can also specify labels for a namespace. You may
|
|
1370
|
-
* specify up to five selectors in a Fargate profile.</p>
|
|
1371
|
-
*/
|
|
701
|
+
|
|
1372
702
|
selectors?: FargateProfileSelector[];
|
|
1373
|
-
|
|
1374
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1375
|
-
* request.</p>
|
|
1376
|
-
*/
|
|
703
|
+
|
|
1377
704
|
clientRequestToken?: string;
|
|
1378
|
-
|
|
1379
|
-
* <p>The metadata to apply to the Fargate profile to assist with categorization and
|
|
1380
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
1381
|
-
* define. Fargate profile tags do not propagate to any other resources associated with the
|
|
1382
|
-
* Fargate profile, such as the pods that are scheduled with it.</p>
|
|
1383
|
-
*/
|
|
705
|
+
|
|
1384
706
|
tags?: {
|
|
1385
707
|
[key: string]: string;
|
|
1386
708
|
};
|
|
1387
709
|
}
|
|
1388
710
|
export declare namespace CreateFargateProfileRequest {
|
|
1389
|
-
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
711
|
+
|
|
1392
712
|
const filterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
|
|
1393
713
|
}
|
|
1394
714
|
export declare type FargateProfileStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING";
|
|
1395
|
-
|
|
1396
|
-
* <p>An object representing an Fargate profile.</p>
|
|
1397
|
-
*/
|
|
715
|
+
|
|
1398
716
|
export interface FargateProfile {
|
|
1399
|
-
|
|
1400
|
-
* <p>The name of the Fargate profile.</p>
|
|
1401
|
-
*/
|
|
717
|
+
|
|
1402
718
|
fargateProfileName?: string;
|
|
1403
|
-
|
|
1404
|
-
* <p>The full Amazon Resource Name (ARN) of the Fargate profile.</p>
|
|
1405
|
-
*/
|
|
719
|
+
|
|
1406
720
|
fargateProfileArn?: string;
|
|
1407
|
-
|
|
1408
|
-
* <p>The name of the Amazon EKS cluster that the Fargate profile belongs to.</p>
|
|
1409
|
-
*/
|
|
721
|
+
|
|
1410
722
|
clusterName?: string;
|
|
1411
|
-
|
|
1412
|
-
* <p>The Unix epoch timestamp in seconds for when the Fargate profile was created.</p>
|
|
1413
|
-
*/
|
|
723
|
+
|
|
1414
724
|
createdAt?: Date;
|
|
1415
|
-
|
|
1416
|
-
* <p>The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in
|
|
1417
|
-
* the Fargate profile. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod
|
|
1418
|
-
* Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1419
|
-
*/
|
|
725
|
+
|
|
1420
726
|
podExecutionRoleArn?: string;
|
|
1421
|
-
|
|
1422
|
-
* <p>The IDs of subnets to launch pods into.</p>
|
|
1423
|
-
*/
|
|
727
|
+
|
|
1424
728
|
subnets?: string[];
|
|
1425
|
-
|
|
1426
|
-
* <p>The selectors to match for pods to use this Fargate profile.</p>
|
|
1427
|
-
*/
|
|
729
|
+
|
|
1428
730
|
selectors?: FargateProfileSelector[];
|
|
1429
|
-
|
|
1430
|
-
* <p>The current status of the Fargate profile.</p>
|
|
1431
|
-
*/
|
|
731
|
+
|
|
1432
732
|
status?: FargateProfileStatus | string;
|
|
1433
|
-
|
|
1434
|
-
* <p>The metadata applied to the Fargate profile to assist with categorization and
|
|
1435
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
1436
|
-
* define. Fargate profile tags do not propagate to any other resources associated with the
|
|
1437
|
-
* Fargate profile, such as the pods that are scheduled with it.</p>
|
|
1438
|
-
*/
|
|
733
|
+
|
|
1439
734
|
tags?: {
|
|
1440
735
|
[key: string]: string;
|
|
1441
736
|
};
|
|
1442
737
|
}
|
|
1443
738
|
export declare namespace FargateProfile {
|
|
1444
|
-
|
|
1445
|
-
* @internal
|
|
1446
|
-
*/
|
|
739
|
+
|
|
1447
740
|
const filterSensitiveLog: (obj: FargateProfile) => any;
|
|
1448
741
|
}
|
|
1449
742
|
export interface CreateFargateProfileResponse {
|
|
1450
|
-
|
|
1451
|
-
* <p>The full description of your new Fargate profile.</p>
|
|
1452
|
-
*/
|
|
743
|
+
|
|
1453
744
|
fargateProfile?: FargateProfile;
|
|
1454
745
|
}
|
|
1455
746
|
export declare namespace CreateFargateProfileResponse {
|
|
1456
|
-
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
747
|
+
|
|
1459
748
|
const filterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
|
|
1460
749
|
}
|
|
1461
750
|
export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
|
|
1462
|
-
|
|
1463
|
-
* <p>An object representing a node group launch template specification. The launch template
|
|
1464
|
-
* cannot include <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html">
|
|
1465
|
-
* <code>SubnetId</code>
|
|
1466
|
-
* </a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html">
|
|
1467
|
-
* <code>IamInstanceProfile</code>
|
|
1468
|
-
* </a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">
|
|
1469
|
-
* <code>RequestSpotInstances</code>
|
|
1470
|
-
* </a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html">
|
|
1471
|
-
* <code>HibernationOptions</code>
|
|
1472
|
-
* </a>, or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TerminateInstances.html">
|
|
1473
|
-
* <code>TerminateInstances</code>
|
|
1474
|
-
* </a>, or the node group deployment or
|
|
1475
|
-
* update will fail. For more information about launch templates, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplate.html">
|
|
1476
|
-
* <code>CreateLaunchTemplate</code>
|
|
1477
|
-
* </a> in the Amazon EC2 API Reference.
|
|
1478
|
-
* For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1479
|
-
* <p>Specify either <code>name</code> or <code>id</code>, but not both.</p>
|
|
1480
|
-
*/
|
|
751
|
+
|
|
1481
752
|
export interface LaunchTemplateSpecification {
|
|
1482
|
-
|
|
1483
|
-
* <p>The name of the launch template.</p>
|
|
1484
|
-
*/
|
|
753
|
+
|
|
1485
754
|
name?: string;
|
|
1486
|
-
|
|
1487
|
-
* <p>The version of the launch template to use. If no version is specified, then the
|
|
1488
|
-
* template's default version is used.</p>
|
|
1489
|
-
*/
|
|
755
|
+
|
|
1490
756
|
version?: string;
|
|
1491
|
-
|
|
1492
|
-
* <p>The ID of the launch template.</p>
|
|
1493
|
-
*/
|
|
757
|
+
|
|
1494
758
|
id?: string;
|
|
1495
759
|
}
|
|
1496
760
|
export declare namespace LaunchTemplateSpecification {
|
|
1497
|
-
|
|
1498
|
-
* @internal
|
|
1499
|
-
*/
|
|
761
|
+
|
|
1500
762
|
const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
1501
763
|
}
|
|
1502
|
-
|
|
1503
|
-
* <p>An object representing the remote access configuration for the managed node
|
|
1504
|
-
* group.</p>
|
|
1505
|
-
*/
|
|
764
|
+
|
|
1506
765
|
export interface RemoteAccessConfig {
|
|
1507
|
-
|
|
1508
|
-
* <p>The Amazon EC2 SSH key that provides access for SSH communication with the nodes in the
|
|
1509
|
-
* managed node group. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 key
|
|
1510
|
-
* pairs and Linux instances</a> in the <i>Amazon Elastic Compute Cloud User Guide for Linux Instances</i>.</p>
|
|
1511
|
-
*/
|
|
766
|
+
|
|
1512
767
|
ec2SshKey?: string;
|
|
1513
|
-
|
|
1514
|
-
* <p>The security groups that are allowed SSH access (port 22) to the nodes. If you specify
|
|
1515
|
-
* an Amazon EC2 SSH key but do not specify a source security group when you create a managed
|
|
1516
|
-
* node group, then port 22 on the nodes is opened to the internet (0.0.0.0/0). For more
|
|
1517
|
-
* information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html">Security Groups for Your VPC</a> in the
|
|
1518
|
-
* <i>Amazon Virtual Private Cloud User Guide</i>.</p>
|
|
1519
|
-
*/
|
|
768
|
+
|
|
1520
769
|
sourceSecurityGroups?: string[];
|
|
1521
770
|
}
|
|
1522
771
|
export declare namespace RemoteAccessConfig {
|
|
1523
|
-
|
|
1524
|
-
* @internal
|
|
1525
|
-
*/
|
|
772
|
+
|
|
1526
773
|
const filterSensitiveLog: (obj: RemoteAccessConfig) => any;
|
|
1527
774
|
}
|
|
1528
|
-
|
|
1529
|
-
* <p>An object representing the scaling configuration details for the Auto Scaling group
|
|
1530
|
-
* that is associated with your node group. When creating a node group, you must specify
|
|
1531
|
-
* all or none of the properties. When updating a node group, you can specify any or none
|
|
1532
|
-
* of the properties.</p>
|
|
1533
|
-
*/
|
|
775
|
+
|
|
1534
776
|
export interface NodegroupScalingConfig {
|
|
1535
|
-
|
|
1536
|
-
* <p>The minimum number of nodes that the managed node group can scale in to.</p>
|
|
1537
|
-
*/
|
|
777
|
+
|
|
1538
778
|
minSize?: number;
|
|
1539
|
-
|
|
1540
|
-
* <p>The maximum number of nodes that the managed node group can scale out to. For
|
|
1541
|
-
* information about the maximum number that you can specify, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html">Amazon EKS service
|
|
1542
|
-
* quotas</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1543
|
-
*/
|
|
779
|
+
|
|
1544
780
|
maxSize?: number;
|
|
1545
|
-
|
|
1546
|
-
* <p>The current number of nodes that the managed node group should maintain.</p>
|
|
1547
|
-
*/
|
|
781
|
+
|
|
1548
782
|
desiredSize?: number;
|
|
1549
783
|
}
|
|
1550
784
|
export declare namespace NodegroupScalingConfig {
|
|
1551
|
-
|
|
1552
|
-
* @internal
|
|
1553
|
-
*/
|
|
785
|
+
|
|
1554
786
|
const filterSensitiveLog: (obj: NodegroupScalingConfig) => any;
|
|
1555
787
|
}
|
|
1556
788
|
export declare enum TaintEffect {
|
|
@@ -1558,184 +790,74 @@ export declare enum TaintEffect {
|
|
|
1558
790
|
NO_SCHEDULE = "NO_SCHEDULE",
|
|
1559
791
|
PREFER_NO_SCHEDULE = "PREFER_NO_SCHEDULE"
|
|
1560
792
|
}
|
|
1561
|
-
|
|
1562
|
-
* <p>A property that allows a node to repel a set of pods.</p>
|
|
1563
|
-
*/
|
|
793
|
+
|
|
1564
794
|
export interface Taint {
|
|
1565
|
-
|
|
1566
|
-
* <p>The key of the taint.</p>
|
|
1567
|
-
*/
|
|
795
|
+
|
|
1568
796
|
key?: string;
|
|
1569
|
-
|
|
1570
|
-
* <p>The value of the taint.</p>
|
|
1571
|
-
*/
|
|
797
|
+
|
|
1572
798
|
value?: string;
|
|
1573
|
-
|
|
1574
|
-
* <p>The effect of the taint.</p>
|
|
1575
|
-
*/
|
|
799
|
+
|
|
1576
800
|
effect?: TaintEffect | string;
|
|
1577
801
|
}
|
|
1578
802
|
export declare namespace Taint {
|
|
1579
|
-
|
|
1580
|
-
* @internal
|
|
1581
|
-
*/
|
|
803
|
+
|
|
1582
804
|
const filterSensitiveLog: (obj: Taint) => any;
|
|
1583
805
|
}
|
|
1584
|
-
|
|
1585
|
-
* <p>The node group update configuration.</p>
|
|
1586
|
-
*/
|
|
806
|
+
|
|
1587
807
|
export interface NodegroupUpdateConfig {
|
|
1588
|
-
|
|
1589
|
-
* <p>The maximum number of nodes unavailable at once during a version update. Nodes will be updated in parallel.
|
|
1590
|
-
* This value or <code>maxUnavailablePercentage</code> is required to have a value.The maximum number
|
|
1591
|
-
* is 100.</p>
|
|
1592
|
-
*/
|
|
808
|
+
|
|
1593
809
|
maxUnavailable?: number;
|
|
1594
|
-
|
|
1595
|
-
* <p>The maximum percentage of nodes unavailable during a version update. This percentage of nodes will be
|
|
1596
|
-
* updated in parallel, up to 100 nodes at once. This value or <code>maxUnavailable</code> is required to have a value.</p>
|
|
1597
|
-
*/
|
|
810
|
+
|
|
1598
811
|
maxUnavailablePercentage?: number;
|
|
1599
812
|
}
|
|
1600
813
|
export declare namespace NodegroupUpdateConfig {
|
|
1601
|
-
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
814
|
+
|
|
1604
815
|
const filterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
|
|
1605
816
|
}
|
|
1606
817
|
export interface CreateNodegroupRequest {
|
|
1607
|
-
|
|
1608
|
-
* <p>The name of the cluster to create the node group in.</p>
|
|
1609
|
-
*/
|
|
818
|
+
|
|
1610
819
|
clusterName: string | undefined;
|
|
1611
|
-
|
|
1612
|
-
* <p>The unique name to give your node group.</p>
|
|
1613
|
-
*/
|
|
820
|
+
|
|
1614
821
|
nodegroupName: string | undefined;
|
|
1615
|
-
|
|
1616
|
-
* <p>The scaling configuration details for the Auto Scaling group that is created for your
|
|
1617
|
-
* node group.</p>
|
|
1618
|
-
*/
|
|
822
|
+
|
|
1619
823
|
scalingConfig?: NodegroupScalingConfig;
|
|
1620
|
-
|
|
1621
|
-
* <p>The root device disk size (in GiB) for your node group instances. The default disk
|
|
1622
|
-
* size is 20 GiB. If you specify <code>launchTemplate</code>, then don't specify <code>diskSize</code>,
|
|
1623
|
-
* or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1624
|
-
*/
|
|
824
|
+
|
|
1625
825
|
diskSize?: number;
|
|
1626
|
-
|
|
1627
|
-
* <p>The subnets to use for the Auto Scaling group that is created for your node group.
|
|
1628
|
-
* If you specify <code>launchTemplate</code>, then don't specify <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html">
|
|
1629
|
-
* <code>SubnetId</code>
|
|
1630
|
-
* </a> in your launch template, or the node group
|
|
1631
|
-
* deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1632
|
-
*/
|
|
826
|
+
|
|
1633
827
|
subnets: string[] | undefined;
|
|
1634
|
-
|
|
1635
|
-
* <p>Specify the instance types for a node group. If you specify a GPU instance type, be
|
|
1636
|
-
* sure to specify <code>AL2_x86_64_GPU</code> with the <code>amiType</code> parameter. If
|
|
1637
|
-
* you specify <code>launchTemplate</code>, then you can specify zero or one instance type
|
|
1638
|
-
* in your launch template <i>or</i> you can specify 0-20 instance types for
|
|
1639
|
-
* <code>instanceTypes</code>. If however, you specify an instance type in your launch
|
|
1640
|
-
* template <i>and</i> specify any <code>instanceTypes</code>, the node group
|
|
1641
|
-
* deployment will fail. If you don't specify an instance type in a launch template or for
|
|
1642
|
-
* <code>instanceTypes</code>, then <code>t3.medium</code> is used, by default. If you
|
|
1643
|
-
* specify <code>Spot</code> for <code>capacityType</code>, then we recommend specifying
|
|
1644
|
-
* multiple values for <code>instanceTypes</code>. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#managed-node-group-capacity-types">Managed node group capacity types</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in
|
|
1645
|
-
* the <i>Amazon EKS User Guide</i>.</p>
|
|
1646
|
-
*/
|
|
828
|
+
|
|
1647
829
|
instanceTypes?: string[];
|
|
1648
|
-
|
|
1649
|
-
* <p>The AMI type for your node group. GPU instance types should use the
|
|
1650
|
-
* <code>AL2_x86_64_GPU</code> AMI type. Non-GPU instances should use the
|
|
1651
|
-
* <code>AL2_x86_64</code> AMI type. Arm instances should use the
|
|
1652
|
-
* <code>AL2_ARM_64</code> AMI type. All types use the Amazon EKS optimized Amazon Linux 2 AMI.
|
|
1653
|
-
* If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify <code>amiType</code>,
|
|
1654
|
-
* or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1655
|
-
*/
|
|
830
|
+
|
|
1656
831
|
amiType?: AMITypes | string;
|
|
1657
|
-
|
|
1658
|
-
* <p>The remote access (SSH) configuration to use with your node group. If you specify <code>launchTemplate</code>,
|
|
1659
|
-
* then don't specify <code>remoteAccess</code>, or the node group deployment
|
|
1660
|
-
* will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1661
|
-
*/
|
|
832
|
+
|
|
1662
833
|
remoteAccess?: RemoteAccessConfig;
|
|
1663
|
-
|
|
1664
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker
|
|
1665
|
-
* node <code>kubelet</code> daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive
|
|
1666
|
-
* permissions for these API calls through an IAM instance profile and associated
|
|
1667
|
-
* policies. Before you can launch nodes and register them into a cluster, you must create
|
|
1668
|
-
* an IAM role for those nodes to use when they are launched. For more information, see
|
|
1669
|
-
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/worker_node_IAM_role.html">Amazon EKS node IAM role</a> in the <i>
|
|
1670
|
-
* <i>Amazon EKS User Guide</i>
|
|
1671
|
-
* </i>.
|
|
1672
|
-
* If you specify <code>launchTemplate</code>, then don't specify <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html">
|
|
1673
|
-
* <code>IamInstanceProfile</code>
|
|
1674
|
-
* </a> in your launch template,
|
|
1675
|
-
* or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1676
|
-
*/
|
|
834
|
+
|
|
1677
835
|
nodeRole: string | undefined;
|
|
1678
|
-
|
|
1679
|
-
* <p>The Kubernetes labels to be applied to the nodes in the node group when they are
|
|
1680
|
-
* created.</p>
|
|
1681
|
-
*/
|
|
836
|
+
|
|
1682
837
|
labels?: {
|
|
1683
838
|
[key: string]: string;
|
|
1684
839
|
};
|
|
1685
|
-
|
|
1686
|
-
* <p>The Kubernetes taints to be applied to the nodes in the node group.</p>
|
|
1687
|
-
*/
|
|
840
|
+
|
|
1688
841
|
taints?: Taint[];
|
|
1689
|
-
|
|
1690
|
-
* <p>The metadata to apply to the node group to assist with categorization and
|
|
1691
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
1692
|
-
* define. Node group tags do not propagate to any other resources associated with the node
|
|
1693
|
-
* group, such as the Amazon EC2 instances or subnets.</p>
|
|
1694
|
-
*/
|
|
842
|
+
|
|
1695
843
|
tags?: {
|
|
1696
844
|
[key: string]: string;
|
|
1697
845
|
};
|
|
1698
|
-
|
|
1699
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1700
|
-
* request.</p>
|
|
1701
|
-
*/
|
|
846
|
+
|
|
1702
847
|
clientRequestToken?: string;
|
|
1703
|
-
|
|
1704
|
-
* <p>An object representing a node group's launch template specification. If specified,
|
|
1705
|
-
* then do not specify <code>instanceTypes</code>, <code>diskSize</code>, or
|
|
1706
|
-
* <code>remoteAccess</code> and make sure that the launch template meets the
|
|
1707
|
-
* requirements in <code>launchTemplateSpecification</code>.</p>
|
|
1708
|
-
*/
|
|
848
|
+
|
|
1709
849
|
launchTemplate?: LaunchTemplateSpecification;
|
|
1710
|
-
|
|
1711
|
-
* <p>The node group update configuration.</p>
|
|
1712
|
-
*/
|
|
850
|
+
|
|
1713
851
|
updateConfig?: NodegroupUpdateConfig;
|
|
1714
|
-
|
|
1715
|
-
* <p>The capacity type for your node group.</p>
|
|
1716
|
-
*/
|
|
852
|
+
|
|
1717
853
|
capacityType?: CapacityTypes | string;
|
|
1718
|
-
|
|
1719
|
-
* <p>The Kubernetes version to use for your managed nodes. By default, the Kubernetes
|
|
1720
|
-
* version of the cluster is used, and this is the only accepted specified value.
|
|
1721
|
-
* If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify <code>version</code>,
|
|
1722
|
-
* or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1723
|
-
*/
|
|
854
|
+
|
|
1724
855
|
version?: string;
|
|
1725
|
-
|
|
1726
|
-
* <p>The AMI version of the Amazon EKS optimized AMI to use with your node group. By default,
|
|
1727
|
-
* the latest available AMI version for the node group's current Kubernetes version is
|
|
1728
|
-
* used. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS
|
|
1729
|
-
* optimized Amazon Linux 2 AMI versions</a> in the <i>Amazon EKS User Guide</i>. If you specify <code>launchTemplate</code>,
|
|
1730
|
-
* and your launch template uses a custom AMI, then don't specify <code>releaseVersion</code>, or the node group
|
|
1731
|
-
* deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
1732
|
-
*/
|
|
856
|
+
|
|
1733
857
|
releaseVersion?: string;
|
|
1734
858
|
}
|
|
1735
859
|
export declare namespace CreateNodegroupRequest {
|
|
1736
|
-
|
|
1737
|
-
* @internal
|
|
1738
|
-
*/
|
|
860
|
+
|
|
1739
861
|
const filterSensitiveLog: (obj: CreateNodegroupRequest) => any;
|
|
1740
862
|
}
|
|
1741
863
|
export declare enum NodegroupIssueCode {
|
|
@@ -1758,621 +880,288 @@ export declare enum NodegroupIssueCode {
|
|
|
1758
880
|
INTERNAL_FAILURE = "InternalFailure",
|
|
1759
881
|
NODE_CREATION_FAILURE = "NodeCreationFailure"
|
|
1760
882
|
}
|
|
1761
|
-
|
|
1762
|
-
* <p>An object representing an issue with an Amazon EKS resource.</p>
|
|
1763
|
-
*/
|
|
883
|
+
|
|
1764
884
|
export interface Issue {
|
|
1765
|
-
|
|
1766
|
-
* <p>A brief description of the error.</p>
|
|
1767
|
-
* <ul>
|
|
1768
|
-
* <li>
|
|
1769
|
-
* <p>
|
|
1770
|
-
* <b>AccessDenied</b>: Amazon EKS or one or more of your
|
|
1771
|
-
* managed nodes is failing to authenticate or authorize with your Kubernetes
|
|
1772
|
-
* cluster API server.</p>
|
|
1773
|
-
* </li>
|
|
1774
|
-
* <li>
|
|
1775
|
-
* <p>
|
|
1776
|
-
* <b>AsgInstanceLaunchFailures</b>: Your Auto Scaling group is
|
|
1777
|
-
* experiencing failures while attempting to launch instances.</p>
|
|
1778
|
-
* </li>
|
|
1779
|
-
* <li>
|
|
1780
|
-
* <p>
|
|
1781
|
-
* <b>AutoScalingGroupNotFound</b>: We couldn't find
|
|
1782
|
-
* the Auto Scaling group associated with the managed node group. You may be able to
|
|
1783
|
-
* recreate an Auto Scaling group with the same settings to recover.</p>
|
|
1784
|
-
* </li>
|
|
1785
|
-
* <li>
|
|
1786
|
-
* <p>
|
|
1787
|
-
* <b>ClusterUnreachable</b>: Amazon EKS or one or more of
|
|
1788
|
-
* your managed nodes is unable to to communicate with your Kubernetes cluster API
|
|
1789
|
-
* server. This can happen if there are network disruptions or if API servers are
|
|
1790
|
-
* timing out processing requests. </p>
|
|
1791
|
-
* </li>
|
|
1792
|
-
* <li>
|
|
1793
|
-
* <p>
|
|
1794
|
-
* <b>Ec2LaunchTemplateNotFound</b>: We couldn't find
|
|
1795
|
-
* the Amazon EC2 launch template for your managed node group. You may be able to
|
|
1796
|
-
* recreate a launch template with the same settings to recover.</p>
|
|
1797
|
-
* </li>
|
|
1798
|
-
* <li>
|
|
1799
|
-
* <p>
|
|
1800
|
-
* <b>Ec2LaunchTemplateVersionMismatch</b>: The Amazon EC2
|
|
1801
|
-
* launch template version for your managed node group does not match the version
|
|
1802
|
-
* that Amazon EKS created. You may be able to revert to the version that Amazon EKS created
|
|
1803
|
-
* to recover.</p>
|
|
1804
|
-
* </li>
|
|
1805
|
-
* <li>
|
|
1806
|
-
* <p>
|
|
1807
|
-
* <b>Ec2SecurityGroupDeletionFailure</b>: We could not
|
|
1808
|
-
* delete the remote access security group for your managed node group. Remove any
|
|
1809
|
-
* dependencies from the security group.</p>
|
|
1810
|
-
* </li>
|
|
1811
|
-
* <li>
|
|
1812
|
-
* <p>
|
|
1813
|
-
* <b>Ec2SecurityGroupNotFound</b>: We couldn't find
|
|
1814
|
-
* the cluster security group for the cluster. You must recreate your
|
|
1815
|
-
* cluster.</p>
|
|
1816
|
-
* </li>
|
|
1817
|
-
* <li>
|
|
1818
|
-
* <p>
|
|
1819
|
-
* <b>Ec2SubnetInvalidConfiguration</b>: One or more
|
|
1820
|
-
* Amazon EC2 subnets specified for a node group do not automatically assign public IP
|
|
1821
|
-
* addresses to instances launched into it. If you want your instances to be
|
|
1822
|
-
* assigned a public IP address, then you need to enable the <code>auto-assign
|
|
1823
|
-
* public IP address</code> setting for the subnet. See <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html#subnet-public-ip">Modifying
|
|
1824
|
-
* the public IPv4 addressing attribute for your subnet</a> in the Amazon
|
|
1825
|
-
* VPC User Guide.</p>
|
|
1826
|
-
* </li>
|
|
1827
|
-
* <li>
|
|
1828
|
-
* <p>
|
|
1829
|
-
* <b>IamInstanceProfileNotFound</b>: We couldn't find
|
|
1830
|
-
* the IAM instance profile for your managed node group. You may be able to
|
|
1831
|
-
* recreate an instance profile with the same settings to recover.</p>
|
|
1832
|
-
* </li>
|
|
1833
|
-
* <li>
|
|
1834
|
-
* <p>
|
|
1835
|
-
* <b>IamNodeRoleNotFound</b>: We couldn't find the
|
|
1836
|
-
* IAM role for your managed node group. You may be able to recreate an IAM role
|
|
1837
|
-
* with the same settings to recover.</p>
|
|
1838
|
-
* </li>
|
|
1839
|
-
* <li>
|
|
1840
|
-
* <p>
|
|
1841
|
-
* <b>InstanceLimitExceeded</b>: Your Amazon Web Services account is
|
|
1842
|
-
* unable to launch any more instances of the specified instance type. You may be
|
|
1843
|
-
* able to request an Amazon EC2 instance limit increase to recover.</p>
|
|
1844
|
-
* </li>
|
|
1845
|
-
* <li>
|
|
1846
|
-
* <p>
|
|
1847
|
-
* <b>InsufficientFreeAddresses</b>: One or more of the
|
|
1848
|
-
* subnets associated with your managed node group does not have enough available
|
|
1849
|
-
* IP addresses for new nodes.</p>
|
|
1850
|
-
* </li>
|
|
1851
|
-
* <li>
|
|
1852
|
-
* <p>
|
|
1853
|
-
* <b>InternalFailure</b>: These errors are usually
|
|
1854
|
-
* caused by an Amazon EKS server-side issue.</p>
|
|
1855
|
-
* </li>
|
|
1856
|
-
* <li>
|
|
1857
|
-
* <p>
|
|
1858
|
-
* <b>NodeCreationFailure</b>: Your launched instances
|
|
1859
|
-
* are unable to register with your Amazon EKS cluster. Common causes of this failure
|
|
1860
|
-
* are insufficient <a href="https://docs.aws.amazon.com/eks/latest/userguide/worker_node_IAM_role.html">node IAM role</a>
|
|
1861
|
-
* permissions or lack of outbound internet access for the nodes. </p>
|
|
1862
|
-
* </li>
|
|
1863
|
-
* </ul>
|
|
1864
|
-
*/
|
|
885
|
+
|
|
1865
886
|
code?: NodegroupIssueCode | string;
|
|
1866
|
-
|
|
1867
|
-
* <p>The error message associated with the issue.</p>
|
|
1868
|
-
*/
|
|
887
|
+
|
|
1869
888
|
message?: string;
|
|
1870
|
-
|
|
1871
|
-
* <p>The Amazon Web Services resources that are afflicted by this issue.</p>
|
|
1872
|
-
*/
|
|
889
|
+
|
|
1873
890
|
resourceIds?: string[];
|
|
1874
891
|
}
|
|
1875
892
|
export declare namespace Issue {
|
|
1876
|
-
|
|
1877
|
-
* @internal
|
|
1878
|
-
*/
|
|
893
|
+
|
|
1879
894
|
const filterSensitiveLog: (obj: Issue) => any;
|
|
1880
895
|
}
|
|
1881
|
-
|
|
1882
|
-
* <p>An object representing the health status of the node group.</p>
|
|
1883
|
-
*/
|
|
896
|
+
|
|
1884
897
|
export interface NodegroupHealth {
|
|
1885
|
-
|
|
1886
|
-
* <p>Any issues that are associated with the node group. </p>
|
|
1887
|
-
*/
|
|
898
|
+
|
|
1888
899
|
issues?: Issue[];
|
|
1889
900
|
}
|
|
1890
901
|
export declare namespace NodegroupHealth {
|
|
1891
|
-
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
902
|
+
|
|
1894
903
|
const filterSensitiveLog: (obj: NodegroupHealth) => any;
|
|
1895
904
|
}
|
|
1896
|
-
|
|
1897
|
-
* <p>An object representing the resources associated with the node group, such as Auto
|
|
1898
|
-
* Scaling groups and security groups for remote access.</p>
|
|
1899
|
-
*/
|
|
905
|
+
|
|
1900
906
|
export interface NodegroupResources {
|
|
1901
|
-
|
|
1902
|
-
* <p>The Auto Scaling groups associated with the node group.</p>
|
|
1903
|
-
*/
|
|
907
|
+
|
|
1904
908
|
autoScalingGroups?: AutoScalingGroup[];
|
|
1905
|
-
|
|
1906
|
-
* <p>The remote access security group associated with the node group. This security group
|
|
1907
|
-
* controls SSH access to the nodes.</p>
|
|
1908
|
-
*/
|
|
909
|
+
|
|
1909
910
|
remoteAccessSecurityGroup?: string;
|
|
1910
911
|
}
|
|
1911
912
|
export declare namespace NodegroupResources {
|
|
1912
|
-
|
|
1913
|
-
* @internal
|
|
1914
|
-
*/
|
|
913
|
+
|
|
1915
914
|
const filterSensitiveLog: (obj: NodegroupResources) => any;
|
|
1916
915
|
}
|
|
1917
916
|
export declare type NodegroupStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
|
|
1918
|
-
|
|
1919
|
-
* <p>An object representing an Amazon EKS managed node group.</p>
|
|
1920
|
-
*/
|
|
917
|
+
|
|
1921
918
|
export interface Nodegroup {
|
|
1922
|
-
|
|
1923
|
-
* <p>The name associated with an Amazon EKS managed node group.</p>
|
|
1924
|
-
*/
|
|
919
|
+
|
|
1925
920
|
nodegroupName?: string;
|
|
1926
|
-
|
|
1927
|
-
* <p>The Amazon Resource Name (ARN) associated with the managed node group.</p>
|
|
1928
|
-
*/
|
|
921
|
+
|
|
1929
922
|
nodegroupArn?: string;
|
|
1930
|
-
|
|
1931
|
-
* <p>The name of the cluster that the managed node group resides in.</p>
|
|
1932
|
-
*/
|
|
923
|
+
|
|
1933
924
|
clusterName?: string;
|
|
1934
|
-
|
|
1935
|
-
* <p>The Kubernetes version of the managed node group.</p>
|
|
1936
|
-
*/
|
|
925
|
+
|
|
1937
926
|
version?: string;
|
|
1938
|
-
|
|
1939
|
-
* <p>If the node group was deployed using a launch template with a custom AMI, then this is
|
|
1940
|
-
* the AMI ID that was specified in the launch template. For node groups that weren't
|
|
1941
|
-
* deployed using a launch template, this is the version of the Amazon EKS optimized AMI that
|
|
1942
|
-
* the node group was deployed with.</p>
|
|
1943
|
-
*/
|
|
927
|
+
|
|
1944
928
|
releaseVersion?: string;
|
|
1945
|
-
|
|
1946
|
-
* <p>The Unix epoch timestamp in seconds for when the managed node group was
|
|
1947
|
-
* created.</p>
|
|
1948
|
-
*/
|
|
929
|
+
|
|
1949
930
|
createdAt?: Date;
|
|
1950
|
-
|
|
1951
|
-
* <p>The Unix epoch timestamp in seconds for when the managed node group was last
|
|
1952
|
-
* modified.</p>
|
|
1953
|
-
*/
|
|
931
|
+
|
|
1954
932
|
modifiedAt?: Date;
|
|
1955
|
-
|
|
1956
|
-
* <p>The current status of the managed node group.</p>
|
|
1957
|
-
*/
|
|
933
|
+
|
|
1958
934
|
status?: NodegroupStatus | string;
|
|
1959
|
-
|
|
1960
|
-
* <p>The capacity type of your managed node group.</p>
|
|
1961
|
-
*/
|
|
935
|
+
|
|
1962
936
|
capacityType?: CapacityTypes | string;
|
|
1963
|
-
|
|
1964
|
-
* <p>The scaling configuration details for the Auto Scaling group that is associated with
|
|
1965
|
-
* your node group.</p>
|
|
1966
|
-
*/
|
|
937
|
+
|
|
1967
938
|
scalingConfig?: NodegroupScalingConfig;
|
|
1968
|
-
|
|
1969
|
-
* <p>If the node group wasn't deployed with a launch template, then this is the instance
|
|
1970
|
-
* type that is associated with the node group. If the node group was deployed with a
|
|
1971
|
-
* launch template, then this is <code>null</code>.</p>
|
|
1972
|
-
*/
|
|
939
|
+
|
|
1973
940
|
instanceTypes?: string[];
|
|
1974
|
-
|
|
1975
|
-
* <p>The subnets that were specified for the Auto Scaling group that is associated with
|
|
1976
|
-
* your node group.</p>
|
|
1977
|
-
*/
|
|
941
|
+
|
|
1978
942
|
subnets?: string[];
|
|
1979
|
-
|
|
1980
|
-
* <p>If the node group wasn't deployed with a launch template, then this is the remote
|
|
1981
|
-
* access configuration that is associated with the node group. If the node group was
|
|
1982
|
-
* deployed with a launch template, then this is <code>null</code>.</p>
|
|
1983
|
-
*/
|
|
943
|
+
|
|
1984
944
|
remoteAccess?: RemoteAccessConfig;
|
|
1985
|
-
|
|
1986
|
-
* <p>If the node group was deployed using a launch template with a custom AMI, then this is
|
|
1987
|
-
* <code>CUSTOM</code>. For node groups that weren't deployed using a launch template,
|
|
1988
|
-
* this is the AMI type that was specified in the node group configuration.</p>
|
|
1989
|
-
*/
|
|
945
|
+
|
|
1990
946
|
amiType?: AMITypes | string;
|
|
1991
|
-
|
|
1992
|
-
* <p>The IAM role associated with your node group. The Amazon EKS node <code>kubelet</code>
|
|
1993
|
-
* daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API
|
|
1994
|
-
* calls through an IAM instance profile and associated policies.</p>
|
|
1995
|
-
*/
|
|
947
|
+
|
|
1996
948
|
nodeRole?: string;
|
|
1997
|
-
|
|
1998
|
-
* <p>The Kubernetes labels applied to the nodes in the node group.</p>
|
|
1999
|
-
* <note>
|
|
2000
|
-
* <p>Only labels that are applied with the Amazon EKS API are shown here. There may be other
|
|
2001
|
-
* Kubernetes labels applied to the nodes in this group.</p>
|
|
2002
|
-
* </note>
|
|
2003
|
-
*/
|
|
949
|
+
|
|
2004
950
|
labels?: {
|
|
2005
951
|
[key: string]: string;
|
|
2006
952
|
};
|
|
2007
|
-
|
|
2008
|
-
* <p>The Kubernetes taints to be applied to the nodes in the node group when they are
|
|
2009
|
-
* created. Effect is one of <code>No_Schedule</code>, <code>Prefer_No_Schedule</code>, or <code>No_Execute</code>. Kubernetes taints
|
|
2010
|
-
* can be used together with tolerations to control how workloads are scheduled to your
|
|
2011
|
-
* nodes.</p>
|
|
2012
|
-
*/
|
|
953
|
+
|
|
2013
954
|
taints?: Taint[];
|
|
2014
|
-
|
|
2015
|
-
* <p>The resources associated with the node group, such as Auto Scaling groups and security
|
|
2016
|
-
* groups for remote access.</p>
|
|
2017
|
-
*/
|
|
955
|
+
|
|
2018
956
|
resources?: NodegroupResources;
|
|
2019
|
-
|
|
2020
|
-
* <p>If the node group wasn't deployed with a launch template, then this is the disk size
|
|
2021
|
-
* in the node group configuration. If the node group was deployed with a launch template,
|
|
2022
|
-
* then this is <code>null</code>.</p>
|
|
2023
|
-
*/
|
|
957
|
+
|
|
2024
958
|
diskSize?: number;
|
|
2025
|
-
|
|
2026
|
-
* <p>The health status of the node group. If there are issues with your node group's
|
|
2027
|
-
* health, they are listed here.</p>
|
|
2028
|
-
*/
|
|
959
|
+
|
|
2029
960
|
health?: NodegroupHealth;
|
|
2030
|
-
|
|
2031
|
-
* <p>The node group update configuration.</p>
|
|
2032
|
-
*/
|
|
961
|
+
|
|
2033
962
|
updateConfig?: NodegroupUpdateConfig;
|
|
2034
|
-
|
|
2035
|
-
* <p>If a launch template was used to create the node group, then this is the launch
|
|
2036
|
-
* template that was used.</p>
|
|
2037
|
-
*/
|
|
963
|
+
|
|
2038
964
|
launchTemplate?: LaunchTemplateSpecification;
|
|
2039
|
-
|
|
2040
|
-
* <p>The metadata applied to the node group to assist with categorization and organization.
|
|
2041
|
-
* Each tag consists of a key and an optional value, both of which you define. Node group
|
|
2042
|
-
* tags do not propagate to any other resources associated with the node group, such as the
|
|
2043
|
-
* Amazon EC2 instances or subnets. </p>
|
|
2044
|
-
*/
|
|
965
|
+
|
|
2045
966
|
tags?: {
|
|
2046
967
|
[key: string]: string;
|
|
2047
968
|
};
|
|
2048
969
|
}
|
|
2049
970
|
export declare namespace Nodegroup {
|
|
2050
|
-
|
|
2051
|
-
* @internal
|
|
2052
|
-
*/
|
|
971
|
+
|
|
2053
972
|
const filterSensitiveLog: (obj: Nodegroup) => any;
|
|
2054
973
|
}
|
|
2055
974
|
export interface CreateNodegroupResponse {
|
|
2056
|
-
|
|
2057
|
-
* <p>The full description of your new node group.</p>
|
|
2058
|
-
*/
|
|
975
|
+
|
|
2059
976
|
nodegroup?: Nodegroup;
|
|
2060
977
|
}
|
|
2061
978
|
export declare namespace CreateNodegroupResponse {
|
|
2062
|
-
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
979
|
+
|
|
2065
980
|
const filterSensitiveLog: (obj: CreateNodegroupResponse) => any;
|
|
2066
981
|
}
|
|
2067
982
|
export interface DeleteAddonRequest {
|
|
2068
|
-
|
|
2069
|
-
* <p>The name of the cluster to delete the add-on from.</p>
|
|
2070
|
-
*/
|
|
983
|
+
|
|
2071
984
|
clusterName: string | undefined;
|
|
2072
|
-
|
|
2073
|
-
* <p>The name of the add-on. The name must match one of the names returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html">
|
|
2074
|
-
* <code>ListAddons</code>
|
|
2075
|
-
* </a>.</p>
|
|
2076
|
-
*/
|
|
985
|
+
|
|
2077
986
|
addonName: string | undefined;
|
|
2078
|
-
|
|
2079
|
-
* <p>Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it is not removed.</p>
|
|
2080
|
-
*/
|
|
987
|
+
|
|
2081
988
|
preserve?: boolean;
|
|
2082
989
|
}
|
|
2083
990
|
export declare namespace DeleteAddonRequest {
|
|
2084
|
-
|
|
2085
|
-
* @internal
|
|
2086
|
-
*/
|
|
991
|
+
|
|
2087
992
|
const filterSensitiveLog: (obj: DeleteAddonRequest) => any;
|
|
2088
993
|
}
|
|
2089
994
|
export interface DeleteAddonResponse {
|
|
2090
|
-
|
|
2091
|
-
* <p>An Amazon EKS add-on.</p>
|
|
2092
|
-
*/
|
|
995
|
+
|
|
2093
996
|
addon?: Addon;
|
|
2094
997
|
}
|
|
2095
998
|
export declare namespace DeleteAddonResponse {
|
|
2096
|
-
|
|
2097
|
-
* @internal
|
|
2098
|
-
*/
|
|
999
|
+
|
|
2099
1000
|
const filterSensitiveLog: (obj: DeleteAddonResponse) => any;
|
|
2100
1001
|
}
|
|
2101
1002
|
export interface DeleteClusterRequest {
|
|
2102
|
-
|
|
2103
|
-
* <p>The name of the cluster to delete.</p>
|
|
2104
|
-
*/
|
|
1003
|
+
|
|
2105
1004
|
name: string | undefined;
|
|
2106
1005
|
}
|
|
2107
1006
|
export declare namespace DeleteClusterRequest {
|
|
2108
|
-
|
|
2109
|
-
* @internal
|
|
2110
|
-
*/
|
|
1007
|
+
|
|
2111
1008
|
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
2112
1009
|
}
|
|
2113
1010
|
export interface DeleteClusterResponse {
|
|
2114
|
-
|
|
2115
|
-
* <p>The full description of the cluster to delete.</p>
|
|
2116
|
-
*/
|
|
1011
|
+
|
|
2117
1012
|
cluster?: Cluster;
|
|
2118
1013
|
}
|
|
2119
1014
|
export declare namespace DeleteClusterResponse {
|
|
2120
|
-
|
|
2121
|
-
* @internal
|
|
2122
|
-
*/
|
|
1015
|
+
|
|
2123
1016
|
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
2124
1017
|
}
|
|
2125
1018
|
export interface DeleteFargateProfileRequest {
|
|
2126
|
-
|
|
2127
|
-
* <p>The name of the Amazon EKS cluster associated with the Fargate profile to delete.</p>
|
|
2128
|
-
*/
|
|
1019
|
+
|
|
2129
1020
|
clusterName: string | undefined;
|
|
2130
|
-
|
|
2131
|
-
* <p>The name of the Fargate profile to delete.</p>
|
|
2132
|
-
*/
|
|
1021
|
+
|
|
2133
1022
|
fargateProfileName: string | undefined;
|
|
2134
1023
|
}
|
|
2135
1024
|
export declare namespace DeleteFargateProfileRequest {
|
|
2136
|
-
|
|
2137
|
-
* @internal
|
|
2138
|
-
*/
|
|
1025
|
+
|
|
2139
1026
|
const filterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
|
|
2140
1027
|
}
|
|
2141
1028
|
export interface DeleteFargateProfileResponse {
|
|
2142
|
-
|
|
2143
|
-
* <p>The deleted Fargate profile.</p>
|
|
2144
|
-
*/
|
|
1029
|
+
|
|
2145
1030
|
fargateProfile?: FargateProfile;
|
|
2146
1031
|
}
|
|
2147
1032
|
export declare namespace DeleteFargateProfileResponse {
|
|
2148
|
-
|
|
2149
|
-
* @internal
|
|
2150
|
-
*/
|
|
1033
|
+
|
|
2151
1034
|
const filterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
|
|
2152
1035
|
}
|
|
2153
1036
|
export interface DeleteNodegroupRequest {
|
|
2154
|
-
|
|
2155
|
-
* <p>The name of the Amazon EKS cluster that is associated with your node group.</p>
|
|
2156
|
-
*/
|
|
1037
|
+
|
|
2157
1038
|
clusterName: string | undefined;
|
|
2158
|
-
|
|
2159
|
-
* <p>The name of the node group to delete.</p>
|
|
2160
|
-
*/
|
|
1039
|
+
|
|
2161
1040
|
nodegroupName: string | undefined;
|
|
2162
1041
|
}
|
|
2163
1042
|
export declare namespace DeleteNodegroupRequest {
|
|
2164
|
-
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
1043
|
+
|
|
2167
1044
|
const filterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
|
|
2168
1045
|
}
|
|
2169
1046
|
export interface DeleteNodegroupResponse {
|
|
2170
|
-
|
|
2171
|
-
* <p>The full description of your deleted node group.</p>
|
|
2172
|
-
*/
|
|
1047
|
+
|
|
2173
1048
|
nodegroup?: Nodegroup;
|
|
2174
1049
|
}
|
|
2175
1050
|
export declare namespace DeleteNodegroupResponse {
|
|
2176
|
-
|
|
2177
|
-
* @internal
|
|
2178
|
-
*/
|
|
1051
|
+
|
|
2179
1052
|
const filterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
|
|
2180
1053
|
}
|
|
2181
1054
|
export interface DeregisterClusterRequest {
|
|
2182
|
-
|
|
2183
|
-
* <p>The name of the connected cluster to deregister.</p>
|
|
2184
|
-
*/
|
|
1055
|
+
|
|
2185
1056
|
name: string | undefined;
|
|
2186
1057
|
}
|
|
2187
1058
|
export declare namespace DeregisterClusterRequest {
|
|
2188
|
-
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
1059
|
+
|
|
2191
1060
|
const filterSensitiveLog: (obj: DeregisterClusterRequest) => any;
|
|
2192
1061
|
}
|
|
2193
1062
|
export interface DeregisterClusterResponse {
|
|
2194
|
-
|
|
2195
|
-
* <p>An object representing an Amazon EKS cluster.</p>
|
|
2196
|
-
*/
|
|
1063
|
+
|
|
2197
1064
|
cluster?: Cluster;
|
|
2198
1065
|
}
|
|
2199
1066
|
export declare namespace DeregisterClusterResponse {
|
|
2200
|
-
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
1067
|
+
|
|
2203
1068
|
const filterSensitiveLog: (obj: DeregisterClusterResponse) => any;
|
|
2204
1069
|
}
|
|
2205
1070
|
export interface DescribeAddonRequest {
|
|
2206
|
-
|
|
2207
|
-
* <p>The name of the cluster.</p>
|
|
2208
|
-
*/
|
|
1071
|
+
|
|
2209
1072
|
clusterName: string | undefined;
|
|
2210
|
-
|
|
2211
|
-
* <p>The name of the add-on. The name must match one of the names returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html">
|
|
2212
|
-
* <code>ListAddons</code>
|
|
2213
|
-
* </a>.</p>
|
|
2214
|
-
*/
|
|
1073
|
+
|
|
2215
1074
|
addonName: string | undefined;
|
|
2216
1075
|
}
|
|
2217
1076
|
export declare namespace DescribeAddonRequest {
|
|
2218
|
-
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
1077
|
+
|
|
2221
1078
|
const filterSensitiveLog: (obj: DescribeAddonRequest) => any;
|
|
2222
1079
|
}
|
|
2223
1080
|
export interface DescribeAddonResponse {
|
|
2224
|
-
|
|
2225
|
-
* <p>An Amazon EKS add-on.</p>
|
|
2226
|
-
*/
|
|
1081
|
+
|
|
2227
1082
|
addon?: Addon;
|
|
2228
1083
|
}
|
|
2229
1084
|
export declare namespace DescribeAddonResponse {
|
|
2230
|
-
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
1085
|
+
|
|
2233
1086
|
const filterSensitiveLog: (obj: DescribeAddonResponse) => any;
|
|
2234
1087
|
}
|
|
2235
1088
|
export interface DescribeAddonVersionsRequest {
|
|
2236
|
-
|
|
2237
|
-
* <p>The Kubernetes versions that the add-on can be used with.</p>
|
|
2238
|
-
*/
|
|
1089
|
+
|
|
2239
1090
|
kubernetesVersion?: string;
|
|
2240
|
-
|
|
2241
|
-
* <p>The maximum number of results to return.</p>
|
|
2242
|
-
*/
|
|
1091
|
+
|
|
2243
1092
|
maxResults?: number;
|
|
2244
|
-
|
|
2245
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2246
|
-
* <code>DescribeAddonVersionsRequest</code> where <code>maxResults</code> was used and
|
|
2247
|
-
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
2248
|
-
* the previous results that returned the <code>nextToken</code> value.</p>
|
|
2249
|
-
* <note>
|
|
2250
|
-
* <p>This token should be treated as an opaque identifier that is used only to
|
|
2251
|
-
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
2252
|
-
* </note>
|
|
2253
|
-
*/
|
|
1093
|
+
|
|
2254
1094
|
nextToken?: string;
|
|
2255
|
-
|
|
2256
|
-
* <p>The name of the add-on. The name must match one of the names returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html">
|
|
2257
|
-
* <code>ListAddons</code>
|
|
2258
|
-
* </a>.</p>
|
|
2259
|
-
*/
|
|
1095
|
+
|
|
2260
1096
|
addonName?: string;
|
|
2261
1097
|
}
|
|
2262
1098
|
export declare namespace DescribeAddonVersionsRequest {
|
|
2263
|
-
|
|
2264
|
-
* @internal
|
|
2265
|
-
*/
|
|
1099
|
+
|
|
2266
1100
|
const filterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
|
|
2267
1101
|
}
|
|
2268
1102
|
export interface DescribeAddonVersionsResponse {
|
|
2269
|
-
|
|
2270
|
-
* <p>The list of available versions with Kubernetes version compatibility.</p>
|
|
2271
|
-
*/
|
|
1103
|
+
|
|
2272
1104
|
addons?: AddonInfo[];
|
|
2273
|
-
|
|
2274
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2275
|
-
* <code>DescribeAddonVersionsResponse</code> where <code>maxResults</code> was used
|
|
2276
|
-
* and the results exceeded the value of that parameter. Pagination continues from the end
|
|
2277
|
-
* of the previous results that returned the <code>nextToken</code> value.</p>
|
|
2278
|
-
* <note>
|
|
2279
|
-
* <p>This token should be treated as an opaque identifier that is used only to
|
|
2280
|
-
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
2281
|
-
* </note>
|
|
2282
|
-
*/
|
|
1105
|
+
|
|
2283
1106
|
nextToken?: string;
|
|
2284
1107
|
}
|
|
2285
1108
|
export declare namespace DescribeAddonVersionsResponse {
|
|
2286
|
-
|
|
2287
|
-
* @internal
|
|
2288
|
-
*/
|
|
1109
|
+
|
|
2289
1110
|
const filterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
|
|
2290
1111
|
}
|
|
2291
1112
|
export interface DescribeClusterRequest {
|
|
2292
|
-
|
|
2293
|
-
* <p>The name of the cluster to describe.</p>
|
|
2294
|
-
*/
|
|
1113
|
+
|
|
2295
1114
|
name: string | undefined;
|
|
2296
1115
|
}
|
|
2297
1116
|
export declare namespace DescribeClusterRequest {
|
|
2298
|
-
|
|
2299
|
-
* @internal
|
|
2300
|
-
*/
|
|
1117
|
+
|
|
2301
1118
|
const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
2302
1119
|
}
|
|
2303
1120
|
export interface DescribeClusterResponse {
|
|
2304
|
-
|
|
2305
|
-
* <p>The full description of your specified cluster.</p>
|
|
2306
|
-
*/
|
|
1121
|
+
|
|
2307
1122
|
cluster?: Cluster;
|
|
2308
1123
|
}
|
|
2309
1124
|
export declare namespace DescribeClusterResponse {
|
|
2310
|
-
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
1125
|
+
|
|
2313
1126
|
const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
2314
1127
|
}
|
|
2315
1128
|
export interface DescribeFargateProfileRequest {
|
|
2316
|
-
|
|
2317
|
-
* <p>The name of the Amazon EKS cluster associated with the Fargate profile.</p>
|
|
2318
|
-
*/
|
|
1129
|
+
|
|
2319
1130
|
clusterName: string | undefined;
|
|
2320
|
-
|
|
2321
|
-
* <p>The name of the Fargate profile to describe.</p>
|
|
2322
|
-
*/
|
|
1131
|
+
|
|
2323
1132
|
fargateProfileName: string | undefined;
|
|
2324
1133
|
}
|
|
2325
1134
|
export declare namespace DescribeFargateProfileRequest {
|
|
2326
|
-
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
1135
|
+
|
|
2329
1136
|
const filterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
|
|
2330
1137
|
}
|
|
2331
1138
|
export interface DescribeFargateProfileResponse {
|
|
2332
|
-
|
|
2333
|
-
* <p>The full description of your Fargate profile.</p>
|
|
2334
|
-
*/
|
|
1139
|
+
|
|
2335
1140
|
fargateProfile?: FargateProfile;
|
|
2336
1141
|
}
|
|
2337
1142
|
export declare namespace DescribeFargateProfileResponse {
|
|
2338
|
-
|
|
2339
|
-
* @internal
|
|
2340
|
-
*/
|
|
1143
|
+
|
|
2341
1144
|
const filterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
|
|
2342
1145
|
}
|
|
2343
|
-
|
|
2344
|
-
* <p>An object representing an identity provider configuration.</p>
|
|
2345
|
-
*/
|
|
1146
|
+
|
|
2346
1147
|
export interface IdentityProviderConfig {
|
|
2347
|
-
|
|
2348
|
-
* <p>The type of the identity provider configuration.</p>
|
|
2349
|
-
*/
|
|
1148
|
+
|
|
2350
1149
|
type: string | undefined;
|
|
2351
|
-
|
|
2352
|
-
* <p>The name of the identity provider configuration.</p>
|
|
2353
|
-
*/
|
|
1150
|
+
|
|
2354
1151
|
name: string | undefined;
|
|
2355
1152
|
}
|
|
2356
1153
|
export declare namespace IdentityProviderConfig {
|
|
2357
|
-
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
1154
|
+
|
|
2360
1155
|
const filterSensitiveLog: (obj: IdentityProviderConfig) => any;
|
|
2361
1156
|
}
|
|
2362
1157
|
export interface DescribeIdentityProviderConfigRequest {
|
|
2363
|
-
|
|
2364
|
-
* <p>The cluster name that the identity provider configuration is associated to.</p>
|
|
2365
|
-
*/
|
|
1158
|
+
|
|
2366
1159
|
clusterName: string | undefined;
|
|
2367
|
-
|
|
2368
|
-
* <p>An object that represents an identity provider configuration.</p>
|
|
2369
|
-
*/
|
|
1160
|
+
|
|
2370
1161
|
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
2371
1162
|
}
|
|
2372
1163
|
export declare namespace DescribeIdentityProviderConfigRequest {
|
|
2373
|
-
|
|
2374
|
-
* @internal
|
|
2375
|
-
*/
|
|
1164
|
+
|
|
2376
1165
|
const filterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
|
|
2377
1166
|
}
|
|
2378
1167
|
export declare enum ConfigStatus {
|
|
@@ -2380,586 +1169,290 @@ export declare enum ConfigStatus {
|
|
|
2380
1169
|
CREATING = "CREATING",
|
|
2381
1170
|
DELETING = "DELETING"
|
|
2382
1171
|
}
|
|
2383
|
-
|
|
2384
|
-
* <p>An object that represents the configuration for an OpenID Connect (OIDC) identity
|
|
2385
|
-
* provider. </p>
|
|
2386
|
-
*/
|
|
1172
|
+
|
|
2387
1173
|
export interface OidcIdentityProviderConfig {
|
|
2388
|
-
|
|
2389
|
-
* <p>The name of the configuration.</p>
|
|
2390
|
-
*/
|
|
1174
|
+
|
|
2391
1175
|
identityProviderConfigName?: string;
|
|
2392
|
-
|
|
2393
|
-
* <p>The ARN of the configuration.</p>
|
|
2394
|
-
*/
|
|
1176
|
+
|
|
2395
1177
|
identityProviderConfigArn?: string;
|
|
2396
|
-
|
|
2397
|
-
* <p>The cluster that the configuration is associated to.</p>
|
|
2398
|
-
*/
|
|
1178
|
+
|
|
2399
1179
|
clusterName?: string;
|
|
2400
|
-
|
|
2401
|
-
* <p>The URL of the OIDC identity provider that allows the API server to discover public
|
|
2402
|
-
* signing keys for verifying tokens.</p>
|
|
2403
|
-
*/
|
|
1180
|
+
|
|
2404
1181
|
issuerUrl?: string;
|
|
2405
|
-
|
|
2406
|
-
* <p>This is also known as <i>audience</i>. The ID of the client application
|
|
2407
|
-
* that makes authentication requests to the OIDC identity provider.</p>
|
|
2408
|
-
*/
|
|
1182
|
+
|
|
2409
1183
|
clientId?: string;
|
|
2410
|
-
|
|
2411
|
-
* <p>The JSON Web token (JWT) claim that is used as the username.</p>
|
|
2412
|
-
*/
|
|
1184
|
+
|
|
2413
1185
|
usernameClaim?: string;
|
|
2414
|
-
|
|
2415
|
-
* <p>The prefix that is prepended to username claims to prevent clashes with existing
|
|
2416
|
-
* names. The prefix can't contain <code>system:</code>
|
|
2417
|
-
* </p>
|
|
2418
|
-
*/
|
|
1186
|
+
|
|
2419
1187
|
usernamePrefix?: string;
|
|
2420
|
-
|
|
2421
|
-
* <p>The JSON web token (JWT) claim that the provider uses to return your groups.</p>
|
|
2422
|
-
*/
|
|
1188
|
+
|
|
2423
1189
|
groupsClaim?: string;
|
|
2424
|
-
|
|
2425
|
-
* <p>The prefix that is prepended to group claims to prevent clashes with existing names
|
|
2426
|
-
* (such as <code>system:</code> groups). For example, the value<code> oidc:</code> creates
|
|
2427
|
-
* group names like <code>oidc:engineering</code> and <code>oidc:infra</code>. The prefix
|
|
2428
|
-
* can't contain <code>system:</code>
|
|
2429
|
-
* </p>
|
|
2430
|
-
*/
|
|
1190
|
+
|
|
2431
1191
|
groupsPrefix?: string;
|
|
2432
|
-
|
|
2433
|
-
* <p>The key-value pairs that describe required claims in the identity token. If set, each
|
|
2434
|
-
* claim is verified to be present in the token with a matching value.</p>
|
|
2435
|
-
*/
|
|
1192
|
+
|
|
2436
1193
|
requiredClaims?: {
|
|
2437
1194
|
[key: string]: string;
|
|
2438
1195
|
};
|
|
2439
|
-
|
|
2440
|
-
* <p>The metadata to apply to the provider configuration to assist with categorization and
|
|
2441
|
-
* organization. Each tag consists of a key and an optional value, both of which you
|
|
2442
|
-
* defined.</p>
|
|
2443
|
-
*/
|
|
1196
|
+
|
|
2444
1197
|
tags?: {
|
|
2445
1198
|
[key: string]: string;
|
|
2446
1199
|
};
|
|
2447
|
-
|
|
2448
|
-
* <p>The status of the OIDC identity provider.</p>
|
|
2449
|
-
*/
|
|
1200
|
+
|
|
2450
1201
|
status?: ConfigStatus | string;
|
|
2451
1202
|
}
|
|
2452
1203
|
export declare namespace OidcIdentityProviderConfig {
|
|
2453
|
-
|
|
2454
|
-
* @internal
|
|
2455
|
-
*/
|
|
1204
|
+
|
|
2456
1205
|
const filterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
|
|
2457
1206
|
}
|
|
2458
|
-
|
|
2459
|
-
* <p>The full description of your identity configuration.</p>
|
|
2460
|
-
*/
|
|
1207
|
+
|
|
2461
1208
|
export interface IdentityProviderConfigResponse {
|
|
2462
|
-
|
|
2463
|
-
* <p>An object that represents an OpenID Connect (OIDC) identity provider
|
|
2464
|
-
* configuration.</p>
|
|
2465
|
-
*/
|
|
1209
|
+
|
|
2466
1210
|
oidc?: OidcIdentityProviderConfig;
|
|
2467
1211
|
}
|
|
2468
1212
|
export declare namespace IdentityProviderConfigResponse {
|
|
2469
|
-
|
|
2470
|
-
* @internal
|
|
2471
|
-
*/
|
|
1213
|
+
|
|
2472
1214
|
const filterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
|
|
2473
1215
|
}
|
|
2474
1216
|
export interface DescribeIdentityProviderConfigResponse {
|
|
2475
|
-
|
|
2476
|
-
* <p>The object that represents an OpenID Connect (OIDC) identity provider
|
|
2477
|
-
* configuration.</p>
|
|
2478
|
-
*/
|
|
1217
|
+
|
|
2479
1218
|
identityProviderConfig?: IdentityProviderConfigResponse;
|
|
2480
1219
|
}
|
|
2481
1220
|
export declare namespace DescribeIdentityProviderConfigResponse {
|
|
2482
|
-
|
|
2483
|
-
* @internal
|
|
2484
|
-
*/
|
|
1221
|
+
|
|
2485
1222
|
const filterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
|
|
2486
1223
|
}
|
|
2487
1224
|
export interface DescribeNodegroupRequest {
|
|
2488
|
-
|
|
2489
|
-
* <p>The name of the Amazon EKS cluster associated with the node group.</p>
|
|
2490
|
-
*/
|
|
1225
|
+
|
|
2491
1226
|
clusterName: string | undefined;
|
|
2492
|
-
|
|
2493
|
-
* <p>The name of the node group to describe.</p>
|
|
2494
|
-
*/
|
|
1227
|
+
|
|
2495
1228
|
nodegroupName: string | undefined;
|
|
2496
1229
|
}
|
|
2497
1230
|
export declare namespace DescribeNodegroupRequest {
|
|
2498
|
-
|
|
2499
|
-
* @internal
|
|
2500
|
-
*/
|
|
1231
|
+
|
|
2501
1232
|
const filterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
|
|
2502
1233
|
}
|
|
2503
1234
|
export interface DescribeNodegroupResponse {
|
|
2504
|
-
|
|
2505
|
-
* <p>The full description of your node group.</p>
|
|
2506
|
-
*/
|
|
1235
|
+
|
|
2507
1236
|
nodegroup?: Nodegroup;
|
|
2508
1237
|
}
|
|
2509
1238
|
export declare namespace DescribeNodegroupResponse {
|
|
2510
|
-
|
|
2511
|
-
* @internal
|
|
2512
|
-
*/
|
|
1239
|
+
|
|
2513
1240
|
const filterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
|
|
2514
1241
|
}
|
|
2515
1242
|
export interface DescribeUpdateRequest {
|
|
2516
|
-
|
|
2517
|
-
* <p>The name of the Amazon EKS cluster associated with the update.</p>
|
|
2518
|
-
*/
|
|
1243
|
+
|
|
2519
1244
|
name: string | undefined;
|
|
2520
|
-
|
|
2521
|
-
* <p>The ID of the update to describe.</p>
|
|
2522
|
-
*/
|
|
1245
|
+
|
|
2523
1246
|
updateId: string | undefined;
|
|
2524
|
-
|
|
2525
|
-
* <p>The name of the Amazon EKS node group associated with the update.</p>
|
|
2526
|
-
*/
|
|
1247
|
+
|
|
2527
1248
|
nodegroupName?: string;
|
|
2528
|
-
|
|
2529
|
-
* <p>The name of the add-on. The name must match one of the names returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html">
|
|
2530
|
-
* <code>ListAddons</code>
|
|
2531
|
-
* </a>.</p>
|
|
2532
|
-
*/
|
|
1249
|
+
|
|
2533
1250
|
addonName?: string;
|
|
2534
1251
|
}
|
|
2535
1252
|
export declare namespace DescribeUpdateRequest {
|
|
2536
|
-
|
|
2537
|
-
* @internal
|
|
2538
|
-
*/
|
|
1253
|
+
|
|
2539
1254
|
const filterSensitiveLog: (obj: DescribeUpdateRequest) => any;
|
|
2540
1255
|
}
|
|
2541
1256
|
export interface DescribeUpdateResponse {
|
|
2542
|
-
|
|
2543
|
-
* <p>The full description of the specified update.</p>
|
|
2544
|
-
*/
|
|
1257
|
+
|
|
2545
1258
|
update?: Update;
|
|
2546
1259
|
}
|
|
2547
1260
|
export declare namespace DescribeUpdateResponse {
|
|
2548
|
-
|
|
2549
|
-
* @internal
|
|
2550
|
-
*/
|
|
1261
|
+
|
|
2551
1262
|
const filterSensitiveLog: (obj: DescribeUpdateResponse) => any;
|
|
2552
1263
|
}
|
|
2553
1264
|
export interface DisassociateIdentityProviderConfigRequest {
|
|
2554
|
-
|
|
2555
|
-
* <p>The name of the cluster to disassociate an identity provider from.</p>
|
|
2556
|
-
*/
|
|
1265
|
+
|
|
2557
1266
|
clusterName: string | undefined;
|
|
2558
|
-
|
|
2559
|
-
* <p>An object that represents an identity provider configuration.</p>
|
|
2560
|
-
*/
|
|
1267
|
+
|
|
2561
1268
|
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
2562
|
-
|
|
2563
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2564
|
-
* request.</p>
|
|
2565
|
-
*/
|
|
1269
|
+
|
|
2566
1270
|
clientRequestToken?: string;
|
|
2567
1271
|
}
|
|
2568
1272
|
export declare namespace DisassociateIdentityProviderConfigRequest {
|
|
2569
|
-
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
1273
|
+
|
|
2572
1274
|
const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
|
|
2573
1275
|
}
|
|
2574
1276
|
export interface DisassociateIdentityProviderConfigResponse {
|
|
2575
|
-
|
|
2576
|
-
* <p>An object representing an asynchronous update.</p>
|
|
2577
|
-
*/
|
|
1277
|
+
|
|
2578
1278
|
update?: Update;
|
|
2579
1279
|
}
|
|
2580
1280
|
export declare namespace DisassociateIdentityProviderConfigResponse {
|
|
2581
|
-
|
|
2582
|
-
* @internal
|
|
2583
|
-
*/
|
|
1281
|
+
|
|
2584
1282
|
const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
|
|
2585
1283
|
}
|
|
2586
1284
|
export interface ListAddonsRequest {
|
|
2587
|
-
|
|
2588
|
-
* <p>The name of the cluster.</p>
|
|
2589
|
-
*/
|
|
1285
|
+
|
|
2590
1286
|
clusterName: string | undefined;
|
|
2591
|
-
|
|
2592
|
-
* <p>The maximum number of add-on results returned by <code>ListAddonsRequest</code> in
|
|
2593
|
-
* paginated output. When you use this parameter, <code>ListAddonsRequest</code> returns
|
|
2594
|
-
* only <code>maxResults</code> results in a single page along with a
|
|
2595
|
-
* <code>nextToken</code> response element. You can see the remaining results of the
|
|
2596
|
-
* initial request by sending another <code>ListAddonsRequest</code> request with the
|
|
2597
|
-
* returned <code>nextToken</code> value. This value can be between 1 and
|
|
2598
|
-
* 100. If you don't use this parameter, <code>ListAddonsRequest</code>
|
|
2599
|
-
* returns up to 100 results and a <code>nextToken</code> value, if
|
|
2600
|
-
* applicable.</p>
|
|
2601
|
-
*/
|
|
1287
|
+
|
|
2602
1288
|
maxResults?: number;
|
|
2603
|
-
|
|
2604
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2605
|
-
* <code>ListAddonsRequest</code> where <code>maxResults</code> was used and the
|
|
2606
|
-
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
2607
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
2608
|
-
* <note>
|
|
2609
|
-
* <p>This token should be treated as an opaque identifier that is used only to
|
|
2610
|
-
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
2611
|
-
* </note>
|
|
2612
|
-
*/
|
|
1289
|
+
|
|
2613
1290
|
nextToken?: string;
|
|
2614
1291
|
}
|
|
2615
1292
|
export declare namespace ListAddonsRequest {
|
|
2616
|
-
|
|
2617
|
-
* @internal
|
|
2618
|
-
*/
|
|
1293
|
+
|
|
2619
1294
|
const filterSensitiveLog: (obj: ListAddonsRequest) => any;
|
|
2620
1295
|
}
|
|
2621
1296
|
export interface ListAddonsResponse {
|
|
2622
|
-
|
|
2623
|
-
* <p>A list of available add-ons.</p>
|
|
2624
|
-
*/
|
|
1297
|
+
|
|
2625
1298
|
addons?: string[];
|
|
2626
|
-
|
|
2627
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2628
|
-
* <code>ListAddonsResponse</code> where <code>maxResults</code> was used and the
|
|
2629
|
-
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
2630
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
2631
|
-
* <note>
|
|
2632
|
-
* <p>This token should be treated as an opaque identifier that is used only to
|
|
2633
|
-
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
2634
|
-
* </note>
|
|
2635
|
-
*/
|
|
1299
|
+
|
|
2636
1300
|
nextToken?: string;
|
|
2637
1301
|
}
|
|
2638
1302
|
export declare namespace ListAddonsResponse {
|
|
2639
|
-
|
|
2640
|
-
* @internal
|
|
2641
|
-
*/
|
|
1303
|
+
|
|
2642
1304
|
const filterSensitiveLog: (obj: ListAddonsResponse) => any;
|
|
2643
1305
|
}
|
|
2644
1306
|
export interface ListClustersRequest {
|
|
2645
|
-
|
|
2646
|
-
* <p>The maximum number of cluster results returned by <code>ListClusters</code> in
|
|
2647
|
-
* paginated output. When you use this parameter, <code>ListClusters</code> returns only
|
|
2648
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
2649
|
-
* response element. You can see the remaining results of the initial request by sending
|
|
2650
|
-
* another <code>ListClusters</code> request with the returned <code>nextToken</code>
|
|
2651
|
-
* value. This value can be between 1 and 100. If you don't
|
|
2652
|
-
* use this parameter, <code>ListClusters</code> returns up to 100
|
|
2653
|
-
* results and a <code>nextToken</code> value if applicable.</p>
|
|
2654
|
-
*/
|
|
1307
|
+
|
|
2655
1308
|
maxResults?: number;
|
|
2656
|
-
|
|
2657
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2658
|
-
* <code>ListClusters</code> request where <code>maxResults</code> was used and the
|
|
2659
|
-
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
2660
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
2661
|
-
* <note>
|
|
2662
|
-
* <p>This token should be treated as an opaque identifier that is used only to
|
|
2663
|
-
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
2664
|
-
* </note>
|
|
2665
|
-
*/
|
|
1309
|
+
|
|
2666
1310
|
nextToken?: string;
|
|
2667
|
-
|
|
2668
|
-
* <p>Indicates whether connected clusters are included in the returned list. Default value is 'ALL'.</p>
|
|
2669
|
-
*/
|
|
1311
|
+
|
|
2670
1312
|
include?: string[];
|
|
2671
1313
|
}
|
|
2672
1314
|
export declare namespace ListClustersRequest {
|
|
2673
|
-
|
|
2674
|
-
* @internal
|
|
2675
|
-
*/
|
|
1315
|
+
|
|
2676
1316
|
const filterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2677
1317
|
}
|
|
2678
1318
|
export interface ListClustersResponse {
|
|
2679
|
-
|
|
2680
|
-
* <p>A list of all of the clusters for your account in the specified Region.</p>
|
|
2681
|
-
*/
|
|
1319
|
+
|
|
2682
1320
|
clusters?: string[];
|
|
2683
|
-
|
|
2684
|
-
* <p>The <code>nextToken</code> value to include in a future <code>ListClusters</code>
|
|
2685
|
-
* request. When the results of a <code>ListClusters</code> request exceed
|
|
2686
|
-
* <code>maxResults</code>, you can use this value to retrieve the next page of
|
|
2687
|
-
* results. This value is <code>null</code> when there are no more results to
|
|
2688
|
-
* return.</p>
|
|
2689
|
-
*/
|
|
1321
|
+
|
|
2690
1322
|
nextToken?: string;
|
|
2691
1323
|
}
|
|
2692
1324
|
export declare namespace ListClustersResponse {
|
|
2693
|
-
|
|
2694
|
-
* @internal
|
|
2695
|
-
*/
|
|
1325
|
+
|
|
2696
1326
|
const filterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
2697
1327
|
}
|
|
2698
1328
|
export interface ListFargateProfilesRequest {
|
|
2699
|
-
|
|
2700
|
-
* <p>The name of the Amazon EKS cluster that you would like to list Fargate profiles in.</p>
|
|
2701
|
-
*/
|
|
1329
|
+
|
|
2702
1330
|
clusterName: string | undefined;
|
|
2703
|
-
|
|
2704
|
-
* <p>The maximum number of Fargate profile results returned by
|
|
2705
|
-
* <code>ListFargateProfiles</code> in paginated output. When you use this parameter,
|
|
2706
|
-
* <code>ListFargateProfiles</code> returns only <code>maxResults</code> results in a
|
|
2707
|
-
* single page along with a <code>nextToken</code> response element. You can see the
|
|
2708
|
-
* remaining results of the initial request by sending another
|
|
2709
|
-
* <code>ListFargateProfiles</code> request with the returned <code>nextToken</code>
|
|
2710
|
-
* value. This value can be between 1 and 100. If you don't
|
|
2711
|
-
* use this parameter, <code>ListFargateProfiles</code> returns up to 100
|
|
2712
|
-
* results and a <code>nextToken</code> value if applicable.</p>
|
|
2713
|
-
*/
|
|
1331
|
+
|
|
2714
1332
|
maxResults?: number;
|
|
2715
|
-
|
|
2716
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2717
|
-
* <code>ListFargateProfiles</code> request where <code>maxResults</code> was used and
|
|
2718
|
-
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
2719
|
-
* the previous results that returned the <code>nextToken</code> value.</p>
|
|
2720
|
-
*/
|
|
1333
|
+
|
|
2721
1334
|
nextToken?: string;
|
|
2722
1335
|
}
|
|
2723
1336
|
export declare namespace ListFargateProfilesRequest {
|
|
2724
|
-
|
|
2725
|
-
* @internal
|
|
2726
|
-
*/
|
|
1337
|
+
|
|
2727
1338
|
const filterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
|
|
2728
1339
|
}
|
|
2729
1340
|
export interface ListFargateProfilesResponse {
|
|
2730
|
-
|
|
2731
|
-
* <p>A list of all of the Fargate profiles associated with the specified cluster.</p>
|
|
2732
|
-
*/
|
|
1341
|
+
|
|
2733
1342
|
fargateProfileNames?: string[];
|
|
2734
|
-
|
|
2735
|
-
* <p>The <code>nextToken</code> value to include in a future
|
|
2736
|
-
* <code>ListFargateProfiles</code> request. When the results of a
|
|
2737
|
-
* <code>ListFargateProfiles</code> request exceed <code>maxResults</code>, you can use
|
|
2738
|
-
* this value to retrieve the next page of results. This value is <code>null</code> when
|
|
2739
|
-
* there are no more results to return.</p>
|
|
2740
|
-
*/
|
|
1343
|
+
|
|
2741
1344
|
nextToken?: string;
|
|
2742
1345
|
}
|
|
2743
1346
|
export declare namespace ListFargateProfilesResponse {
|
|
2744
|
-
|
|
2745
|
-
* @internal
|
|
2746
|
-
*/
|
|
1347
|
+
|
|
2747
1348
|
const filterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
|
|
2748
1349
|
}
|
|
2749
1350
|
export interface ListIdentityProviderConfigsRequest {
|
|
2750
|
-
|
|
2751
|
-
* <p>The cluster name that you want to list identity provider configurations for.</p>
|
|
2752
|
-
*/
|
|
1351
|
+
|
|
2753
1352
|
clusterName: string | undefined;
|
|
2754
|
-
|
|
2755
|
-
* <p>The maximum number of identity provider configurations returned by
|
|
2756
|
-
* <code>ListIdentityProviderConfigs</code> in paginated output. When you use this
|
|
2757
|
-
* parameter, <code>ListIdentityProviderConfigs</code> returns only <code>maxResults</code>
|
|
2758
|
-
* results in a single page along with a <code>nextToken</code> response element. You can
|
|
2759
|
-
* see the remaining results of the initial request by sending another
|
|
2760
|
-
* <code>ListIdentityProviderConfigs</code> request with the returned
|
|
2761
|
-
* <code>nextToken</code> value. This value can be between 1 and
|
|
2762
|
-
* 100. If you don't use this parameter,
|
|
2763
|
-
* <code>ListIdentityProviderConfigs</code> returns up to 100 results
|
|
2764
|
-
* and a <code>nextToken</code> value, if applicable.</p>
|
|
2765
|
-
*/
|
|
1353
|
+
|
|
2766
1354
|
maxResults?: number;
|
|
2767
|
-
|
|
2768
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2769
|
-
* <code>IdentityProviderConfigsRequest</code> where <code>maxResults</code> was used
|
|
2770
|
-
* and the results exceeded the value of that parameter. Pagination continues from the end
|
|
2771
|
-
* of the previous results that returned the <code>nextToken</code> value.</p>
|
|
2772
|
-
*/
|
|
1355
|
+
|
|
2773
1356
|
nextToken?: string;
|
|
2774
1357
|
}
|
|
2775
1358
|
export declare namespace ListIdentityProviderConfigsRequest {
|
|
2776
|
-
|
|
2777
|
-
* @internal
|
|
2778
|
-
*/
|
|
1359
|
+
|
|
2779
1360
|
const filterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
|
|
2780
1361
|
}
|
|
2781
1362
|
export interface ListIdentityProviderConfigsResponse {
|
|
2782
|
-
|
|
2783
|
-
* <p>The identity provider configurations for the cluster.</p>
|
|
2784
|
-
*/
|
|
1363
|
+
|
|
2785
1364
|
identityProviderConfigs?: IdentityProviderConfig[];
|
|
2786
|
-
|
|
2787
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2788
|
-
* <code>ListIdentityProviderConfigsResponse</code> where <code>maxResults</code> was
|
|
2789
|
-
* used and the results exceeded the value of that parameter. Pagination continues from the
|
|
2790
|
-
* end of the previous results that returned the <code>nextToken</code> value.</p>
|
|
2791
|
-
*/
|
|
1365
|
+
|
|
2792
1366
|
nextToken?: string;
|
|
2793
1367
|
}
|
|
2794
1368
|
export declare namespace ListIdentityProviderConfigsResponse {
|
|
2795
|
-
|
|
2796
|
-
* @internal
|
|
2797
|
-
*/
|
|
1369
|
+
|
|
2798
1370
|
const filterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
|
|
2799
1371
|
}
|
|
2800
1372
|
export interface ListNodegroupsRequest {
|
|
2801
|
-
|
|
2802
|
-
* <p>The name of the Amazon EKS cluster that you would like to list node groups in.</p>
|
|
2803
|
-
*/
|
|
1373
|
+
|
|
2804
1374
|
clusterName: string | undefined;
|
|
2805
|
-
|
|
2806
|
-
* <p>The maximum number of node group results returned by <code>ListNodegroups</code> in
|
|
2807
|
-
* paginated output. When you use this parameter, <code>ListNodegroups</code> returns only
|
|
2808
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
2809
|
-
* response element. You can see the remaining results of the initial request by sending
|
|
2810
|
-
* another <code>ListNodegroups</code> request with the returned <code>nextToken</code>
|
|
2811
|
-
* value. This value can be between 1 and 100. If you don't
|
|
2812
|
-
* use this parameter, <code>ListNodegroups</code> returns up to 100
|
|
2813
|
-
* results and a <code>nextToken</code> value if applicable.</p>
|
|
2814
|
-
*/
|
|
1375
|
+
|
|
2815
1376
|
maxResults?: number;
|
|
2816
|
-
|
|
2817
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2818
|
-
* <code>ListNodegroups</code> request where <code>maxResults</code> was used and the
|
|
2819
|
-
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
2820
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
2821
|
-
*/
|
|
1377
|
+
|
|
2822
1378
|
nextToken?: string;
|
|
2823
1379
|
}
|
|
2824
1380
|
export declare namespace ListNodegroupsRequest {
|
|
2825
|
-
|
|
2826
|
-
* @internal
|
|
2827
|
-
*/
|
|
1381
|
+
|
|
2828
1382
|
const filterSensitiveLog: (obj: ListNodegroupsRequest) => any;
|
|
2829
1383
|
}
|
|
2830
1384
|
export interface ListNodegroupsResponse {
|
|
2831
|
-
|
|
2832
|
-
* <p>A list of all of the node groups associated with the specified cluster.</p>
|
|
2833
|
-
*/
|
|
1385
|
+
|
|
2834
1386
|
nodegroups?: string[];
|
|
2835
|
-
|
|
2836
|
-
* <p>The <code>nextToken</code> value to include in a future <code>ListNodegroups</code>
|
|
2837
|
-
* request. When the results of a <code>ListNodegroups</code> request exceed
|
|
2838
|
-
* <code>maxResults</code>, you can use this value to retrieve the next page of
|
|
2839
|
-
* results. This value is <code>null</code> when there are no more results to
|
|
2840
|
-
* return.</p>
|
|
2841
|
-
*/
|
|
1387
|
+
|
|
2842
1388
|
nextToken?: string;
|
|
2843
1389
|
}
|
|
2844
1390
|
export declare namespace ListNodegroupsResponse {
|
|
2845
|
-
|
|
2846
|
-
* @internal
|
|
2847
|
-
*/
|
|
1391
|
+
|
|
2848
1392
|
const filterSensitiveLog: (obj: ListNodegroupsResponse) => any;
|
|
2849
1393
|
}
|
|
2850
|
-
|
|
2851
|
-
* <p>This exception is thrown if the request contains a semantic error. The precise meaning
|
|
2852
|
-
* will depend on the API, and will be documented in the error message.</p>
|
|
2853
|
-
*/
|
|
1394
|
+
|
|
2854
1395
|
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
2855
1396
|
name: "BadRequestException";
|
|
2856
1397
|
$fault: "client";
|
|
2857
1398
|
message?: string;
|
|
2858
1399
|
}
|
|
2859
1400
|
export declare namespace BadRequestException {
|
|
2860
|
-
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
1401
|
+
|
|
2863
1402
|
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
2864
1403
|
}
|
|
2865
1404
|
export interface ListTagsForResourceRequest {
|
|
2866
|
-
|
|
2867
|
-
* <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the
|
|
2868
|
-
* supported resources are Amazon EKS clusters and managed node groups.</p>
|
|
2869
|
-
*/
|
|
1405
|
+
|
|
2870
1406
|
resourceArn: string | undefined;
|
|
2871
1407
|
}
|
|
2872
1408
|
export declare namespace ListTagsForResourceRequest {
|
|
2873
|
-
|
|
2874
|
-
* @internal
|
|
2875
|
-
*/
|
|
1409
|
+
|
|
2876
1410
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2877
1411
|
}
|
|
2878
1412
|
export interface ListTagsForResourceResponse {
|
|
2879
|
-
|
|
2880
|
-
* <p>The tags for the resource.</p>
|
|
2881
|
-
*/
|
|
1413
|
+
|
|
2882
1414
|
tags?: {
|
|
2883
1415
|
[key: string]: string;
|
|
2884
1416
|
};
|
|
2885
1417
|
}
|
|
2886
1418
|
export declare namespace ListTagsForResourceResponse {
|
|
2887
|
-
|
|
2888
|
-
* @internal
|
|
2889
|
-
*/
|
|
1419
|
+
|
|
2890
1420
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2891
1421
|
}
|
|
2892
|
-
|
|
2893
|
-
* <p>A service resource associated with the request could not be found. Clients should not
|
|
2894
|
-
* retry such requests.</p>
|
|
2895
|
-
*/
|
|
1422
|
+
|
|
2896
1423
|
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
2897
1424
|
name: "NotFoundException";
|
|
2898
1425
|
$fault: "client";
|
|
2899
1426
|
message?: string;
|
|
2900
1427
|
}
|
|
2901
1428
|
export declare namespace NotFoundException {
|
|
2902
|
-
|
|
2903
|
-
* @internal
|
|
2904
|
-
*/
|
|
1429
|
+
|
|
2905
1430
|
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
2906
1431
|
}
|
|
2907
1432
|
export interface ListUpdatesRequest {
|
|
2908
|
-
|
|
2909
|
-
* <p>The name of the Amazon EKS cluster to list updates for.</p>
|
|
2910
|
-
*/
|
|
1433
|
+
|
|
2911
1434
|
name: string | undefined;
|
|
2912
|
-
|
|
2913
|
-
* <p>The name of the Amazon EKS managed node group to list updates for.</p>
|
|
2914
|
-
*/
|
|
1435
|
+
|
|
2915
1436
|
nodegroupName?: string;
|
|
2916
|
-
|
|
2917
|
-
* <p>The names of the installed add-ons that have available updates.</p>
|
|
2918
|
-
*/
|
|
1437
|
+
|
|
2919
1438
|
addonName?: string;
|
|
2920
|
-
|
|
2921
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
2922
|
-
* <code>ListUpdates</code> request where <code>maxResults</code> was used and the
|
|
2923
|
-
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
2924
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
2925
|
-
*/
|
|
1439
|
+
|
|
2926
1440
|
nextToken?: string;
|
|
2927
|
-
|
|
2928
|
-
* <p>The maximum number of update results returned by <code>ListUpdates</code> in paginated
|
|
2929
|
-
* output. When you use this parameter, <code>ListUpdates</code> returns only
|
|
2930
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
2931
|
-
* response element. You can see the remaining results of the initial request by sending
|
|
2932
|
-
* another <code>ListUpdates</code> request with the returned <code>nextToken</code> value.
|
|
2933
|
-
* This value can be between 1 and 100. If you don't use this
|
|
2934
|
-
* parameter, <code>ListUpdates</code> returns up to 100 results and a
|
|
2935
|
-
* <code>nextToken</code> value if applicable.</p>
|
|
2936
|
-
*/
|
|
1441
|
+
|
|
2937
1442
|
maxResults?: number;
|
|
2938
1443
|
}
|
|
2939
1444
|
export declare namespace ListUpdatesRequest {
|
|
2940
|
-
|
|
2941
|
-
* @internal
|
|
2942
|
-
*/
|
|
1445
|
+
|
|
2943
1446
|
const filterSensitiveLog: (obj: ListUpdatesRequest) => any;
|
|
2944
1447
|
}
|
|
2945
1448
|
export interface ListUpdatesResponse {
|
|
2946
|
-
|
|
2947
|
-
* <p>A list of all the updates for the specified cluster and Region.</p>
|
|
2948
|
-
*/
|
|
1449
|
+
|
|
2949
1450
|
updateIds?: string[];
|
|
2950
|
-
|
|
2951
|
-
* <p>The <code>nextToken</code> value to include in a future <code>ListUpdates</code>
|
|
2952
|
-
* request. When the results of a <code>ListUpdates</code> request exceed
|
|
2953
|
-
* <code>maxResults</code>, you can use this value to retrieve the next page of
|
|
2954
|
-
* results. This value is <code>null</code> when there are no more results to
|
|
2955
|
-
* return.</p>
|
|
2956
|
-
*/
|
|
1451
|
+
|
|
2957
1452
|
nextToken?: string;
|
|
2958
1453
|
}
|
|
2959
1454
|
export declare namespace ListUpdatesResponse {
|
|
2960
|
-
|
|
2961
|
-
* @internal
|
|
2962
|
-
*/
|
|
1455
|
+
|
|
2963
1456
|
const filterSensitiveLog: (obj: ListUpdatesResponse) => any;
|
|
2964
1457
|
}
|
|
2965
1458
|
export declare enum ConnectorConfigProvider {
|
|
@@ -2973,398 +1466,216 @@ export declare enum ConnectorConfigProvider {
|
|
|
2973
1466
|
RANCHER = "RANCHER",
|
|
2974
1467
|
TANZU = "TANZU"
|
|
2975
1468
|
}
|
|
2976
|
-
|
|
2977
|
-
* <p>The configuration sent to a cluster for configuration.</p>
|
|
2978
|
-
*/
|
|
1469
|
+
|
|
2979
1470
|
export interface ConnectorConfigRequest {
|
|
2980
|
-
|
|
2981
|
-
* <p>The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.</p>
|
|
2982
|
-
*/
|
|
1471
|
+
|
|
2983
1472
|
roleArn: string | undefined;
|
|
2984
|
-
|
|
2985
|
-
* <p>The cloud provider for the target cluster to connect.</p>
|
|
2986
|
-
*/
|
|
1473
|
+
|
|
2987
1474
|
provider: ConnectorConfigProvider | string | undefined;
|
|
2988
1475
|
}
|
|
2989
1476
|
export declare namespace ConnectorConfigRequest {
|
|
2990
|
-
|
|
2991
|
-
* @internal
|
|
2992
|
-
*/
|
|
1477
|
+
|
|
2993
1478
|
const filterSensitiveLog: (obj: ConnectorConfigRequest) => any;
|
|
2994
1479
|
}
|
|
2995
1480
|
export interface RegisterClusterRequest {
|
|
2996
|
-
|
|
2997
|
-
* <p>Define a unique name for this cluster within your AWS account.</p>
|
|
2998
|
-
*/
|
|
1481
|
+
|
|
2999
1482
|
name: string | undefined;
|
|
3000
|
-
|
|
3001
|
-
* <p>The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.</p>
|
|
3002
|
-
*/
|
|
1483
|
+
|
|
3003
1484
|
connectorConfig: ConnectorConfigRequest | undefined;
|
|
3004
|
-
|
|
3005
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
3006
|
-
*/
|
|
1485
|
+
|
|
3007
1486
|
clientRequestToken?: string;
|
|
3008
1487
|
}
|
|
3009
1488
|
export declare namespace RegisterClusterRequest {
|
|
3010
|
-
|
|
3011
|
-
* @internal
|
|
3012
|
-
*/
|
|
1489
|
+
|
|
3013
1490
|
const filterSensitiveLog: (obj: RegisterClusterRequest) => any;
|
|
3014
1491
|
}
|
|
3015
1492
|
export interface RegisterClusterResponse {
|
|
3016
|
-
|
|
3017
|
-
* <p>An object representing an Amazon EKS cluster.</p>
|
|
3018
|
-
*/
|
|
1493
|
+
|
|
3019
1494
|
cluster?: Cluster;
|
|
3020
1495
|
}
|
|
3021
1496
|
export declare namespace RegisterClusterResponse {
|
|
3022
|
-
|
|
3023
|
-
* @internal
|
|
3024
|
-
*/
|
|
1497
|
+
|
|
3025
1498
|
const filterSensitiveLog: (obj: RegisterClusterResponse) => any;
|
|
3026
1499
|
}
|
|
3027
1500
|
export interface TagResourceRequest {
|
|
3028
|
-
|
|
3029
|
-
* <p>The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resources
|
|
3030
|
-
* are Amazon EKS clusters and managed node groups.</p>
|
|
3031
|
-
*/
|
|
1501
|
+
|
|
3032
1502
|
resourceArn: string | undefined;
|
|
3033
|
-
|
|
3034
|
-
* <p>The tags to add to the resource. A tag is an array of key-value pairs.</p>
|
|
3035
|
-
*/
|
|
1503
|
+
|
|
3036
1504
|
tags: {
|
|
3037
1505
|
[key: string]: string;
|
|
3038
1506
|
} | undefined;
|
|
3039
1507
|
}
|
|
3040
1508
|
export declare namespace TagResourceRequest {
|
|
3041
|
-
|
|
3042
|
-
* @internal
|
|
3043
|
-
*/
|
|
1509
|
+
|
|
3044
1510
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3045
1511
|
}
|
|
3046
1512
|
export interface TagResourceResponse {
|
|
3047
1513
|
}
|
|
3048
1514
|
export declare namespace TagResourceResponse {
|
|
3049
|
-
|
|
3050
|
-
* @internal
|
|
3051
|
-
*/
|
|
1515
|
+
|
|
3052
1516
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3053
1517
|
}
|
|
3054
1518
|
export interface UntagResourceRequest {
|
|
3055
|
-
|
|
3056
|
-
* <p>The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported
|
|
3057
|
-
* resources are Amazon EKS clusters and managed node groups.</p>
|
|
3058
|
-
*/
|
|
1519
|
+
|
|
3059
1520
|
resourceArn: string | undefined;
|
|
3060
|
-
|
|
3061
|
-
* <p>The keys of the tags to be removed.</p>
|
|
3062
|
-
*/
|
|
1521
|
+
|
|
3063
1522
|
tagKeys: string[] | undefined;
|
|
3064
1523
|
}
|
|
3065
1524
|
export declare namespace UntagResourceRequest {
|
|
3066
|
-
|
|
3067
|
-
* @internal
|
|
3068
|
-
*/
|
|
1525
|
+
|
|
3069
1526
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3070
1527
|
}
|
|
3071
1528
|
export interface UntagResourceResponse {
|
|
3072
1529
|
}
|
|
3073
1530
|
export declare namespace UntagResourceResponse {
|
|
3074
|
-
|
|
3075
|
-
* @internal
|
|
3076
|
-
*/
|
|
1531
|
+
|
|
3077
1532
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3078
1533
|
}
|
|
3079
1534
|
export interface UpdateAddonRequest {
|
|
3080
|
-
|
|
3081
|
-
* <p>The name of the cluster.</p>
|
|
3082
|
-
*/
|
|
1535
|
+
|
|
3083
1536
|
clusterName: string | undefined;
|
|
3084
|
-
|
|
3085
|
-
* <p>The name of the add-on. The name must match one of the names returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html">
|
|
3086
|
-
* <code>ListAddons</code>
|
|
3087
|
-
* </a>.</p>
|
|
3088
|
-
*/
|
|
1537
|
+
|
|
3089
1538
|
addonName: string | undefined;
|
|
3090
|
-
|
|
3091
|
-
* <p>The version of the add-on. The version must match one of the versions returned by <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html">
|
|
3092
|
-
* <code>DescribeAddonVersions</code>
|
|
3093
|
-
* </a>.</p>
|
|
3094
|
-
*/
|
|
1539
|
+
|
|
3095
1540
|
addonVersion?: string;
|
|
3096
|
-
|
|
3097
|
-
* <p>The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account. The role must be assigned the IAM permissions required by the add-on. If you don't specify an existing IAM role, then the add-on uses the
|
|
3098
|
-
* permissions assigned to the node IAM role. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html">Amazon EKS node IAM role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
3099
|
-
* <note>
|
|
3100
|
-
* <p>To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) provider created for
|
|
3101
|
-
* your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html">Enabling
|
|
3102
|
-
* IAM roles for service accounts on your cluster</a> in the
|
|
3103
|
-
* <i>Amazon EKS User Guide</i>.</p>
|
|
3104
|
-
* </note>
|
|
3105
|
-
*/
|
|
1541
|
+
|
|
3106
1542
|
serviceAccountRoleArn?: string;
|
|
3107
|
-
|
|
3108
|
-
* <p>How to resolve parameter value conflicts when applying the new version of the add-on
|
|
3109
|
-
* to the cluster.</p>
|
|
3110
|
-
*/
|
|
1543
|
+
|
|
3111
1544
|
resolveConflicts?: ResolveConflicts | string;
|
|
3112
|
-
|
|
3113
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3114
|
-
* request.</p>
|
|
3115
|
-
*/
|
|
1545
|
+
|
|
3116
1546
|
clientRequestToken?: string;
|
|
3117
1547
|
}
|
|
3118
1548
|
export declare namespace UpdateAddonRequest {
|
|
3119
|
-
|
|
3120
|
-
* @internal
|
|
3121
|
-
*/
|
|
1549
|
+
|
|
3122
1550
|
const filterSensitiveLog: (obj: UpdateAddonRequest) => any;
|
|
3123
1551
|
}
|
|
3124
1552
|
export interface UpdateAddonResponse {
|
|
3125
|
-
|
|
3126
|
-
* <p>An object representing an asynchronous update.</p>
|
|
3127
|
-
*/
|
|
1553
|
+
|
|
3128
1554
|
update?: Update;
|
|
3129
1555
|
}
|
|
3130
1556
|
export declare namespace UpdateAddonResponse {
|
|
3131
|
-
|
|
3132
|
-
* @internal
|
|
3133
|
-
*/
|
|
1557
|
+
|
|
3134
1558
|
const filterSensitiveLog: (obj: UpdateAddonResponse) => any;
|
|
3135
1559
|
}
|
|
3136
1560
|
export interface UpdateClusterConfigRequest {
|
|
3137
|
-
|
|
3138
|
-
* <p>The name of the Amazon EKS cluster to update.</p>
|
|
3139
|
-
*/
|
|
1561
|
+
|
|
3140
1562
|
name: string | undefined;
|
|
3141
|
-
|
|
3142
|
-
* <p>An object representing the VPC configuration to use for an Amazon EKS cluster.</p>
|
|
3143
|
-
*/
|
|
1563
|
+
|
|
3144
1564
|
resourcesVpcConfig?: VpcConfigRequest;
|
|
3145
|
-
|
|
3146
|
-
* <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to
|
|
3147
|
-
* CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more
|
|
3148
|
-
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS cluster control plane logs</a> in the
|
|
3149
|
-
* <i>
|
|
3150
|
-
* <i>Amazon EKS User Guide</i>
|
|
3151
|
-
* </i>.</p>
|
|
3152
|
-
* <note>
|
|
3153
|
-
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
|
|
3154
|
-
* control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
|
|
3155
|
-
* </note>
|
|
3156
|
-
*/
|
|
1565
|
+
|
|
3157
1566
|
logging?: Logging;
|
|
3158
|
-
|
|
3159
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3160
|
-
* request.</p>
|
|
3161
|
-
*/
|
|
1567
|
+
|
|
3162
1568
|
clientRequestToken?: string;
|
|
3163
1569
|
}
|
|
3164
1570
|
export declare namespace UpdateClusterConfigRequest {
|
|
3165
|
-
|
|
3166
|
-
* @internal
|
|
3167
|
-
*/
|
|
1571
|
+
|
|
3168
1572
|
const filterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
|
|
3169
1573
|
}
|
|
3170
1574
|
export interface UpdateClusterConfigResponse {
|
|
3171
|
-
|
|
3172
|
-
* <p>An object representing an asynchronous update.</p>
|
|
3173
|
-
*/
|
|
1575
|
+
|
|
3174
1576
|
update?: Update;
|
|
3175
1577
|
}
|
|
3176
1578
|
export declare namespace UpdateClusterConfigResponse {
|
|
3177
|
-
|
|
3178
|
-
* @internal
|
|
3179
|
-
*/
|
|
1579
|
+
|
|
3180
1580
|
const filterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
|
|
3181
1581
|
}
|
|
3182
1582
|
export interface UpdateClusterVersionRequest {
|
|
3183
|
-
|
|
3184
|
-
* <p>The name of the Amazon EKS cluster to update.</p>
|
|
3185
|
-
*/
|
|
1583
|
+
|
|
3186
1584
|
name: string | undefined;
|
|
3187
|
-
|
|
3188
|
-
* <p>The desired Kubernetes version following a successful update.</p>
|
|
3189
|
-
*/
|
|
1585
|
+
|
|
3190
1586
|
version: string | undefined;
|
|
3191
|
-
|
|
3192
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3193
|
-
* request.</p>
|
|
3194
|
-
*/
|
|
1587
|
+
|
|
3195
1588
|
clientRequestToken?: string;
|
|
3196
1589
|
}
|
|
3197
1590
|
export declare namespace UpdateClusterVersionRequest {
|
|
3198
|
-
|
|
3199
|
-
* @internal
|
|
3200
|
-
*/
|
|
1591
|
+
|
|
3201
1592
|
const filterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
|
|
3202
1593
|
}
|
|
3203
1594
|
export interface UpdateClusterVersionResponse {
|
|
3204
|
-
|
|
3205
|
-
* <p>The full description of the specified update</p>
|
|
3206
|
-
*/
|
|
1595
|
+
|
|
3207
1596
|
update?: Update;
|
|
3208
1597
|
}
|
|
3209
1598
|
export declare namespace UpdateClusterVersionResponse {
|
|
3210
|
-
|
|
3211
|
-
* @internal
|
|
3212
|
-
*/
|
|
1599
|
+
|
|
3213
1600
|
const filterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
|
|
3214
1601
|
}
|
|
3215
|
-
|
|
3216
|
-
* <p>An object representing a Kubernetes label change for a managed node group.</p>
|
|
3217
|
-
*/
|
|
1602
|
+
|
|
3218
1603
|
export interface UpdateLabelsPayload {
|
|
3219
|
-
|
|
3220
|
-
* <p>Kubernetes labels to be added or updated.</p>
|
|
3221
|
-
*/
|
|
1604
|
+
|
|
3222
1605
|
addOrUpdateLabels?: {
|
|
3223
1606
|
[key: string]: string;
|
|
3224
1607
|
};
|
|
3225
|
-
|
|
3226
|
-
* <p>Kubernetes labels to be removed.</p>
|
|
3227
|
-
*/
|
|
1608
|
+
|
|
3228
1609
|
removeLabels?: string[];
|
|
3229
1610
|
}
|
|
3230
1611
|
export declare namespace UpdateLabelsPayload {
|
|
3231
|
-
|
|
3232
|
-
* @internal
|
|
3233
|
-
*/
|
|
1612
|
+
|
|
3234
1613
|
const filterSensitiveLog: (obj: UpdateLabelsPayload) => any;
|
|
3235
1614
|
}
|
|
3236
|
-
|
|
3237
|
-
* <p>An object representing the details of an update to a taints payload.</p>
|
|
3238
|
-
*/
|
|
1615
|
+
|
|
3239
1616
|
export interface UpdateTaintsPayload {
|
|
3240
|
-
|
|
3241
|
-
* <p>Kubernetes taints to be added or updated.</p>
|
|
3242
|
-
*/
|
|
1617
|
+
|
|
3243
1618
|
addOrUpdateTaints?: Taint[];
|
|
3244
|
-
|
|
3245
|
-
* <p>Kubernetes taints to be removed.</p>
|
|
3246
|
-
*/
|
|
1619
|
+
|
|
3247
1620
|
removeTaints?: Taint[];
|
|
3248
1621
|
}
|
|
3249
1622
|
export declare namespace UpdateTaintsPayload {
|
|
3250
|
-
|
|
3251
|
-
* @internal
|
|
3252
|
-
*/
|
|
1623
|
+
|
|
3253
1624
|
const filterSensitiveLog: (obj: UpdateTaintsPayload) => any;
|
|
3254
1625
|
}
|
|
3255
1626
|
export interface UpdateNodegroupConfigRequest {
|
|
3256
|
-
|
|
3257
|
-
* <p>The name of the Amazon EKS cluster that the managed node group resides in.</p>
|
|
3258
|
-
*/
|
|
1627
|
+
|
|
3259
1628
|
clusterName: string | undefined;
|
|
3260
|
-
|
|
3261
|
-
* <p>The name of the managed node group to update.</p>
|
|
3262
|
-
*/
|
|
1629
|
+
|
|
3263
1630
|
nodegroupName: string | undefined;
|
|
3264
|
-
|
|
3265
|
-
* <p>The Kubernetes labels to be applied to the nodes in the node group after the
|
|
3266
|
-
* update.</p>
|
|
3267
|
-
*/
|
|
1631
|
+
|
|
3268
1632
|
labels?: UpdateLabelsPayload;
|
|
3269
|
-
|
|
3270
|
-
* <p>The Kubernetes taints to be applied to the nodes in the node group after the
|
|
3271
|
-
* update.</p>
|
|
3272
|
-
*/
|
|
1633
|
+
|
|
3273
1634
|
taints?: UpdateTaintsPayload;
|
|
3274
|
-
|
|
3275
|
-
* <p>The scaling configuration details for the Auto Scaling group after the update.</p>
|
|
3276
|
-
*/
|
|
1635
|
+
|
|
3277
1636
|
scalingConfig?: NodegroupScalingConfig;
|
|
3278
|
-
|
|
3279
|
-
* <p>The node group update configuration.</p>
|
|
3280
|
-
*/
|
|
1637
|
+
|
|
3281
1638
|
updateConfig?: NodegroupUpdateConfig;
|
|
3282
|
-
|
|
3283
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3284
|
-
* request.</p>
|
|
3285
|
-
*/
|
|
1639
|
+
|
|
3286
1640
|
clientRequestToken?: string;
|
|
3287
1641
|
}
|
|
3288
1642
|
export declare namespace UpdateNodegroupConfigRequest {
|
|
3289
|
-
|
|
3290
|
-
* @internal
|
|
3291
|
-
*/
|
|
1643
|
+
|
|
3292
1644
|
const filterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
|
|
3293
1645
|
}
|
|
3294
1646
|
export interface UpdateNodegroupConfigResponse {
|
|
3295
|
-
|
|
3296
|
-
* <p>An object representing an asynchronous update.</p>
|
|
3297
|
-
*/
|
|
1647
|
+
|
|
3298
1648
|
update?: Update;
|
|
3299
1649
|
}
|
|
3300
1650
|
export declare namespace UpdateNodegroupConfigResponse {
|
|
3301
|
-
|
|
3302
|
-
* @internal
|
|
3303
|
-
*/
|
|
1651
|
+
|
|
3304
1652
|
const filterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
|
|
3305
1653
|
}
|
|
3306
1654
|
export interface UpdateNodegroupVersionRequest {
|
|
3307
|
-
|
|
3308
|
-
* <p>The name of the Amazon EKS cluster that is associated with the managed node group to
|
|
3309
|
-
* update.</p>
|
|
3310
|
-
*/
|
|
1655
|
+
|
|
3311
1656
|
clusterName: string | undefined;
|
|
3312
|
-
|
|
3313
|
-
* <p>The name of the managed node group to update.</p>
|
|
3314
|
-
*/
|
|
1657
|
+
|
|
3315
1658
|
nodegroupName: string | undefined;
|
|
3316
|
-
|
|
3317
|
-
* <p>The Kubernetes version to update to. If no version is specified, then the Kubernetes
|
|
3318
|
-
* version of the node group does not change. You can specify the Kubernetes version of the
|
|
3319
|
-
* cluster to update the node group to the latest AMI version of the cluster's Kubernetes
|
|
3320
|
-
* version. If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify
|
|
3321
|
-
* <code>version</code>, or the node group update will fail.
|
|
3322
|
-
* For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
3323
|
-
*/
|
|
1659
|
+
|
|
3324
1660
|
version?: string;
|
|
3325
|
-
|
|
3326
|
-
* <p>The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the
|
|
3327
|
-
* latest available AMI version for the node group's Kubernetes version is used. For more
|
|
3328
|
-
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS optimized Amazon Linux 2 AMI versions </a> in the
|
|
3329
|
-
* <i>Amazon EKS User Guide</i>. If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify
|
|
3330
|
-
* <code>releaseVersion</code>, or the node group update will fail.
|
|
3331
|
-
* For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the Amazon EKS User Guide.</p>
|
|
3332
|
-
*/
|
|
1661
|
+
|
|
3333
1662
|
releaseVersion?: string;
|
|
3334
|
-
|
|
3335
|
-
* <p>An object representing a node group's launch template specification. You can only
|
|
3336
|
-
* update a node group using a launch template if the node group was originally deployed
|
|
3337
|
-
* with a launch template.</p>
|
|
3338
|
-
*/
|
|
1663
|
+
|
|
3339
1664
|
launchTemplate?: LaunchTemplateSpecification;
|
|
3340
|
-
|
|
3341
|
-
* <p>Force the update if the existing node group's pods are unable to be drained due to a
|
|
3342
|
-
* pod disruption budget issue. If an update fails because pods could not be drained, you
|
|
3343
|
-
* can force the update after it fails to terminate the old node whether or not any pods
|
|
3344
|
-
* are running on the node.</p>
|
|
3345
|
-
*/
|
|
1665
|
+
|
|
3346
1666
|
force?: boolean;
|
|
3347
|
-
|
|
3348
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3349
|
-
* request.</p>
|
|
3350
|
-
*/
|
|
1667
|
+
|
|
3351
1668
|
clientRequestToken?: string;
|
|
3352
1669
|
}
|
|
3353
1670
|
export declare namespace UpdateNodegroupVersionRequest {
|
|
3354
|
-
|
|
3355
|
-
* @internal
|
|
3356
|
-
*/
|
|
1671
|
+
|
|
3357
1672
|
const filterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
|
|
3358
1673
|
}
|
|
3359
1674
|
export interface UpdateNodegroupVersionResponse {
|
|
3360
|
-
|
|
3361
|
-
* <p>An object representing an asynchronous update.</p>
|
|
3362
|
-
*/
|
|
1675
|
+
|
|
3363
1676
|
update?: Update;
|
|
3364
1677
|
}
|
|
3365
1678
|
export declare namespace UpdateNodegroupVersionResponse {
|
|
3366
|
-
|
|
3367
|
-
* @internal
|
|
3368
|
-
*/
|
|
1679
|
+
|
|
3369
1680
|
const filterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;
|
|
3370
1681
|
}
|