@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.
Files changed (59) hide show
  1. package/dist-cjs/protocols/Aws_query.js +96 -504
  2. package/dist-es/protocols/Aws_query.js +96 -504
  3. package/dist-types/ElasticBeanstalk.d.ts +48 -0
  4. package/dist-types/ElasticBeanstalkClient.d.ts +24 -4
  5. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +16 -0
  6. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +16 -0
  8. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +16 -0
  9. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  14. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateStorageLocationCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeApplicationsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +16 -0
  34. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +16 -0
  35. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +16 -0
  36. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +16 -0
  40. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +16 -0
  41. package/dist-types/commands/RestartAppServerCommand.d.ts +16 -0
  42. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +16 -0
  43. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +16 -0
  44. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +16 -0
  45. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  46. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +16 -0
  48. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +16 -0
  51. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +16 -0
  52. package/dist-types/models/ElasticBeanstalkServiceException.d.ts +2 -0
  53. package/dist-types/models/models_0.d.ts +232 -0
  54. package/dist-types/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +3 -0
  55. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  56. package/dist-types/pagination/Interfaces.d.ts +3 -0
  57. package/dist-types/pagination/ListPlatformBranchesPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListPlatformVersionsPaginator.d.ts +3 -0
  59. 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 { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CheckDNSAvailabilityCommand}.
8
10
  */
9
11
  export interface CheckDNSAvailabilityCommandInput extends CheckDNSAvailabilityMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CheckDNSAvailabilityCommand}.
13
17
  */
14
18
  export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityResultMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Checks if the specified CNAME is available.</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 CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CheckDNSAvailabilityCommandInput - {@link CheckDNSAvailabilityCommandInput}
34
+ * @returns {@link CheckDNSAvailabilityCommandOutput}
28
35
  * @see {@link CheckDNSAvailabilityCommandInput} for command's `input` shape.
29
36
  * @see {@link CheckDNSAvailabilityCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -51,11 +58,20 @@ export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR
51
58
  export declare class CheckDNSAvailabilityCommand extends $Command<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig> {
52
59
  readonly input: CheckDNSAvailabilityCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: CheckDNSAvailabilityCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ComposeEnvironmentsCommand}.
8
10
  */
9
11
  export interface ComposeEnvironmentsCommandInput extends ComposeEnvironmentsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ComposeEnvironmentsCommand}.
13
17
  */
14
18
  export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescriptionsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create or update a group of environments that each run a separate component of a single
18
23
  * application. Takes a list of version labels that specify application source bundles for each
19
24
  * of the environments to create or update. The name of each environment and other required
@@ -30,6 +35,8 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ComposeEnvironmentsCommandInput - {@link ComposeEnvironmentsCommandInput}
39
+ * @returns {@link ComposeEnvironmentsCommandOutput}
33
40
  * @see {@link ComposeEnvironmentsCommandInput} for command's `input` shape.
34
41
  * @see {@link ComposeEnvironmentsCommandOutput} for command's `response` shape.
35
42
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription
46
53
  export declare class ComposeEnvironmentsCommand extends $Command<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
47
54
  readonly input: ComposeEnvironmentsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ComposeEnvironmentsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApplicationCommand}.
8
10
  */
9
11
  export interface CreateApplicationCommandInput extends CreateApplicationMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApplicationCommand}.
13
17
  */
14
18
  export interface CreateApplicationCommandOutput extends ApplicationDescriptionMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an application that has one configuration template named <code>default</code>
18
23
  * and no application versions.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
35
+ * @returns {@link CreateApplicationCommandOutput}
29
36
  * @see {@link CreateApplicationCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
31
38
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe
61
68
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
62
69
  readonly input: CreateApplicationCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateApplicationCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApplicationVersionCommand}.
8
10
  */
9
11
  export interface CreateApplicationVersionCommandInput extends CreateApplicationVersionMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApplicationVersionCommand}.
13
17
  */
14
18
  export interface CreateApplicationVersionCommandOutput extends ApplicationVersionDescriptionMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an application version for the specified application. You can create an
18
23
  * application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the
