@aws-sdk/client-emr 3.112.0 → 3.120.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.120.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.119.0...v3.120.0) (2022-06-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-emr:** This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes. ([e9259f0](https://github.com/aws/aws-sdk-js-v3/commit/e9259f0716864d860308226fd845a8abb18c36ab))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-emr
20
+
21
+
22
+
23
+
24
+
25
+ # [3.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-emr
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
7
34
 
8
35
  **Note:** Version bump only for package @aws-sdk/client-emr
@@ -3745,6 +3745,7 @@ const serializeAws_json1_1VolumeSpecification = (input, context) => {
3745
3745
  return {
3746
3746
  ...(input.Iops !== undefined && input.Iops !== null && { Iops: input.Iops }),
3747
3747
  ...(input.SizeInGB !== undefined && input.SizeInGB !== null && { SizeInGB: input.SizeInGB }),
3748
+ ...(input.Throughput !== undefined && input.Throughput !== null && { Throughput: input.Throughput }),
3748
3749
  ...(input.VolumeType !== undefined && input.VolumeType !== null && { VolumeType: input.VolumeType }),
3749
3750
  };
3750
3751
  };
@@ -5390,6 +5391,7 @@ const deserializeAws_json1_1VolumeSpecification = (output, context) => {
5390
5391
  return {
5391
5392
  Iops: (0, smithy_client_1.expectInt32)(output.Iops),
5392
5393
  SizeInGB: (0, smithy_client_1.expectInt32)(output.SizeInGB),
5394
+ Throughput: (0, smithy_client_1.expectInt32)(output.Throughput),
5393
5395
  VolumeType: (0, smithy_client_1.expectString)(output.VolumeType),
5394
5396
  };
5395
5397
  };
@@ -4169,7 +4169,7 @@ var serializeAws_json1_1UpdateStudioSessionMappingInput = function (input, conte
4169
4169
  input.SessionPolicyArn !== null && { SessionPolicyArn: input.SessionPolicyArn })), (input.StudioId !== undefined && input.StudioId !== null && { StudioId: input.StudioId }));
4170
4170
  };
4171
4171
  var serializeAws_json1_1VolumeSpecification = function (input, context) {
4172
- return __assign(__assign(__assign({}, (input.Iops !== undefined && input.Iops !== null && { Iops: input.Iops })), (input.SizeInGB !== undefined && input.SizeInGB !== null && { SizeInGB: input.SizeInGB })), (input.VolumeType !== undefined && input.VolumeType !== null && { VolumeType: input.VolumeType }));
4172
+ return __assign(__assign(__assign(__assign({}, (input.Iops !== undefined && input.Iops !== null && { Iops: input.Iops })), (input.SizeInGB !== undefined && input.SizeInGB !== null && { SizeInGB: input.SizeInGB })), (input.Throughput !== undefined && input.Throughput !== null && { Throughput: input.Throughput })), (input.VolumeType !== undefined && input.VolumeType !== null && { VolumeType: input.VolumeType }));
4173
4173
  };
