@aws-sdk/client-emr 3.927.0 → 3.928.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 (84) hide show
  1. package/dist-cjs/index.js +2335 -2621
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/EMRClient.js +2 -0
  4. package/dist-es/commands/AddInstanceFleetCommand.js +3 -9
  5. package/dist-es/commands/AddInstanceGroupsCommand.js +3 -9
  6. package/dist-es/commands/AddJobFlowStepsCommand.js +3 -9
  7. package/dist-es/commands/AddTagsCommand.js +3 -9
  8. package/dist-es/commands/CancelStepsCommand.js +3 -9
  9. package/dist-es/commands/CreatePersistentAppUICommand.js +3 -9
  10. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
  11. package/dist-es/commands/CreateStudioCommand.js +3 -9
  12. package/dist-es/commands/CreateStudioSessionMappingCommand.js +3 -9
  13. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DeleteStudioCommand.js +3 -9
  15. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +3 -9
  16. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  17. package/dist-es/commands/DescribeJobFlowsCommand.js +3 -9
  18. package/dist-es/commands/DescribeNotebookExecutionCommand.js +3 -9
  19. package/dist-es/commands/DescribePersistentAppUICommand.js +3 -9
  20. package/dist-es/commands/DescribeReleaseLabelCommand.js +3 -9
  21. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DescribeStepCommand.js +3 -9
  23. package/dist-es/commands/DescribeStudioCommand.js +3 -9
  24. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +3 -9
  25. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +3 -9
  26. package/dist-es/commands/GetClusterSessionCredentialsCommand.js +3 -10
  27. package/dist-es/commands/GetManagedScalingPolicyCommand.js +3 -9
  28. package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +3 -9
  29. package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +3 -9
  30. package/dist-es/commands/GetStudioSessionMappingCommand.js +3 -9
  31. package/dist-es/commands/ListBootstrapActionsCommand.js +3 -9
  32. package/dist-es/commands/ListClustersCommand.js +3 -9
  33. package/dist-es/commands/ListInstanceFleetsCommand.js +3 -9
  34. package/dist-es/commands/ListInstanceGroupsCommand.js +3 -9
  35. package/dist-es/commands/ListInstancesCommand.js +3 -9
  36. package/dist-es/commands/ListNotebookExecutionsCommand.js +3 -9
  37. package/dist-es/commands/ListReleaseLabelsCommand.js +3 -9
  38. package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -9
  39. package/dist-es/commands/ListStepsCommand.js +3 -9
  40. package/dist-es/commands/ListStudioSessionMappingsCommand.js +3 -9
  41. package/dist-es/commands/ListStudiosCommand.js +3 -9
  42. package/dist-es/commands/ListSupportedInstanceTypesCommand.js +3 -9
  43. package/dist-es/commands/ModifyClusterCommand.js +3 -9
  44. package/dist-es/commands/ModifyInstanceFleetCommand.js +3 -9
  45. package/dist-es/commands/ModifyInstanceGroupsCommand.js +3 -9
  46. package/dist-es/commands/PutAutoScalingPolicyCommand.js +3 -9
  47. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +3 -9
  48. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +3 -9
  49. package/dist-es/commands/PutManagedScalingPolicyCommand.js +3 -9
  50. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +3 -9
  51. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +3 -9
  52. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +3 -9
  53. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  54. package/dist-es/commands/RunJobFlowCommand.js +3 -9
  55. package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +3 -9
  56. package/dist-es/commands/SetTerminationProtectionCommand.js +3 -9
  57. package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +3 -9
  58. package/dist-es/commands/SetVisibleToAllUsersCommand.js +3 -9
  59. package/dist-es/commands/StartNotebookExecutionCommand.js +3 -9
  60. package/dist-es/commands/StopNotebookExecutionCommand.js +3 -9
  61. package/dist-es/commands/TerminateJobFlowsCommand.js +3 -9
  62. package/dist-es/commands/UpdateStudioCommand.js +3 -9
  63. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -14
  65. package/dist-es/runtimeConfig.shared.js +7 -0
  66. package/dist-es/schemas/schemas_0.js +2223 -0
  67. package/dist-types/EMRClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -12
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +335 -0
  74. package/dist-types/ts3.4/EMRClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -7
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +340 -0
  81. package/package.json +5 -5
  82. package/dist-es/protocols/Aws_json1_1.js +0 -2180
  83. package/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
