@aws-sdk/client-elastic-beanstalk 3.296.0 → 3.297.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/protocols/Aws_query.js +96 -504
- package/dist-es/protocols/Aws_query.js +96 -504
- package/dist-types/ElasticBeanstalk.d.ts +48 -0
- package/dist-types/ElasticBeanstalkClient.d.ts +24 -4
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +16 -0
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +16 -0
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +16 -0
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +16 -0
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +16 -0
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +16 -0
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +16 -0
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +16 -0
- package/dist-types/commands/RestartAppServerCommand.d.ts +16 -0
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +16 -0
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +16 -0
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +16 -0
- package/dist-types/models/ElasticBeanstalkServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +232 -0
- package/dist-types/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPlatformBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPlatformVersionsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePlatformVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePlatformVersionCommandInput extends DeletePlatformVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePlatformVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified version of a custom platform.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeletePlatformVersionCommandInput - {@link DeletePlatformVersionCommandInput}
|
|
34
|
+
* @returns {@link DeletePlatformVersionCommandOutput}
|
|
28
35
|
* @see {@link DeletePlatformVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeletePlatformVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersio
|
|
|
48
55
|
export declare class DeletePlatformVersionCommand extends $Command<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
49
56
|
readonly input: DeletePlatformVersionCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DeletePlatformVersionCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeAccountAttributesResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAccountAttributesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAccountAttributesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAccountAttributesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAccountAttributesCommandOutput extends DescribeAccountAttributesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS
|
|
18
23
|
* account.</p>
|
|
19
24
|
* <p>The result currently has one set of attributes—resource quotas.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeAccountAttributesCommandInput - {@link DescribeAccountAttributesCommandInput}
|
|
36
|
+
* @returns {@link DescribeAccountAttributesCommandOutput}
|
|
30
37
|
* @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
|
|
|
40
47
|
export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
41
48
|
readonly input: DescribeAccountAttributesCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DescribeAccountAttributesCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeApplicationVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeApplicationVersionsCommandInput extends DescribeApplicationVersionsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeApplicationVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeApplicationVersionsCommandOutput extends ApplicationVersionDescriptionsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieve a list of application versions.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeApplicationVersionsCommandOutput extends ApplicationVer
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeApplicationVersionsCommandInput - {@link DescribeApplicationVersionsCommandInput}
|
|
34
|
+
* @returns {@link DescribeApplicationVersionsCommandOutput}
|
|
28
35
|
* @see {@link DescribeApplicationVersionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeApplicationVersionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -76,11 +83,20 @@ export interface DescribeApplicationVersionsCommandOutput extends ApplicationVer
|
|
|
76
83
|
export declare class DescribeApplicationVersionsCommand extends $Command<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
77
84
|
readonly input: DescribeApplicationVersionsCommandInput;
|
|
78
85
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
79
89
|
constructor(input: DescribeApplicationVersionsCommandInput);
|
|
80
90
|
/**
|
|
81
91
|
* @internal
|
|
82
92
|
*/
|
|
83
93
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
84
97
|
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
85
101
|
private deserialize;
|
|
86
102
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeApplicationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeApplicationsCommandInput extends DescribeApplicationsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeApplicationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeApplicationsCommandOutput extends ApplicationDescriptionsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the descriptions of existing applications.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeApplicationsCommandInput - {@link DescribeApplicationsCommandInput}
|
|
34
|
+
* @returns {@link DescribeApplicationsCommandOutput}
|
|
28
35
|
* @see {@link DescribeApplicationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeApplicationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -78,11 +85,20 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio
|
|
|
78
85
|
export declare class DescribeApplicationsCommand extends $Command<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
79
86
|
readonly input: DescribeApplicationsCommandInput;
|
|
80
87
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
81
91
|
constructor(input: DescribeApplicationsCommandInput);
|
|
82
92
|
/**
|
|
83
93
|
* @internal
|
|
84
94
|
*/
|
|
85
95
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
86
99
|
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
87
103
|
private deserialize;
|
|
88
104
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConfigurationOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConfigurationOptionsCommandInput extends DescribeConfigurationOptionsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConfigurationOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConfigurationOptionsCommandOutput extends ConfigurationOptionsDescription, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the configuration options that are used in a particular configuration
|
|
18
23
|
* template or environment, or that a specified solution stack defines. The description includes
|
|
19
24
|
* the values the options, their default values, and an indication of the required action on a
|
|
@@ -28,6 +33,8 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeConfigurationOptionsCommandInput - {@link DescribeConfigurationOptionsCommandInput}
|
|
37
|
+
* @returns {@link DescribeConfigurationOptionsCommandOutput}
|
|
31
38
|
* @see {@link DescribeConfigurationOptionsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeConfigurationOptionsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration
|
|
|
77
84
|
export declare class DescribeConfigurationOptionsCommand extends $Command<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
78
85
|
readonly input: DescribeConfigurationOptionsCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: DescribeConfigurationOptionsCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConfigurationSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConfigurationSettingsCommandInput extends DescribeConfigurationSettingsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConfigurationSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConfigurationSettingsCommandOutput extends ConfigurationSettingsDescriptions, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a description of the settings for the specified configuration set, that is,
|
|
18
23
|
* either a configuration template or the configuration set associated with a running
|
|
19
24
|
* environment.</p>
|
|
@@ -39,6 +44,8 @@ export interface DescribeConfigurationSettingsCommandOutput extends Configuratio
|
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
47
|
+
* @param DescribeConfigurationSettingsCommandInput - {@link DescribeConfigurationSettingsCommandInput}
|
|
48
|
+
* @returns {@link DescribeConfigurationSettingsCommandOutput}
|
|
42
49
|
* @see {@link DescribeConfigurationSettingsCommandInput} for command's `input` shape.
|
|
43
50
|
* @see {@link DescribeConfigurationSettingsCommandOutput} for command's `response` shape.
|
|
44
51
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -104,11 +111,20 @@ export interface DescribeConfigurationSettingsCommandOutput extends Configuratio
|
|
|
104
111
|
export declare class DescribeConfigurationSettingsCommand extends $Command<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
105
112
|
readonly input: DescribeConfigurationSettingsCommandInput;
|
|
106
113
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
107
117
|
constructor(input: DescribeConfigurationSettingsCommandInput);
|
|
108
118
|
/**
|
|
109
119
|
* @internal
|
|
110
120
|
*/
|
|
111
121
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
112
125
|
private serialize;
|
|
126
|
+
/**
|
|
127
|
+
* @internal
|
|
128
|
+
*/
|
|
113
129
|
private deserialize;
|
|
114
130
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEnvironmentHealthCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEnvironmentHealthCommandInput extends DescribeEnvironmentHealthRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEnvironmentHealthCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironmentHealthResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the overall health of the specified environment. The
|
|
18
23
|
* <b>DescribeEnvironmentHealth</b> operation is only available with
|
|
19
24
|
* AWS Elastic Beanstalk Enhanced Health.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeEnvironmentHealthCommandInput - {@link DescribeEnvironmentHealthCommandInput}
|
|
36
|
+
* @returns {@link DescribeEnvironmentHealthCommandOutput}
|
|
30
37
|
* @see {@link DescribeEnvironmentHealthCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeEnvironmentHealthCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -96,11 +103,20 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm
|
|
|
96
103
|
export declare class DescribeEnvironmentHealthCommand extends $Command<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
97
104
|
readonly input: DescribeEnvironmentHealthCommandInput;
|
|
98
105
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
99
109
|
constructor(input: DescribeEnvironmentHealthCommandInput);
|
|
100
110
|
/**
|
|
101
111
|
* @internal
|
|
102
112
|
*/
|
|
103
113
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
104
117
|
private serialize;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
105
121
|
private deserialize;
|
|
106
122
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEnvironmentManagedActionHistoryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEnvironmentManagedActionHistoryCommandInput extends DescribeEnvironmentManagedActionHistoryRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEnvironmentManagedActionHistoryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends DescribeEnvironmentManagedActionHistoryResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists an environment's completed and failed managed actions.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends De
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeEnvironmentManagedActionHistoryCommandInput - {@link DescribeEnvironmentManagedActionHistoryCommandInput}
|
|
34
|
+
* @returns {@link DescribeEnvironmentManagedActionHistoryCommandOutput}
|
|
28
35
|
* @see {@link DescribeEnvironmentManagedActionHistoryCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeEnvironmentManagedActionHistoryCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends De
|
|
|
37
44
|
export declare class DescribeEnvironmentManagedActionHistoryCommand extends $Command<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
38
45
|
readonly input: DescribeEnvironmentManagedActionHistoryCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: DescribeEnvironmentManagedActionHistoryCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEnvironmentManagedActionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEnvironmentManagedActionsCommandInput extends DescribeEnvironmentManagedActionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEnvironmentManagedActionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEnvironmentManagedActionsCommandOutput extends DescribeEnvironmentManagedActionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists an environment's upcoming and in-progress managed actions.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeEnvironmentManagedActionsCommandOutput extends Describe
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeEnvironmentManagedActionsCommandInput - {@link DescribeEnvironmentManagedActionsCommandInput}
|
|
34
|
+
* @returns {@link DescribeEnvironmentManagedActionsCommandOutput}
|
|
28
35
|
* @see {@link DescribeEnvironmentManagedActionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeEnvironmentManagedActionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface DescribeEnvironmentManagedActionsCommandOutput extends Describe
|
|
|
37
44
|
export declare class DescribeEnvironmentManagedActionsCommand extends $Command<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
38
45
|
readonly input: DescribeEnvironmentManagedActionsCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: DescribeEnvironmentManagedActionsCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEnvironmentResourcesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEnvironmentResourcesCommandInput extends DescribeEnvironmentResourcesMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEnvironmentResourcesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentResourceDescriptionsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns AWS resources for this environment.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentRe
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeEnvironmentResourcesCommandInput - {@link DescribeEnvironmentResourcesCommandInput}
|
|
34
|
+
* @returns {@link DescribeEnvironmentResourcesCommandOutput}
|
|
28
35
|
* @see {@link DescribeEnvironmentResourcesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeEnvironmentResourcesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -78,11 +85,20 @@ export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentRe
|
|
|
78
85
|
export declare class DescribeEnvironmentResourcesCommand extends $Command<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
79
86
|
readonly input: DescribeEnvironmentResourcesCommandInput;
|
|
80
87
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
81
91
|
constructor(input: DescribeEnvironmentResourcesCommandInput);
|
|
82
92
|
/**
|
|
83
93
|
* @internal
|
|
84
94
|
*/
|
|
85
95
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
86
99
|
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
87
103
|
private deserialize;
|
|
88
104
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEnvironmentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEnvironmentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptionsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptions for existing environments.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeEnvironmentsCommandInput - {@link DescribeEnvironmentsCommandInput}
|
|
34
|
+
* @returns {@link DescribeEnvironmentsCommandOutput}
|
|
28
35
|
* @see {@link DescribeEnvironmentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeEnvironmentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -72,11 +79,20 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio
|
|
|
72
79
|
export declare class DescribeEnvironmentsCommand extends $Command<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
73
80
|
readonly input: DescribeEnvironmentsCommandInput;
|
|
74
81
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
75
85
|
constructor(input: DescribeEnvironmentsCommandInput);
|
|
76
86
|
/**
|
|
77
87
|
* @internal
|
|
78
88
|
*/
|
|
79
89
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
80
93
|
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
81
97
|
private deserialize;
|
|
82
98
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
5
5
|
import { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEventsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEventsCommandInput extends DescribeEventsMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEventsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>This action returns the most recent 1,000 events from the specified
|
|
@@ -29,6 +34,8 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
|
|
38
|
+
* @returns {@link DescribeEventsCommandOutput}
|
|
32
39
|
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
|
|
@@ -86,11 +93,20 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _
|
|
|
86
93
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
|
|
87
94
|
readonly input: DescribeEventsCommandInput;
|
|
88
95
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
89
99
|
constructor(input: DescribeEventsCommandInput);
|
|
90
100
|
/**
|
|
91
101
|
* @internal
|
|
92
102
|
*/
|
|
93
103
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
94
107
|
private serialize;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
95
111
|
private deserialize;
|
|
96
112
|
}
|