@aws-sdk/client-elastic-beanstalk 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +880 -240
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1966 -1754
- package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
4
|
+
DescribeEnvironmentManagedActionHistoryCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEnvironmentManagedActionHistoryCommand";
|
|
6
|
+
import { ElasticBeanstalkPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEnvironmentManagedActionHistory(
|
|
8
|
+
config: ElasticBeanstalkPaginationConfiguration,
|
|
9
|
+
input: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventsCommandInput,
|
|
4
|
+
DescribeEventsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventsCommand";
|
|
6
|
+
import { ElasticBeanstalkPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEvents(
|
|
8
|
+
config: ElasticBeanstalkPaginationConfiguration,
|
|
9
|
+
input: DescribeEventsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { ElasticBeanstalk } from "../ElasticBeanstalk";
|
|
3
|
-
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
4
|
-
export interface ElasticBeanstalkPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ElasticBeanstalk } from "../ElasticBeanstalk";
|
|
3
|
+
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
4
|
+
export interface ElasticBeanstalkPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: ElasticBeanstalk | ElasticBeanstalkClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPlatformBranchesCommandInput,
|
|
4
|
+
ListPlatformBranchesCommandOutput,
|
|
5
|
+
} from "../commands/ListPlatformBranchesCommand";
|
|
6
|
+
import { ElasticBeanstalkPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPlatformBranches(
|
|
8
|
+
config: ElasticBeanstalkPaginationConfiguration,
|
|
9
|
+
input: ListPlatformBranchesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPlatformBranchesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPlatformVersionsCommandInput,
|
|
4
|
+
ListPlatformVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListPlatformVersionsCommand";
|
|
6
|
+
import { ElasticBeanstalkPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPlatformVersions(
|
|
8
|
+
config: ElasticBeanstalkPaginationConfiguration,
|
|
9
|
+
input: ListPlatformVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPlatformVersionsCommandOutput>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./DescribeEnvironmentManagedActionHistoryPaginator";
|
|
2
|
-
export * from "./DescribeEventsPaginator";
|
|
3
|
-
export * from "./Interfaces";
|
|
4
|
-
export * from "./ListPlatformBranchesPaginator";
|
|
5
|
-
export * from "./ListPlatformVersionsPaginator";
|
|
1
|
+
export * from "./DescribeEnvironmentManagedActionHistoryPaginator";
|
|
2
|
+
export * from "./DescribeEventsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListPlatformBranchesPaginator";
|
|
5
|
+
export * from "./ListPlatformVersionsPaginator";
|