@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
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
15
|
-
import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_restJson1UpdateNodegroupVersionCommand,
|
|
18
|
-
serializeAws_restJson1UpdateNodegroupVersionCommand,
|
|
19
|
-
} from "../protocols/Aws_restJson1";
|
|
20
|
-
|
|
21
|
-
export interface UpdateNodegroupVersionCommandInput extends UpdateNodegroupVersionRequest {}
|
|
22
|
-
export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVersionResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.</p>
|
|
26
|
-
* <p>You can update a node group using a launch template only if the node group was
|
|
27
|
-
* originally deployed with a launch template. If you need to update a custom AMI in a node
|
|
28
|
-
* group that was deployed with a launch template, then update your custom AMI, specify the
|
|
29
|
-
* new ID in a new version of the launch template, and then update the node group to the
|
|
30
|
-
* new version of the launch template.</p>
|
|
31
|
-
* <p>If you update without a launch template, then you can update to the latest available
|
|
32
|
-
* AMI version of a node group's current Kubernetes version by not specifying a Kubernetes
|
|
33
|
-
* version in the request. You can update to the latest AMI version of your cluster's
|
|
34
|
-
* current Kubernetes version by specifying your cluster's Kubernetes version in the
|
|
35
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS
|
|
36
|
-
* optimized Amazon Linux 2 AMI versions</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
37
|
-
* <p>You cannot roll back a node group to an earlier Kubernetes version or AMI
|
|
38
|
-
* version.</p>
|
|
39
|
-
* <p>When a node in a managed node group is terminated due to a scaling action or update,
|
|
40
|
-
* the pods in that node are drained first. Amazon EKS attempts to drain the nodes gracefully
|
|
41
|
-
* and will fail if it is unable to do so. You can <code>force</code> the update if Amazon EKS
|
|
42
|
-
* is unable to drain the nodes as a result of a pod disruption budget issue.</p>
|
|
43
|
-
* @example
|
|
44
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
-
* ```javascript
|
|
46
|
-
* import { EKSClient, UpdateNodegroupVersionCommand } from "@aws-sdk/client-eks"; // ES Modules import
|
|
47
|
-
* // const { EKSClient, UpdateNodegroupVersionCommand } = require("@aws-sdk/client-eks"); // CommonJS import
|
|
48
|
-
* const client = new EKSClient(config);
|
|
49
|
-
* const command = new UpdateNodegroupVersionCommand(input);
|
|
50
|
-
* const response = await client.send(command);
|
|
51
|
-
* ```
|
|
52
|
-
*
|
|
53
|
-
* @see {@link UpdateNodegroupVersionCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link UpdateNodegroupVersionCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
|
|
56
|
-
*
|
|
57
|
-
*/
|
|
58
|
-
export class UpdateNodegroupVersionCommand extends $Command<
|
|
59
|
-
UpdateNodegroupVersionCommandInput,
|
|
60
|
-
UpdateNodegroupVersionCommandOutput,
|
|
61
|
-
EKSClientResolvedConfig
|
|
62
|
-
> {
|
|
63
|
-
// Start section: command_properties
|
|
64
|
-
// End section: command_properties
|
|
65
|
-
|
|
66
|
-
constructor(readonly input: UpdateNodegroupVersionCommandInput) {
|
|
67
|
-
// Start section: command_constructor
|
|
68
|
-
super();
|
|
69
|
-
// End section: command_constructor
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(
|
|
76
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
77
|
-
configuration: EKSClientResolvedConfig,
|
|
78
|
-
options?: __HttpHandlerOptions
|
|
79
|
-
): Handler<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput> {
|
|
80
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
81
|
-
|
|
82
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
83
|
-
|
|
84
|
-
const { logger } = configuration;
|
|
85
|
-
const clientName = "EKSClient";
|
|
86
|
-
const commandName = "UpdateNodegroupVersionCommand";
|
|
87
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
88
|
-
logger,
|
|
89
|
-
clientName,
|
|
90
|
-
commandName,
|
|
91
|
-
inputFilterSensitiveLog: UpdateNodegroupVersionRequest.filterSensitiveLog,
|
|
92
|
-
outputFilterSensitiveLog: UpdateNodegroupVersionResponse.filterSensitiveLog,
|
|
93
|
-
};
|
|
94
|
-
const { requestHandler } = configuration;
|
|
95
|
-
return stack.resolve(
|
|
96
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
97
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
98
|
-
handlerExecutionContext
|
|
99
|
-
);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
private serialize(input: UpdateNodegroupVersionCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
103
|
-
return serializeAws_restJson1UpdateNodegroupVersionCommand(input, context);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateNodegroupVersionCommandOutput> {
|
|
107
|
-
return deserializeAws_restJson1UpdateNodegroupVersionCommand(output, context);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// Start section: command_body_extra
|
|
111
|
-
// End section: command_body_extra
|
|
112
|
-
}
|
package/src/endpoints.ts
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
const regionHash: RegionHash = {
|
|
5
|
-
"fips-us-east-1": {
|
|
6
|
-
hostname: "fips.eks.us-east-1.amazonaws.com",
|
|
7
|
-
signingRegion: "us-east-1",
|
|
8
|
-
},
|
|
9
|
-
"fips-us-east-2": {
|
|
10
|
-
hostname: "fips.eks.us-east-2.amazonaws.com",
|
|
11
|
-
signingRegion: "us-east-2",
|
|
12
|
-
},
|
|
13
|
-
"fips-us-gov-east-1": {
|
|
14
|
-
hostname: "eks.us-gov-east-1.amazonaws.com",
|
|
15
|
-
signingRegion: "us-gov-east-1",
|
|
16
|
-
},
|
|
17
|
-
"fips-us-gov-west-1": {
|
|
18
|
-
hostname: "eks.us-gov-west-1.amazonaws.com",
|
|
19
|
-
signingRegion: "us-gov-west-1",
|
|
20
|
-
},
|
|
21
|
-
"fips-us-west-1": {
|
|
22
|
-
hostname: "fips.eks.us-west-1.amazonaws.com",
|
|
23
|
-
signingRegion: "us-west-1",
|
|
24
|
-
},
|
|
25
|
-
"fips-us-west-2": {
|
|
26
|
-
hostname: "fips.eks.us-west-2.amazonaws.com",
|
|
27
|
-
signingRegion: "us-west-2",
|
|
28
|
-
},
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
const partitionHash: PartitionHash = {
|
|
32
|
-
aws: {
|
|
33
|
-
regions: [
|
|
34
|
-
"af-south-1",
|
|
35
|
-
"ap-east-1",
|
|
36
|
-
"ap-northeast-1",
|
|
37
|
-
"ap-northeast-2",
|
|
38
|
-
"ap-northeast-3",
|
|
39
|
-
"ap-south-1",
|
|
40
|
-
"ap-southeast-1",
|
|
41
|
-
"ap-southeast-2",
|
|
42
|
-
"ca-central-1",
|
|
43
|
-
"eu-central-1",
|
|
44
|
-
"eu-north-1",
|
|
45
|
-
"eu-south-1",
|
|
46
|
-
"eu-west-1",
|
|
47
|
-
"eu-west-2",
|
|
48
|
-
"eu-west-3",
|
|
49
|
-
"fips-us-east-1",
|
|
50
|
-
"fips-us-east-2",
|
|
51
|
-
"fips-us-west-1",
|
|
52
|
-
"fips-us-west-2",
|
|
53
|
-
"me-south-1",
|
|
54
|
-
"sa-east-1",
|
|
55
|
-
"us-east-1",
|
|
56
|
-
"us-east-2",
|
|
57
|
-
"us-west-1",
|
|
58
|
-
"us-west-2",
|
|
59
|
-
],
|
|
60
|
-
hostname: "eks.{region}.amazonaws.com",
|
|
61
|
-
},
|
|
62
|
-
"aws-cn": {
|
|
63
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
64
|
-
hostname: "eks.{region}.amazonaws.com.cn",
|
|
65
|
-
},
|
|
66
|
-
"aws-iso": {
|
|
67
|
-
regions: ["us-iso-east-1"],
|
|
68
|
-
hostname: "eks.{region}.c2s.ic.gov",
|
|
69
|
-
},
|
|
70
|
-
"aws-iso-b": {
|
|
71
|
-
regions: ["us-isob-east-1"],
|
|
72
|
-
hostname: "eks.{region}.sc2s.sgov.gov",
|
|
73
|
-
},
|
|
74
|
-
"aws-us-gov": {
|
|
75
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
76
|
-
hostname: "eks.{region}.amazonaws.com",
|
|
77
|
-
},
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
export const defaultRegionInfoProvider: RegionInfoProvider = async (region: string, options?: any) =>
|
|
81
|
-
getRegionInfo(region, {
|
|
82
|
-
...options,
|
|
83
|
-
signingService: "eks",
|
|
84
|
-
regionHash,
|
|
85
|
-
partitionHash,
|
|
86
|
-
});
|
package/src/index.ts
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
export * from "./EKSClient";
|
|
2
|
-
export * from "./EKS";
|
|
3
|
-
export * from "./commands/AssociateEncryptionConfigCommand";
|
|
4
|
-
export * from "./commands/AssociateIdentityProviderConfigCommand";
|
|
5
|
-
export * from "./commands/CreateAddonCommand";
|
|
6
|
-
export * from "./commands/CreateClusterCommand";
|
|
7
|
-
export * from "./commands/CreateFargateProfileCommand";
|
|
8
|
-
export * from "./commands/CreateNodegroupCommand";
|
|
9
|
-
export * from "./commands/DeleteAddonCommand";
|
|
10
|
-
export * from "./commands/DeleteClusterCommand";
|
|
11
|
-
export * from "./commands/DeleteFargateProfileCommand";
|
|
12
|
-
export * from "./commands/DeleteNodegroupCommand";
|
|
13
|
-
export * from "./commands/DeregisterClusterCommand";
|
|
14
|
-
export * from "./commands/DescribeAddonCommand";
|
|
15
|
-
export * from "./waiters/waitForAddonActive";
|
|
16
|
-
export * from "./waiters/waitForAddonDeleted";
|
|
17
|
-
export * from "./commands/DescribeAddonVersionsCommand";
|
|
18
|
-
export * from "./pagination/DescribeAddonVersionsPaginator";
|
|
19
|
-
export * from "./commands/DescribeClusterCommand";
|
|
20
|
-
export * from "./waiters/waitForClusterActive";
|
|
21
|
-
export * from "./waiters/waitForClusterDeleted";
|
|
22
|
-
export * from "./commands/DescribeFargateProfileCommand";
|
|
23
|
-
export * from "./waiters/waitForFargateProfileActive";
|
|
24
|
-
export * from "./waiters/waitForFargateProfileDeleted";
|
|
25
|
-
export * from "./commands/DescribeIdentityProviderConfigCommand";
|
|
26
|
-
export * from "./commands/DescribeNodegroupCommand";
|
|
27
|
-
export * from "./waiters/waitForNodegroupActive";
|
|
28
|
-
export * from "./waiters/waitForNodegroupDeleted";
|
|
29
|
-
export * from "./commands/DescribeUpdateCommand";
|
|
30
|
-
export * from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
31
|
-
export * from "./commands/ListAddonsCommand";
|
|
32
|
-
export * from "./pagination/ListAddonsPaginator";
|
|
33
|
-
export * from "./commands/ListClustersCommand";
|
|
34
|
-
export * from "./pagination/ListClustersPaginator";
|
|
35
|
-
export * from "./commands/ListFargateProfilesCommand";
|
|
36
|
-
export * from "./pagination/ListFargateProfilesPaginator";
|
|
37
|
-
export * from "./commands/ListIdentityProviderConfigsCommand";
|
|
38
|
-
export * from "./pagination/ListIdentityProviderConfigsPaginator";
|
|
39
|
-
export * from "./commands/ListNodegroupsCommand";
|
|
40
|
-
export * from "./pagination/ListNodegroupsPaginator";
|
|
41
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
42
|
-
export * from "./commands/ListUpdatesCommand";
|
|
43
|
-
export * from "./pagination/ListUpdatesPaginator";
|
|
44
|
-
export * from "./commands/RegisterClusterCommand";
|
|
45
|
-
export * from "./commands/TagResourceCommand";
|
|
46
|
-
export * from "./commands/UntagResourceCommand";
|
|
47
|
-
export * from "./commands/UpdateAddonCommand";
|
|
48
|
-
export * from "./commands/UpdateClusterConfigCommand";
|
|
49
|
-
export * from "./commands/UpdateClusterVersionCommand";
|
|
50
|
-
export * from "./commands/UpdateNodegroupConfigCommand";
|
|
51
|
-
export * from "./commands/UpdateNodegroupVersionCommand";
|
|
52
|
-
export * from "./pagination/Interfaces";
|
|
53
|
-
export * from "./models/index";
|
package/src/models/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|