@aws-sdk/client-emr 3.40.0 → 3.45.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 (56) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +17 -0
  3. package/dist-es/endpoints.js +17 -0
  4. package/dist-types/commands/AddInstanceFleetCommand.d.ts +1 -1
  5. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +1 -1
  6. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +1 -1
  7. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  8. package/dist-types/commands/CancelStepsCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateStudioCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteStudioCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeStepCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeStudioCommand.d.ts +1 -1
  22. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +1 -1
  23. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +1 -1
  24. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +1 -1
  25. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +1 -1
  26. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  28. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
  31. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListStepsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListStudiosCommand.d.ts +1 -1
  37. package/dist-types/commands/ModifyClusterCommand.d.ts +1 -1
  38. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +1 -1
  40. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +1 -1
  41. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +1 -1
  42. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +1 -1
  43. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +1 -1
  44. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +1 -1
  45. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +1 -1
  46. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +1 -1
  47. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
  48. package/dist-types/commands/RunJobFlowCommand.d.ts +1 -1
  49. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +1 -1
  50. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +1 -1
  51. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +1 -1
  52. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateStudioCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +1 -1
  56. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-emr
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "eu-central-1",
104
105
  "eu-north-1",
@@ -168,6 +169,10 @@ const partitionHash = {
168
169
  hostname: "elasticmapreduce.{region}.c2s.ic.gov",
169
170
  tags: [],
170
171
  },
172
+ {
173
+ hostname: "elasticmapreduce-fips.{region}.c2s.ic.gov",
174
+ tags: ["fips"],
175
+ },
171
176
  ],
172
177
  },
173
178
  "aws-iso-b": {
@@ -178,6 +183,10 @@ const partitionHash = {
178
183
  hostname: "elasticmapreduce.{region}.sc2s.sgov.gov",
179
184
  tags: [],
180
185
  },
186
+ {
187
+ hostname: "elasticmapreduce-fips.{region}.sc2s.sgov.gov",
188
+ tags: ["fips"],
189
+ },
181
190
  ],
182
191
  },
183
192
  "aws-us-gov": {
@@ -192,6 +201,14 @@ const partitionHash = {
192
201
  hostname: "elasticmapreduce.{region}.amazonaws.com",
193
202
  tags: ["fips"],
194
203
  },
204
+ {
205
+ hostname: "elasticmapreduce-fips.{region}.api.aws",
206
+ tags: ["dualstack", "fips"],
207
+ },
208
+ {
209
+ hostname: "elasticmapreduce.{region}.api.aws",
210
+ tags: ["dualstack"],
211
+ },
195
212
  ],
196
213
  },
197
214
  };
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "eu-central-1",
102
103
  "eu-north-1",
@@ -166,6 +167,10 @@ var partitionHash = {
166
167
  hostname: "elasticmapreduce.{region}.c2s.ic.gov",
167
168
  tags: [],
168
169
  },
170
+ {
171
+ hostname: "elasticmapreduce-fips.{region}.c2s.ic.gov",
172
+ tags: ["fips"],
173
+ },
169
174
  ],
170
175
  },
171
176
  "aws-iso-b": {
@@ -176,6 +181,10 @@ var partitionHash = {
176
181
  hostname: "elasticmapreduce.{region}.sc2s.sgov.gov",
177
182
  tags: [],
178
183
  },
184
+ {
185
+ hostname: "elasticmapreduce-fips.{region}.sc2s.sgov.gov",
186
+ tags: ["fips"],
187
+ },
179
188
  ],
180
189
  },
181
190
  "aws-us-gov": {
@@ -190,6 +199,14 @@ var partitionHash = {
190
199
  hostname: "elasticmapreduce.{region}.amazonaws.com",
191
200
  tags: ["fips"],
192
201
  },
202
+ {
203
+ hostname: "elasticmapreduce-fips.{region}.api.aws",
204
+ tags: ["dualstack", "fips"],
205
+ },
206
+ {
207
+ hostname: "elasticmapreduce.{region}.api.aws",
208
+ tags: ["dualstack"],
209
+ },
193
210
  ],