19
24
  * output of an AWS CodeBuild build as follows:</p>
@@ -41,6 +46,8 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param CreateApplicationVersionCommandInput - {@link CreateApplicationVersionCommandInput}
50
+ * @returns {@link CreateApplicationVersionCommandOutput}
44
51
  * @see {@link CreateApplicationVersionCommandInput} for command's `input` shape.
45
52
  * @see {@link CreateApplicationVersionCommandOutput} for command's `response` shape.
46
53
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -112,11 +119,20 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
112
119
  export declare class CreateApplicationVersionCommand extends $Command<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
113
120
  readonly input: CreateApplicationVersionCommandInput;
114
121
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
+ /**
123
+ * @public
124
+ */
115
125
  constructor(input: CreateApplicationVersionCommandInput);
116
126
  /**
117
127
  * @internal
118
128
  */
119
129
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput>;
130
+ /**
131
+ * @internal
132
+ */
120
133
  private serialize;
134
+ /**
135
+ * @internal
136
+ */
121
137
  private deserialize;
122
138
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConfigurationTemplateCommand}.
8
10
  */
9
11
  export interface CreateConfigurationTemplateCommandInput extends CreateConfigurationTemplateMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConfigurationTemplateCommand}.
13
17
  */
14
18
  export interface CreateConfigurationTemplateCommandOutput extends ConfigurationSettingsDescription, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk
18
23
  * application. You define application configuration settings in a configuration template. You
19
24
  * can then use the configuration template to deploy different versions of the application with
@@ -48,6 +53,8 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param CreateConfigurationTemplateCommandInput - {@link CreateConfigurationTemplateCommandInput}
57
+ * @returns {@link CreateConfigurationTemplateCommandOutput}
51
58
  * @see {@link CreateConfigurationTemplateCommandInput} for command's `input` shape.
52
59
  * @see {@link CreateConfigurationTemplateCommandOutput} for command's `response` shape.
53
60
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -89,11 +96,20 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS
89
96
  export declare class CreateConfigurationTemplateCommand extends $Command<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
90
97
  readonly input: CreateConfigurationTemplateCommandInput;
91
98
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
+ /**
100
+ * @public
101
+ */
92
102
  constructor(input: CreateConfigurationTemplateCommandInput);
93
103
  /**
94
104
  * @internal
95
105
  */
96
106
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput>;
107
+ /**
108
+ * @internal
109
+ */
97
110
  private serialize;
111
+ /**
112
+ * @internal
113
+ */
98
114
  private deserialize;
99
115
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEnvironmentCommand}.
8
10
  */
9
11
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEnvironmentCommand}.
13
17
  */
14
18
  export interface CreateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Launches an AWS Elastic Beanstalk environment for the specified application using the specified
18
23
  * configuration.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
35
+ * @returns {@link CreateEnvironmentCommandOutput}
29
36
  * @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
31
38
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -76,11 +83,20 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
76
83
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig> {
77
84
  readonly input: CreateEnvironmentCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: CreateEnvironmentCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
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 { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePlatformVersionCommand}.
8
10
  */
9
11
  export interface CreatePlatformVersionCommandInput extends CreatePlatformVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePlatformVersionCommand}.
13
17
  */
14
18
  export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a new version of your 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 CreatePlatformVersionCommandOutput extends CreatePlatformVersio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreatePlatformVersionCommandInput - {@link CreatePlatformVersionCommandInput}
34
+ * @returns {@link CreatePlatformVersionCommandOutput}
28
35
  * @see {@link CreatePlatformVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreatePlatformVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -44,11 +51,20 @@ export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersio
44
51
  export declare class CreatePlatformVersionCommand extends $Command<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
45
52
  readonly input: CreatePlatformVersionCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: CreatePlatformVersionCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { CreateStorageLocationResultMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateStorageLocationCommand}.
8
10
  */
9
11
  export interface CreateStorageLocationCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateStorageLocationCommand}.
13
17
  */
14
18
  export interface CreateStorageLocationCommandOutput extends CreateStorageLocationResultMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a bucket in Amazon S3 to store application versions, logs, and other files used
18
23
  * by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the
19
24
  * first time you create an environment in a region. If the storage location already exists,
@@ -29,6 +34,8 @@ export interface CreateStorageLocationCommandOutput extends CreateStorageLocatio
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateStorageLocationCommandInput - {@link CreateStorageLocationCommandInput}
38
+ * @returns {@link CreateStorageLocationCommandOutput}
32
39
  * @see {@link CreateStorageLocationCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateStorageLocationCommandOutput} for command's `response` shape.
34
41
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -62,11 +69,20 @@ export interface CreateStorageLocationCommandOutput extends CreateStorageLocatio
62
69
  export declare class CreateStorageLocationCommand extends $Command<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
63
70
  readonly input: CreateStorageLocationCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreateStorageLocationCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteApplicationMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApplicationCommand}.
8
10
  */
9
11
  export interface DeleteApplicationCommandInput extends DeleteApplicationMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApplicationCommand}.
13
17
  */
14
18
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified application along with all associated versions and
18
23
  * configurations. The application versions will not be deleted from your Amazon S3
19
24
  * bucket.</p>
@@ -30,6 +35,8 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
39
+ * @returns {@link DeleteApplicationCommandOutput}
33
40
  * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
35
42
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
54
61
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
55
62
  readonly input: DeleteApplicationCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteApplicationCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteApplicationVersionMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApplicationVersionCommand}.
8
10
  */
9
11
  export interface DeleteApplicationVersionCommandInput extends DeleteApplicationVersionMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApplicationVersionCommand}.
13
17
  */
14
18
  export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified version from the specified application.</p>
18
23
  * <note>
19
24
  * <p>You cannot delete an application version that is associated with a running
@@ -29,6 +34,8 @@ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteApplicationVersionCommandInput - {@link DeleteApplicationVersionCommandInput}
38
+ * @returns {@link DeleteApplicationVersionCommandOutput}
32
39
  * @see {@link DeleteApplicationVersionCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteApplicationVersionCommandOutput} for command's `response` shape.
34
41
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -78,11 +85,20 @@ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer
78
85
  export declare class DeleteApplicationVersionCommand extends $Command<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
79
86
  readonly input: DeleteApplicationVersionCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: DeleteApplicationVersionCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput>;
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 { DeleteConfigurationTemplateMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfigurationTemplateCommand}.
8
10
  */
9
11
  export interface DeleteConfigurationTemplateCommandInput extends DeleteConfigurationTemplateMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfigurationTemplateCommand}.
13
17
  */
14
18
  export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified configuration template.</p>
18
23
  * <note>
19
24
  * <p>When you launch an environment using a configuration template, the environment gets a
@@ -30,6 +35,8 @@ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBear
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteConfigurationTemplateCommandInput - {@link DeleteConfigurationTemplateCommandInput}
39
+ * @returns {@link DeleteConfigurationTemplateCommandOutput}
33
40
  * @see {@link DeleteConfigurationTemplateCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteConfigurationTemplateCommandOutput} for command's `response` shape.
35
42
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBear
55
62
  export declare class DeleteConfigurationTemplateCommand extends $Command<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
56
63
  readonly input: DeleteConfigurationTemplateCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteConfigurationTemplateCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentConfigurationCommandInput extends DeleteEnvironmentConfigurationMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the draft configuration associated with the running environment.</p>
18
23
  * <p>Updating a running environment with any configuration changes creates a draft
19
24
  * configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update
@@ -30,6 +35,8 @@ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataB
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteEnvironmentConfigurationCommandInput - {@link DeleteEnvironmentConfigurationCommandInput}
39
+ * @returns {@link DeleteEnvironmentConfigurationCommandOutput}
33
40
  * @see {@link DeleteEnvironmentConfigurationCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteEnvironmentConfigurationCommandOutput} for command's `response` shape.
35
42
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataB
51
58
  export declare class DeleteEnvironmentConfigurationCommand extends $Command<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
52
59
  readonly input: DeleteEnvironmentConfigurationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteEnvironmentConfigurationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }