@aws-sdk/client-elastic-beanstalk 3.40.0 → 3.45.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 (51) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +1 -1
  5. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +1 -1
  7. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +1 -1
  8. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
  13. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateStorageLocationCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeApplicationsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +1 -1
  33. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +1 -1
  35. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +1 -1
  39. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +1 -1
  40. package/dist-types/commands/RestartAppServerCommand.d.ts +1 -1
  41. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +1 -1
  42. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +1 -1
  43. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +1 -1
  51. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-elastic-beanstalk
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-elastic-beanstalk
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -81,6 +81,7 @@ const partitionHash = {
81
81
  "ap-south-1",
82
82
  "ap-southeast-1",
83
83
  "ap-southeast-2",
84
+ "ap-southeast-3",
84
85
  "ca-central-1",
85
86
  "eu-central-1",
86
87
  "eu-north-1",
@@ -149,6 +150,10 @@ const partitionHash = {
149
150
  hostname: "elasticbeanstalk.{region}.c2s.ic.gov",
150
151
  tags: [],
151
152
  },
153
+ {
154
+ hostname: "elasticbeanstalk-fips.{region}.c2s.ic.gov",
155
+ tags: ["fips"],
156
+ },
152
157
  ],
153
158
  },
154
159
  "aws-iso-b": {
@@ -159,6 +164,10 @@ const partitionHash = {
159
164
  hostname: "elasticbeanstalk.{region}.sc2s.sgov.gov",
160
165
  tags: [],
161
166
  },
167
+ {
168
+ hostname: "elasticbeanstalk-fips.{region}.sc2s.sgov.gov",
169
+ tags: ["fips"],
170
+ },
162
171
  ],
163
172
  },
164
173
  "aws-us-gov": {
@@ -79,6 +79,7 @@ var partitionHash = {
79
79
  "ap-south-1",
80
80
  "ap-southeast-1",
81
81
  "ap-southeast-2",
82
+ "ap-southeast-3",
82
83
  "ca-central-1",
83
84
  "eu-central-1",
84
85
  "eu-north-1",
@@ -147,6 +148,10 @@ var partitionHash = {
147
148
  hostname: "elasticbeanstalk.{region}.c2s.ic.gov",
148
149
  tags: [],
149
150
  },
151
+ {
152
+ hostname: "elasticbeanstalk-fips.{region}.c2s.ic.gov",
153
+ tags: ["fips"],
154
+ },
150
155
  ],
151
156
  },
152
157
  "aws-iso-b": {
@@ -157,6 +162,10 @@ var partitionHash = {
157
162
  hostname: "elasticbeanstalk.{region}.sc2s.sgov.gov",
158
163
  tags: [],
159
164
  },
165
+ {
166
+ hostname: "elasticbeanstalk-fips.{region}.sc2s.sgov.gov",
167
+ tags: ["fips"],
168
+ },
160
169
  ],
161
170
  },