@@ -1,542 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "../commands/AddInstanceFleetCommand";
4
- import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "../commands/AddInstanceGroupsCommand";
5
- import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "../commands/AddJobFlowStepsCommand";
6
- import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
7
- import { CancelStepsCommandInput, CancelStepsCommandOutput } from "../commands/CancelStepsCommand";
8
- import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "../commands/CreatePersistentAppUICommand";
9
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "../commands/CreateSecurityConfigurationCommand";
10
- import { CreateStudioCommandInput, CreateStudioCommandOutput } from "../commands/CreateStudioCommand";
11
- import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "../commands/CreateStudioSessionMappingCommand";
12
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "../commands/DeleteSecurityConfigurationCommand";
13
- import { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "../commands/DeleteStudioCommand";
14
- import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "../commands/DeleteStudioSessionMappingCommand";
15
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
16
- import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "../commands/DescribeJobFlowsCommand";
17
- import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "../commands/DescribeNotebookExecutionCommand";
18
- import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "../commands/DescribePersistentAppUICommand";
19
- import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "../commands/DescribeReleaseLabelCommand";
20
- import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "../commands/DescribeSecurityConfigurationCommand";
21
- import { DescribeStepCommandInput, DescribeStepCommandOutput } from "../commands/DescribeStepCommand";
22
- import { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "../commands/DescribeStudioCommand";
23
- import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "../commands/GetAutoTerminationPolicyCommand";
24
- import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "../commands/GetBlockPublicAccessConfigurationCommand";
25
- import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "../commands/GetClusterSessionCredentialsCommand";
26
- import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "../commands/GetManagedScalingPolicyCommand";
27
- import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "../commands/GetOnClusterAppUIPresignedURLCommand";
28
- import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "../commands/GetPersistentAppUIPresignedURLCommand";
29
- import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "../commands/GetStudioSessionMappingCommand";
30
- import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "../commands/ListBootstrapActionsCommand";
31
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
32
- import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "../commands/ListInstanceFleetsCommand";
33
- import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "../commands/ListInstanceGroupsCommand";
34
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
35
- import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "../commands/ListNotebookExecutionsCommand";
36
- import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "../commands/ListReleaseLabelsCommand";
37
- import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "../commands/ListSecurityConfigurationsCommand";
38
- import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
39
- import { ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand";
40
- import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "../commands/ListStudioSessionMappingsCommand";
41
- import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "../commands/ListSupportedInstanceTypesCommand";
42
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "../commands/ModifyClusterCommand";
43
- import { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "../commands/ModifyInstanceFleetCommand";
44
- import { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "../commands/ModifyInstanceGroupsCommand";
45
- import { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "../commands/PutAutoScalingPolicyCommand";
46
- import { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "../commands/PutAutoTerminationPolicyCommand";
47
- import { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "../commands/PutBlockPublicAccessConfigurationCommand";
48
- import { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "../commands/PutManagedScalingPolicyCommand";
49
- import { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "../commands/RemoveAutoScalingPolicyCommand";
50
- import { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "../commands/RemoveAutoTerminationPolicyCommand";
51
- import { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "../commands/RemoveManagedScalingPolicyCommand";
52
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
53
- import { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "../commands/RunJobFlowCommand";
54
- import { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "../commands/SetKeepJobFlowAliveWhenNoStepsCommand";
55
- import { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "../commands/SetTerminationProtectionCommand";
56
- import { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "../commands/SetUnhealthyNodeReplacementCommand";
57
- import { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "../commands/SetVisibleToAllUsersCommand";
58
- import { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "../commands/StartNotebookExecutionCommand";
59
- import { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "../commands/StopNotebookExecutionCommand";
60
- import { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "../commands/TerminateJobFlowsCommand";
61
- import { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "../commands/UpdateStudioCommand";
62
- import { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "../commands/UpdateStudioSessionMappingCommand";
63
- /**
64
- * serializeAws_json1_1AddInstanceFleetCommand
65
- */
66
- export declare const se_AddInstanceFleetCommand: (input: AddInstanceFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1AddInstanceGroupsCommand
69
- */
70
- export declare const se_AddInstanceGroupsCommand: (input: AddInstanceGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1AddJobFlowStepsCommand
73
- */
74
- export declare const se_AddJobFlowStepsCommand: (input: AddJobFlowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1AddTagsCommand
77
- */
78
- export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1CancelStepsCommand
81
- */
82
- export declare const se_CancelStepsCommand: (input: CancelStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1CreatePersistentAppUICommand
85
- */
86
- export declare const se_CreatePersistentAppUICommand: (input: CreatePersistentAppUICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1CreateSecurityConfigurationCommand
89
- */
90
- export declare const se_CreateSecurityConfigurationCommand: (input: CreateSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1CreateStudioCommand
93
- */
94
- export declare const se_CreateStudioCommand: (input: CreateStudioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1CreateStudioSessionMappingCommand
97
- */
98
- export declare const se_CreateStudioSessionMappingCommand: (input: CreateStudioSessionMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1DeleteSecurityConfigurationCommand
101
- */
102
- export declare const se_DeleteSecurityConfigurationCommand: (input: DeleteSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1DeleteStudioCommand
105
- */
106
- export declare const se_DeleteStudioCommand: (input: DeleteStudioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1DeleteStudioSessionMappingCommand
109
- */
110
- export declare const se_DeleteStudioSessionMappingCommand: (input: DeleteStudioSessionMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1DescribeClusterCommand
113
- */
114
- export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1DescribeJobFlowsCommand
117
- */
118
- export declare const se_DescribeJobFlowsCommand: (input: DescribeJobFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1DescribeNotebookExecutionCommand
121
- */
122
- export declare const se_DescribeNotebookExecutionCommand: (input: DescribeNotebookExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1DescribePersistentAppUICommand
125
- */
126
- export declare const se_DescribePersistentAppUICommand: (input: DescribePersistentAppUICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1DescribeReleaseLabelCommand
129
- */
130
- export declare const se_DescribeReleaseLabelCommand: (input: DescribeReleaseLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1DescribeSecurityConfigurationCommand
133
- */
134
- export declare const se_DescribeSecurityConfigurationCommand: (input: DescribeSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1DescribeStepCommand
137
- */
138
- export declare const se_DescribeStepCommand: (input: DescribeStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1DescribeStudioCommand
141
- */
142
- export declare const se_DescribeStudioCommand: (input: DescribeStudioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_json1_1GetAutoTerminationPolicyCommand
145
- */
146
- export declare const se_GetAutoTerminationPolicyCommand: (input: GetAutoTerminationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_json1_1GetBlockPublicAccessConfigurationCommand
149
- */
150
- export declare const se_GetBlockPublicAccessConfigurationCommand: (input: GetBlockPublicAccessConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_json1_1GetClusterSessionCredentialsCommand
153
- */
154
- export declare const se_GetClusterSessionCredentialsCommand: (input: GetClusterSessionCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_json1_1GetManagedScalingPolicyCommand
157
- */
158
- export declare const se_GetManagedScalingPolicyCommand: (input: GetManagedScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_json1_1GetOnClusterAppUIPresignedURLCommand
161
- */
162
- export declare const se_GetOnClusterAppUIPresignedURLCommand: (input: GetOnClusterAppUIPresignedURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_json1_1GetPersistentAppUIPresignedURLCommand
165
- */
166
- export declare const se_GetPersistentAppUIPresignedURLCommand: (input: GetPersistentAppUIPresignedURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_json1_1GetStudioSessionMappingCommand
169
- */
170
- export declare const se_GetStudioSessionMappingCommand: (input: GetStudioSessionMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_json1_1ListBootstrapActionsCommand
173
- */
174
- export declare const se_ListBootstrapActionsCommand: (input: ListBootstrapActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_json1_1ListClustersCommand
177
- */
178
- export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_json1_1ListInstanceFleetsCommand
181
- */
182
- export declare const se_ListInstanceFleetsCommand: (input: ListInstanceFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_json1_1ListInstanceGroupsCommand
185
- */
186
- export declare const se_ListInstanceGroupsCommand: (input: ListInstanceGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_json1_1ListInstancesCommand
189
- */
190
- export declare const se_ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_json1_1ListNotebookExecutionsCommand
193
- */
194
- export declare const se_ListNotebookExecutionsCommand: (input: ListNotebookExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_json1_1ListReleaseLabelsCommand
197
- */
198
- export declare const se_ListReleaseLabelsCommand: (input: ListReleaseLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_json1_1ListSecurityConfigurationsCommand
201
- */
202
- export declare const se_ListSecurityConfigurationsCommand: (input: ListSecurityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_json1_1ListStepsCommand
205
- */
206
- export declare const se_ListStepsCommand: (input: ListStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_json1_1ListStudiosCommand
209
- */
210
- export declare const se_ListStudiosCommand: (input: ListStudiosCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_json1_1ListStudioSessionMappingsCommand
213
- */
214
- export declare const se_ListStudioSessionMappingsCommand: (input: ListStudioSessionMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_json1_1ListSupportedInstanceTypesCommand
217
- */
218
- export declare const se_ListSupportedInstanceTypesCommand: (input: ListSupportedInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_json1_1ModifyClusterCommand
221
- */
222
- export declare const se_ModifyClusterCommand: (input: ModifyClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_json1_1ModifyInstanceFleetCommand
225
- */
226
- export declare const se_ModifyInstanceFleetCommand: (input: ModifyInstanceFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_json1_1ModifyInstanceGroupsCommand
229
- */
230
- export declare const se_ModifyInstanceGroupsCommand: (input: ModifyInstanceGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_json1_1PutAutoScalingPolicyCommand
233
- */
234
- export declare const se_PutAutoScalingPolicyCommand: (input: PutAutoScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_json1_1PutAutoTerminationPolicyCommand
237
- */
238
- export declare const se_PutAutoTerminationPolicyCommand: (input: PutAutoTerminationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_json1_1PutBlockPublicAccessConfigurationCommand
241
- */
242
- export declare const se_PutBlockPublicAccessConfigurationCommand: (input: PutBlockPublicAccessConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_json1_1PutManagedScalingPolicyCommand
245
- */
246
- export declare const se_PutManagedScalingPolicyCommand: (input: PutManagedScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_json1_1RemoveAutoScalingPolicyCommand
249
- */
250
- export declare const se_RemoveAutoScalingPolicyCommand: (input: RemoveAutoScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_json1_1RemoveAutoTerminationPolicyCommand
253
- */
254
- export declare const se_RemoveAutoTerminationPolicyCommand: (input: RemoveAutoTerminationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_json1_1RemoveManagedScalingPolicyCommand
257
- */
258
- export declare const se_RemoveManagedScalingPolicyCommand: (input: RemoveManagedScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_json1_1RemoveTagsCommand
261
- */
262
- export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_json1_1RunJobFlowCommand
265
- */
266
- export declare const se_RunJobFlowCommand: (input: RunJobFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_json1_1SetKeepJobFlowAliveWhenNoStepsCommand
269
- */
270
- export declare const se_SetKeepJobFlowAliveWhenNoStepsCommand: (input: SetKeepJobFlowAliveWhenNoStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_json1_1SetTerminationProtectionCommand
273
- */
274
- export declare const se_SetTerminationProtectionCommand: (input: SetTerminationProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_json1_1SetUnhealthyNodeReplacementCommand
277
- */
278
- export declare const se_SetUnhealthyNodeReplacementCommand: (input: SetUnhealthyNodeReplacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_json1_1SetVisibleToAllUsersCommand
281
- */
282
- export declare const se_SetVisibleToAllUsersCommand: (input: SetVisibleToAllUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_json1_1StartNotebookExecutionCommand
285
- */
286
- export declare const se_StartNotebookExecutionCommand: (input: StartNotebookExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_json1_1StopNotebookExecutionCommand
289
- */
290
- export declare const se_StopNotebookExecutionCommand: (input: StopNotebookExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_json1_1TerminateJobFlowsCommand
293
- */
294
- export declare const se_TerminateJobFlowsCommand: (input: TerminateJobFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_json1_1UpdateStudioCommand
297
- */
298
- export declare const se_UpdateStudioCommand: (input: UpdateStudioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_json1_1UpdateStudioSessionMappingCommand
301
- */
302
- export declare const se_UpdateStudioSessionMappingCommand: (input: UpdateStudioSessionMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * deserializeAws_json1_1AddInstanceFleetCommand
305
- */
306
- export declare const de_AddInstanceFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddInstanceFleetCommandOutput>;
307
- /**
308
- * deserializeAws_json1_1AddInstanceGroupsCommand
309
- */
310
- export declare const de_AddInstanceGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddInstanceGroupsCommandOutput>;
311
- /**
312
- * deserializeAws_json1_1AddJobFlowStepsCommand
313
- */
314
- export declare const de_AddJobFlowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddJobFlowStepsCommandOutput>;
315
- /**
316
- * deserializeAws_json1_1AddTagsCommand
317
- */
318
- export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
319
- /**
320
- * deserializeAws_json1_1CancelStepsCommand
321
- */
322
- export declare const de_CancelStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelStepsCommandOutput>;
323
- /**
324
- * deserializeAws_json1_1CreatePersistentAppUICommand
325
- */
326
- export declare const de_CreatePersistentAppUICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePersistentAppUICommandOutput>;
327
- /**
328
- * deserializeAws_json1_1CreateSecurityConfigurationCommand
329
- */
330
- export declare const de_CreateSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigurationCommandOutput>;
331
- /**
332
- * deserializeAws_json1_1CreateStudioCommand
333
- */
334
- export declare const de_CreateStudioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStudioCommandOutput>;
335
- /**
336
- * deserializeAws_json1_1CreateStudioSessionMappingCommand
337
- */
338
- export declare const de_CreateStudioSessionMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStudioSessionMappingCommandOutput>;
339
- /**
340
- * deserializeAws_json1_1DeleteSecurityConfigurationCommand
341
- */
342
- export declare const de_DeleteSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityConfigurationCommandOutput>;
343
- /**
344
- * deserializeAws_json1_1DeleteStudioCommand
345
- */
346
- export declare const de_DeleteStudioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStudioCommandOutput>;
347
- /**
348
- * deserializeAws_json1_1DeleteStudioSessionMappingCommand
349
- */
350
- export declare const de_DeleteStudioSessionMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStudioSessionMappingCommandOutput>;
351
- /**
352
- * deserializeAws_json1_1DescribeClusterCommand
353
- */
354
- export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
355
- /**
356
- * deserializeAws_json1_1DescribeJobFlowsCommand
357
- */
358
- export declare const de_DescribeJobFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobFlowsCommandOutput>;
359
- /**
360
- * deserializeAws_json1_1DescribeNotebookExecutionCommand
361
- */
362
- export declare const de_DescribeNotebookExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotebookExecutionCommandOutput>;
363
- /**
364
- * deserializeAws_json1_1DescribePersistentAppUICommand
365
- */
366
- export declare const de_DescribePersistentAppUICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePersistentAppUICommandOutput>;
367
- /**
368
- * deserializeAws_json1_1DescribeReleaseLabelCommand
369
- */
370
- export declare const de_DescribeReleaseLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReleaseLabelCommandOutput>;
371
- /**
372
- * deserializeAws_json1_1DescribeSecurityConfigurationCommand
373
- */
374
- export declare const de_DescribeSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityConfigurationCommandOutput>;
375
- /**
376
- * deserializeAws_json1_1DescribeStepCommand
377
- */
378
- export declare const de_DescribeStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStepCommandOutput>;
379
- /**
380
- * deserializeAws_json1_1DescribeStudioCommand
381
- */
382
- export declare const de_DescribeStudioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStudioCommandOutput>;
383
- /**
384
- * deserializeAws_json1_1GetAutoTerminationPolicyCommand
385
- */
386
- export declare const de_GetAutoTerminationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoTerminationPolicyCommandOutput>;
387
- /**
388
- * deserializeAws_json1_1GetBlockPublicAccessConfigurationCommand
389
- */
390
- export declare const de_GetBlockPublicAccessConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlockPublicAccessConfigurationCommandOutput>;
391
- /**
392
- * deserializeAws_json1_1GetClusterSessionCredentialsCommand
393
- */
394
- export declare const de_GetClusterSessionCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterSessionCredentialsCommandOutput>;
395
- /**
396
- * deserializeAws_json1_1GetManagedScalingPolicyCommand
397
- */
398
- export declare const de_GetManagedScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedScalingPolicyCommandOutput>;
399
- /**
400
- * deserializeAws_json1_1GetOnClusterAppUIPresignedURLCommand
401
- */
402
- export declare const de_GetOnClusterAppUIPresignedURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOnClusterAppUIPresignedURLCommandOutput>;
403
- /**
404
- * deserializeAws_json1_1GetPersistentAppUIPresignedURLCommand
405
- */
406
- export declare const de_GetPersistentAppUIPresignedURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPersistentAppUIPresignedURLCommandOutput>;
407
- /**
408
- * deserializeAws_json1_1GetStudioSessionMappingCommand
409
- */
410
- export declare const de_GetStudioSessionMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStudioSessionMappingCommandOutput>;
411
- /**
412
- * deserializeAws_json1_1ListBootstrapActionsCommand
413
- */
414
- export declare const de_ListBootstrapActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBootstrapActionsCommandOutput>;
415
- /**
416
- * deserializeAws_json1_1ListClustersCommand
417
- */
418
- export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
419
- /**
420
- * deserializeAws_json1_1ListInstanceFleetsCommand
421
- */
422
- export declare const de_ListInstanceFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceFleetsCommandOutput>;
423
- /**
424
- * deserializeAws_json1_1ListInstanceGroupsCommand
425
- */
426
- export declare const de_ListInstanceGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceGroupsCommandOutput>;
427
- /**
428
- * deserializeAws_json1_1ListInstancesCommand
429
- */
430
- export declare const de_ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
431
- /**
432
- * deserializeAws_json1_1ListNotebookExecutionsCommand
433
- */
434
- export declare const de_ListNotebookExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookExecutionsCommandOutput>;
435
- /**
436
- * deserializeAws_json1_1ListReleaseLabelsCommand
437
- */
438
- export declare const de_ListReleaseLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReleaseLabelsCommandOutput>;
439
- /**
440
- * deserializeAws_json1_1ListSecurityConfigurationsCommand
441
- */
442
- export declare const de_ListSecurityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityConfigurationsCommandOutput>;
443
- /**
444
- * deserializeAws_json1_1ListStepsCommand
445
- */
446
- export declare const de_ListStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStepsCommandOutput>;
447
- /**
448
- * deserializeAws_json1_1ListStudiosCommand
449
- */
450
- export declare const de_ListStudiosCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStudiosCommandOutput>;
451
- /**
452
- * deserializeAws_json1_1ListStudioSessionMappingsCommand
453
- */
454
- export declare const de_ListStudioSessionMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStudioSessionMappingsCommandOutput>;
455
- /**
456
- * deserializeAws_json1_1ListSupportedInstanceTypesCommand
457
- */
458
- export declare const de_ListSupportedInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSupportedInstanceTypesCommandOutput>;
459
- /**
460
- * deserializeAws_json1_1ModifyClusterCommand
461
- */
462
- export declare const de_ModifyClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterCommandOutput>;
463
- /**
464
- * deserializeAws_json1_1ModifyInstanceFleetCommand
465
- */
466
- export declare const de_ModifyInstanceFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceFleetCommandOutput>;
467
- /**
468
- * deserializeAws_json1_1ModifyInstanceGroupsCommand
469
- */
470
- export declare const de_ModifyInstanceGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceGroupsCommandOutput>;
471
- /**
472
- * deserializeAws_json1_1PutAutoScalingPolicyCommand
473
- */
474
- export declare const de_PutAutoScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAutoScalingPolicyCommandOutput>;
475
- /**
476
- * deserializeAws_json1_1PutAutoTerminationPolicyCommand
477
- */
478
- export declare const de_PutAutoTerminationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAutoTerminationPolicyCommandOutput>;
479
- /**
480
- * deserializeAws_json1_1PutBlockPublicAccessConfigurationCommand
481
- */
482
- export declare const de_PutBlockPublicAccessConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBlockPublicAccessConfigurationCommandOutput>;
483
- /**
484
- * deserializeAws_json1_1PutManagedScalingPolicyCommand
485
- */
486
- export declare const de_PutManagedScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutManagedScalingPolicyCommandOutput>;
487
- /**
488
- * deserializeAws_json1_1RemoveAutoScalingPolicyCommand
489
- */
490
- export declare const de_RemoveAutoScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAutoScalingPolicyCommandOutput>;
491
- /**
492
- * deserializeAws_json1_1RemoveAutoTerminationPolicyCommand
493
- */
494
- export declare const de_RemoveAutoTerminationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAutoTerminationPolicyCommandOutput>;
495
- /**
496
- * deserializeAws_json1_1RemoveManagedScalingPolicyCommand
497
- */
498
- export declare const de_RemoveManagedScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveManagedScalingPolicyCommandOutput>;
499
- /**
500
- * deserializeAws_json1_1RemoveTagsCommand
501
- */
502
- export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
503
- /**
504
- * deserializeAws_json1_1RunJobFlowCommand
505
- */
506
- export declare const de_RunJobFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunJobFlowCommandOutput>;
507
- /**
508
- * deserializeAws_json1_1SetKeepJobFlowAliveWhenNoStepsCommand
509
- */
510
- export declare const de_SetKeepJobFlowAliveWhenNoStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetKeepJobFlowAliveWhenNoStepsCommandOutput>;
511
- /**
512
- * deserializeAws_json1_1SetTerminationProtectionCommand
513
- */
514
- export declare const de_SetTerminationProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTerminationProtectionCommandOutput>;
515
- /**
516
- * deserializeAws_json1_1SetUnhealthyNodeReplacementCommand
517
- */
518
- export declare const de_SetUnhealthyNodeReplacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUnhealthyNodeReplacementCommandOutput>;
519
- /**
520
- * deserializeAws_json1_1SetVisibleToAllUsersCommand
521
- */
522
- export declare const de_SetVisibleToAllUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetVisibleToAllUsersCommandOutput>;
523
- /**
524
- * deserializeAws_json1_1StartNotebookExecutionCommand
525
- */
526
- export declare const de_StartNotebookExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartNotebookExecutionCommandOutput>;
527
- /**
528
- * deserializeAws_json1_1StopNotebookExecutionCommand
529
- */
530
- export declare const de_StopNotebookExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopNotebookExecutionCommandOutput>;
531
- /**
532
- * deserializeAws_json1_1TerminateJobFlowsCommand
533
- */
534
- export declare const de_TerminateJobFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateJobFlowsCommandOutput>;
535
- /**
536
- * deserializeAws_json1_1UpdateStudioCommand
537
- */
538
- export declare const de_UpdateStudioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStudioCommandOutput>;
539
- /**
540
- * deserializeAws_json1_1UpdateStudioSessionMappingCommand
541
- */
542
- export declare const de_UpdateStudioSessionMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStudioSessionMappingCommandOutput>;