@aws-sdk/client-mwaa 3.692.0 → 3.696.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.
@@ -235,7 +235,7 @@ export interface CreateEnvironmentInput {
235
235
  */
236
236
  AirflowConfigurationOptions?: Record<string, string> | undefined;
237
237
  /**
238
- * <p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>, <code>mw1.xlarge</code>, and <code>mw1.2xlarge</code>. For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>
238
+ * <p>The environment class type. Valid values: <code>mw1.micro</code>, <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>, <code>mw1.xlarge</code>, and <code>mw1.2xlarge</code>. For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>
239
239
  * @public
240
240
  */
241
241
  EnvironmentClass?: string | undefined;
@@ -287,7 +287,9 @@ export interface CreateEnvironmentInput {
287
287
  * <p>The number of Apache Airflow schedulers to run in your environment. Valid values:</p>
288
288
  * <ul>
289
289
  * <li>
290
- * <p>v2 - Accepts between <code>2</code> to <code>5</code>. Defaults to <code>2</code>.</p>
290
+ * <p>v2 - For environments larger than mw1.micro, accepts values from
291
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all
292
+ * environment sizes except mw1.micro, which defaults to <code>1</code>.</p>
291
293
  * </li>
292
294
  * <li>
293
295
  * <p>v1 - Accepts <code>1</code>.</p>
@@ -312,7 +314,9 @@ export interface CreateEnvironmentInput {
312
314
  * the Apache Airflow CLI. As the transaction-per-second rate, and the network load, decrease,
313
315
  * Amazon MWAA disposes of the additional web servers, and scales down to the number set in <code>MinxWebserers</code>.
314
316
  * </p>
315
- * <p>Valid values: Accepts between <code>2</code> and <code>5</code>. Defaults to <code>2</code>.</p>
317
+ * <p>Valid values: For environments larger than mw1.micro, accepts values from
318
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all environment
319
+ * sizes except mw1.micro, which defaults to <code>1</code>.</p>
316
320
  * @public
317
321
  */
318
322
  MinWebservers?: number | undefined;
@@ -325,7 +329,9 @@ export interface CreateEnvironmentInput {
325
329
  * rate, Amazon MWAA will increase the number of web servers up to the number set in <code>MaxWebserers</code>. As TPS rates decrease
326
330
  * Amazon MWAA disposes of the additional web servers, and scales down to the number set in <code>MinxWebserers</code>.
327
331
  * </p>
328
- * <p>Valid values: Accepts between <code>2</code> and <code>5</code>. Defaults to <code>2</code>.</p>
332
+ * <p>Valid values: For environments larger than mw1.micro, accepts values from
333
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all environment
334
+ * sizes except mw1.micro, which defaults to <code>1</code>.</p>
329
335
  * @public
330
336
  */
331
337
  MaxWebservers?: number | undefined;
@@ -740,7 +746,7 @@ export interface Environment {
740
746
  */
741
747
  AirflowConfigurationOptions?: Record<string, string> | undefined;
742
748
  /**
743
- * <p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>, <code>mw1.xlarge</code>, and <code>mw1.2xlarge</code>. For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>
749
+ * <p>The environment class type. Valid values: <code>mw1.micro</code>, <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>, <code>mw1.xlarge</code>, and <code>mw1.2xlarge</code>. For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>
744
750
  * @public
745
751
  */
746
752
  EnvironmentClass?: string | undefined;
@@ -819,7 +825,9 @@ export interface Environment {
819
825
  * the Apache Airflow CLI. As the transaction-per-second rate, and the network load, decrease,
820
826
  * Amazon MWAA disposes of the additional web servers, and scales down to the number set in <code>MinxWebserers</code>.
821
827
  * </p>
822
- * <p>Valid values: Accepts between <code>2</code> and <code>5</code>. Defaults to <code>2</code>.</p>
828
+ * <p>Valid values: For environments larger than mw1.micro, accepts values from
829
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all environment
830
+ * sizes except mw1.micro, which defaults to <code>1</code>.</p>
823
831
  * @public
824
832
  */
825
833
  MinWebservers?: number | undefined;
@@ -832,7 +840,9 @@ export interface Environment {
832
840
  * rate, Amazon MWAA will increase the number of web servers up to the number set in <code>MaxWebserers</code>. As TPS rates decrease
833
841
  * Amazon MWAA disposes of the additional web servers, and scales down to the number set in <code>MinxWebserers</code>.
834
842
  * </p>
835
- * <p>Valid values: Accepts between <code>2</code> and <code>5</code>. Defaults to <code>2</code>.</p>
843
+ * <p>Valid values: For environments larger than mw1.micro, accepts values from
844
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all environment
845
+ * sizes except mw1.micro, which defaults to <code>1</code>.</p>
836
846
  * @public
837
847
  */
838
848
  MaxWebservers?: number | undefined;
@@ -1313,7 +1323,10 @@ export interface UpdateEnvironmentInput {
1313
1323
  */
1314
1324
  AirflowConfigurationOptions?: Record<string, string> | undefined;
1315
1325
  /**
1316
- * <p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>, <code>mw1.xlarge</code>, and <code>mw1.2xlarge</code>. For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>
1326
+ * <p>The environment class type. Valid values: <code>mw1.micro</code>,
1327
+ * <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>,
1328
+ * <code>mw1.xlarge</code>, and <code>mw1.2xlarge</code>. For more information, see
1329
+ * <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>. </p>
1317
1330
  * @public
1318
1331
  */
1319
1332
  EnvironmentClass?: string | undefined;
@@ -1360,7 +1373,9 @@ export interface UpdateEnvironmentInput {
1360
1373
  * the Apache Airflow CLI. As the transaction-per-second rate, and the network load, decrease,
1361
1374
  * Amazon MWAA disposes of the additional web servers, and scales down to the number set in <code>MinxWebserers</code>.
1362
1375
  * </p>
1363
- * <p>Valid values: Accepts between <code>2</code> and <code>5</code>. Defaults to <code>2</code>.</p>
1376
+ * <p>Valid values: For environments larger than mw1.micro, accepts values from
1377
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all environment
1378
+ * sizes except mw1.micro, which defaults to <code>1</code>.</p>
1364
1379
  * @public
1365
1380
  */
1366
1381
  MinWebservers?: number | undefined;
@@ -1373,7 +1388,9 @@ export interface UpdateEnvironmentInput {
1373
1388
  * rate, Amazon MWAA will increase the number of web servers up to the number set in <code>MaxWebserers</code>. As TPS rates decrease
1374
1389
  * Amazon MWAA disposes of the additional web servers, and scales down to the number set in <code>MinxWebserers</code>.
1375
1390
  * </p>
1376
- * <p>Valid values: Accepts between <code>2</code> and <code>5</code>. Defaults to <code>2</code>.</p>
1391
+ * <p>Valid values: For environments larger than mw1.micro, accepts values from
1392
+ * <code>2</code> to <code>5</code>. Defaults to <code>2</code> for all environment
1393
+ * sizes except mw1.micro, which defaults to <code>1</code>.</p>
1377
1394
  * @public
1378
1395
  */
1379
1396
  MaxWebservers?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mwaa",
3
3
  "description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
4
- "version": "3.692.0",
4
+ "version": "3.696.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mwaa",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.692.0",
24
- "@aws-sdk/client-sts": "3.692.0",
25
- "@aws-sdk/core": "3.692.0",
26
- "@aws-sdk/credential-provider-node": "3.692.0",
27
- "@aws-sdk/middleware-host-header": "3.692.0",
28
- "@aws-sdk/middleware-logger": "3.692.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.692.0",
30
- "@aws-sdk/middleware-user-agent": "3.692.0",
31
- "@aws-sdk/region-config-resolver": "3.692.0",
32
- "@aws-sdk/types": "3.692.0",
33
- "@aws-sdk/util-endpoints": "3.692.0",
34
- "@aws-sdk/util-user-agent-browser": "3.692.0",
35
- "@aws-sdk/util-user-agent-node": "3.692.0",
36
- "@smithy/config-resolver": "^3.0.11",
37
- "@smithy/core": "^2.5.2",
38
- "@smithy/fetch-http-handler": "^4.1.0",
39
- "@smithy/hash-node": "^3.0.9",
40
- "@smithy/invalid-dependency": "^3.0.9",
41
- "@smithy/middleware-content-length": "^3.0.11",
42
- "@smithy/middleware-endpoint": "^3.2.2",
43
- "@smithy/middleware-retry": "^3.0.26",
44
- "@smithy/middleware-serde": "^3.0.9",
45
- "@smithy/middleware-stack": "^3.0.9",
46
- "@smithy/node-config-provider": "^3.1.10",
47
- "@smithy/node-http-handler": "^3.3.0",
48
- "@smithy/protocol-http": "^4.1.6",
49
- "@smithy/smithy-client": "^3.4.3",
50
- "@smithy/types": "^3.7.0",
51
- "@smithy/url-parser": "^3.0.9",
23
+ "@aws-sdk/client-sso-oidc": "3.696.0",
24
+ "@aws-sdk/client-sts": "3.696.0",
25
+ "@aws-sdk/core": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.696.0",
27
+ "@aws-sdk/middleware-host-header": "3.696.0",
28
+ "@aws-sdk/middleware-logger": "3.696.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
+ "@aws-sdk/middleware-user-agent": "3.696.0",
31
+ "@aws-sdk/region-config-resolver": "3.696.0",
32
+ "@aws-sdk/types": "3.696.0",
33
+ "@aws-sdk/util-endpoints": "3.696.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.696.0",
35
+ "@aws-sdk/util-user-agent-node": "3.696.0",
36
+ "@smithy/config-resolver": "^3.0.12",
37
+ "@smithy/core": "^2.5.3",
38
+ "@smithy/fetch-http-handler": "^4.1.1",
39
+ "@smithy/hash-node": "^3.0.10",
40
+ "@smithy/invalid-dependency": "^3.0.10",
41
+ "@smithy/middleware-content-length": "^3.0.12",
42
+ "@smithy/middleware-endpoint": "^3.2.3",
43
+ "@smithy/middleware-retry": "^3.0.27",
44
+ "@smithy/middleware-serde": "^3.0.10",
45
+ "@smithy/middleware-stack": "^3.0.10",
46
+ "@smithy/node-config-provider": "^3.1.11",
47
+ "@smithy/node-http-handler": "^3.3.1",
48
+ "@smithy/protocol-http": "^4.1.7",
49
+ "@smithy/smithy-client": "^3.4.4",
50
+ "@smithy/types": "^3.7.1",
51
+ "@smithy/url-parser": "^3.0.10",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.26",
56
- "@smithy/util-defaults-mode-node": "^3.0.26",
57
- "@smithy/util-endpoints": "^2.1.5",
58
- "@smithy/util-middleware": "^3.0.9",
59
- "@smithy/util-retry": "^3.0.9",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.27",
56
+ "@smithy/util-defaults-mode-node": "^3.0.27",
57
+ "@smithy/util-endpoints": "^2.1.6",
58
+ "@smithy/util-middleware": "^3.0.10",
59
+ "@smithy/util-retry": "^3.0.10",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },