@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 +1 -0
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +4 -1
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
package/dist-es/models/enums.js
CHANGED
|
@@ -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",
|
|
@@ -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.
|
|
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.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
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.
|
|
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.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.9",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
39
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
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.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.13",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.10",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
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.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|