@aws-sdk/client-elastic-beanstalk 3.1000.0 → 3.1002.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/dist-cjs/index.js CHANGED
@@ -1035,6 +1035,7 @@ const InstancesHealthAttribute = {
1035
1035
  System: "System",
1036
1036
  };
1037
1037
  const EnvironmentInfoType = {
1038
+ analyze: "analyze",
1038
1039
  bundle: "bundle",
1039
1040
  tail: "tail",
1040
1041
  };
@@ -118,6 +118,7 @@ export const InstancesHealthAttribute = {
118
118
  System: "System",
119
119
  };
120
120
  export const EnvironmentInfoType = {
121
+ analyze: "analyze",
121
122
  bundle: "bundle",
122
123
  tail: "tail",
123
124
  };
@@ -34,6 +34,9 @@ declare const RequestEnvironmentInfoCommand_base: {
34
34
  * <p> Setting the <code>InfoType</code> to <code>bundle</code> compresses the application
35
35
  * server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy and .NET
36
36
  * containers do not support bundle logs. </p>
37
+ * <p> Setting the <code>InfoType</code> to <code>analyze</code> collects recent events,
38
+ * instance health, and logs from your environment and sends them to Amazon Bedrock in your
39
+ * account to generate diagnostic insights and recommended next steps. </p>
37
40
  * <p> Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs. </p>
38
41
  * <p>Related Topics</p>
39
42
  * <ul>
@@ -54,7 +57,7 @@ declare const RequestEnvironmentInfoCommand_base: {
54
57
  * const input = { // RequestEnvironmentInfoMessage
55
58
  * EnvironmentId: "STRING_VALUE",
56
59
  * EnvironmentName: "STRING_VALUE",
57
- * InfoType: "tail" || "bundle", // required
60
+ * InfoType: "tail" || "bundle" || "analyze", // required
58
61
  * };
59
62
  * const command = new RequestEnvironmentInfoCommand(input);
60
63
  * const response = await client.send(command);
@@ -48,14 +48,14 @@ declare const RetrieveEnvironmentInfoCommand_base: {
48
48
  * const input = { // RetrieveEnvironmentInfoMessage
49
49
  * EnvironmentId: "STRING_VALUE",
50
50
  * EnvironmentName: "STRING_VALUE",
51
- * InfoType: "tail" || "bundle", // required
51
+ * InfoType: "tail" || "bundle" || "analyze", // required
52
52
  * };
53
53
  * const command = new RetrieveEnvironmentInfoCommand(input);
54
54
  * const response = await client.send(command);
55
55
  * // { // RetrieveEnvironmentInfoResultMessage
56
56
  * // EnvironmentInfo: [ // EnvironmentInfoDescriptionList
57
57
  * // { // EnvironmentInfoDescription
58
- * // InfoType: "tail" || "bundle",
58
+ * // InfoType: "tail" || "bundle" || "analyze",
59
59
  * // Ec2InstanceId: "STRING_VALUE",
60
60
  * // SampleTimestamp: new Date("TIMESTAMP"),
61
61
  * // Message: "STRING_VALUE",
@@ -258,6 +258,7 @@ export type InstancesHealthAttribute = (typeof InstancesHealthAttribute)[keyof t
258
258
  * @enum
259
259
  */
260
260
  export declare const EnvironmentInfoType: {
261
+ readonly analyze: "analyze";
261
262
  readonly bundle: "bundle";
262
263
  readonly tail: "tail";
263
264
  };
@@ -146,6 +146,7 @@ export declare const InstancesHealthAttribute: {
146
146
  export type InstancesHealthAttribute =
147
147
  (typeof InstancesHealthAttribute)[keyof typeof InstancesHealthAttribute];
148
148
  export declare const EnvironmentInfoType: {
149
+ readonly analyze: "analyze";
149
150
  readonly bundle: "bundle";
150
151
  readonly tail: "tail";
151
152
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
3
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.1000.0",
4
+ "version": "3.1002.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-beanstalk",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.15",
27
- "@aws-sdk/credential-provider-node": "^3.972.14",
26
+ "@aws-sdk/core": "^3.973.17",
27
+ "@aws-sdk/credential-provider-node": "^3.972.16",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.6",
29
29
  "@aws-sdk/middleware-logger": "^3.972.6",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
- "@aws-sdk/middleware-user-agent": "^3.972.15",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.17",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.6",
33
33
  "@aws-sdk/types": "^3.973.4",
34
34
  "@aws-sdk/util-endpoints": "^3.996.3",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
- "@aws-sdk/util-user-agent-node": "^3.973.0",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.2",
37
37
  "@smithy/config-resolver": "^4.4.9",
38
- "@smithy/core": "^3.23.6",
39
- "@smithy/fetch-http-handler": "^5.3.11",
38
+ "@smithy/core": "^3.23.7",
39
+ "@smithy/fetch-http-handler": "^5.3.12",
40
40
  "@smithy/hash-node": "^4.2.10",
41
41
  "@smithy/invalid-dependency": "^4.2.10",
42
42
  "@smithy/middleware-content-length": "^4.2.10",
43
- "@smithy/middleware-endpoint": "^4.4.20",
44
- "@smithy/middleware-retry": "^4.4.37",
43
+ "@smithy/middleware-endpoint": "^4.4.21",
44
+ "@smithy/middleware-retry": "^4.4.38",
45
45
  "@smithy/middleware-serde": "^4.2.11",
46
46
  "@smithy/middleware-stack": "^4.2.10",
47
47
  "@smithy/node-config-provider": "^4.3.10",
48
- "@smithy/node-http-handler": "^4.4.12",
48
+ "@smithy/node-http-handler": "^4.4.13",
49
49
  "@smithy/protocol-http": "^5.3.10",
50
- "@smithy/smithy-client": "^4.12.0",
50
+ "@smithy/smithy-client": "^4.12.1",
51
51
  "@smithy/types": "^4.13.0",
52
52
  "@smithy/url-parser": "^4.2.10",
53
53
  "@smithy/util-base64": "^4.3.1",
54
54
  "@smithy/util-body-length-browser": "^4.2.1",
55
55
  "@smithy/util-body-length-node": "^4.2.2",
56
- "@smithy/util-defaults-mode-browser": "^4.3.36",
57
- "@smithy/util-defaults-mode-node": "^4.2.39",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.37",
57
+ "@smithy/util-defaults-mode-node": "^4.2.40",
58
58
  "@smithy/util-endpoints": "^3.3.1",
59
59
  "@smithy/util-middleware": "^4.2.10",
60
60
  "@smithy/util-retry": "^4.2.10",