@aws-sdk/client-eks 3.651.1 → 3.658.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.
Files changed (113) hide show
  1. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +11 -0
  3. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateAccessEntryCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateAddonCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateFargateProfileCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateNodegroupCommand.d.ts +11 -0
  10. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteAddonCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteNodegroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +11 -0
  18. package/dist-types/commands/DeregisterClusterCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeAddonCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeInsightCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeNodegroupCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeUpdateCommand.d.ts +11 -0
  31. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAccessEntriesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListAddonsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  38. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListFargateProfilesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListInsightsCommand.d.ts +11 -0
  42. package/dist-types/commands/ListNodegroupsCommand.d.ts +12 -1
  43. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  45. package/dist-types/commands/ListUpdatesCommand.d.ts +11 -0
  46. package/dist-types/commands/RegisterClusterCommand.d.ts +11 -0
  47. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateAddonCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +11 -0
  57. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +12 -1
  113. package/package.json +36 -36
@@ -37,4 +37,15 @@ declare const DescribeAddonConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {}
40
+ export declare class DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAddonConfigurationRequest;
44
+ output: DescribeAddonConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAddonConfigurationCommandInput;
48
+ output: DescribeAddonConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeAddonVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {}
40
+ export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAddonVersionsRequest;
44
+ output: DescribeAddonVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAddonVersionsCommandInput;
48
+ output: DescribeAddonVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
39
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClusterRequest;
43
+ output: DescribeClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeClusterCommandInput;
47
+ output: DescribeClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {}
40
+ export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEksAnywhereSubscriptionRequest;
44
+ output: DescribeEksAnywhereSubscriptionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEksAnywhereSubscriptionCommandInput;
48
+ output: DescribeEksAnywhereSubscriptionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeFargateProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {}
40
+ export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFargateProfileRequest;
44
+ output: DescribeFargateProfileResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeFargateProfileCommandInput;
48
+ output: DescribeFargateProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeIdentityProviderConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {}
40
+ export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeIdentityProviderConfigRequest;
44
+ output: DescribeIdentityProviderConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeIdentityProviderConfigCommandInput;
48
+ output: DescribeIdentityProviderConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeInsightCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeInsightCommand extends DescribeInsightCommand_base {}
39
+ export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeInsightRequest;
43
+ output: DescribeInsightResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeInsightCommandInput;
47
+ output: DescribeInsightCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeNodegroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeNodegroupCommand extends DescribeNodegroupCommand_base {}
40
+ export declare class DescribeNodegroupCommand extends DescribeNodegroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeNodegroupRequest;
44
+ output: DescribeNodegroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeNodegroupCommandInput;
48
+ output: DescribeNodegroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePodIdentityAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePodIdentityAssociationCommand extends DescribePodIdentityAssociationCommand_base {}
40
+ export declare class DescribePodIdentityAssociationCommand extends DescribePodIdentityAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePodIdentityAssociationRequest;
44
+ output: DescribePodIdentityAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePodIdentityAssociationCommandInput;
48
+ output: DescribePodIdentityAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeUpdateCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeUpdateCommand extends DescribeUpdateCommand_base {}
39
+ export declare class DescribeUpdateCommand extends DescribeUpdateCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeUpdateRequest;
43
+ output: DescribeUpdateResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeUpdateCommandInput;
47
+ output: DescribeUpdateCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DisassociateAccessPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateAccessPolicyCommand extends DisassociateAccessPolicyCommand_base {}
40
+ export declare class DisassociateAccessPolicyCommand extends DisassociateAccessPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateAccessPolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateAccessPolicyCommandInput;
48
+ output: DisassociateAccessPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateIdentityProviderConfigCommand extends DisassociateIdentityProviderConfigCommand_base {}
40
+ export declare class DisassociateIdentityProviderConfigCommand extends DisassociateIdentityProviderConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateIdentityProviderConfigRequest;
44
+ output: DisassociateIdentityProviderConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateIdentityProviderConfigCommandInput;
48
+ output: DisassociateIdentityProviderConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAccessEntriesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAccessEntriesCommand extends ListAccessEntriesCommand_base {}
40
+ export declare class ListAccessEntriesCommand extends ListAccessEntriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAccessEntriesRequest;
44
+ output: ListAccessEntriesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAccessEntriesCommandInput;
48
+ output: ListAccessEntriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAccessPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {}
40
+ export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAccessPoliciesRequest;
44
+ output: ListAccessPoliciesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAccessPoliciesCommandInput;
48
+ output: ListAccessPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListAddonsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAddonsCommand extends ListAddonsCommand_base {}
36
+ export declare class ListAddonsCommand extends ListAddonsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAddonsRequest;
40
+ output: ListAddonsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAddonsCommandInput;
44
+ output: ListAddonsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssociatedAccessPoliciesCommand extends ListAssociatedAccessPoliciesCommand_base {}
40
+ export declare class ListAssociatedAccessPoliciesCommand extends ListAssociatedAccessPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssociatedAccessPoliciesRequest;
44
+ output: ListAssociatedAccessPoliciesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAssociatedAccessPoliciesCommandInput;
48
+ output: ListAssociatedAccessPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListClustersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListClustersCommand extends ListClustersCommand_base {}
36
+ export declare class ListClustersCommand extends ListClustersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListClustersRequest;
40
+ output: ListClustersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListClustersCommandInput;
44
+ output: ListClustersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListEksAnywhereSubscriptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEksAnywhereSubscriptionsCommand extends ListEksAnywhereSubscriptionsCommand_base {}
40
+ export declare class ListEksAnywhereSubscriptionsCommand extends ListEksAnywhereSubscriptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEksAnywhereSubscriptionsRequest;
44
+ output: ListEksAnywhereSubscriptionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEksAnywhereSubscriptionsCommandInput;
48
+ output: ListEksAnywhereSubscriptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFargateProfilesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFargateProfilesCommand extends ListFargateProfilesCommand_base {}
40
+ export declare class ListFargateProfilesCommand extends ListFargateProfilesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFargateProfilesRequest;
44
+ output: ListFargateProfilesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFargateProfilesCommandInput;
48
+ output: ListFargateProfilesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListIdentityProviderConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIdentityProviderConfigsCommand extends ListIdentityProviderConfigsCommand_base {}
40
+ export declare class ListIdentityProviderConfigsCommand extends ListIdentityProviderConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIdentityProviderConfigsRequest;
44
+ output: ListIdentityProviderConfigsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIdentityProviderConfigsCommandInput;
48
+ output: ListIdentityProviderConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListInsightsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListInsightsCommand extends ListInsightsCommand_base {}
36
+ export declare class ListInsightsCommand extends ListInsightsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListInsightsRequest;
40
+ output: ListInsightsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListInsightsCommandInput;
44
+ output: ListInsightsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListNodegroupsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {}
39
+ export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListNodegroupsRequest;
43
+ output: ListNodegroupsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListNodegroupsCommandInput;
47
+ output: ListNodegroupsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListPodIdentityAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {}
40
+ export declare class ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPodIdentityAssociationsRequest;
44
+ output: ListPodIdentityAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPodIdentityAssociationsCommandInput;
48
+ output: ListPodIdentityAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListUpdatesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListUpdatesCommand extends ListUpdatesCommand_base {}
36
+ export declare class ListUpdatesCommand extends ListUpdatesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListUpdatesRequest;
40
+ output: ListUpdatesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListUpdatesCommandInput;
44
+ output: ListUpdatesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const RegisterClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RegisterClusterCommand extends RegisterClusterCommand_base {}
39
+ export declare class RegisterClusterCommand extends RegisterClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RegisterClusterRequest;
43
+ output: RegisterClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: RegisterClusterCommandInput;
47
+ output: RegisterClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateAccessEntryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {}
40
+ export declare class UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAccessEntryRequest;
44
+ output: UpdateAccessEntryResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAccessEntryCommandInput;
48
+ output: UpdateAccessEntryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateAddonCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateAddonCommand extends UpdateAddonCommand_base {}
36
+ export declare class UpdateAddonCommand extends UpdateAddonCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateAddonRequest;
40
+ output: UpdateAddonResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateAddonCommandInput;
44
+ output: UpdateAddonCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateClusterConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {}
40
+ export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateClusterConfigRequest;
44
+ output: UpdateClusterConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateClusterConfigCommandInput;
48
+ output: UpdateClusterConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateClusterVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateClusterVersionCommand extends UpdateClusterVersionCommand_base {}
40
+ export declare class UpdateClusterVersionCommand extends UpdateClusterVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateClusterVersionRequest;
44
+ output: UpdateClusterVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateClusterVersionCommandInput;
48
+ output: UpdateClusterVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {}
40
+ export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateEksAnywhereSubscriptionRequest;
44
+ output: UpdateEksAnywhereSubscriptionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateEksAnywhereSubscriptionCommandInput;
48
+ output: UpdateEksAnywhereSubscriptionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateNodegroupConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {}
40
+ export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateNodegroupConfigRequest;
44
+ output: UpdateNodegroupConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateNodegroupConfigCommandInput;
48
+ output: UpdateNodegroupConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateNodegroupVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateNodegroupVersionCommand extends UpdateNodegroupVersionCommand_base {}
40
+ export declare class UpdateNodegroupVersionCommand extends UpdateNodegroupVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateNodegroupVersionRequest;
44
+ output: UpdateNodegroupVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateNodegroupVersionCommandInput;
48
+ output: UpdateNodegroupVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdatePodIdentityAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base {}
40
+ export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdatePodIdentityAssociationRequest;
44
+ output: UpdatePodIdentityAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdatePodIdentityAssociationCommandInput;
48
+ output: UpdatePodIdentityAssociationCommandOutput;
49
+ };
50
+ };
51
+ }