162
171
  "aws-us-gov": {
@@ -21,7 +21,7 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link AbortEnvironmentUpdateCommandInput} for command's `input` shape.
23
23
  * @see {@link AbortEnvironmentUpdateCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AbortEnvironmentUpdateCommand extends $Command<AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnviron
22
22
  *
23
23
  * @see {@link ApplyEnvironmentManagedActionCommandInput} for command's `input` shape.
24
24
  * @see {@link ApplyEnvironmentManagedActionCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ApplyEnvironmentManagedActionCommand extends $Command<ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad
23
23
  *
24
24
  * @see {@link AssociateEnvironmentOperationsRoleCommandInput} for command's `input` shape.
25
25
  * @see {@link AssociateEnvironmentOperationsRoleCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AssociateEnvironmentOperationsRoleCommand extends $Command<AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR
20
20
  *
21
21
  * @see {@link CheckDNSAvailabilityCommandInput} for command's `input` shape.
22
22
  * @see {@link CheckDNSAvailabilityCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CheckDNSAvailabilityCommand extends $Command<CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription
25
25
  *
26
26
  * @see {@link ComposeEnvironmentsCommandInput} for command's `input` shape.
27
27
  * @see {@link ComposeEnvironmentsCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ComposeEnvironmentsCommand extends $Command<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe
21
21
  *
22
22
  * @see {@link CreateApplicationCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
36
36
  *
37
37
  * @see {@link CreateApplicationVersionCommandInput} for command's `input` shape.
38
38
  * @see {@link CreateApplicationVersionCommandOutput} for command's `response` shape.
39
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class CreateApplicationVersionCommand extends $Command<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS
43
43
  *
44
44
  * @see {@link CreateConfigurationTemplateCommandInput} for command's `input` shape.
45
45
  * @see {@link CreateConfigurationTemplateCommandOutput} for command's `response` shape.
46
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class CreateConfigurationTemplateCommand extends $Command<CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
21
21
  *
22
22
  * @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersio
20
20
  *
21
21
  * @see {@link CreatePlatformVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePlatformVersionCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreatePlatformVersionCommand extends $Command<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateStorageLocationCommandOutput extends CreateStorageLocatio
24
24
  *
25
25
  * @see {@link CreateStorageLocationCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateStorageLocationCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateStorageLocationCommand extends $Command<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer
24
24
  *
25
25
  * @see {@link DeleteApplicationVersionCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteApplicationVersionCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteApplicationVersionCommand extends $Command<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBear
25
25
  *
26
26
  * @see {@link DeleteConfigurationTemplateCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteConfigurationTemplateCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteConfigurationTemplateCommand extends $Command<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataB
25
25
  *
26
26
  * @see {@link DeleteEnvironmentConfigurationCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteEnvironmentConfigurationCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteEnvironmentConfigurationCommand extends $Command<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersio
20
20
  *
21
21
  * @see {@link DeletePlatformVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeletePlatformVersionCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeletePlatformVersionCommand extends $Command<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
22
22
  *
23
23
  * @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeApplicationVersionsCommandOutput extends ApplicationVer
20
20
  *
21
21
  * @see {@link DescribeApplicationVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeApplicationVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeApplicationVersionsCommand extends $Command<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio
20
20
  *
21
21
  * @see {@link DescribeApplicationsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeApplicationsCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeApplicationsCommand extends $Command<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration
23
23
  *
24
24
  * @see {@link DescribeConfigurationOptionsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeConfigurationOptionsCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeConfigurationOptionsCommand extends $Command<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DescribeConfigurationSettingsCommandOutput extends Configuratio
34
34
  *
35
35
  * @see {@link DescribeConfigurationSettingsCommandInput} for command's `input` shape.
36
36
  * @see {@link DescribeConfigurationSettingsCommandOutput} for command's `response` shape.
37
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DescribeConfigurationSettingsCommand extends $Command<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm
22
22
  *
23
23
  * @see {@link DescribeEnvironmentHealthCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeEnvironmentHealthCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeEnvironmentHealthCommand extends $Command<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends De
20
20
  *
21
21
  * @see {@link DescribeEnvironmentManagedActionHistoryCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEnvironmentManagedActionHistoryCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEnvironmentManagedActionHistoryCommand extends $Command<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEnvironmentManagedActionsCommandOutput extends Describe
20
20
  *
21
21
  * @see {@link DescribeEnvironmentManagedActionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEnvironmentManagedActionsCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEnvironmentManagedActionsCommand extends $Command<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentRe
20
20
  *
21
21
  * @see {@link DescribeEnvironmentResourcesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEnvironmentResourcesCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEnvironmentResourcesCommand extends $Command<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio
20
20
  *
21
21
  * @see {@link DescribeEnvironmentsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEnvironmentsCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEnvironmentsCommand extends $Command<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _
24
24
  *
25
25
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesH
22
22
  *
23
23
  * @see {@link DescribeInstancesHealthCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeInstancesHealthCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeInstancesHealthCommand extends $Command<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribePlatformVersionCommandOutput extends DescribePlatformVe
23
23
  *
24
24
  * @see {@link DescribePlatformVersionCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribePlatformVersionCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribePlatformVersionCommand extends $Command<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __Me
23
23
  *
24
24
  * @see {@link DisassociateEnvironmentOperationsRoleCommandInput} for command's `input` shape.
25
25
  * @see {@link DisassociateEnvironmentOperationsRoleCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DisassociateEnvironmentOperationsRoleCommand extends $Command<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListAvailableSolutionStacksCommandOutput extends ListAvailableS
21
21
  *
22
22
  * @see {@link ListAvailableSolutionStacksCommandInput} for command's `input` shape.
23
23
  * @see {@link ListAvailableSolutionStacksCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListAvailableSolutionStacksCommand extends $Command<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesR
23
23
  *
24
24
  * @see {@link ListPlatformBranchesCommandInput} for command's `input` shape.
25
25
  * @see {@link ListPlatformBranchesCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListPlatformBranchesCommand extends $Command<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsR
24
24
  *
25
25
  * @see {@link ListPlatformVersionsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListPlatformVersionsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListPlatformVersionsCommand extends $Command<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptio
23
23
  *
24
24
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link RebuildEnvironmentCommandInput} for command's `input` shape.
23
23
  * @see {@link RebuildEnvironmentCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RebuildEnvironmentCommand extends $Command<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
35
35
  *
36
36
  * @see {@link RequestEnvironmentInfoCommandInput} for command's `input` shape.
37
37
  * @see {@link RequestEnvironmentInfoCommandOutput} for command's `response` shape.
38
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class RequestEnvironmentInfoCommand extends $Command<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RestartAppServerCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link RestartAppServerCommandInput} for command's `input` shape.
23
23
  * @see {@link RestartAppServerCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RestartAppServerCommand extends $Command<RestartAppServerCommandInput, RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmen
29
29
  *
30
30
  * @see {@link RetrieveEnvironmentInfoCommandInput} for command's `input` shape.
31
31
  * @see {@link RetrieveEnvironmentInfoCommandOutput} for command's `response` shape.
32
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class RetrieveEnvironmentInfoCommand extends $Command<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link SwapEnvironmentCNAMEsCommandInput} for command's `input` shape.
22
22
  * @see {@link SwapEnvironmentCNAMEsCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SwapEnvironmentCNAMEsCommand extends $Command<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TerminateEnvironmentCommandOutput extends EnvironmentDescriptio
20
20
  *
21
21
  * @see {@link TerminateEnvironmentCommandInput} for command's `input` shape.
22
22
  * @see {@link TerminateEnvironmentCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TerminateEnvironmentCommand extends $Command<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMe
24
24
  *
25
25
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApplicationResourceLifecycleCommandOutput extends Applica
20
20
  *
21
21
  * @see {@link UpdateApplicationResourceLifecycleCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApplicationResourceLifecycleCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApplicationResourceLifecycleCommand extends $Command<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateApplicationVersionCommandOutput extends ApplicationVersio
24
24
  *
25
25
  * @see {@link UpdateApplicationVersionCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateApplicationVersionCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateApplicationVersionCommand extends $Command<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationS
33
33
  *
34
34
  * @see {@link UpdateConfigurationTemplateCommandInput} for command's `input` shape.
35
35
  * @see {@link UpdateConfigurationTemplateCommandOutput} for command's `response` shape.
36
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class UpdateConfigurationTemplateCommand extends $Command<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription,
28
28
  *
29
29
  * @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
30
30
  * @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
31
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {
39
39
  *
40
40
  * @see {@link UpdateTagsForResourceCommandInput} for command's `input` shape.
41
41
  * @see {@link UpdateTagsForResourceCommandOutput} for command's `response` shape.
42
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class UpdateTagsForResourceCommand extends $Command<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ValidateConfigurationSettingsCommandOutput extends Configuratio
23
23
  *
24
24
  * @see {@link ValidateConfigurationSettingsCommandInput} for command's `input` shape.
25
25
  * @see {@link ValidateConfigurationSettingsCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ValidateConfigurationSettingsCommand extends $Command<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",