@aws-sdk/client-elastic-beanstalk 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +149 -181
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +5 -15
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +19 -85
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +3 -6
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeConfigurationOptionsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeConfigurationOptionsCommandInput
|
|
8
|
-
extends DescribeConfigurationOptionsMessage {}
|
|
7
|
+
export interface DescribeConfigurationOptionsCommandInput extends DescribeConfigurationOptionsMessage {}
|
|
9
8
|
export interface DescribeConfigurationOptionsCommandOutput
|
|
10
|
-
extends ConfigurationOptionsDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ConfigurationOptionsDescription, __MetadataBearer {}
|
|
12
10
|
declare const DescribeConfigurationOptionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeConfigurationOptionsCommandInput
|
|
12
|
+
input: DescribeConfigurationOptionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeConfigurationOptionsCommandInput,
|
|
17
15
|
DescribeConfigurationOptionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeConfigurationSettingsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeConfigurationSettingsCommandInput
|
|
8
|
-
extends DescribeConfigurationSettingsMessage {}
|
|
7
|
+
export interface DescribeConfigurationSettingsCommandInput extends DescribeConfigurationSettingsMessage {}
|
|
9
8
|
export interface DescribeConfigurationSettingsCommandOutput
|
|
10
|
-
extends ConfigurationSettingsDescriptions,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ConfigurationSettingsDescriptions, __MetadataBearer {}
|
|
12
10
|
declare const DescribeConfigurationSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeConfigurationSettingsCommandInput
|
|
12
|
+
input: DescribeConfigurationSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeConfigurationSettingsCommandInput,
|
|
17
15
|
DescribeConfigurationSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeConfigurationSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeConfigurationSettingsCommandInput
|
|
21
|
+
input: DescribeConfigurationSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeConfigurationSettingsCommandInput,
|
|
26
24
|
DescribeConfigurationSettingsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEnvironmentHealthResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEnvironmentHealthCommandInput
|
|
8
|
-
extends DescribeEnvironmentHealthRequest {}
|
|
7
|
+
export interface DescribeEnvironmentHealthCommandInput extends DescribeEnvironmentHealthRequest {}
|
|
9
8
|
export interface DescribeEnvironmentHealthCommandOutput
|
|
10
|
-
extends DescribeEnvironmentHealthResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEnvironmentHealthResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEnvironmentHealthCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEnvironmentHealthCommandInput
|
|
12
|
+
input: DescribeEnvironmentHealthCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEnvironmentHealthCommandInput,
|
|
17
15
|
DescribeEnvironmentHealthCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEnvironmentManagedActionHistoryResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEnvironmentManagedActionHistoryCommandInput
|
|
8
|
-
extends DescribeEnvironmentManagedActionHistoryRequest {}
|
|
7
|
+
export interface DescribeEnvironmentManagedActionHistoryCommandInput extends DescribeEnvironmentManagedActionHistoryRequest {}
|
|
9
8
|
export interface DescribeEnvironmentManagedActionHistoryCommandOutput
|
|
10
|
-
extends DescribeEnvironmentManagedActionHistoryResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEnvironmentManagedActionHistoryResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEnvironmentManagedActionHistoryCommandInput
|
|
12
|
+
input: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
17
15
|
DescribeEnvironmentManagedActionHistoryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEnvironmentManagedActionsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEnvironmentManagedActionsCommandInput
|
|
8
|
-
extends DescribeEnvironmentManagedActionsRequest {}
|
|
7
|
+
export interface DescribeEnvironmentManagedActionsCommandInput extends DescribeEnvironmentManagedActionsRequest {}
|
|
9
8
|
export interface DescribeEnvironmentManagedActionsCommandOutput
|
|
10
|
-
extends DescribeEnvironmentManagedActionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEnvironmentManagedActionsResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEnvironmentManagedActionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEnvironmentManagedActionsCommandInput
|
|
12
|
+
input: DescribeEnvironmentManagedActionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEnvironmentManagedActionsCommandInput,
|
|
17
15
|
DescribeEnvironmentManagedActionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
EnvironmentResourceDescriptionsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEnvironmentResourcesCommandInput
|
|
8
|
-
extends DescribeEnvironmentResourcesMessage {}
|
|
7
|
+
export interface DescribeEnvironmentResourcesCommandInput extends DescribeEnvironmentResourcesMessage {}
|
|
9
8
|
export interface DescribeEnvironmentResourcesCommandOutput
|
|
10
|
-
extends EnvironmentResourceDescriptionsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends EnvironmentResourceDescriptionsMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEnvironmentResourcesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEnvironmentResourcesCommandInput
|
|
12
|
+
input: DescribeEnvironmentResourcesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEnvironmentResourcesCommandInput,
|
|
17
15
|
DescribeEnvironmentResourcesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEnvironmentsMessage,
|
|
4
|
-
EnvironmentDescriptionsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEnvironmentsCommandInput
|
|
8
|
-
extends DescribeEnvironmentsMessage {}
|
|
4
|
+
export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsMessage {}
|
|
9
5
|
export interface DescribeEnvironmentsCommandOutput
|
|
10
|
-
extends EnvironmentDescriptionsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EnvironmentDescriptionsMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEnvironmentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEnvironmentsCommandInput
|
|
9
|
+
input: DescribeEnvironmentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEnvironmentsCommandInput,
|
|
17
12
|
DescribeEnvironmentsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEventsMessage,
|
|
4
|
-
EventDescriptionsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
|
|
8
|
-
export interface DescribeEventsCommandOutput
|
|
9
|
-
extends EventDescriptionsMessage,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, __MetadataBearer {}
|
|
11
6
|
declare const DescribeEventsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeEventsCommandInput
|
|
8
|
+
input: DescribeEventsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeEventsCommandInput,
|
|
16
11
|
DescribeEventsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeInstancesHealthRequest,
|
|
4
|
-
DescribeInstancesHealthResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeInstancesHealthCommandInput
|
|
8
|
-
extends DescribeInstancesHealthRequest {}
|
|
4
|
+
export interface DescribeInstancesHealthCommandInput extends DescribeInstancesHealthRequest {}
|
|
9
5
|
export interface DescribeInstancesHealthCommandOutput
|
|
10
|
-
extends DescribeInstancesHealthResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeInstancesHealthResult, __MetadataBearer {}
|
|
12
7
|
declare const DescribeInstancesHealthCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeInstancesHealthCommandInput
|
|
9
|
+
input: DescribeInstancesHealthCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeInstancesHealthCommandInput,
|
|
17
12
|
DescribeInstancesHealthCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribePlatformVersionRequest,
|
|
4
|
-
DescribePlatformVersionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePlatformVersionCommandInput
|
|
8
|
-
extends DescribePlatformVersionRequest {}
|
|
4
|
+
export interface DescribePlatformVersionCommandInput extends DescribePlatformVersionRequest {}
|
|
9
5
|
export interface DescribePlatformVersionCommandOutput
|
|
10
|
-
extends DescribePlatformVersionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribePlatformVersionResult, __MetadataBearer {}
|
|
12
7
|
declare const DescribePlatformVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribePlatformVersionCommandInput
|
|
9
|
+
input: DescribePlatformVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribePlatformVersionCommandInput,
|
|
17
12
|
DescribePlatformVersionCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DisassociateEnvironmentOperationsRoleCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DisassociateEnvironmentOperationsRoleCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DisassociateEnvironmentOperationsRoleCommandInput extends DisassociateEnvironmentOperationsRoleMessage {}
|
|
5
|
+
export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DisassociateEnvironmentOperationsRoleCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DisassociateEnvironmentOperationsRoleCommandInput
|
|
8
|
+
input: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
13
11
|
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DisassociateEnvironmentOperationsRoleCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DisassociateEnvironmentOperationsRoleCommandInput
|
|
17
|
+
input: DisassociateEnvironmentOperationsRoleCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
22
20
|
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAvailableSolutionStacksCommandInput {}
|
|
5
5
|
export interface ListAvailableSolutionStacksCommandOutput
|
|
6
|
-
extends ListAvailableSolutionStacksResultMessage,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAvailableSolutionStacksResultMessage, __MetadataBearer {}
|
|
8
7
|
declare const ListAvailableSolutionStacksCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: ListAvailableSolutionStacksCommandInput
|
|
9
|
+
input: ListAvailableSolutionStacksCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
ListAvailableSolutionStacksCommandInput,
|
|
13
12
|
ListAvailableSolutionStacksCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPlatformBranchesRequest,
|
|
4
|
-
ListPlatformBranchesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPlatformBranchesCommandInput
|
|
8
|
-
extends ListPlatformBranchesRequest {}
|
|
4
|
+
export interface ListPlatformBranchesCommandInput extends ListPlatformBranchesRequest {}
|
|
9
5
|
export interface ListPlatformBranchesCommandOutput
|
|
10
|
-
extends ListPlatformBranchesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPlatformBranchesResult, __MetadataBearer {}
|
|
12
7
|
declare const ListPlatformBranchesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPlatformBranchesCommandInput
|
|
9
|
+
input: ListPlatformBranchesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPlatformBranchesCommandInput,
|
|
17
12
|
ListPlatformBranchesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPlatformVersionsRequest,
|
|
4
|
-
ListPlatformVersionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPlatformVersionsCommandInput
|
|
8
|
-
extends ListPlatformVersionsRequest {}
|
|
4
|
+
export interface ListPlatformVersionsCommandInput extends ListPlatformVersionsRequest {}
|
|
9
5
|
export interface ListPlatformVersionsCommandOutput
|
|
10
|
-
extends ListPlatformVersionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPlatformVersionsResult, __MetadataBearer {}
|
|
12
7
|
declare const ListPlatformVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPlatformVersionsCommandInput
|
|
9
|
+
input: ListPlatformVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPlatformVersionsCommandInput,
|
|
17
12
|
ListPlatformVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceMessage,
|
|
4
|
-
ResourceTagsDescriptionMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceMessage {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ResourceTagsDescriptionMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ResourceTagsDescriptionMessage, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RebuildEnvironmentMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RebuildEnvironmentCommandInput
|
|
5
|
-
extends RebuildEnvironmentMessage {}
|
|
4
|
+
export interface RebuildEnvironmentCommandInput extends RebuildEnvironmentMessage {}
|
|
6
5
|
export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const RebuildEnvironmentCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: RebuildEnvironmentCommandInput
|
|
8
|
+
input: RebuildEnvironmentCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
RebuildEnvironmentCommandInput,
|
|
12
11
|
RebuildEnvironmentCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RequestEnvironmentInfoMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RequestEnvironmentInfoCommandInput
|
|
5
|
-
extends RequestEnvironmentInfoMessage {}
|
|
4
|
+
export interface RequestEnvironmentInfoCommandInput extends RequestEnvironmentInfoMessage {}
|
|
6
5
|
export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const RequestEnvironmentInfoCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: RequestEnvironmentInfoCommandInput
|
|
8
|
+
input: RequestEnvironmentInfoCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
RequestEnvironmentInfoCommandInput,
|
|
12
11
|
RequestEnvironmentInfoCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const RequestEnvironmentInfoCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: RequestEnvironmentInfoCommandInput
|
|
17
|
+
input: RequestEnvironmentInfoCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
RequestEnvironmentInfoCommandInput,
|
|
21
20
|
RequestEnvironmentInfoCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface RestartAppServerCommandInput extends RestartAppServerMessage {}
|
|
|
5
5
|
export interface RestartAppServerCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const RestartAppServerCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: RestartAppServerCommandInput
|
|
8
|
+
input: RestartAppServerCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
RestartAppServerCommandInput,
|
|
11
11
|
RestartAppServerCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RetrieveEnvironmentInfoResultMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RetrieveEnvironmentInfoCommandInput
|
|
8
|
-
extends RetrieveEnvironmentInfoMessage {}
|
|
7
|
+
export interface RetrieveEnvironmentInfoCommandInput extends RetrieveEnvironmentInfoMessage {}
|
|
9
8
|
export interface RetrieveEnvironmentInfoCommandOutput
|
|
10
|
-
extends RetrieveEnvironmentInfoResultMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RetrieveEnvironmentInfoResultMessage, __MetadataBearer {}
|
|
12
10
|
declare const RetrieveEnvironmentInfoCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RetrieveEnvironmentInfoCommandInput
|
|
12
|
+
input: RetrieveEnvironmentInfoCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RetrieveEnvironmentInfoCommandInput,
|
|
17
15
|
RetrieveEnvironmentInfoCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RetrieveEnvironmentInfoCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RetrieveEnvironmentInfoCommandInput
|
|
21
|
+
input: RetrieveEnvironmentInfoCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RetrieveEnvironmentInfoCommandInput,
|
|
26
24
|
RetrieveEnvironmentInfoCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SwapEnvironmentCNAMEsCommandInput
|
|
5
|
-
extends SwapEnvironmentCNAMEsMessage {}
|
|
4
|
+
export interface SwapEnvironmentCNAMEsCommandInput extends SwapEnvironmentCNAMEsMessage {}
|
|
6
5
|
export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SwapEnvironmentCNAMEsCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SwapEnvironmentCNAMEsCommandInput
|
|
8
|
+
input: SwapEnvironmentCNAMEsCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SwapEnvironmentCNAMEsCommandInput,
|
|
12
11
|
SwapEnvironmentCNAMEsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
EnvironmentDescription,
|
|
4
|
-
TerminateEnvironmentMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TerminateEnvironmentCommandInput
|
|
8
|
-
extends TerminateEnvironmentMessage {}
|
|
4
|
+
export interface TerminateEnvironmentCommandInput extends TerminateEnvironmentMessage {}
|
|
9
5
|
export interface TerminateEnvironmentCommandOutput
|
|
10
|
-
extends EnvironmentDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EnvironmentDescription, __MetadataBearer {}
|
|
12
7
|
declare const TerminateEnvironmentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TerminateEnvironmentCommandInput
|
|
9
|
+
input: TerminateEnvironmentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TerminateEnvironmentCommandInput,
|
|
17
12
|
TerminateEnvironmentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ApplicationDescriptionMessage,
|
|
4
|
-
UpdateApplicationMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ApplicationDescriptionMessage, UpdateApplicationMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationCommandInput
|
|
8
|
-
extends UpdateApplicationMessage {}
|
|
4
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationMessage {}
|
|
9
5
|
export interface UpdateApplicationCommandOutput
|
|
10
|
-
extends ApplicationDescriptionMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ApplicationDescriptionMessage, __MetadataBearer {}
|
|
12
7
|
declare const UpdateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateApplicationCommandInput
|
|
9
|
+
input: UpdateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateApplicationCommandInput,
|
|
17
12
|
UpdateApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateApplicationCommandInput
|
|
18
|
+
input: UpdateApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateApplicationCommandInput,
|
|
26
21
|
UpdateApplicationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateApplicationResourceLifecycleMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationResourceLifecycleCommandInput
|
|
8
|
-
extends UpdateApplicationResourceLifecycleMessage {}
|
|
7
|
+
export interface UpdateApplicationResourceLifecycleCommandInput extends UpdateApplicationResourceLifecycleMessage {}
|
|
9
8
|
export interface UpdateApplicationResourceLifecycleCommandOutput
|
|
10
|
-
extends ApplicationResourceLifecycleDescriptionMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ApplicationResourceLifecycleDescriptionMessage, __MetadataBearer {}
|
|
12
10
|
declare const UpdateApplicationResourceLifecycleCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateApplicationResourceLifecycleCommandInput
|
|
12
|
+
input: UpdateApplicationResourceLifecycleCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateApplicationResourceLifecycleCommandInput,
|
|
17
15
|
UpdateApplicationResourceLifecycleCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateApplicationResourceLifecycleCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateApplicationResourceLifecycleCommandInput
|
|
21
|
+
input: UpdateApplicationResourceLifecycleCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateApplicationResourceLifecycleCommandInput,
|
|
26
24
|
UpdateApplicationResourceLifecycleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateApplicationVersionMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationVersionCommandInput
|
|
8
|
-
extends UpdateApplicationVersionMessage {}
|
|
7
|
+
export interface UpdateApplicationVersionCommandInput extends UpdateApplicationVersionMessage {}
|
|
9
8
|
export interface UpdateApplicationVersionCommandOutput
|
|
10
|
-
extends ApplicationVersionDescriptionMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ApplicationVersionDescriptionMessage, __MetadataBearer {}
|
|
12
10
|
declare const UpdateApplicationVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateApplicationVersionCommandInput
|
|
12
|
+
input: UpdateApplicationVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateApplicationVersionCommandInput,
|
|
17
15
|
UpdateApplicationVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateApplicationVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateApplicationVersionCommandInput
|
|
21
|
+
input: UpdateApplicationVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateApplicationVersionCommandInput,
|
|
26
24
|
UpdateApplicationVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateConfigurationTemplateMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConfigurationTemplateCommandInput
|
|
8
|
-
extends UpdateConfigurationTemplateMessage {}
|
|
7
|
+
export interface UpdateConfigurationTemplateCommandInput extends UpdateConfigurationTemplateMessage {}
|
|
9
8
|
export interface UpdateConfigurationTemplateCommandOutput
|
|
10
|
-
extends ConfigurationSettingsDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ConfigurationSettingsDescription, __MetadataBearer {}
|
|
12
10
|
declare const UpdateConfigurationTemplateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateConfigurationTemplateCommandInput
|
|
12
|
+
input: UpdateConfigurationTemplateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateConfigurationTemplateCommandInput,
|
|
17
15
|
UpdateConfigurationTemplateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateConfigurationTemplateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateConfigurationTemplateCommandInput
|
|
21
|
+
input: UpdateConfigurationTemplateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateConfigurationTemplateCommandInput,
|
|
26
24
|
UpdateConfigurationTemplateCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
EnvironmentDescription,
|
|
4
|
-
UpdateEnvironmentMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateEnvironmentCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateEnvironmentCommandOutput
|
|
10
|
-
extends EnvironmentDescription,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentMessage {}
|
|
5
|
+
export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {}
|
|
12
6
|
declare const UpdateEnvironmentCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateEnvironmentCommandInput
|
|
8
|
+
input: UpdateEnvironmentCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateEnvironmentCommandInput,
|
|
17
11
|
UpdateEnvironmentCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateTagsForResourceMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateTagsForResourceCommandInput
|
|
5
|
-
extends UpdateTagsForResourceMessage {}
|
|
4
|
+
export interface UpdateTagsForResourceCommandInput extends UpdateTagsForResourceMessage {}
|
|
6
5
|
export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateTagsForResourceCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateTagsForResourceCommandInput
|
|
8
|
+
input: UpdateTagsForResourceCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateTagsForResourceCommandInput,
|
|
12
11
|
UpdateTagsForResourceCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateTagsForResourceCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateTagsForResourceCommandInput
|
|
17
|
+
input: UpdateTagsForResourceCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateTagsForResourceCommandInput,
|
|
21
20
|
UpdateTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ValidateConfigurationSettingsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ValidateConfigurationSettingsCommandInput
|
|
8
|
-
extends ValidateConfigurationSettingsMessage {}
|
|
7
|
+
export interface ValidateConfigurationSettingsCommandInput extends ValidateConfigurationSettingsMessage {}
|
|
9
8
|
export interface ValidateConfigurationSettingsCommandOutput
|
|
10
|
-
extends ConfigurationSettingsValidationMessages,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ConfigurationSettingsValidationMessages, __MetadataBearer {}
|
|
12
10
|
declare const ValidateConfigurationSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ValidateConfigurationSettingsCommandInput
|
|
12
|
+
input: ValidateConfigurationSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ValidateConfigurationSettingsCommandInput,
|
|
17
15
|
ValidateConfigurationSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ValidateConfigurationSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ValidateConfigurationSettingsCommandInput
|
|
21
|
+
input: ValidateConfigurationSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ValidateConfigurationSettingsCommandInput,
|
|
26
24
|
ValidateConfigurationSettingsCommandOutput,
|