@aws-sdk/client-elastic-beanstalk 3.300.0 → 3.303.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/models/models_0.js +127 -146
- package/dist-es/models/models_0.js +127 -146
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +1 -1
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +1 -1
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -2
- package/dist-types/commands/CreateApplicationCommand.d.ts +7 -7
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +6 -6
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +6 -6
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +8 -8
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +6 -6
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -2
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +1 -1
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +4 -4
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +1 -1
- package/dist-types/commands/RestartAppServerCommand.d.ts +1 -1
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +1 -1
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +5 -5
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +5 -5
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -6
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +222 -127
- package/dist-types/ts3.4/models/models_0.d.ts +159 -127
- package/package.json +35 -35
|
@@ -26,9 +26,9 @@ export interface DescribeApplicationVersionsCommandOutput extends ApplicationVer
|
|
|
26
26
|
* import { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeApplicationVersionsMessage
|
|
30
30
|
* ApplicationName: "STRING_VALUE",
|
|
31
|
-
* VersionLabels: [
|
|
31
|
+
* VersionLabels: [ // VersionLabelsList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* MaxRecords: Number("int"),
|
|
@@ -26,8 +26,8 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio
|
|
|
26
26
|
* import { ElasticBeanstalkClient, DescribeApplicationsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, DescribeApplicationsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ApplicationNames: [
|
|
29
|
+
* const input = { // DescribeApplicationsMessage
|
|
30
|
+
* ApplicationNames: [ // ApplicationNamesList
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -29,14 +29,14 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration
|
|
|
29
29
|
* import { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
30
|
* // const { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
31
|
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeConfigurationOptionsMessage
|
|
33
33
|
* ApplicationName: "STRING_VALUE",
|
|
34
34
|
* TemplateName: "STRING_VALUE",
|
|
35
35
|
* EnvironmentName: "STRING_VALUE",
|
|
36
36
|
* SolutionStackName: "STRING_VALUE",
|
|
37
37
|
* PlatformArn: "STRING_VALUE",
|
|
38
|
-
* Options: [
|
|
39
|
-
* {
|
|
38
|
+
* Options: [ // OptionsSpecifierList
|
|
39
|
+
* { // OptionSpecification
|
|
40
40
|
* ResourceName: "STRING_VALUE",
|
|
41
41
|
* Namespace: "STRING_VALUE",
|
|
42
42
|
* OptionName: "STRING_VALUE",
|
|
@@ -40,7 +40,7 @@ export interface DescribeConfigurationSettingsCommandOutput extends Configuratio
|
|
|
40
40
|
* import { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
41
41
|
* // const { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
42
42
|
* const client = new ElasticBeanstalkClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // DescribeConfigurationSettingsMessage
|
|
44
44
|
* ApplicationName: "STRING_VALUE", // required
|
|
45
45
|
* TemplateName: "STRING_VALUE",
|
|
46
46
|
* EnvironmentName: "STRING_VALUE",
|
|
@@ -28,10 +28,10 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm
|
|
|
28
28
|
* import { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
29
29
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
30
30
|
* const client = new ElasticBeanstalkClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeEnvironmentHealthRequest
|
|
32
32
|
* EnvironmentName: "STRING_VALUE",
|
|
33
33
|
* EnvironmentId: "STRING_VALUE",
|
|
34
|
-
* AttributeNames: [
|
|
34
|
+
* AttributeNames: [ // EnvironmentHealthAttributes
|
|
35
35
|
* "Status" || "Color" || "Causes" || "ApplicationMetrics" || "InstancesHealth" || "All" || "HealthStatus" || "RefreshedAt",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends De
|
|
|
26
26
|
* import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeEnvironmentManagedActionHistoryRequest
|
|
30
30
|
* EnvironmentId: "STRING_VALUE",
|
|
31
31
|
* EnvironmentName: "STRING_VALUE",
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentManagedActionsCommandOutput extends Describe
|
|
|
26
26
|
* import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeEnvironmentManagedActionsRequest
|
|
30
30
|
* EnvironmentName: "STRING_VALUE",
|
|
31
31
|
* EnvironmentId: "STRING_VALUE",
|
|
32
32
|
* Status: "Scheduled" || "Pending" || "Running" || "Unknown",
|
|
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentRe
|
|
|
26
26
|
* import { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeEnvironmentResourcesMessage
|
|
30
30
|
* EnvironmentId: "STRING_VALUE",
|
|
31
31
|
* EnvironmentName: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,13 +26,13 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio
|
|
|
26
26
|
* import { ElasticBeanstalkClient, DescribeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, DescribeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeEnvironmentsMessage
|
|
30
30
|
* ApplicationName: "STRING_VALUE",
|
|
31
31
|
* VersionLabel: "STRING_VALUE",
|
|
32
|
-
* EnvironmentIds: [
|
|
32
|
+
* EnvironmentIds: [ // EnvironmentIdList
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
|
-
* EnvironmentNames: [
|
|
35
|
+
* EnvironmentNames: [ // EnvironmentNamesList
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* IncludeDeleted: true || false,
|
|
@@ -30,7 +30,7 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _
|
|
|
30
30
|
* import { ElasticBeanstalkClient, DescribeEventsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
31
31
|
* // const { ElasticBeanstalkClient, DescribeEventsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
32
32
|
* const client = new ElasticBeanstalkClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeEventsMessage
|
|
34
34
|
* ApplicationName: "STRING_VALUE",
|
|
35
35
|
* VersionLabel: "STRING_VALUE",
|
|
36
36
|
* TemplateName: "STRING_VALUE",
|
|
@@ -28,10 +28,10 @@ export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesH
|
|
|
28
28
|
* import { ElasticBeanstalkClient, DescribeInstancesHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
29
29
|
* // const { ElasticBeanstalkClient, DescribeInstancesHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
30
30
|
* const client = new ElasticBeanstalkClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeInstancesHealthRequest
|
|
32
32
|
* EnvironmentName: "STRING_VALUE",
|
|
33
33
|
* EnvironmentId: "STRING_VALUE",
|
|
34
|
-
* AttributeNames: [
|
|
34
|
+
* AttributeNames: [ // InstancesHealthAttributes
|
|
35
35
|
* "HealthStatus" || "Color" || "Causes" || "ApplicationMetrics" || "RefreshedAt" || "LaunchedAt" || "System" || "Deployment" || "AvailabilityZone" || "InstanceType" || "All",
|
|
36
36
|
* ],
|
|
37
37
|
* NextToken: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ export interface DescribePlatformVersionCommandOutput extends DescribePlatformVe
|
|
|
29
29
|
* import { ElasticBeanstalkClient, DescribePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
30
|
* // const { ElasticBeanstalkClient, DescribePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
31
|
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribePlatformVersionRequest
|
|
33
33
|
* PlatformArn: "STRING_VALUE",
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DescribePlatformVersionCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __Me
|
|
|
29
29
|
* import { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
30
|
* // const { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
31
|
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DisassociateEnvironmentOperationsRoleMessage
|
|
33
33
|
* EnvironmentName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DisassociateEnvironmentOperationsRoleCommand(input);
|
|
@@ -29,12 +29,12 @@ export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesR
|
|
|
29
29
|
* import { ElasticBeanstalkClient, ListPlatformBranchesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
30
|
* // const { ElasticBeanstalkClient, ListPlatformBranchesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
31
|
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* Filters: [
|
|
34
|
-
* {
|
|
32
|
+
* const input = { // ListPlatformBranchesRequest
|
|
33
|
+
* Filters: [ // SearchFilters
|
|
34
|
+
* { // SearchFilter
|
|
35
35
|
* Attribute: "STRING_VALUE",
|
|
36
36
|
* Operator: "STRING_VALUE",
|
|
37
|
-
* Values: [
|
|
37
|
+
* Values: [ // SearchFilterValues
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* },
|
|
@@ -30,12 +30,12 @@ export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsR
|
|
|
30
30
|
* import { ElasticBeanstalkClient, ListPlatformVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
31
31
|
* // const { ElasticBeanstalkClient, ListPlatformVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
32
32
|
* const client = new ElasticBeanstalkClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* Filters: [
|
|
35
|
-
* {
|
|
33
|
+
* const input = { // ListPlatformVersionsRequest
|
|
34
|
+
* Filters: [ // PlatformFilters
|
|
35
|
+
* { // PlatformFilter
|
|
36
36
|
* Type: "STRING_VALUE",
|
|
37
37
|
* Operator: "STRING_VALUE",
|
|
38
|
-
* Values: [
|
|
38
|
+
* Values: [ // PlatformFilterValueList
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
@@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptio
|
|
|
29
29
|
* import { ElasticBeanstalkClient, ListTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
30
|
* // const { ElasticBeanstalkClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
31
|
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListTagsForResourceMessage
|
|
33
33
|
* ResourceArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { ElasticBeanstalkClient, RebuildEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
28
28
|
* // const { ElasticBeanstalkClient, RebuildEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
29
29
|
* const client = new ElasticBeanstalkClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // RebuildEnvironmentMessage
|
|
31
31
|
* EnvironmentId: "STRING_VALUE",
|
|
32
32
|
* EnvironmentName: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -41,7 +41,7 @@ export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* import { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
42
42
|
* // const { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
43
43
|
* const client = new ElasticBeanstalkClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // RequestEnvironmentInfoMessage
|
|
45
45
|
* EnvironmentId: "STRING_VALUE",
|
|
46
46
|
* EnvironmentName: "STRING_VALUE",
|
|
47
47
|
* InfoType: "tail" || "bundle", // required
|
|
@@ -27,7 +27,7 @@ export interface RestartAppServerCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { ElasticBeanstalkClient, RestartAppServerCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
28
28
|
* // const { ElasticBeanstalkClient, RestartAppServerCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
29
29
|
* const client = new ElasticBeanstalkClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // RestartAppServerMessage
|
|
31
31
|
* EnvironmentId: "STRING_VALUE",
|
|
32
32
|
* EnvironmentName: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -35,7 +35,7 @@ export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmen
|
|
|
35
35
|
* import { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
36
36
|
* // const { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
37
37
|
* const client = new ElasticBeanstalkClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // RetrieveEnvironmentInfoMessage
|
|
39
39
|
* EnvironmentId: "STRING_VALUE",
|
|
40
40
|
* EnvironmentName: "STRING_VALUE",
|
|
41
41
|
* InfoType: "tail" || "bundle", // required
|
|
@@ -26,7 +26,7 @@ export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // SwapEnvironmentCNAMEsMessage
|
|
30
30
|
* SourceEnvironmentId: "STRING_VALUE",
|
|
31
31
|
* SourceEnvironmentName: "STRING_VALUE",
|
|
32
32
|
* DestinationEnvironmentId: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface TerminateEnvironmentCommandOutput extends EnvironmentDescriptio
|
|
|
26
26
|
* import { ElasticBeanstalkClient, TerminateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, TerminateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TerminateEnvironmentMessage
|
|
30
30
|
* EnvironmentId: "STRING_VALUE",
|
|
31
31
|
* EnvironmentName: "STRING_VALUE",
|
|
32
32
|
* TerminateResources: true || false,
|
|
@@ -30,7 +30,7 @@ export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMe
|
|
|
30
30
|
* import { ElasticBeanstalkClient, UpdateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
31
31
|
* // const { ElasticBeanstalkClient, UpdateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
32
32
|
* const client = new ElasticBeanstalkClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateApplicationMessage
|
|
34
34
|
* ApplicationName: "STRING_VALUE", // required
|
|
35
35
|
* Description: "STRING_VALUE",
|
|
36
36
|
* };
|
|
@@ -26,17 +26,17 @@ export interface UpdateApplicationResourceLifecycleCommandOutput extends Applica
|
|
|
26
26
|
* import { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
27
27
|
* // const { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
28
28
|
* const client = new ElasticBeanstalkClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateApplicationResourceLifecycleMessage
|
|
30
30
|
* ApplicationName: "STRING_VALUE", // required
|
|
31
|
-
* ResourceLifecycleConfig: {
|
|
31
|
+
* ResourceLifecycleConfig: { // ApplicationResourceLifecycleConfig
|
|
32
32
|
* ServiceRole: "STRING_VALUE",
|
|
33
|
-
* VersionLifecycleConfig: {
|
|
34
|
-
* MaxCountRule: {
|
|
33
|
+
* VersionLifecycleConfig: { // ApplicationVersionLifecycleConfig
|
|
34
|
+
* MaxCountRule: { // MaxCountRule
|
|
35
35
|
* Enabled: true || false, // required
|
|
36
36
|
* MaxCount: Number("int"),
|
|
37
37
|
* DeleteSourceFromS3: true || false,
|
|
38
38
|
* },
|
|
39
|
-
* MaxAgeRule: {
|
|
39
|
+
* MaxAgeRule: { // MaxAgeRule
|
|
40
40
|
* Enabled: true || false, // required
|
|
41
41
|
* MaxAgeInDays: Number("int"),
|
|
42
42
|
* DeleteSourceFromS3: true || false,
|
|
@@ -30,7 +30,7 @@ export interface UpdateApplicationVersionCommandOutput extends ApplicationVersio
|
|
|
30
30
|
* import { ElasticBeanstalkClient, UpdateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
31
31
|
* // const { ElasticBeanstalkClient, UpdateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
32
32
|
* const client = new ElasticBeanstalkClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateApplicationVersionMessage
|
|
34
34
|
* ApplicationName: "STRING_VALUE", // required
|
|
35
35
|
* VersionLabel: "STRING_VALUE", // required
|
|
36
36
|
* Description: "STRING_VALUE",
|
|
@@ -39,20 +39,20 @@ export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationS
|
|
|
39
39
|
* import { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
40
40
|
* // const { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
41
41
|
* const client = new ElasticBeanstalkClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // UpdateConfigurationTemplateMessage
|
|
43
43
|
* ApplicationName: "STRING_VALUE", // required
|
|
44
44
|
* TemplateName: "STRING_VALUE", // required
|
|
45
45
|
* Description: "STRING_VALUE",
|
|
46
|
-
* OptionSettings: [
|
|
47
|
-
* {
|
|
46
|
+
* OptionSettings: [ // ConfigurationOptionSettingsList
|
|
47
|
+
* { // ConfigurationOptionSetting
|
|
48
48
|
* ResourceName: "STRING_VALUE",
|
|
49
49
|
* Namespace: "STRING_VALUE",
|
|
50
50
|
* OptionName: "STRING_VALUE",
|
|
51
51
|
* Value: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
53
|
* ],
|
|
54
|
-
* OptionsToRemove: [
|
|
55
|
-
* {
|
|
54
|
+
* OptionsToRemove: [ // OptionsSpecifierList
|
|
55
|
+
* { // OptionSpecification
|
|
56
56
|
* ResourceName: "STRING_VALUE",
|
|
57
57
|
* Namespace: "STRING_VALUE",
|
|
58
58
|
* OptionName: "STRING_VALUE",
|
|
@@ -34,13 +34,13 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription,
|
|
|
34
34
|
* import { ElasticBeanstalkClient, UpdateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
35
35
|
* // const { ElasticBeanstalkClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
36
36
|
* const client = new ElasticBeanstalkClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // UpdateEnvironmentMessage
|
|
38
38
|
* ApplicationName: "STRING_VALUE",
|
|
39
39
|
* EnvironmentId: "STRING_VALUE",
|
|
40
40
|
* EnvironmentName: "STRING_VALUE",
|
|
41
41
|
* GroupName: "STRING_VALUE",
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
|
-
* Tier: {
|
|
43
|
+
* Tier: { // EnvironmentTier
|
|
44
44
|
* Name: "STRING_VALUE",
|
|
45
45
|
* Type: "STRING_VALUE",
|
|
46
46
|
* Version: "STRING_VALUE",
|
|
@@ -49,16 +49,16 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription,
|
|
|
49
49
|
* TemplateName: "STRING_VALUE",
|
|
50
50
|
* SolutionStackName: "STRING_VALUE",
|
|
51
51
|
* PlatformArn: "STRING_VALUE",
|
|
52
|
-
* OptionSettings: [
|
|
53
|
-
* {
|
|
52
|
+
* OptionSettings: [ // ConfigurationOptionSettingsList
|
|
53
|
+
* { // ConfigurationOptionSetting
|
|
54
54
|
* ResourceName: "STRING_VALUE",
|
|
55
55
|
* Namespace: "STRING_VALUE",
|
|
56
56
|
* OptionName: "STRING_VALUE",
|
|
57
57
|
* Value: "STRING_VALUE",
|
|
58
58
|
* },
|
|
59
59
|
* ],
|
|
60
|
-
* OptionsToRemove: [
|
|
61
|
-
* {
|
|
60
|
+
* OptionsToRemove: [ // OptionsSpecifierList
|
|
61
|
+
* { // OptionSpecification
|
|
62
62
|
* ResourceName: "STRING_VALUE",
|
|
63
63
|
* Namespace: "STRING_VALUE",
|
|
64
64
|
* OptionName: "STRING_VALUE",
|
|
@@ -45,15 +45,15 @@ export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {
|
|
|
45
45
|
* import { ElasticBeanstalkClient, UpdateTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
46
46
|
* // const { ElasticBeanstalkClient, UpdateTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
47
47
|
* const client = new ElasticBeanstalkClient(config);
|
|
48
|
-
* const input = {
|
|
48
|
+
* const input = { // UpdateTagsForResourceMessage
|
|
49
49
|
* ResourceArn: "STRING_VALUE", // required
|
|
50
|
-
* TagsToAdd: [
|
|
51
|
-
* {
|
|
50
|
+
* TagsToAdd: [ // TagList
|
|
51
|
+
* { // Tag
|
|
52
52
|
* Key: "STRING_VALUE",
|
|
53
53
|
* Value: "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
|
-
* TagsToRemove: [
|
|
56
|
+
* TagsToRemove: [ // TagKeyList
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
59
|
* };
|
|
@@ -29,12 +29,12 @@ export interface ValidateConfigurationSettingsCommandOutput extends Configuratio
|
|
|
29
29
|
* import { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
|
|
30
30
|
* // const { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
|
|
31
31
|
* const client = new ElasticBeanstalkClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ValidateConfigurationSettingsMessage
|
|
33
33
|
* ApplicationName: "STRING_VALUE", // required
|
|
34
34
|
* TemplateName: "STRING_VALUE",
|
|
35
35
|
* EnvironmentName: "STRING_VALUE",
|
|
36
|
-
* OptionSettings: [ // required
|
|
37
|
-
* {
|
|
36
|
+
* OptionSettings: [ // ConfigurationOptionSettingsList // required
|
|
37
|
+
* { // ConfigurationOptionSetting
|
|
38
38
|
* ResourceName: "STRING_VALUE",
|
|
39
39
|
* Namespace: "STRING_VALUE",
|
|
40
40
|
* OptionName: "STRING_VALUE",
|