194
211
  },
195
212
  };
@@ -24,7 +24,7 @@ export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, _
24
24
  *
25
25
  * @see {@link AddInstanceFleetCommandInput} for command's `input` shape.
26
26
  * @see {@link AddInstanceFleetCommandOutput} for command's `response` shape.
27
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class AddInstanceFleetCommand extends $Command<AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput,
20
20
  *
21
21
  * @see {@link AddInstanceGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link AddInstanceGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AddInstanceGroupsCommand extends $Command<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __M
36
36
  *
37
37
  * @see {@link AddJobFlowStepsCommandInput} for command's `input` shape.
38
38
  * @see {@link AddJobFlowStepsCommandOutput} for command's `response` shape.
39
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class AddJobFlowStepsCommand extends $Command<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput, EMRClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
22
22
  *
23
23
  * @see {@link AddTagsCommandInput} for command's `input` shape.
24
24
  * @see {@link AddTagsCommandOutput} for command's `response` shape.
25
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataB
23
23
  *
24
24
  * @see {@link CancelStepsCommandInput} for command's `input` shape.
25
25
  * @see {@link CancelStepsCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CancelStepsCommand extends $Command<CancelStepsCommandInput, CancelStepsCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
21
21
  *
22
22
  * @see {@link CreateSecurityConfigurationCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateSecurityConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateStudioCommandOutput extends CreateStudioOutput, __Metadat
20
20
  *
21
21
  * @see {@link CreateStudioCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateStudioCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateStudioCommand extends $Command<CreateStudioCommandInput, CreateStudioCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateStudioSessionMappingCommandOutput extends __MetadataBeare
21
21
  *
22
22
  * @see {@link CreateStudioSessionMappingCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateStudioSessionMappingCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateStudioSessionMappingCommand extends $Command<CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
20
20
  *
21
21
  * @see {@link DeleteSecurityConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSecurityConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSecurityConfigurationCommand extends $Command<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteStudioCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteStudioCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteStudioCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteStudioCommand extends $Command<DeleteStudioCommandInput, DeleteStudioCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBeare
20
20
  *
21
21
  * @see {@link DeleteStudioSessionMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteStudioSessionMappingCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteStudioSessionMappingCommand extends $Command<DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __M
21
21
  *
22
22
  * @see {@link DescribeClusterCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeClusterCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EMRClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _
42
42
  *
43
43
  * @see {@link DescribeJobFlowsCommandInput} for command's `input` shape.
44
44
  * @see {@link DescribeJobFlowsCommandOutput} for command's `response` shape.
45
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class DescribeJobFlowsCommand extends $Command<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeNotebookExecutionCommandOutput extends DescribeNotebook
20
20
  *
21
21
  * @see {@link DescribeNotebookExecutionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeNotebookExecutionCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeNotebookExecutionCommand extends $Command<DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReleaseLabelCommandOutput extends DescribeReleaseLabelO
20
20
  *
21
21
  * @see {@link DescribeReleaseLabelCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReleaseLabelCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeReleaseLabelCommand extends $Command<DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSecurityConfigurationCommandOutput extends DescribeSecu
21
21
  *
22
22
  * @see {@link DescribeSecurityConfigurationCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSecurityConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSecurityConfigurationCommand extends $Command<DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeStepCommandOutput extends DescribeStepOutput, __Metadat
20
20
  *
21
21
  * @see {@link DescribeStepCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeStepCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeStepCommand extends $Command<DescribeStepCommandInput, DescribeStepCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeStudioCommandOutput extends DescribeStudioOutput, __Met
21
21
  *
22
22
  * @see {@link DescribeStudioCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeStudioCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeStudioCommand extends $Command<DescribeStudioCommandInput, DescribeStudioCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAutoTerminationPolicyCommandOutput extends GetAutoTerminatio
20
20
  *
21
21
  * @see {@link GetAutoTerminationPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAutoTerminationPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAutoTerminationPolicyCommand extends $Command<GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetBlockPublicAccessConfigurationCommandOutput extends GetBlock
23
23
  *
24
24
  * @see {@link GetBlockPublicAccessConfigurationCommandInput} for command's `input` shape.
25
25
  * @see {@link GetBlockPublicAccessConfigurationCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetBlockPublicAccessConfigurationCommand extends $Command<GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetManagedScalingPolicyCommandOutput extends GetManagedScalingP
20
20
  *
21
21
  * @see {@link GetManagedScalingPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetManagedScalingPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetManagedScalingPolicyCommand extends $Command<GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetStudioSessionMappingCommandOutput extends GetStudioSessionMa
21
21
  *
22
22
  * @see {@link GetStudioSessionMappingCommandInput} for command's `input` shape.
23
23
  * @see {@link GetStudioSessionMappingCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetStudioSessionMappingCommand extends $Command<GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBootstrapActionsCommandOutput extends ListBootstrapActionsO
20
20
  *
21
21
  * @see {@link ListBootstrapActionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBootstrapActionsCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBootstrapActionsCommand extends $Command<ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput, EMRClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListClustersCommandOutput extends ListClustersOutput, __Metadat
24
24
  *
25
25
  * @see {@link ListClustersCommandInput} for command's `input` shape.
26
26
  * @see {@link ListClustersCommandOutput} for command's `response` shape.
27
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, EMRClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListInstanceFleetsCommandOutput extends ListInstanceFleetsOutpu
24
24
  *
25
25
  * @see {@link ListInstanceFleetsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListInstanceFleetsCommandOutput} for command's `response` shape.
27
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListInstanceFleetsCommand extends $Command<ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListInstanceGroupsCommandOutput extends ListInstanceGroupsOutpu
20
20
  *
21
21
  * @see {@link ListInstanceGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListInstanceGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListInstanceGroupsCommand extends $Command<ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListInstancesCommandOutput extends ListInstancesOutput, __Metad
22
22
  *
23
23
  * @see {@link ListInstancesCommandInput} for command's `input` shape.
24
24
  * @see {@link ListInstancesCommandOutput} for command's `response` shape.
25
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListNotebookExecutionsCommandOutput extends ListNotebookExecuti
23
23
  *
24
24
  * @see {@link ListNotebookExecutionsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListNotebookExecutionsCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListNotebookExecutionsCommand extends $Command<ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput,
20
20
  *
21
21
  * @see {@link ListReleaseLabelsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListReleaseLabelsCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListReleaseLabelsCommand extends $Command<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListSecurityConfigurationsCommandOutput extends ListSecurityCon
23
23
  *
24
24
  * @see {@link ListSecurityConfigurationsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListSecurityConfigurationsCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListSecurityConfigurationsCommand extends $Command<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBeare
22
22
  *
23
23
  * @see {@link ListStepsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListStepsCommandOutput} for command's `response` shape.
25
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListStepsCommand extends $Command<ListStepsCommandInput, ListStepsCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessio
21
21
  *
22
22
  * @see {@link ListStudioSessionMappingsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListStudioSessionMappingsCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListStudioSessionMappingsCommand extends $Command<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataB
21
21
  *
22
22
  * @see {@link ListStudiosCommandInput} for command's `input` shape.
23
23
  * @see {@link ListStudiosCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListStudiosCommand extends $Command<ListStudiosCommandInput, ListStudiosCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __Metad
21
21
  *
22
22
  * @see {@link ModifyClusterCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyClusterCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link ModifyInstanceFleetCommandInput} for command's `input` shape.
28
28
  * @see {@link ModifyInstanceFleetCommandOutput} for command's `response` shape.
29
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class ModifyInstanceFleetCommand extends $Command<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link ModifyInstanceGroupsCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifyInstanceGroupsCommandOutput} for command's `response` shape.
25
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ModifyInstanceGroupsCommand extends $Command<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyO
23
23
  *
24
24
  * @see {@link PutAutoScalingPolicyCommandInput} for command's `input` shape.
25
25
  * @see {@link PutAutoScalingPolicyCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class PutAutoScalingPolicyCommand extends $Command<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminatio
20
20
  *
21
21
  * @see {@link PutAutoTerminationPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link PutAutoTerminationPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutAutoTerminationPolicyCommand extends $Command<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlock
23
23
  *
24
24
  * @see {@link PutBlockPublicAccessConfigurationCommandInput} for command's `input` shape.
25
25
  * @see {@link PutBlockPublicAccessConfigurationCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class PutBlockPublicAccessConfigurationCommand extends $Command<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingP
23
23
  *
24
24
  * @see {@link PutManagedScalingPolicyCommandInput} for command's `input` shape.
25
25
  * @see {@link PutManagedScalingPolicyCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class PutManagedScalingPolicyCommand extends $Command<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingP
21
21
  *
22
22
  * @see {@link RemoveAutoScalingPolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link RemoveAutoScalingPolicyCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RemoveAutoScalingPolicyCommand extends $Command<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerm
20
20
  *
21
21
  * @see {@link RemoveAutoTerminationPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveAutoTerminationPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveAutoTerminationPolicyCommand extends $Command<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedSc
20
20
  *
21
21
  * @see {@link RemoveManagedScalingPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveManagedScalingPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveManagedScalingPolicyCommand extends $Command<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
23
23
  *
24
24
  * @see {@link RemoveTagsCommandInput} for command's `input` shape.
25
25
  * @see {@link RemoveTagsCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, EMRClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBea
42
42
  *
43
43
  * @see {@link RunJobFlowCommandInput} for command's `input` shape.
44
44
  * @see {@link RunJobFlowCommandOutput} for command's `response` shape.
45
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class RunJobFlowCommand extends $Command<RunJobFlowCommandInput, RunJobFlowCommandOutput, EMRClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface SetTerminationProtectionCommandOutput extends __MetadataBearer
34
34
  *
35
35
  * @see {@link SetTerminationProtectionCommandInput} for command's `input` shape.
36
36
  * @see {@link SetTerminationProtectionCommandOutput} for command's `response` shape.
37
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class SetTerminationProtectionCommand extends $Command<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput, EMRClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link SetVisibleToAllUsersCommandInput} for command's `input` shape.
25
25
  * @see {@link SetVisibleToAllUsersCommandOutput} for command's `response` shape.
26
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class SetVisibleToAllUsersCommand extends $Command<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartNotebookExecutionCommandOutput extends StartNotebookExecut
20
20
  *
21
21
  * @see {@link StartNotebookExecutionCommandInput} for command's `input` shape.
22
22
  * @see {@link StartNotebookExecutionCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartNotebookExecutionCommand extends $Command<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link StopNotebookExecutionCommandInput} for command's `input` shape.
22
22
  * @see {@link StopNotebookExecutionCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopNotebookExecutionCommand extends $Command<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {
27
27
  *
28
28
  * @see {@link TerminateJobFlowsCommandInput} for command's `input` shape.
29
29
  * @see {@link TerminateJobFlowsCommandOutput} for command's `response` shape.
30
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class TerminateJobFlowsCommand extends $Command<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput, EMRClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateStudioCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateStudioCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateStudioCommandOutput} for command's `response` shape.
23
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateStudioCommand extends $Command<UpdateStudioCommandInput, UpdateStudioCommandOutput, EMRClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateStudioSessionMappingCommandOutput extends __MetadataBeare
21
21
  *
22
22
  * @see {@link UpdateStudioSessionMappingCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateStudioSessionMappingCommandOutput} for command's `response` shape.
24
- * @see {@link EMRClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateStudioSessionMappingCommand extends $Command<UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr",
3
3
  "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",