@aws-sdk/client-eks 3.169.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EKS.d.ts +622 -175
  3. package/dist-types/ts3.4/EKSClient.d.ts +332 -107
  4. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/EKSServiceException.d.ts +8 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1609 -1472
  44. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  46. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  58. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  59. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +13 -7
  60. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +13 -7
  61. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +13 -7
  62. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +13 -7
  63. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +13 -7
  64. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +13 -7
  65. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,104 +1,413 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "../commands/AssociateEncryptionConfigCommand";
4
- import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "../commands/AssociateIdentityProviderConfigCommand";
5
- import { CreateAddonCommandInput, CreateAddonCommandOutput } from "../commands/CreateAddonCommand";
6
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
7
- import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "../commands/CreateFargateProfileCommand";
8
- import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "../commands/CreateNodegroupCommand";
9
- import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "../commands/DeleteAddonCommand";
10
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
11
- import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "../commands/DeleteFargateProfileCommand";
12
- import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "../commands/DeleteNodegroupCommand";
13
- import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "../commands/DeregisterClusterCommand";
14
- import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "../commands/DescribeAddonCommand";
15
- import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "../commands/DescribeAddonVersionsCommand";
16
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
17
- import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "../commands/DescribeFargateProfileCommand";
18
- import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "../commands/DescribeIdentityProviderConfigCommand";
19
- import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand";
20
- import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "../commands/DescribeUpdateCommand";
21
- import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "../commands/DisassociateIdentityProviderConfigCommand";
22
- import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand";
23
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
24
- import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "../commands/ListFargateProfilesCommand";
25
- import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "../commands/ListIdentityProviderConfigsCommand";
26
- import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "../commands/ListNodegroupsCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
- import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand";
29
- import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "../commands/RegisterClusterCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
- import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "../commands/UpdateAddonCommand";
33
- import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "../commands/UpdateClusterConfigCommand";
34
- import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "../commands/UpdateClusterVersionCommand";
35
- import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "../commands/UpdateNodegroupConfigCommand";
36
- import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "../commands/UpdateNodegroupVersionCommand";
37
- export declare const serializeAws_restJson1AssociateEncryptionConfigCommand: (input: AssociateEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1AssociateIdentityProviderConfigCommand: (input: AssociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateAddonCommand: (input: CreateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateFargateProfileCommand: (input: CreateFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateNodegroupCommand: (input: CreateNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteAddonCommand: (input: DeleteAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeleteFargateProfileCommand: (input: DeleteFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteNodegroupCommand: (input: DeleteNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeregisterClusterCommand: (input: DeregisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DescribeAddonCommand: (input: DescribeAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DescribeAddonVersionsCommand: (input: DescribeAddonVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DescribeFargateProfileCommand: (input: DescribeFargateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1DescribeIdentityProviderConfigCommand: (input: DescribeIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DescribeNodegroupCommand: (input: DescribeNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DescribeUpdateCommand: (input: DescribeUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DisassociateIdentityProviderConfigCommand: (input: DisassociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListAddonsCommand: (input: ListAddonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListFargateProfilesCommand: (input: ListFargateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListIdentityProviderConfigsCommand: (input: ListIdentityProviderConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListNodegroupsCommand: (input: ListNodegroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListUpdatesCommand: (input: ListUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1RegisterClusterCommand: (input: RegisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateAddonCommand: (input: UpdateAddonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1UpdateClusterConfigCommand: (input: UpdateClusterConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1UpdateClusterVersionCommand: (input: UpdateClusterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1UpdateNodegroupConfigCommand: (input: UpdateNodegroupConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1UpdateNodegroupVersionCommand: (input: UpdateNodegroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const deserializeAws_restJson1AssociateEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEncryptionConfigCommandOutput>;
72
- export declare const deserializeAws_restJson1AssociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIdentityProviderConfigCommandOutput>;
73
- export declare const deserializeAws_restJson1CreateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonCommandOutput>;
74
- export declare const deserializeAws_restJson1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
75
- export declare const deserializeAws_restJson1CreateFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFargateProfileCommandOutput>;
76
- export declare const deserializeAws_restJson1CreateNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodegroupCommandOutput>;
77
- export declare const deserializeAws_restJson1DeleteAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonCommandOutput>;
78
- export declare const deserializeAws_restJson1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
79
- export declare const deserializeAws_restJson1DeleteFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFargateProfileCommandOutput>;
80
- export declare const deserializeAws_restJson1DeleteNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodegroupCommandOutput>;
81
- export declare const deserializeAws_restJson1DeregisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterClusterCommandOutput>;
82
- export declare const deserializeAws_restJson1DescribeAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonCommandOutput>;
83
- export declare const deserializeAws_restJson1DescribeAddonVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddonVersionsCommandOutput>;
84
- export declare const deserializeAws_restJson1DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
85
- export declare const deserializeAws_restJson1DescribeFargateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFargateProfileCommandOutput>;
86
- export declare const deserializeAws_restJson1DescribeIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderConfigCommandOutput>;
87
- export declare const deserializeAws_restJson1DescribeNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodegroupCommandOutput>;
88
- export declare const deserializeAws_restJson1DescribeUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateCommandOutput>;
89
- export declare const deserializeAws_restJson1DisassociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
90
- export declare const deserializeAws_restJson1ListAddonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
92
- export declare const deserializeAws_restJson1ListFargateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFargateProfilesCommandOutput>;
93
- export declare const deserializeAws_restJson1ListIdentityProviderConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProviderConfigsCommandOutput>;
94
- export declare const deserializeAws_restJson1ListNodegroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodegroupsCommandOutput>;
95
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1ListUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUpdatesCommandOutput>;
97
- export declare const deserializeAws_restJson1RegisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterClusterCommandOutput>;
98
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
99
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
100
- export declare const deserializeAws_restJson1UpdateAddonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAddonCommandOutput>;
101
- export declare const deserializeAws_restJson1UpdateClusterConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigCommandOutput>;
102
- export declare const deserializeAws_restJson1UpdateClusterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterVersionCommandOutput>;
103
- export declare const deserializeAws_restJson1UpdateNodegroupConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupConfigCommandOutput>;
104
- export declare const deserializeAws_restJson1UpdateNodegroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupVersionCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateEncryptionConfigCommandInput,
8
+ AssociateEncryptionConfigCommandOutput,
9
+ } from "../commands/AssociateEncryptionConfigCommand";
10
+ import {
11
+ AssociateIdentityProviderConfigCommandInput,
12
+ AssociateIdentityProviderConfigCommandOutput,
13
+ } from "../commands/AssociateIdentityProviderConfigCommand";
14
+ import {
15
+ CreateAddonCommandInput,
16
+ CreateAddonCommandOutput,
17
+ } from "../commands/CreateAddonCommand";
18
+ import {
19
+ CreateClusterCommandInput,
20
+ CreateClusterCommandOutput,
21
+ } from "../commands/CreateClusterCommand";
22
+ import {
23
+ CreateFargateProfileCommandInput,
24
+ CreateFargateProfileCommandOutput,
25
+ } from "../commands/CreateFargateProfileCommand";
26
+ import {
27
+ CreateNodegroupCommandInput,
28
+ CreateNodegroupCommandOutput,
29
+ } from "../commands/CreateNodegroupCommand";
30
+ import {
31
+ DeleteAddonCommandInput,
32
+ DeleteAddonCommandOutput,
33
+ } from "../commands/DeleteAddonCommand";
34
+ import {
35
+ DeleteClusterCommandInput,
36
+ DeleteClusterCommandOutput,
37
+ } from "../commands/DeleteClusterCommand";
38
+ import {
39
+ DeleteFargateProfileCommandInput,
40
+ DeleteFargateProfileCommandOutput,
41
+ } from "../commands/DeleteFargateProfileCommand";
42
+ import {
43
+ DeleteNodegroupCommandInput,
44
+ DeleteNodegroupCommandOutput,
45
+ } from "../commands/DeleteNodegroupCommand";
46
+ import {
47
+ DeregisterClusterCommandInput,
48
+ DeregisterClusterCommandOutput,
49
+ } from "../commands/DeregisterClusterCommand";
50
+ import {
51
+ DescribeAddonCommandInput,
52
+ DescribeAddonCommandOutput,
53
+ } from "../commands/DescribeAddonCommand";
54
+ import {
55
+ DescribeAddonVersionsCommandInput,
56
+ DescribeAddonVersionsCommandOutput,
57
+ } from "../commands/DescribeAddonVersionsCommand";
58
+ import {
59
+ DescribeClusterCommandInput,
60
+ DescribeClusterCommandOutput,
61
+ } from "../commands/DescribeClusterCommand";
62
+ import {
63
+ DescribeFargateProfileCommandInput,
64
+ DescribeFargateProfileCommandOutput,
65
+ } from "../commands/DescribeFargateProfileCommand";
66
+ import {
67
+ DescribeIdentityProviderConfigCommandInput,
68
+ DescribeIdentityProviderConfigCommandOutput,
69
+ } from "../commands/DescribeIdentityProviderConfigCommand";
70
+ import {
71
+ DescribeNodegroupCommandInput,
72
+ DescribeNodegroupCommandOutput,
73
+ } from "../commands/DescribeNodegroupCommand";
74
+ import {
75
+ DescribeUpdateCommandInput,
76
+ DescribeUpdateCommandOutput,
77
+ } from "../commands/DescribeUpdateCommand";
78
+ import {
79
+ DisassociateIdentityProviderConfigCommandInput,
80
+ DisassociateIdentityProviderConfigCommandOutput,
81
+ } from "../commands/DisassociateIdentityProviderConfigCommand";
82
+ import {
83
+ ListAddonsCommandInput,
84
+ ListAddonsCommandOutput,
85
+ } from "../commands/ListAddonsCommand";
86
+ import {
87
+ ListClustersCommandInput,
88
+ ListClustersCommandOutput,
89
+ } from "../commands/ListClustersCommand";
90
+ import {
91
+ ListFargateProfilesCommandInput,
92
+ ListFargateProfilesCommandOutput,
93
+ } from "../commands/ListFargateProfilesCommand";
94
+ import {
95
+ ListIdentityProviderConfigsCommandInput,
96
+ ListIdentityProviderConfigsCommandOutput,
97
+ } from "../commands/ListIdentityProviderConfigsCommand";
98
+ import {
99
+ ListNodegroupsCommandInput,
100
+ ListNodegroupsCommandOutput,
101
+ } from "../commands/ListNodegroupsCommand";
102
+ import {
103
+ ListTagsForResourceCommandInput,
104
+ ListTagsForResourceCommandOutput,
105
+ } from "../commands/ListTagsForResourceCommand";
106
+ import {
107
+ ListUpdatesCommandInput,
108
+ ListUpdatesCommandOutput,
109
+ } from "../commands/ListUpdatesCommand";
110
+ import {
111
+ RegisterClusterCommandInput,
112
+ RegisterClusterCommandOutput,
113
+ } from "../commands/RegisterClusterCommand";
114
+ import {
115
+ TagResourceCommandInput,
116
+ TagResourceCommandOutput,
117
+ } from "../commands/TagResourceCommand";
118
+ import {
119
+ UntagResourceCommandInput,
120
+ UntagResourceCommandOutput,
121
+ } from "../commands/UntagResourceCommand";
122
+ import {
123
+ UpdateAddonCommandInput,
124
+ UpdateAddonCommandOutput,
125
+ } from "../commands/UpdateAddonCommand";
126
+ import {
127
+ UpdateClusterConfigCommandInput,
128
+ UpdateClusterConfigCommandOutput,
129
+ } from "../commands/UpdateClusterConfigCommand";
130
+ import {
131
+ UpdateClusterVersionCommandInput,
132
+ UpdateClusterVersionCommandOutput,
133
+ } from "../commands/UpdateClusterVersionCommand";
134
+ import {
135
+ UpdateNodegroupConfigCommandInput,
136
+ UpdateNodegroupConfigCommandOutput,
137
+ } from "../commands/UpdateNodegroupConfigCommand";
138
+ import {
139
+ UpdateNodegroupVersionCommandInput,
140
+ UpdateNodegroupVersionCommandOutput,
141
+ } from "../commands/UpdateNodegroupVersionCommand";
142
+ export declare const serializeAws_restJson1AssociateEncryptionConfigCommand: (
143
+ input: AssociateEncryptionConfigCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1AssociateIdentityProviderConfigCommand: (
147
+ input: AssociateIdentityProviderConfigCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1CreateAddonCommand: (
151
+ input: CreateAddonCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1CreateClusterCommand: (
155
+ input: CreateClusterCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1CreateFargateProfileCommand: (
159
+ input: CreateFargateProfileCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1CreateNodegroupCommand: (
163
+ input: CreateNodegroupCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DeleteAddonCommand: (
167
+ input: DeleteAddonCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DeleteClusterCommand: (
171
+ input: DeleteClusterCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DeleteFargateProfileCommand: (
175
+ input: DeleteFargateProfileCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DeleteNodegroupCommand: (
179
+ input: DeleteNodegroupCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1DeregisterClusterCommand: (
183
+ input: DeregisterClusterCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1DescribeAddonCommand: (
187
+ input: DescribeAddonCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1DescribeAddonVersionsCommand: (
191
+ input: DescribeAddonVersionsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1DescribeClusterCommand: (
195
+ input: DescribeClusterCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1DescribeFargateProfileCommand: (
199
+ input: DescribeFargateProfileCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1DescribeIdentityProviderConfigCommand: (
203
+ input: DescribeIdentityProviderConfigCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1DescribeNodegroupCommand: (
207
+ input: DescribeNodegroupCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1DescribeUpdateCommand: (
211
+ input: DescribeUpdateCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1DisassociateIdentityProviderConfigCommand: (
215
+ input: DisassociateIdentityProviderConfigCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListAddonsCommand: (
219
+ input: ListAddonsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1ListClustersCommand: (
223
+ input: ListClustersCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1ListFargateProfilesCommand: (
227
+ input: ListFargateProfilesCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1ListIdentityProviderConfigsCommand: (
231
+ input: ListIdentityProviderConfigsCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1ListNodegroupsCommand: (
235
+ input: ListNodegroupsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
239
+ input: ListTagsForResourceCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1ListUpdatesCommand: (
243
+ input: ListUpdatesCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1RegisterClusterCommand: (
247
+ input: RegisterClusterCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1TagResourceCommand: (
251
+ input: TagResourceCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1UntagResourceCommand: (
255
+ input: UntagResourceCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1UpdateAddonCommand: (
259
+ input: UpdateAddonCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1UpdateClusterConfigCommand: (
263
+ input: UpdateClusterConfigCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1UpdateClusterVersionCommand: (
267
+ input: UpdateClusterVersionCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1UpdateNodegroupConfigCommand: (
271
+ input: UpdateNodegroupConfigCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1UpdateNodegroupVersionCommand: (
275
+ input: UpdateNodegroupVersionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const deserializeAws_restJson1AssociateEncryptionConfigCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<AssociateEncryptionConfigCommandOutput>;
282
+ export declare const deserializeAws_restJson1AssociateIdentityProviderConfigCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<AssociateIdentityProviderConfigCommandOutput>;
286
+ export declare const deserializeAws_restJson1CreateAddonCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<CreateAddonCommandOutput>;
290
+ export declare const deserializeAws_restJson1CreateClusterCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<CreateClusterCommandOutput>;
294
+ export declare const deserializeAws_restJson1CreateFargateProfileCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<CreateFargateProfileCommandOutput>;
298
+ export declare const deserializeAws_restJson1CreateNodegroupCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<CreateNodegroupCommandOutput>;
302
+ export declare const deserializeAws_restJson1DeleteAddonCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DeleteAddonCommandOutput>;
306
+ export declare const deserializeAws_restJson1DeleteClusterCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<DeleteClusterCommandOutput>;
310
+ export declare const deserializeAws_restJson1DeleteFargateProfileCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<DeleteFargateProfileCommandOutput>;
314
+ export declare const deserializeAws_restJson1DeleteNodegroupCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<DeleteNodegroupCommandOutput>;
318
+ export declare const deserializeAws_restJson1DeregisterClusterCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DeregisterClusterCommandOutput>;
322
+ export declare const deserializeAws_restJson1DescribeAddonCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DescribeAddonCommandOutput>;
326
+ export declare const deserializeAws_restJson1DescribeAddonVersionsCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DescribeAddonVersionsCommandOutput>;
330
+ export declare const deserializeAws_restJson1DescribeClusterCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeClusterCommandOutput>;
334
+ export declare const deserializeAws_restJson1DescribeFargateProfileCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DescribeFargateProfileCommandOutput>;
338
+ export declare const deserializeAws_restJson1DescribeIdentityProviderConfigCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DescribeIdentityProviderConfigCommandOutput>;
342
+ export declare const deserializeAws_restJson1DescribeNodegroupCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DescribeNodegroupCommandOutput>;
346
+ export declare const deserializeAws_restJson1DescribeUpdateCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DescribeUpdateCommandOutput>;
350
+ export declare const deserializeAws_restJson1DisassociateIdentityProviderConfigCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
354
+ export declare const deserializeAws_restJson1ListAddonsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<ListAddonsCommandOutput>;
358
+ export declare const deserializeAws_restJson1ListClustersCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<ListClustersCommandOutput>;
362
+ export declare const deserializeAws_restJson1ListFargateProfilesCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<ListFargateProfilesCommandOutput>;
366
+ export declare const deserializeAws_restJson1ListIdentityProviderConfigsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<ListIdentityProviderConfigsCommandOutput>;
370
+ export declare const deserializeAws_restJson1ListNodegroupsCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<ListNodegroupsCommandOutput>;
374
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<ListTagsForResourceCommandOutput>;
378
+ export declare const deserializeAws_restJson1ListUpdatesCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<ListUpdatesCommandOutput>;
382
+ export declare const deserializeAws_restJson1RegisterClusterCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<RegisterClusterCommandOutput>;
386
+ export declare const deserializeAws_restJson1TagResourceCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<TagResourceCommandOutput>;
390
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<UntagResourceCommandOutput>;
394
+ export declare const deserializeAws_restJson1UpdateAddonCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<UpdateAddonCommandOutput>;
398
+ export declare const deserializeAws_restJson1UpdateClusterConfigCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<UpdateClusterConfigCommandOutput>;
402
+ export declare const deserializeAws_restJson1UpdateClusterVersionCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<UpdateClusterVersionCommandOutput>;
406
+ export declare const deserializeAws_restJson1UpdateNodegroupConfigCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<UpdateNodegroupConfigCommandOutput>;
410
+ export declare const deserializeAws_restJson1UpdateNodegroupVersionCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<UpdateNodegroupVersionCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { EKSClientConfig } from "./EKSClient";
3
-
4
- export declare const getRuntimeConfig: (config: EKSClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { EKSClientConfig } from "./EKSClient";
3
+
4
+ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };