@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
|
@@ -34,391 +34,141 @@ import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } f
|
|
|
34
34
|
import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "./commands/UpdateNodegroupConfigCommand";
|
|
35
35
|
import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
|
|
36
36
|
import { EKSClient } from "./EKSClient";
|
|
37
|
-
|
|
38
|
-
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
|
|
39
|
-
* Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
|
|
40
|
-
* Kubernetes is an open-source system for automating the deployment, scaling, and
|
|
41
|
-
* management of containerized applications. </p>
|
|
42
|
-
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use
|
|
43
|
-
* all the existing plugins and tooling from the Kubernetes community. Applications running
|
|
44
|
-
* on Amazon EKS are fully compatible with applications running on any standard Kubernetes
|
|
45
|
-
* environment, whether running in on-premises data centers or public clouds. This means
|
|
46
|
-
* that you can easily migrate any standard Kubernetes application to Amazon EKS without any
|
|
47
|
-
* code modification required.</p>
|
|
48
|
-
*/
|
|
37
|
+
|
|
49
38
|
export declare class EKS extends EKSClient {
|
|
50
|
-
|
|
51
|
-
* <p>Associate encryption configuration to an existing cluster.</p>
|
|
52
|
-
* <p>You can use this API to enable encryption on existing clusters which do not have
|
|
53
|
-
* encryption already enabled. This allows you to implement a defense-in-depth security
|
|
54
|
-
* strategy without migrating applications to new Amazon EKS clusters.</p>
|
|
55
|
-
*/
|
|
39
|
+
|
|
56
40
|
associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateEncryptionConfigCommandOutput>;
|
|
57
41
|
associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void): void;
|
|
58
42
|
associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void): void;
|
|
59
|
-
|
|
60
|
-
* <p>Associate an identity provider configuration to a cluster.</p>
|
|
61
|
-
* <p>If you want to authenticate identities using an identity provider, you can create an
|
|
62
|
-
* identity provider configuration and associate it to your cluster. After configuring
|
|
63
|
-
* authentication to your cluster you can create Kubernetes <code>roles</code> and
|
|
64
|
-
* <code>clusterroles</code> to assign permissions to the roles, and then bind the
|
|
65
|
-
* roles to the identities using Kubernetes <code>rolebindings</code> and
|
|
66
|
-
* <code>clusterrolebindings</code>. For more information see <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">Using RBAC
|
|
67
|
-
* Authorization</a> in the Kubernetes documentation.</p>
|
|
68
|
-
*/
|
|
43
|
+
|
|
69
44
|
associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIdentityProviderConfigCommandOutput>;
|
|
70
45
|
associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
|
|
71
46
|
associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
|
|
72
|
-
|
|
73
|
-
* <p>Creates an Amazon EKS add-on.</p>
|
|
74
|
-
* <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
|
|
75
|
-
* operational software for Amazon EKS clusters. Amazon EKS add-ons can only be used with Amazon EKS
|
|
76
|
-
* clusters running version 1.18 with platform version <code>eks.3</code> or later because
|
|
77
|
-
* add-ons rely on the Server-side Apply Kubernetes feature, which is only available in
|
|
78
|
-
* Kubernetes 1.18 and later.</p>
|
|
79
|
-
*/
|
|
47
|
+
|
|
80
48
|
createAddon(args: CreateAddonCommandInput, options?: __HttpHandlerOptions): Promise<CreateAddonCommandOutput>;
|
|
81
49
|
createAddon(args: CreateAddonCommandInput, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
|
|
82
50
|
createAddon(args: CreateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
|
|
83
|
-
|
|
84
|
-
* <p>Creates an Amazon EKS control plane. </p>
|
|
85
|
-
* <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
|
|
86
|
-
* software, such as <code>etcd</code> and the API server. The control plane runs in an
|
|
87
|
-
* account managed by Amazon Web Services, and the Kubernetes API is exposed via the Amazon EKS API server
|
|
88
|
-
* endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its
|
|
89
|
-
* own set of Amazon EC2 instances.</p>
|
|
90
|
-
* <p>The cluster control plane is provisioned across multiple Availability Zones and
|
|
91
|
-
* fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC
|
|
92
|
-
* subnets to provide connectivity from the control plane instances to the nodes (for
|
|
93
|
-
* example, to support <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code>
|
|
94
|
-
* data flows).</p>
|
|
95
|
-
* <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane via
|
|
96
|
-
* the Kubernetes API server endpoint and a certificate file that is created for your
|
|
97
|
-
* cluster.</p>
|
|
98
|
-
*
|
|
99
|
-
* <p>Cluster creation typically takes several minutes. After you create an Amazon EKS cluster,
|
|
100
|
-
* you must configure your Kubernetes tooling to communicate with the API server and launch
|
|
101
|
-
* nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
|
|
102
|
-
* Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
103
|
-
*/
|
|
51
|
+
|
|
104
52
|
createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
|
|
105
53
|
createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
106
54
|
createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
107
|
-
|
|
108
|
-
* <p>Creates an Fargate profile for your Amazon EKS cluster. You must have at least one Fargate
|
|
109
|
-
* profile in a cluster to be able to run pods on Fargate.</p>
|
|
110
|
-
* <p>The Fargate profile allows an administrator to declare which pods run on Fargate and specify
|
|
111
|
-
* which pods run on which Fargate profile. This declaration is done through the profile’s
|
|
112
|
-
* selectors. Each profile can have up to five selectors that contain a namespace and
|
|
113
|
-
* labels. A namespace is required for every selector. The label field consists of multiple
|
|
114
|
-
* optional key-value pairs. Pods that match the selectors are scheduled on Fargate. If a
|
|
115
|
-
* to-be-scheduled pod matches any of the selectors in the Fargate profile, then that pod is
|
|
116
|
-
* run on Fargate.</p>
|
|
117
|
-
* <p>When you create a Fargate profile, you must specify a pod execution role to use with the
|
|
118
|
-
* pods that are scheduled with the profile. This role is added to the cluster's Kubernetes
|
|
119
|
-
* <a href="https://kubernetes.io/docs/admin/authorization/rbac/">Role Based Access
|
|
120
|
-
* Control</a> (RBAC) for authorization so that the <code>kubelet</code> that is
|
|
121
|
-
* running on the Fargate infrastructure can register with your Amazon EKS cluster so that it can
|
|
122
|
-
* appear in your cluster as a node. The pod execution role also provides IAM permissions
|
|
123
|
-
* to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For more
|
|
124
|
-
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
125
|
-
* <p>Fargate profiles are immutable. However, you can create a new updated profile to replace
|
|
126
|
-
* an existing profile and then delete the original after the updated profile has finished
|
|
127
|
-
* creating.</p>
|
|
128
|
-
* <p>If any Fargate profiles in a cluster are in the <code>DELETING</code> status, you must
|
|
129
|
-
* wait for that Fargate profile to finish deleting before you can create any other profiles
|
|
130
|
-
* in that cluster.</p>
|
|
131
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html">Fargate Profile</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
132
|
-
*/
|
|
55
|
+
|
|
133
56
|
createFargateProfile(args: CreateFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateFargateProfileCommandOutput>;
|
|
134
57
|
createFargateProfile(args: CreateFargateProfileCommandInput, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
|
|
135
58
|
createFargateProfile(args: CreateFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
|
|
136
|
-
|
|
137
|
-
* <p>Creates a managed node group for an Amazon EKS cluster. You can only create a node group
|
|
138
|
-
* for your cluster that is equal to the current Kubernetes version for the cluster. All
|
|
139
|
-
* node groups are created with the latest AMI release version for the respective minor
|
|
140
|
-
* Kubernetes version of the cluster, unless you deploy a custom AMI using a launch
|
|
141
|
-
* template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch
|
|
142
|
-
* template support</a>.</p>
|
|
143
|
-
* <p>An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that
|
|
144
|
-
* are managed by Amazon Web Services for an Amazon EKS cluster. Each node group uses a version of the Amazon EKS
|
|
145
|
-
* optimized Amazon Linux 2 AMI. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed
|
|
146
|
-
* Node Groups</a> in the <i>Amazon EKS User Guide</i>. </p>
|
|
147
|
-
*/
|
|
59
|
+
|
|
148
60
|
createNodegroup(args: CreateNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateNodegroupCommandOutput>;
|
|
149
61
|
createNodegroup(args: CreateNodegroupCommandInput, cb: (err: any, data?: CreateNodegroupCommandOutput) => void): void;
|
|
150
62
|
createNodegroup(args: CreateNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNodegroupCommandOutput) => void): void;
|
|
151
|
-
|
|
152
|
-
* <p>Delete an Amazon EKS add-on.</p>
|
|
153
|
-
* <p>When you remove the add-on, it will also be deleted from the cluster. You can always
|
|
154
|
-
* manually start an add-on on the cluster using the Kubernetes API.</p>
|
|
155
|
-
*/
|
|
63
|
+
|
|
156
64
|
deleteAddon(args: DeleteAddonCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAddonCommandOutput>;
|
|
157
65
|
deleteAddon(args: DeleteAddonCommandInput, cb: (err: any, data?: DeleteAddonCommandOutput) => void): void;
|
|
158
66
|
deleteAddon(args: DeleteAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAddonCommandOutput) => void): void;
|
|
159
|
-
|
|
160
|
-
* <p>Deletes the Amazon EKS cluster control plane.</p>
|
|
161
|
-
* <p>If you have active services in your cluster that are associated with a load balancer,
|
|
162
|
-
* you must delete those services before deleting the cluster so that the load balancers
|
|
163
|
-
* are deleted properly. Otherwise, you can have orphaned resources in your VPC that
|
|
164
|
-
* prevent you from being able to delete the VPC. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/delete-cluster.html">Deleting a
|
|
165
|
-
* Cluster</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
166
|
-
* <p>If you have managed node groups or Fargate profiles attached to the cluster, you must
|
|
167
|
-
* delete them first. For more information, see <a>DeleteNodegroup</a> and <a>DeleteFargateProfile</a>.</p>
|
|
168
|
-
*/
|
|
67
|
+
|
|
169
68
|
deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
|
|
170
69
|
deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
|
|
171
70
|
deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
|
|
172
|
-
|
|
173
|
-
* <p>Deletes an Fargate profile.</p>
|
|
174
|
-
* <p>When you delete a Fargate profile, any pods running on Fargate that were created with the
|
|
175
|
-
* profile are deleted. If those pods match another Fargate profile, then they are scheduled
|
|
176
|
-
* on Fargate with that profile. If they no longer match any Fargate profiles, then they are not
|
|
177
|
-
* scheduled on Fargate and they may remain in a pending state.</p>
|
|
178
|
-
* <p>Only one Fargate profile in a cluster can be in the <code>DELETING</code> status at a
|
|
179
|
-
* time. You must wait for a Fargate profile to finish deleting before you can delete any
|
|
180
|
-
* other profiles in that cluster.</p>
|
|
181
|
-
*/
|
|
71
|
+
|
|
182
72
|
deleteFargateProfile(args: DeleteFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFargateProfileCommandOutput>;
|
|
183
73
|
deleteFargateProfile(args: DeleteFargateProfileCommandInput, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
|
|
184
74
|
deleteFargateProfile(args: DeleteFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
|
|
185
|
-
|
|
186
|
-
* <p>Deletes an Amazon EKS node group for a cluster.</p>
|
|
187
|
-
*/
|
|
75
|
+
|
|
188
76
|
deleteNodegroup(args: DeleteNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNodegroupCommandOutput>;
|
|
189
77
|
deleteNodegroup(args: DeleteNodegroupCommandInput, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
|
|
190
78
|
deleteNodegroup(args: DeleteNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
|
|
191
|
-
|
|
192
|
-
* <p>Deregisters a connected cluster to remove it from the Amazon EKS control plane.</p>
|
|
193
|
-
*/
|
|
79
|
+
|
|
194
80
|
deregisterCluster(args: DeregisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterClusterCommandOutput>;
|
|
195
81
|
deregisterCluster(args: DeregisterClusterCommandInput, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
|
|
196
82
|
deregisterCluster(args: DeregisterClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
|
|
197
|
-
|
|
198
|
-
* <p>Describes an Amazon EKS add-on.</p>
|
|
199
|
-
*/
|
|
83
|
+
|
|
200
84
|
describeAddon(args: DescribeAddonCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonCommandOutput>;
|
|
201
85
|
describeAddon(args: DescribeAddonCommandInput, cb: (err: any, data?: DescribeAddonCommandOutput) => void): void;
|
|
202
86
|
describeAddon(args: DescribeAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonCommandOutput) => void): void;
|
|
203
|
-
|
|
204
|
-
* <p>Describes the Kubernetes versions that the add-on can be used with.</p>
|
|
205
|
-
*/
|
|
87
|
+
|
|
206
88
|
describeAddonVersions(args: DescribeAddonVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonVersionsCommandOutput>;
|
|
207
89
|
describeAddonVersions(args: DescribeAddonVersionsCommandInput, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
|
|
208
90
|
describeAddonVersions(args: DescribeAddonVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
|
|
209
|
-
|
|
210
|
-
* <p>Returns descriptive information about an Amazon EKS cluster.</p>
|
|
211
|
-
* <p>The API server endpoint and certificate authority data returned by this operation are
|
|
212
|
-
* required for <code>kubelet</code> and <code>kubectl</code> to communicate with your
|
|
213
|
-
* Kubernetes API server. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html">Create a
|
|
214
|
-
* kubeconfig for Amazon EKS</a>.</p>
|
|
215
|
-
* <note>
|
|
216
|
-
* <p>The API server endpoint and certificate authority data aren't available until the
|
|
217
|
-
* cluster reaches the <code>ACTIVE</code> state.</p>
|
|
218
|
-
* </note>
|
|
219
|
-
*/
|
|
91
|
+
|
|
220
92
|
describeCluster(args: DescribeClusterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterCommandOutput>;
|
|
221
93
|
describeCluster(args: DescribeClusterCommandInput, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
|
|
222
94
|
describeCluster(args: DescribeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
|
|
223
|
-
|
|
224
|
-
* <p>Returns descriptive information about an Fargate profile.</p>
|
|
225
|
-
*/
|
|
95
|
+
|
|
226
96
|
describeFargateProfile(args: DescribeFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFargateProfileCommandOutput>;
|
|
227
97
|
describeFargateProfile(args: DescribeFargateProfileCommandInput, cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void): void;
|
|
228
98
|
describeFargateProfile(args: DescribeFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void): void;
|
|
229
|
-
|
|
230
|
-
* <p>Returns descriptive information about an identity provider configuration.</p>
|
|
231
|
-
*/
|
|
99
|
+
|
|
232
100
|
describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityProviderConfigCommandOutput>;
|
|
233
101
|
describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void): void;
|
|
234
102
|
describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void): void;
|
|
235
|
-
|
|
236
|
-
* <p>Returns descriptive information about an Amazon EKS node group.</p>
|
|
237
|
-
*/
|
|
103
|
+
|
|
238
104
|
describeNodegroup(args: DescribeNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNodegroupCommandOutput>;
|
|
239
105
|
describeNodegroup(args: DescribeNodegroupCommandInput, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
|
|
240
106
|
describeNodegroup(args: DescribeNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
|
|
241
|
-
|
|
242
|
-
* <p>Returns descriptive information about an update against your Amazon EKS cluster or
|
|
243
|
-
* associated managed node group.</p>
|
|
244
|
-
* <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
|
|
245
|
-
* update fails, the status is <code>Failed</code>, and an error detail explains the reason
|
|
246
|
-
* for the failure.</p>
|
|
247
|
-
*/
|
|
107
|
+
|
|
248
108
|
describeUpdate(args: DescribeUpdateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUpdateCommandOutput>;
|
|
249
109
|
describeUpdate(args: DescribeUpdateCommandInput, cb: (err: any, data?: DescribeUpdateCommandOutput) => void): void;
|
|
250
110
|
describeUpdate(args: DescribeUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUpdateCommandOutput) => void): void;
|
|
251
|
-
|
|
252
|
-
* <p>Disassociates an identity provider configuration from a cluster. If you disassociate
|
|
253
|
-
* an identity provider from your cluster, users included in the provider can no longer
|
|
254
|
-
* access the cluster. However, you can still access the cluster with Amazon Web Services IAM
|
|
255
|
-
* users.</p>
|
|
256
|
-
*/
|
|
111
|
+
|
|
257
112
|
disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIdentityProviderConfigCommandOutput>;
|
|
258
113
|
disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
|
|
259
114
|
disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
|
|
260
|
-
|
|
261
|
-
* <p>Lists the available add-ons.</p>
|
|
262
|
-
*/
|
|
115
|
+
|
|
263
116
|
listAddons(args: ListAddonsCommandInput, options?: __HttpHandlerOptions): Promise<ListAddonsCommandOutput>;
|
|
264
117
|
listAddons(args: ListAddonsCommandInput, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
|
|
265
118
|
listAddons(args: ListAddonsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
|
|
266
|
-
|
|
267
|
-
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Region.</p>
|
|
268
|
-
*/
|
|
119
|
+
|
|
269
120
|
listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
|
|
270
121
|
listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
271
122
|
listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
272
|
-
|
|
273
|
-
* <p>Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services
|
|
274
|
-
* account in the specified Region.</p>
|
|
275
|
-
*/
|
|
123
|
+
|
|
276
124
|
listFargateProfiles(args: ListFargateProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListFargateProfilesCommandOutput>;
|
|
277
125
|
listFargateProfiles(args: ListFargateProfilesCommandInput, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
|
|
278
126
|
listFargateProfiles(args: ListFargateProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
|
|
279
|
-
|
|
280
|
-
* <p>A list of identity provider configurations.</p>
|
|
281
|
-
*/
|
|
127
|
+
|
|
282
128
|
listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProviderConfigsCommandOutput>;
|
|
283
129
|
listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
|
|
284
130
|
listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
|
|
285
|
-
|
|
286
|
-
* <p>Lists the Amazon EKS managed node groups associated with the specified cluster in your
|
|
287
|
-
* Amazon Web Services account in the specified Region. Self-managed node groups are not listed.</p>
|
|
288
|
-
*/
|
|
131
|
+
|
|
289
132
|
listNodegroups(args: ListNodegroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListNodegroupsCommandOutput>;
|
|
290
133
|
listNodegroups(args: ListNodegroupsCommandInput, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
|
|
291
134
|
listNodegroups(args: ListNodegroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
|
|
292
|
-
|
|
293
|
-
* <p>List the tags for an Amazon EKS resource.</p>
|
|
294
|
-
*/
|
|
135
|
+
|
|
295
136
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
296
137
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
297
138
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
298
|
-
|
|
299
|
-
* <p>Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
|
|
300
|
-
* account, in the specified Region.</p>
|
|
301
|
-
*/
|
|
139
|
+
|
|
302
140
|
listUpdates(args: ListUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<ListUpdatesCommandOutput>;
|
|
303
141
|
listUpdates(args: ListUpdatesCommandInput, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
|
|
304
142
|
listUpdates(args: ListUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
|
|
305
|
-
|
|
306
|
-
* <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
|
|
307
|
-
* <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to view current information about the cluster and its nodes.
|
|
308
|
-
* </p>
|
|
309
|
-
* <p>Cluster connection requires two steps. First, send a <code>
|
|
310
|
-
* <a>RegisterClusterRequest</a>
|
|
311
|
-
* </code> to add it to the Amazon EKS control plane.</p>
|
|
312
|
-
* <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and <code>activationCode</code> must be applied to the Kubernetes cluster through it's native provider to provide visibility.</p>
|
|
313
|
-
*
|
|
314
|
-
* <p>After the Manifest is updated and applied, then the connected cluster is visible to the Amazon EKS control plane. If the Manifest is not applied within a set amount of time,
|
|
315
|
-
* then the connected cluster will no longer be visible and must be deregistered. See <a>DeregisterCluster</a>.</p>
|
|
316
|
-
*/
|
|
143
|
+
|
|
317
144
|
registerCluster(args: RegisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<RegisterClusterCommandOutput>;
|
|
318
145
|
registerCluster(args: RegisterClusterCommandInput, cb: (err: any, data?: RegisterClusterCommandOutput) => void): void;
|
|
319
146
|
registerCluster(args: RegisterClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterClusterCommandOutput) => void): void;
|
|
320
|
-
|
|
321
|
-
* <p>Associates the specified tags to a resource with the specified
|
|
322
|
-
* <code>resourceArn</code>. If existing tags on a resource are not specified in the
|
|
323
|
-
* request parameters, they are not changed. When a resource is deleted, the tags
|
|
324
|
-
* associated with that resource are deleted as well. Tags that you create for Amazon EKS
|
|
325
|
-
* resources do not propagate to any other resources associated with the cluster. For
|
|
326
|
-
* example, if you tag a cluster with this operation, that tag does not automatically
|
|
327
|
-
* propagate to the subnets and nodes associated with the cluster.</p>
|
|
328
|
-
*/
|
|
147
|
+
|
|
329
148
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
330
149
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
331
150
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
332
|
-
|
|
333
|
-
* <p>Deletes specified tags from a resource.</p>
|
|
334
|
-
*/
|
|
151
|
+
|
|
335
152
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
336
153
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
337
154
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
338
|
-
|
|
339
|
-
* <p>Updates an Amazon EKS add-on.</p>
|
|
340
|
-
*/
|
|
155
|
+
|
|
341
156
|
updateAddon(args: UpdateAddonCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAddonCommandOutput>;
|
|
342
157
|
updateAddon(args: UpdateAddonCommandInput, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
|
|
343
158
|
updateAddon(args: UpdateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
|
|
344
|
-
|
|
345
|
-
* <p>Updates an Amazon EKS cluster configuration. Your cluster continues to function during the
|
|
346
|
-
* update. The response output includes an update ID that you can use to track the status
|
|
347
|
-
* of your cluster update with the <a>DescribeUpdate</a> API operation.</p>
|
|
348
|
-
* <p>You can use this API operation to enable or disable exporting the Kubernetes control
|
|
349
|
-
* plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't
|
|
350
|
-
* exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
|
|
351
|
-
* Cluster Control Plane Logs</a> in the
|
|
352
|
-
* <i>
|
|
353
|
-
* <i>Amazon EKS User Guide</i>
|
|
354
|
-
* </i>.</p>
|
|
355
|
-
* <note>
|
|
356
|
-
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
|
|
357
|
-
* control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
|
|
358
|
-
* </note>
|
|
359
|
-
* <p>You can also use this API operation to enable or disable public and private access to
|
|
360
|
-
* your cluster's Kubernetes API server endpoint. By default, public access is enabled, and
|
|
361
|
-
* private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
|
|
362
|
-
* endpoint access control</a> in the <i>
|
|
363
|
-
* <i>Amazon EKS User Guide</i>
|
|
364
|
-
* </i>. </p>
|
|
365
|
-
* <important>
|
|
366
|
-
* <p>You can't update the subnets or security group IDs for an existing cluster.</p>
|
|
367
|
-
* </important>
|
|
368
|
-
* <p>Cluster updates are asynchronous, and they should finish within a few minutes. During
|
|
369
|
-
* an update, the cluster status moves to <code>UPDATING</code> (this status transition is
|
|
370
|
-
* eventually consistent). When the update is complete (either <code>Failed</code> or
|
|
371
|
-
* <code>Successful</code>), the cluster status moves to <code>Active</code>.</p>
|
|
372
|
-
*/
|
|
159
|
+
|
|
373
160
|
updateClusterConfig(args: UpdateClusterConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterConfigCommandOutput>;
|
|
374
161
|
updateClusterConfig(args: UpdateClusterConfigCommandInput, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
|
|
375
162
|
updateClusterConfig(args: UpdateClusterConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
|
|
376
|
-
|
|
377
|
-
* <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues
|
|
378
|
-
* to function during the update. The response output includes an update ID that you can
|
|
379
|
-
* use to track the status of your cluster update with the <a>DescribeUpdate</a>
|
|
380
|
-
* API operation.</p>
|
|
381
|
-
* <p>Cluster updates are asynchronous, and they should finish within a few minutes. During
|
|
382
|
-
* an update, the cluster status moves to <code>UPDATING</code> (this status transition is
|
|
383
|
-
* eventually consistent). When the update is complete (either <code>Failed</code> or
|
|
384
|
-
* <code>Successful</code>), the cluster status moves to <code>Active</code>.</p>
|
|
385
|
-
* <p>If your cluster has managed node groups attached to it, all of your node groups’
|
|
386
|
-
* Kubernetes versions must match the cluster’s Kubernetes version in order to update the
|
|
387
|
-
* cluster to a new Kubernetes version.</p>
|
|
388
|
-
*/
|
|
163
|
+
|
|
389
164
|
updateClusterVersion(args: UpdateClusterVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterVersionCommandOutput>;
|
|
390
165
|
updateClusterVersion(args: UpdateClusterVersionCommandInput, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
|
|
391
166
|
updateClusterVersion(args: UpdateClusterVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
|
|
392
|
-
|
|
393
|
-
* <p>Updates an Amazon EKS managed node group configuration. Your node group continues to
|
|
394
|
-
* function during the update. The response output includes an update ID that you can use
|
|
395
|
-
* to track the status of your node group update with the <a>DescribeUpdate</a>
|
|
396
|
-
* API operation. Currently you can update the Kubernetes labels for a node group or the
|
|
397
|
-
* scaling configuration.</p>
|
|
398
|
-
*/
|
|
167
|
+
|
|
399
168
|
updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodegroupConfigCommandOutput>;
|
|
400
169
|
updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
|
|
401
170
|
updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
|
|
402
|
-
|
|
403
|
-
* <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.</p>
|
|
404
|
-
* <p>You can update a node group using a launch template only if the node group was
|
|
405
|
-
* originally deployed with a launch template. If you need to update a custom AMI in a node
|
|
406
|
-
* group that was deployed with a launch template, then update your custom AMI, specify the
|
|
407
|
-
* new ID in a new version of the launch template, and then update the node group to the
|
|
408
|
-
* new version of the launch template.</p>
|
|
409
|
-
* <p>If you update without a launch template, then you can update to the latest available
|
|
410
|
-
* AMI version of a node group's current Kubernetes version by not specifying a Kubernetes
|
|
411
|
-
* version in the request. You can update to the latest AMI version of your cluster's
|
|
412
|
-
* current Kubernetes version by specifying your cluster's Kubernetes version in the
|
|
413
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS
|
|
414
|
-
* optimized Amazon Linux 2 AMI versions</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
415
|
-
* <p>You cannot roll back a node group to an earlier Kubernetes version or AMI
|
|
416
|
-
* version.</p>
|
|
417
|
-
* <p>When a node in a managed node group is terminated due to a scaling action or update,
|
|
418
|
-
* the pods in that node are drained first. Amazon EKS attempts to drain the nodes gracefully
|
|
419
|
-
* and will fail if it is unable to do so. You can <code>force</code> the update if Amazon EKS
|
|
420
|
-
* is unable to drain the nodes as a result of a pod disruption budget issue.</p>
|
|
421
|
-
*/
|
|
171
|
+
|
|
422
172
|
updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodegroupVersionCommandOutput>;
|
|
423
173
|
updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void): void;
|
|
424
174
|
updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void): void;
|
|
@@ -43,133 +43,59 @@ import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput
|
|
|
43
43
|
export declare type ServiceInputTypes = AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAddonCommandInput | CreateClusterCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | DeleteAddonCommandInput | DeleteClusterCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeregisterClusterCommandInput | DescribeAddonCommandInput | DescribeAddonVersionsCommandInput | DescribeClusterCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeNodegroupCommandInput | DescribeUpdateCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAddonsCommandInput | ListClustersCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListNodegroupsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAddonCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput;
|
|
44
44
|
export declare type ServiceOutputTypes = AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAddonCommandOutput | CreateClusterCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | DeleteAddonCommandOutput | DeleteClusterCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeregisterClusterCommandOutput | DescribeAddonCommandOutput | DescribeAddonVersionsCommandOutput | DescribeClusterCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeNodegroupCommandOutput | DescribeUpdateCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAddonsCommandOutput | ListClustersCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListNodegroupsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAddonCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput;
|
|
45
45
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
46
|
-
|
|
47
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
48
|
-
*/
|
|
46
|
+
|
|
49
47
|
requestHandler?: __HttpHandler;
|
|
50
|
-
|
|
51
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
52
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
48
|
+
|
|
55
49
|
sha256?: __HashConstructor;
|
|
56
|
-
|
|
57
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
50
|
+
|
|
60
51
|
urlParser?: __UrlParser;
|
|
61
|
-
|
|
62
|
-
* A function that can calculate the length of a request body.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
52
|
+
|
|
65
53
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
66
|
-
|
|
67
|
-
* A function that converts a stream into an array of bytes.
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
54
|
+
|
|
70
55
|
streamCollector?: __StreamCollector;
|
|
71
|
-
|
|
72
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
56
|
+
|
|
75
57
|
base64Decoder?: __Decoder;
|
|
76
|
-
|
|
77
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
58
|
+
|
|
80
59
|
base64Encoder?: __Encoder;
|
|
81
|
-
|
|
82
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
60
|
+
|
|
85
61
|
utf8Decoder?: __Decoder;
|
|
86
|
-
|
|
87
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
62
|
+
|
|
90
63
|
utf8Encoder?: __Encoder;
|
|
91
|
-
|
|
92
|
-
* The runtime environment.
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
64
|
+
|
|
95
65
|
runtime?: string;
|
|
96
|
-
|
|
97
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
98
|
-
* trait of an operation.
|
|
99
|
-
*/
|
|
66
|
+
|
|
100
67
|
disableHostPrefix?: boolean;
|
|
101
|
-
|
|
102
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
103
|
-
*/
|
|
68
|
+
|
|
104
69
|
maxAttempts?: number | __Provider<number>;
|
|
105
|
-
|
|
106
|
-
* Specifies which retry algorithm to use.
|
|
107
|
-
*/
|
|
70
|
+
|
|
108
71
|
retryMode?: string | __Provider<string>;
|
|
109
|
-
|
|
110
|
-
* Optional logger for logging debug/info/warn/error.
|
|
111
|
-
*/
|
|
72
|
+
|
|
112
73
|
logger?: __Logger;
|
|
113
|
-
|
|
114
|
-
* Unique service identifier.
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
74
|
+
|
|
117
75
|
serviceId?: string;
|
|
118
|
-
|
|
119
|
-
* The AWS region to which this client will send requests
|
|
120
|
-
*/
|
|
76
|
+
|
|
121
77
|
region?: string | __Provider<string>;
|
|
122
|
-
|
|
123
|
-
* Default credentials provider; Not available in browser runtime.
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
78
|
+
|
|
126
79
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
127
|
-
|
|
128
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
80
|
+
|
|
131
81
|
regionInfoProvider?: RegionInfoProvider;
|
|
132
|
-
|
|
133
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
82
|
+
|
|
136
83
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
137
84
|
}
|
|
138
85
|
declare type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
139
|
-
|
|
140
|
-
* The configuration interface of EKSClient class constructor that set the region, credentials and other options.
|
|
141
|
-
*/
|
|
86
|
+
|
|
142
87
|
export interface EKSClientConfig extends EKSClientConfigType {
|
|
143
88
|
}
|
|
144
89
|
declare type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
145
|
-
|
|
146
|
-
* The resolved configuration interface of EKSClient class. This is resolved and normalized from the {@link EKSClientConfig | constructor configuration interface}.
|
|
147
|
-
*/
|
|
90
|
+
|
|
148
91
|
export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
|
|
149
92
|
}
|
|
150
|
-
|
|
151
|
-
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
|
|
152
|
-
* Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
|
|
153
|
-
* Kubernetes is an open-source system for automating the deployment, scaling, and
|
|
154
|
-
* management of containerized applications. </p>
|
|
155
|
-
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use
|
|
156
|
-
* all the existing plugins and tooling from the Kubernetes community. Applications running
|
|
157
|
-
* on Amazon EKS are fully compatible with applications running on any standard Kubernetes
|
|
158
|
-
* environment, whether running in on-premises data centers or public clouds. This means
|
|
159
|
-
* that you can easily migrate any standard Kubernetes application to Amazon EKS without any
|
|
160
|
-
* code modification required.</p>
|
|
161
|
-
*/
|
|
93
|
+
|
|
162
94
|
export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
|
|
163
|
-
|
|
164
|
-
* The resolved configuration of EKSClient class. This is resolved and normalized from the {@link EKSClientConfig | constructor configuration interface}.
|
|
165
|
-
*/
|
|
95
|
+
|
|
166
96
|
readonly config: EKSClientResolvedConfig;
|
|
167
97
|
constructor(configuration: EKSClientConfig);
|
|
168
|
-
|
|
169
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
170
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
171
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
172
|
-
*/
|
|
98
|
+
|
|
173
99
|
destroy(): void;
|
|
174
100
|
}
|
|
175
101
|
export {};
|
|
@@ -6,32 +6,11 @@ export interface AssociateEncryptionConfigCommandInput extends AssociateEncrypti
|
|
|
6
6
|
}
|
|
7
7
|
export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Associate encryption configuration to an existing cluster.</p>
|
|
11
|
-
* <p>You can use this API to enable encryption on existing clusters which do not have
|
|
12
|
-
* encryption already enabled. This allows you to implement a defense-in-depth security
|
|
13
|
-
* strategy without migrating applications to new Amazon EKS clusters.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { EKSClient, AssociateEncryptionConfigCommand } from "@aws-sdk/client-eks"; // ES Modules import
|
|
18
|
-
* // const { EKSClient, AssociateEncryptionConfigCommand } = require("@aws-sdk/client-eks"); // CommonJS import
|
|
19
|
-
* const client = new EKSClient(config);
|
|
20
|
-
* const command = new AssociateEncryptionConfigCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link AssociateEncryptionConfigCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link AssociateEncryptionConfigCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class AssociateEncryptionConfigCommand extends $Command<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig> {
|
|
30
11
|
readonly input: AssociateEncryptionConfigCommandInput;
|
|
31
12
|
constructor(input: AssociateEncryptionConfigCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|