@aws-sdk/client-elastic-beanstalk 3.890.0 → 3.891.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-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -0
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -0
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -0
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -0
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -0
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -0
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -0
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -0
- package/dist-types/commands/RestartAppServerCommand.d.ts +2 -0
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -0
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -0
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -34,6 +34,8 @@ declare const AbortEnvironmentUpdateCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
38
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
37
39
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
40
|
* const input = { // AbortEnvironmentUpdateMessage
|
|
39
41
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ApplyEnvironmentManagedActionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
37
37
|
* // const { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
38
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
39
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
38
40
|
* const client = new ElasticBeanstalkClient(config);
|
|
39
41
|
* const input = { // ApplyEnvironmentManagedActionRequest
|
|
40
42
|
* EnvironmentName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const AssociateEnvironmentOperationsRoleCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // AssociateEnvironmentOperationsRoleMessage
|
|
41
43
|
* EnvironmentName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CheckDNSAvailabilityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // CheckDNSAvailabilityMessage
|
|
38
40
|
* CNAMEPrefix: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ComposeEnvironmentsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticBeanstalkClient, ComposeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
40
40
|
* // const { ElasticBeanstalkClient, ComposeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
41
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
42
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
41
43
|
* const client = new ElasticBeanstalkClient(config);
|
|
42
44
|
* const input = { // ComposeEnvironmentsMessage
|
|
43
45
|
* ApplicationName: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const CreateApplicationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticBeanstalkClient, CreateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, CreateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
38
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
37
39
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
40
|
* const input = { // CreateApplicationMessage
|
|
39
41
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const CreateApplicationVersionCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { ElasticBeanstalkClient, CreateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
51
51
|
* // const { ElasticBeanstalkClient, CreateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
52
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
53
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
52
54
|
* const client = new ElasticBeanstalkClient(config);
|
|
53
55
|
* const input = { // CreateApplicationVersionMessage
|
|
54
56
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const CreateConfigurationTemplateCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { ElasticBeanstalkClient, CreateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
58
58
|
* // const { ElasticBeanstalkClient, CreateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
59
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
60
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
59
61
|
* const client = new ElasticBeanstalkClient(config);
|
|
60
62
|
* const input = { // CreateConfigurationTemplateMessage
|
|
61
63
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticBeanstalkClient, CreateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, CreateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
38
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
37
39
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
40
|
* const input = { // CreateEnvironmentMessage
|
|
39
41
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreatePlatformVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, CreatePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, CreatePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // CreatePlatformVersionRequest
|
|
38
40
|
* PlatformName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateStorageLocationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticBeanstalkClient, CreateStorageLocationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
39
39
|
* // const { ElasticBeanstalkClient, CreateStorageLocationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
40
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
41
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
40
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
41
43
|
* const input = {};
|
|
42
44
|
* const command = new CreateStorageLocationCommand(input);
|
|
@@ -38,6 +38,8 @@ declare const DeleteApplicationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticBeanstalkClient, DeleteApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
40
40
|
* // const { ElasticBeanstalkClient, DeleteApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
41
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
42
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
41
43
|
* const client = new ElasticBeanstalkClient(config);
|
|
42
44
|
* const input = { // DeleteApplicationMessage
|
|
43
45
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteApplicationVersionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticBeanstalkClient, DeleteApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
39
39
|
* // const { ElasticBeanstalkClient, DeleteApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
40
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
41
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
40
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
41
43
|
* const input = { // DeleteApplicationVersionMessage
|
|
42
44
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteConfigurationTemplateCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticBeanstalkClient, DeleteConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
40
40
|
* // const { ElasticBeanstalkClient, DeleteConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
41
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
42
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
41
43
|
* const client = new ElasticBeanstalkClient(config);
|
|
42
44
|
* const input = { // DeleteConfigurationTemplateMessage
|
|
43
45
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteEnvironmentConfigurationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ElasticBeanstalkClient, DeleteEnvironmentConfigurationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
40
40
|
* // const { ElasticBeanstalkClient, DeleteEnvironmentConfigurationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
41
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
42
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
41
43
|
* const client = new ElasticBeanstalkClient(config);
|
|
42
44
|
* const input = { // DeleteEnvironmentConfigurationMessage
|
|
43
45
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeletePlatformVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DeletePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DeletePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DeletePlatformVersionRequest
|
|
38
40
|
* PlatformArn: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeAccountAttributesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticBeanstalkClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
37
37
|
* // const { ElasticBeanstalkClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
38
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
39
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
38
40
|
* const client = new ElasticBeanstalkClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new DescribeAccountAttributesCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DescribeApplicationVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DescribeApplicationVersionsMessage
|
|
38
40
|
* ApplicationName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeApplicationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DescribeApplicationsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DescribeApplicationsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DescribeApplicationsMessage
|
|
38
40
|
* ApplicationNames: [ // ApplicationNamesList
|
|
@@ -36,6 +36,8 @@ declare const DescribeConfigurationOptionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // DescribeConfigurationOptionsMessage
|
|
41
43
|
* ApplicationName: "STRING_VALUE",
|
|
@@ -47,6 +47,8 @@ declare const DescribeConfigurationSettingsCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
49
49
|
* // const { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
50
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
51
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
50
52
|
* const client = new ElasticBeanstalkClient(config);
|
|
51
53
|
* const input = { // DescribeConfigurationSettingsMessage
|
|
52
54
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeEnvironmentHealthCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
37
37
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
38
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
39
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
38
40
|
* const client = new ElasticBeanstalkClient(config);
|
|
39
41
|
* const input = { // DescribeEnvironmentHealthRequest
|
|
40
42
|
* EnvironmentName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DescribeEnvironmentManagedActionHistoryRequest
|
|
38
40
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeEnvironmentManagedActionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DescribeEnvironmentManagedActionsRequest
|
|
38
40
|
* EnvironmentName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeEnvironmentResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DescribeEnvironmentResourcesMessage
|
|
38
40
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeEnvironmentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, DescribeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // DescribeEnvironmentsMessage
|
|
38
40
|
* ApplicationName: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const DescribeEventsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticBeanstalkClient, DescribeEventsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
39
39
|
* // const { ElasticBeanstalkClient, DescribeEventsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
40
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
41
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
40
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
41
43
|
* const input = { // DescribeEventsMessage
|
|
42
44
|
* ApplicationName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeInstancesHealthCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ElasticBeanstalkClient, DescribeInstancesHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
37
37
|
* // const { ElasticBeanstalkClient, DescribeInstancesHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
38
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
39
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
38
40
|
* const client = new ElasticBeanstalkClient(config);
|
|
39
41
|
* const input = { // DescribeInstancesHealthRequest
|
|
40
42
|
* EnvironmentName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const DescribePlatformVersionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, DescribePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, DescribePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // DescribePlatformVersionRequest
|
|
41
43
|
* PlatformArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const DisassociateEnvironmentOperationsRoleCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // DisassociateEnvironmentOperationsRoleMessage
|
|
41
43
|
* EnvironmentName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAvailableSolutionStacksCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticBeanstalkClient, ListAvailableSolutionStacksCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, ListAvailableSolutionStacksCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
38
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
37
39
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new ListAvailableSolutionStacksCommand(input);
|
|
@@ -36,6 +36,8 @@ declare const ListPlatformBranchesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, ListPlatformBranchesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, ListPlatformBranchesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // ListPlatformBranchesRequest
|
|
41
43
|
* Filters: [ // SearchFilters
|
|
@@ -37,6 +37,8 @@ declare const ListPlatformVersionsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticBeanstalkClient, ListPlatformVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
39
39
|
* // const { ElasticBeanstalkClient, ListPlatformVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
40
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
41
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
40
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
41
43
|
* const input = { // ListPlatformVersionsRequest
|
|
42
44
|
* Filters: [ // PlatformFilters
|
|
@@ -36,6 +36,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, ListTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // ListTagsForResourceMessage
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const RebuildEnvironmentCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticBeanstalkClient, RebuildEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, RebuildEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
38
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
37
39
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
40
|
* const input = { // RebuildEnvironmentMessage
|
|
39
41
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -48,6 +48,8 @@ declare const RequestEnvironmentInfoCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
50
50
|
* // const { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
51
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
52
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
51
53
|
* const client = new ElasticBeanstalkClient(config);
|
|
52
54
|
* const input = { // RequestEnvironmentInfoMessage
|
|
53
55
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const RestartAppServerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ElasticBeanstalkClient, RestartAppServerCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, RestartAppServerCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
38
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
37
39
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
40
|
* const input = { // RestartAppServerMessage
|
|
39
41
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -42,6 +42,8 @@ declare const RetrieveEnvironmentInfoCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
44
44
|
* // const { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
45
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
46
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
45
47
|
* const client = new ElasticBeanstalkClient(config);
|
|
46
48
|
* const input = { // RetrieveEnvironmentInfoMessage
|
|
47
49
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const SwapEnvironmentCNAMEsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // SwapEnvironmentCNAMEsMessage
|
|
38
40
|
* SourceEnvironmentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const TerminateEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, TerminateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, TerminateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // TerminateEnvironmentMessage
|
|
38
40
|
* EnvironmentId: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const UpdateApplicationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticBeanstalkClient, UpdateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
39
39
|
* // const { ElasticBeanstalkClient, UpdateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
40
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
41
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
40
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
41
43
|
* const input = { // UpdateApplicationMessage
|
|
42
44
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApplicationResourceLifecycleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
37
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
36
38
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
39
|
* const input = { // UpdateApplicationResourceLifecycleMessage
|
|
38
40
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdateApplicationVersionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { ElasticBeanstalkClient, UpdateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
39
39
|
* // const { ElasticBeanstalkClient, UpdateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
40
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
41
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
40
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
41
43
|
* const input = { // UpdateApplicationVersionMessage
|
|
42
44
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const UpdateConfigurationTemplateCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
48
48
|
* // const { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
49
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
50
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
49
51
|
* const client = new ElasticBeanstalkClient(config);
|
|
50
52
|
* const input = { // UpdateConfigurationTemplateMessage
|
|
51
53
|
* ApplicationName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { ElasticBeanstalkClient, UpdateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
43
43
|
* // const { ElasticBeanstalkClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
44
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
45
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
44
46
|
* const client = new ElasticBeanstalkClient(config);
|
|
45
47
|
* const input = { // UpdateEnvironmentMessage
|
|
46
48
|
* ApplicationName: "STRING_VALUE",
|
|
@@ -52,6 +52,8 @@ declare const UpdateTagsForResourceCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { ElasticBeanstalkClient, UpdateTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
54
54
|
* // const { ElasticBeanstalkClient, UpdateTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
55
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
56
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
55
57
|
* const client = new ElasticBeanstalkClient(config);
|
|
56
58
|
* const input = { // UpdateTagsForResourceMessage
|
|
57
59
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ValidateConfigurationSettingsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
38
38
|
* // const { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
39
|
+
* // import type { ElasticBeanstalkClientConfig } from "@aws-sdk/client-elastic-beanstalk";
|
|
40
|
+
* const config = {}; // type is ElasticBeanstalkClientConfig
|
|
39
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
40
42
|
* const input = { // ValidateConfigurationSettingsMessage
|
|
41
43
|
* ApplicationName: "STRING_VALUE", // required
|
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.891.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-elastic-beanstalk",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|