@aws-sdk/client-elastic-beanstalk 3.1077.0 → 3.1078.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/index.js +147 -565
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -14
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -14
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -14
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -14
- package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreatePlatformVersionCommand.js +2 -14
- package/dist-es/commands/CreateStorageLocationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePlatformVersionCommand.js +2 -14
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationsCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -14
- package/dist-es/commands/DescribePlatformVersionCommand.js +2 -14
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -14
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -14
- package/dist-es/commands/ListPlatformBranchesCommand.js +2 -14
- package/dist-es/commands/ListPlatformVersionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RebuildEnvironmentCommand.js +2 -14
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -14
- package/dist-es/commands/RestartAppServerCommand.js +2 -14
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -14
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -14
- package/dist-es/commands/TerminateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +3 -8
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -8
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -8
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +3 -8
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -8
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +3 -8
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +3 -8
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +3 -8
- package/dist-types/commands/RestartAppServerCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -8
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -8
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSElasticBeanstalkService", "ElasticBeanstalkClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AbortEnvironmentUpdate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AbortEnvironmentUpdateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "AbortEnvironmentUpdate", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "AbortEnvironmentUpdateCommand")
|
|
14
|
-
.sc(AbortEnvironmentUpdate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AbortEnvironmentUpdateCommand extends command(_ep0, _mw0, "AbortEnvironmentUpdate", AbortEnvironmentUpdate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ApplyEnvironmentManagedAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ApplyEnvironmentManagedActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "ApplyEnvironmentManagedAction", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "ApplyEnvironmentManagedActionCommand")
|
|
14
|
-
.sc(ApplyEnvironmentManagedAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ApplyEnvironmentManagedActionCommand extends command(_ep0, _mw0, "ApplyEnvironmentManagedAction", ApplyEnvironmentManagedAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateEnvironmentOperationsRole$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateEnvironmentOperationsRoleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "AssociateEnvironmentOperationsRole", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "AssociateEnvironmentOperationsRoleCommand")
|
|
14
|
-
.sc(AssociateEnvironmentOperationsRole$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateEnvironmentOperationsRoleCommand extends command(_ep0, _mw0, "AssociateEnvironmentOperationsRole", AssociateEnvironmentOperationsRole$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CheckDNSAvailability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CheckDNSAvailabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CheckDNSAvailability", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CheckDNSAvailabilityCommand")
|
|
14
|
-
.sc(CheckDNSAvailability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CheckDNSAvailabilityCommand extends command(_ep0, _mw0, "CheckDNSAvailability", CheckDNSAvailability$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ComposeEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ComposeEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "ComposeEnvironments", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "ComposeEnvironmentsCommand")
|
|
14
|
-
.sc(ComposeEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ComposeEnvironmentsCommand extends command(_ep0, _mw0, "ComposeEnvironments", ComposeEnvironments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CreateApplication", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CreateApplicationCommand")
|
|
14
|
-
.sc(CreateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateApplicationVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CreateApplicationVersion", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CreateApplicationVersionCommand")
|
|
14
|
-
.sc(CreateApplicationVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationVersionCommand extends command(_ep0, _mw0, "CreateApplicationVersion", CreateApplicationVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateConfigurationTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfigurationTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CreateConfigurationTemplate", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CreateConfigurationTemplateCommand")
|
|
14
|
-
.sc(CreateConfigurationTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfigurationTemplateCommand extends command(_ep0, _mw0, "CreateConfigurationTemplate", CreateConfigurationTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CreateEnvironment", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CreateEnvironmentCommand")
|
|
14
|
-
.sc(CreateEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEnvironmentCommand extends command(_ep0, _mw0, "CreateEnvironment", CreateEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePlatformVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePlatformVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CreatePlatformVersion", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CreatePlatformVersionCommand")
|
|
14
|
-
.sc(CreatePlatformVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePlatformVersionCommand extends command(_ep0, _mw0, "CreatePlatformVersion", CreatePlatformVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateStorageLocation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateStorageLocationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "CreateStorageLocation", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "CreateStorageLocationCommand")
|
|
14
|
-
.sc(CreateStorageLocation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateStorageLocationCommand extends command(_ep0, _mw0, "CreateStorageLocation", CreateStorageLocation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DeleteApplication", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DeleteApplicationCommand")
|
|
14
|
-
.sc(DeleteApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteApplicationVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteApplicationVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DeleteApplicationVersion", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DeleteApplicationVersionCommand")
|
|
14
|
-
.sc(DeleteApplicationVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteApplicationVersionCommand extends command(_ep0, _mw0, "DeleteApplicationVersion", DeleteApplicationVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfigurationTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigurationTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DeleteConfigurationTemplate", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DeleteConfigurationTemplateCommand")
|
|
14
|
-
.sc(DeleteConfigurationTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigurationTemplateCommand extends command(_ep0, _mw0, "DeleteConfigurationTemplate", DeleteConfigurationTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEnvironmentConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEnvironmentConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DeleteEnvironmentConfiguration", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DeleteEnvironmentConfigurationCommand")
|
|
14
|
-
.sc(DeleteEnvironmentConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEnvironmentConfigurationCommand extends command(_ep0, _mw0, "DeleteEnvironmentConfiguration", DeleteEnvironmentConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePlatformVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePlatformVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DeletePlatformVersion", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DeletePlatformVersionCommand")
|
|
14
|
-
.sc(DeletePlatformVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePlatformVersionCommand extends command(_ep0, _mw0, "DeletePlatformVersion", DeletePlatformVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAccountAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAccountAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeAccountAttributes", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeAccountAttributesCommand")
|
|
14
|
-
.sc(DescribeAccountAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAccountAttributesCommand extends command(_ep0, _mw0, "DescribeAccountAttributes", DescribeAccountAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeApplicationVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeApplicationVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeApplicationVersions", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeApplicationVersionsCommand")
|
|
14
|
-
.sc(DescribeApplicationVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeApplicationVersionsCommand extends command(_ep0, _mw0, "DescribeApplicationVersions", DescribeApplicationVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeApplications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeApplicationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeApplications", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeApplicationsCommand")
|
|
14
|
-
.sc(DescribeApplications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeApplicationsCommand extends command(_ep0, _mw0, "DescribeApplications", DescribeApplications$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeConfigurationOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConfigurationOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeConfigurationOptions", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeConfigurationOptionsCommand")
|
|
14
|
-
.sc(DescribeConfigurationOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConfigurationOptionsCommand extends command(_ep0, _mw0, "DescribeConfigurationOptions", DescribeConfigurationOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeConfigurationSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConfigurationSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeConfigurationSettings", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeConfigurationSettingsCommand")
|
|
14
|
-
.sc(DescribeConfigurationSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConfigurationSettingsCommand extends command(_ep0, _mw0, "DescribeConfigurationSettings", DescribeConfigurationSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironmentHealth$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentHealthCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeEnvironmentHealth", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeEnvironmentHealthCommand")
|
|
14
|
-
.sc(DescribeEnvironmentHealth$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentHealthCommand extends command(_ep0, _mw0, "DescribeEnvironmentHealth", DescribeEnvironmentHealth$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironmentManagedActionHistory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentManagedActionHistoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActionHistory", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionHistoryCommand")
|
|
14
|
-
.sc(DescribeEnvironmentManagedActionHistory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentManagedActionHistoryCommand extends command(_ep0, _mw0, "DescribeEnvironmentManagedActionHistory", DescribeEnvironmentManagedActionHistory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironmentManagedActions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentManagedActionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActions", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionsCommand")
|
|
14
|
-
.sc(DescribeEnvironmentManagedActions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentManagedActionsCommand extends command(_ep0, _mw0, "DescribeEnvironmentManagedActions", DescribeEnvironmentManagedActions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironmentResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeEnvironmentResources", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeEnvironmentResourcesCommand")
|
|
14
|
-
.sc(DescribeEnvironmentResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentResourcesCommand extends command(_ep0, _mw0, "DescribeEnvironmentResources", DescribeEnvironmentResources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeEnvironments", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeEnvironmentsCommand")
|
|
14
|
-
.sc(DescribeEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEnvironmentsCommand extends command(_ep0, _mw0, "DescribeEnvironments", DescribeEnvironments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeEvents", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeEventsCommand")
|
|
14
|
-
.sc(DescribeEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeInstancesHealth$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeInstancesHealthCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribeInstancesHealth", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribeInstancesHealthCommand")
|
|
14
|
-
.sc(DescribeInstancesHealth$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeInstancesHealthCommand extends command(_ep0, _mw0, "DescribeInstancesHealth", DescribeInstancesHealth$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePlatformVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePlatformVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DescribePlatformVersion", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DescribePlatformVersionCommand")
|
|
14
|
-
.sc(DescribePlatformVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePlatformVersionCommand extends command(_ep0, _mw0, "DescribePlatformVersion", DescribePlatformVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateEnvironmentOperationsRole$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateEnvironmentOperationsRoleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "DisassociateEnvironmentOperationsRole", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "DisassociateEnvironmentOperationsRoleCommand")
|
|
14
|
-
.sc(DisassociateEnvironmentOperationsRole$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateEnvironmentOperationsRoleCommand extends command(_ep0, _mw0, "DisassociateEnvironmentOperationsRole", DisassociateEnvironmentOperationsRole$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAvailableSolutionStacks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAvailableSolutionStacksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSElasticBeanstalkService", "ListAvailableSolutionStacks", {})
|
|
13
|
-
.n("ElasticBeanstalkClient", "ListAvailableSolutionStacksCommand")
|
|
14
|
-
.sc(ListAvailableSolutionStacks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAvailableSolutionStacksCommand extends command(_ep0, _mw0, "ListAvailableSolutionStacks", ListAvailableSolutionStacks$) {
|
|
16
4
|
}
|