4174
4174
  var serializeAws_json1_1XmlStringList = function (input, context) {
4175
4175
  return input
@@ -5812,6 +5812,7 @@ var deserializeAws_json1_1VolumeSpecification = function (output, context) {
5812
5812
  return {
5813
5813
  Iops: __expectInt32(output.Iops),
5814
5814
  SizeInGB: __expectInt32(output.SizeInGB),
5815
+ Throughput: __expectInt32(output.Throughput),
5815
5816
  VolumeType: __expectString(output.VolumeType),
5816
5817
  };
5817
5818
  };
@@ -12,7 +12,7 @@ export declare enum InstanceFleetType {
12
12
  TASK = "TASK"
13
13
  }
14
14
  /**
15
- * <p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be
15
+ * <p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are
16
16
  * requested for the EBS volume attached to an EC2 instance in the cluster.</p>
17
17
  */
18
18
  export interface VolumeSpecification {
@@ -29,6 +29,10 @@ export interface VolumeSpecification {
29
29
  * type is EBS-optimized, the minimum value is 10.</p>
30
30
  */
31
31
  SizeInGB: number | undefined;
32
+ /**
33
+ * <p>The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.</p>
34
+ */
35
+ Throughput?: number;
32
36
  }
33
37
  export declare namespace VolumeSpecification {
34
38
  /**
@@ -38,16 +42,16 @@ export declare namespace VolumeSpecification {
38
42
  }
39
43
  /**
40
44
  * <p>Configuration of requested EBS block device associated with the instance group with
41
- * count of volumes that will be associated to every instance.</p>
45
+ * count of volumes that are associated to every instance.</p>
42
46
  */
43
47
  export interface EbsBlockDeviceConfig {
44
48
  /**
45
- * <p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be
49
+ * <p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are
46
50
  * requested for the EBS volume attached to an EC2 instance in the cluster.</p>
47
51
  */
48
52
  VolumeSpecification: VolumeSpecification | undefined;
49
53
  /**
50
- * <p>Number of EBS volumes with a specific volume configuration that will be associated with
54
+ * <p>Number of EBS volumes with a specific volume configuration that are associated with
51
55
  * every instance in the instance group</p>
52
56
  */
53
57
  VolumesPerInstance?: number;
@@ -2831,7 +2835,7 @@ export declare namespace DescribeStudioOutput {
2831
2835
  */
2832
2836
  export interface EbsBlockDevice {
2833
2837
  /**
2834
- * <p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be
2838
+ * <p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are
2835
2839
  * requested for the EBS volume attached to an EC2 instance in the cluster.</p>
2836
2840
  */
2837
2841
  VolumeSpecification?: VolumeSpecification;
@@ -19,6 +19,8 @@ export interface VolumeSpecification {
19
19
  Iops?: number;
20
20
 
21
21
  SizeInGB: number | undefined;
22
+
23
+ Throughput?: number;
22
24
  }
23
25
  export declare namespace VolumeSpecification {
24
26
 
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.112.0",
4
+ "version": "3.120.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.112.0",
21
+ "@aws-sdk/client-sts": "3.118.1",
22
22
  "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.112.0",
23
+ "@aws-sdk/credential-provider-node": "3.118.1",
24
24
  "@aws-sdk/fetch-http-handler": "3.110.0",
25
25
  "@aws-sdk/hash-node": "3.110.0",
26
26
  "@aws-sdk/invalid-dependency": "3.110.0",
@@ -28,13 +28,13 @@
28
28
  "@aws-sdk/middleware-host-header": "3.110.0",
29
29
  "@aws-sdk/middleware-logger": "3.110.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
- "@aws-sdk/middleware-retry": "3.110.0",
31
+ "@aws-sdk/middleware-retry": "3.118.1",
32
32
  "@aws-sdk/middleware-serde": "3.110.0",
33
33
  "@aws-sdk/middleware-signing": "3.110.0",
34
34
  "@aws-sdk/middleware-stack": "3.110.0",
35
35
  "@aws-sdk/middleware-user-agent": "3.110.0",
36
36
  "@aws-sdk/node-config-provider": "3.110.0",
37
- "@aws-sdk/node-http-handler": "3.110.0",
37
+ "@aws-sdk/node-http-handler": "3.118.1",
38
38
  "@aws-sdk/protocol-http": "3.110.0",
39
39
  "@aws-sdk/smithy-client": "3.110.0",
40
40
  "@aws-sdk/types": "3.110.0",
@@ -46,10 +46,10 @@
46
46
  "@aws-sdk/util-defaults-mode-browser": "3.110.0",
47
47
  "@aws-sdk/util-defaults-mode-node": "3.110.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.110.0",
49
- "@aws-sdk/util-user-agent-node": "3.110.0",
49
+ "@aws-sdk/util-user-agent-node": "3.118.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
- "@aws-sdk/util-waiter": "3.110.0",
52
+ "@aws-sdk/util-waiter": "3.118.1",
53
53
  "tslib": "^2.3.1"
54
54
  },
55
55
  "devDependencies": {