@aws-sdk/client-appconfig 3.1087.0 → 3.1088.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/AppConfig.d.ts +182 -185
- package/dist-types/ts3.4/AppConfigClient.d.ts +6 -18
- 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/CreateApplicationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +3 -4
- 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 +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDeploymentComplete.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForEnvironmentReadyForDeployment.d.ts +3 -5
- package/package.json +38 -38
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Application, GetApplicationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
5
|
-
export interface GetApplicationCommandOutput
|
|
6
|
-
extends Application,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetApplicationCommandOutput extends Application, __MetadataBearer {}
|
|
8
6
|
declare const GetApplicationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetApplicationCommandInput
|
|
8
|
+
input: GetApplicationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetApplicationCommandInput,
|
|
13
11
|
GetApplicationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetApplicationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetApplicationCommandInput
|
|
17
|
+
input: GetApplicationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetApplicationCommandInput,
|
|
22
20
|
GetApplicationCommandOutput,
|
|
@@ -10,11 +10,10 @@ export type GetConfigurationCommandOutputType = Pick<
|
|
|
10
10
|
Content?: Uint8ArrayBlobAdapter;
|
|
11
11
|
};
|
|
12
12
|
export interface GetConfigurationCommandOutput
|
|
13
|
-
extends GetConfigurationCommandOutputType,
|
|
14
|
-
__MetadataBearer {}
|
|
13
|
+
extends GetConfigurationCommandOutputType, __MetadataBearer {}
|
|
15
14
|
declare const GetConfigurationCommand_base: {
|
|
16
15
|
new (
|
|
17
|
-
input: GetConfigurationCommandInput
|
|
16
|
+
input: GetConfigurationCommandInput,
|
|
18
17
|
): import("@smithy/core/client").CommandImpl<
|
|
19
18
|
GetConfigurationCommandInput,
|
|
20
19
|
GetConfigurationCommandOutput,
|
|
@@ -23,7 +22,7 @@ declare const GetConfigurationCommand_base: {
|
|
|
23
22
|
import("..").ServiceOutputTypes
|
|
24
23
|
>;
|
|
25
24
|
new (
|
|
26
|
-
input: GetConfigurationCommandInput
|
|
25
|
+
input: GetConfigurationCommandInput,
|
|
27
26
|
): import("@smithy/core/client").CommandImpl<
|
|
28
27
|
GetConfigurationCommandInput,
|
|
29
28
|
GetConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ConfigurationProfile,
|
|
4
|
-
GetConfigurationProfileRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetConfigurationProfileCommandInput
|
|
8
|
-
extends GetConfigurationProfileRequest {}
|
|
4
|
+
export interface GetConfigurationProfileCommandInput extends GetConfigurationProfileRequest {}
|
|
9
5
|
export interface GetConfigurationProfileCommandOutput
|
|
10
|
-
extends ConfigurationProfile,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ConfigurationProfile, __MetadataBearer {}
|
|
12
7
|
declare const GetConfigurationProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetConfigurationProfileCommandInput
|
|
9
|
+
input: GetConfigurationProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetConfigurationProfileCommandInput,
|
|
17
12
|
GetConfigurationProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetConfigurationProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetConfigurationProfileCommandInput
|
|
18
|
+
input: GetConfigurationProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetConfigurationProfileCommandInput,
|
|
26
21
|
GetConfigurationProfileCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
5
|
-
export interface GetDeploymentCommandOutput
|
|
6
|
-
extends Deployment,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer {}
|
|
8
6
|
declare const GetDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDeploymentCommandInput
|
|
8
|
+
input: GetDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDeploymentCommandInput,
|
|
13
11
|
GetDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDeploymentCommandInput
|
|
17
|
+
input: GetDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDeploymentCommandInput,
|
|
22
20
|
GetDeploymentCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeploymentStrategy,
|
|
4
|
-
GetDeploymentStrategyRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeploymentStrategyCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetDeploymentStrategyCommandOutput
|
|
10
|
-
extends DeploymentStrategy,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetDeploymentStrategyCommandInput extends GetDeploymentStrategyRequest {}
|
|
5
|
+
export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {}
|
|
12
6
|
declare const GetDeploymentStrategyCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetDeploymentStrategyCommandInput
|
|
8
|
+
input: GetDeploymentStrategyCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetDeploymentStrategyCommandInput,
|
|
17
11
|
GetDeploymentStrategyCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetDeploymentStrategyCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetDeploymentStrategyCommandInput
|
|
17
|
+
input: GetDeploymentStrategyCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetDeploymentStrategyCommandInput,
|
|
26
20
|
GetDeploymentStrategyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Environment, GetEnvironmentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
5
|
-
export interface GetEnvironmentCommandOutput
|
|
6
|
-
extends Environment,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEnvironmentCommandOutput extends Environment, __MetadataBearer {}
|
|
8
6
|
declare const GetEnvironmentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetEnvironmentCommandInput
|
|
8
|
+
input: GetEnvironmentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetEnvironmentCommandInput,
|
|
13
11
|
GetEnvironmentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetEnvironmentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetEnvironmentCommandInput
|
|
17
|
+
input: GetEnvironmentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetEnvironmentCommandInput,
|
|
22
20
|
GetEnvironmentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExperimentDefinition,
|
|
4
|
-
GetExperimentDefinitionRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExperimentDefinition, GetExperimentDefinitionRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetExperimentDefinitionCommandInput
|
|
8
|
-
extends GetExperimentDefinitionRequest {}
|
|
4
|
+
export interface GetExperimentDefinitionCommandInput extends GetExperimentDefinitionRequest {}
|
|
9
5
|
export interface GetExperimentDefinitionCommandOutput
|
|
10
|
-
extends ExperimentDefinition,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExperimentDefinition, __MetadataBearer {}
|
|
12
7
|
declare const GetExperimentDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetExperimentDefinitionCommandInput
|
|
9
|
+
input: GetExperimentDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetExperimentDefinitionCommandInput,
|
|
17
12
|
GetExperimentDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetExperimentDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetExperimentDefinitionCommandInput
|
|
18
|
+
input: GetExperimentDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetExperimentDefinitionCommandInput,
|
|
26
21
|
GetExperimentDefinitionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ExperimentRun, GetExperimentRunRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetExperimentRunCommandInput extends GetExperimentRunRequest {}
|
|
5
|
-
export interface GetExperimentRunCommandOutput
|
|
6
|
-
extends ExperimentRun,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {}
|
|
8
6
|
declare const GetExperimentRunCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetExperimentRunCommandInput
|
|
8
|
+
input: GetExperimentRunCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetExperimentRunCommandInput,
|
|
13
11
|
GetExperimentRunCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetExperimentRunCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetExperimentRunCommandInput
|
|
17
|
+
input: GetExperimentRunCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetExperimentRunCommandInput,
|
|
22
20
|
GetExperimentRunCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExtensionAssociation,
|
|
4
|
-
GetExtensionAssociationRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExtensionAssociation, GetExtensionAssociationRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetExtensionAssociationCommandInput
|
|
8
|
-
extends GetExtensionAssociationRequest {}
|
|
4
|
+
export interface GetExtensionAssociationCommandInput extends GetExtensionAssociationRequest {}
|
|
9
5
|
export interface GetExtensionAssociationCommandOutput
|
|
10
|
-
extends ExtensionAssociation,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExtensionAssociation, __MetadataBearer {}
|
|
12
7
|
declare const GetExtensionAssociationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetExtensionAssociationCommandInput
|
|
9
|
+
input: GetExtensionAssociationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetExtensionAssociationCommandInput,
|
|
17
12
|
GetExtensionAssociationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetExtensionAssociationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetExtensionAssociationCommandInput
|
|
18
|
+
input: GetExtensionAssociationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetExtensionAssociationCommandInput,
|
|
26
21
|
GetExtensionAssociationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Extension, GetExtensionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetExtensionCommandInput extends GetExtensionRequest {}
|
|
5
|
-
export interface GetExtensionCommandOutput
|
|
6
|
-
extends Extension,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {}
|
|
8
6
|
declare const GetExtensionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetExtensionCommandInput
|
|
8
|
+
input: GetExtensionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetExtensionCommandInput,
|
|
13
11
|
GetExtensionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetExtensionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetExtensionCommandInput
|
|
17
|
+
input: GetExtensionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetExtensionCommandInput,
|
|
22
20
|
GetExtensionCommandOutput,
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
HostedConfigurationVersion,
|
|
6
6
|
} from "../models/models_0";
|
|
7
7
|
export { __MetadataBearer };
|
|
8
|
-
export interface GetHostedConfigurationVersionCommandInput
|
|
9
|
-
extends GetHostedConfigurationVersionRequest {}
|
|
8
|
+
export interface GetHostedConfigurationVersionCommandInput extends GetHostedConfigurationVersionRequest {}
|
|
10
9
|
export type GetHostedConfigurationVersionCommandOutputType = Pick<
|
|
11
10
|
HostedConfigurationVersion,
|
|
12
11
|
Exclude<keyof HostedConfigurationVersion, "Content">
|
|
@@ -14,11 +13,10 @@ export type GetHostedConfigurationVersionCommandOutputType = Pick<
|
|
|
14
13
|
Content?: Uint8ArrayBlobAdapter;
|
|
15
14
|
};
|
|
16
15
|
export interface GetHostedConfigurationVersionCommandOutput
|
|
17
|
-
extends GetHostedConfigurationVersionCommandOutputType,
|
|
18
|
-
__MetadataBearer {}
|
|
16
|
+
extends GetHostedConfigurationVersionCommandOutputType, __MetadataBearer {}
|
|
19
17
|
declare const GetHostedConfigurationVersionCommand_base: {
|
|
20
18
|
new (
|
|
21
|
-
input: GetHostedConfigurationVersionCommandInput
|
|
19
|
+
input: GetHostedConfigurationVersionCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
GetHostedConfigurationVersionCommandInput,
|
|
24
22
|
GetHostedConfigurationVersionCommandOutput,
|
|
@@ -27,7 +25,7 @@ declare const GetHostedConfigurationVersionCommand_base: {
|
|
|
27
25
|
import("..").ServiceOutputTypes
|
|
28
26
|
>;
|
|
29
27
|
new (
|
|
30
|
-
input: GetHostedConfigurationVersionCommandInput
|
|
28
|
+
input: GetHostedConfigurationVersionCommandInput,
|
|
31
29
|
): import("@smithy/core/client").CommandImpl<
|
|
32
30
|
GetHostedConfigurationVersionCommandInput,
|
|
33
31
|
GetHostedConfigurationVersionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Applications, ListApplicationsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
5
|
-
export interface ListApplicationsCommandOutput
|
|
6
|
-
extends Applications,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListApplicationsCommandOutput extends Applications, __MetadataBearer {}
|
|
8
6
|
declare const ListApplicationsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListApplicationsCommandInput
|
|
8
|
+
input: ListApplicationsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListApplicationsCommandInput,
|
|
13
11
|
ListApplicationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ConfigurationProfiles,
|
|
4
|
-
ListConfigurationProfilesRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConfigurationProfilesCommandInput
|
|
8
|
-
extends ListConfigurationProfilesRequest {}
|
|
4
|
+
export interface ListConfigurationProfilesCommandInput extends ListConfigurationProfilesRequest {}
|
|
9
5
|
export interface ListConfigurationProfilesCommandOutput
|
|
10
|
-
extends ConfigurationProfiles,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ConfigurationProfiles, __MetadataBearer {}
|
|
12
7
|
declare const ListConfigurationProfilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListConfigurationProfilesCommandInput
|
|
9
|
+
input: ListConfigurationProfilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListConfigurationProfilesCommandInput,
|
|
17
12
|
ListConfigurationProfilesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListConfigurationProfilesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListConfigurationProfilesCommandInput
|
|
18
|
+
input: ListConfigurationProfilesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListConfigurationProfilesCommandInput,
|
|
26
21
|
ListConfigurationProfilesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeploymentStrategies,
|
|
4
|
-
ListDeploymentStrategiesRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeploymentStrategiesCommandInput
|
|
8
|
-
extends ListDeploymentStrategiesRequest {}
|
|
4
|
+
export interface ListDeploymentStrategiesCommandInput extends ListDeploymentStrategiesRequest {}
|
|
9
5
|
export interface ListDeploymentStrategiesCommandOutput
|
|
10
|
-
extends DeploymentStrategies,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeploymentStrategies, __MetadataBearer {}
|
|
12
7
|
declare const ListDeploymentStrategiesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeploymentStrategiesCommandInput
|
|
9
|
+
input: ListDeploymentStrategiesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeploymentStrategiesCommandInput,
|
|
17
12
|
ListDeploymentStrategiesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployments, ListDeploymentsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
5
|
-
export interface ListDeploymentsCommandOutput
|
|
6
|
-
extends Deployments,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBearer {}
|
|
8
6
|
declare const ListDeploymentsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDeploymentsCommandInput
|
|
8
|
+
input: ListDeploymentsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDeploymentsCommandInput,
|
|
13
11
|
ListDeploymentsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListDeploymentsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListDeploymentsCommandInput
|
|
17
|
+
input: ListDeploymentsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListDeploymentsCommandInput,
|
|
22
20
|
ListDeploymentsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Environments, ListEnvironmentsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
5
|
-
export interface ListEnvironmentsCommandOutput
|
|
6
|
-
extends Environments,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListEnvironmentsCommandOutput extends Environments, __MetadataBearer {}
|
|
8
6
|
declare const ListEnvironmentsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListEnvironmentsCommandInput
|
|
8
|
+
input: ListEnvironmentsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListEnvironmentsCommandInput,
|
|
13
11
|
ListEnvironmentsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListEnvironmentsCommandInput
|
|
17
|
+
input: ListEnvironmentsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListEnvironmentsCommandInput,
|
|
22
20
|
ListEnvironmentsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExperimentDefinitions,
|
|
4
|
-
ListExperimentDefinitionsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExperimentDefinitions, ListExperimentDefinitionsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListExperimentDefinitionsCommandInput
|
|
8
|
-
extends ListExperimentDefinitionsRequest {}
|
|
4
|
+
export interface ListExperimentDefinitionsCommandInput extends ListExperimentDefinitionsRequest {}
|
|
9
5
|
export interface ListExperimentDefinitionsCommandOutput
|
|
10
|
-
extends ExperimentDefinitions,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExperimentDefinitions, __MetadataBearer {}
|
|
12
7
|
declare const ListExperimentDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListExperimentDefinitionsCommandInput
|
|
9
|
+
input: ListExperimentDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListExperimentDefinitionsCommandInput,
|
|
17
12
|
ListExperimentDefinitionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExperimentRunEvents,
|
|
4
|
-
ListExperimentRunEventsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExperimentRunEvents, ListExperimentRunEventsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListExperimentRunEventsCommandInput
|
|
8
|
-
extends ListExperimentRunEventsRequest {}
|
|
4
|
+
export interface ListExperimentRunEventsCommandInput extends ListExperimentRunEventsRequest {}
|
|
9
5
|
export interface ListExperimentRunEventsCommandOutput
|
|
10
|
-
extends ExperimentRunEvents,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExperimentRunEvents, __MetadataBearer {}
|
|
12
7
|
declare const ListExperimentRunEventsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListExperimentRunEventsCommandInput
|
|
9
|
+
input: ListExperimentRunEventsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListExperimentRunEventsCommandInput,
|
|
17
12
|
ListExperimentRunEventsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListExperimentRunEventsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListExperimentRunEventsCommandInput
|
|
18
|
+
input: ListExperimentRunEventsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListExperimentRunEventsCommandInput,
|
|
26
21
|
ListExperimentRunEventsCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ExperimentRuns, ListExperimentRunsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ListExperimentRunsCommandInput
|
|
5
|
-
|
|
6
|
-
export interface ListExperimentRunsCommandOutput
|
|
7
|
-
extends ExperimentRuns,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface ListExperimentRunsCommandInput extends ListExperimentRunsRequest {}
|
|
5
|
+
export interface ListExperimentRunsCommandOutput extends ExperimentRuns, __MetadataBearer {}
|
|
9
6
|
declare const ListExperimentRunsCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: ListExperimentRunsCommandInput
|
|
8
|
+
input: ListExperimentRunsCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
ListExperimentRunsCommandInput,
|
|
14
11
|
ListExperimentRunsCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const ListExperimentRunsCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: ListExperimentRunsCommandInput
|
|
17
|
+
input: ListExperimentRunsCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
ListExperimentRunsCommandInput,
|
|
23
20
|
ListExperimentRunsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExtensionAssociations,
|
|
4
|
-
ListExtensionAssociationsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExtensionAssociations, ListExtensionAssociationsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListExtensionAssociationsCommandInput
|
|
8
|
-
extends ListExtensionAssociationsRequest {}
|
|
4
|
+
export interface ListExtensionAssociationsCommandInput extends ListExtensionAssociationsRequest {}
|
|
9
5
|
export interface ListExtensionAssociationsCommandOutput
|
|
10
|
-
extends ExtensionAssociations,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExtensionAssociations, __MetadataBearer {}
|
|
12
7
|
declare const ListExtensionAssociationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListExtensionAssociationsCommandInput
|
|
9
|
+
input: ListExtensionAssociationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListExtensionAssociationsCommandInput,
|
|
17
12
|
ListExtensionAssociationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Extensions, ListExtensionsRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListExtensionsCommandInput extends ListExtensionsRequest {}
|
|
5
|
-
export interface ListExtensionsCommandOutput
|
|
6
|
-
extends Extensions,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListExtensionsCommandOutput extends Extensions, __MetadataBearer {}
|
|
8
6
|
declare const ListExtensionsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListExtensionsCommandInput
|
|
8
|
+
input: ListExtensionsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListExtensionsCommandInput,
|
|
13
11
|
ListExtensionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListHostedConfigurationVersionsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListHostedConfigurationVersionsCommandInput
|
|
8
|
-
extends ListHostedConfigurationVersionsRequest {}
|
|
7
|
+
export interface ListHostedConfigurationVersionsCommandInput extends ListHostedConfigurationVersionsRequest {}
|
|
9
8
|
export interface ListHostedConfigurationVersionsCommandOutput
|
|
10
|
-
extends HostedConfigurationVersions,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends HostedConfigurationVersions, __MetadataBearer {}
|
|
12
10
|
declare const ListHostedConfigurationVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListHostedConfigurationVersionsCommandInput
|
|
12
|
+
input: ListHostedConfigurationVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListHostedConfigurationVersionsCommandInput,
|
|
17
15
|
ListHostedConfigurationVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListHostedConfigurationVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListHostedConfigurationVersionsCommandInput
|
|
21
|
+
input: ListHostedConfigurationVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListHostedConfigurationVersionsCommandInput,
|
|
26
24
|
ListHostedConfigurationVersionsCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ListTagsForResourceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface ListTagsForResourceCommandOutput
|
|
7
|
-
extends ResourceTags,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
5
|
+
export interface ListTagsForResourceCommandOutput extends ResourceTags, __MetadataBearer {}
|
|
9
6
|
declare const ListTagsForResourceCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: ListTagsForResourceCommandInput
|
|
8
|
+
input: ListTagsForResourceCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
ListTagsForResourceCommandInput,
|
|
14
11
|
ListTagsForResourceCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: ListTagsForResourceCommandInput
|
|
17
|
+
input: ListTagsForResourceCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
ListTagsForResourceCommandInput,
|
|
23
20
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployment, StartDeploymentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
5
|
-
export interface StartDeploymentCommandOutput
|
|
6
|
-
extends Deployment,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartDeploymentCommandOutput extends Deployment, __MetadataBearer {}
|
|
8
6
|
declare const StartDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartDeploymentCommandInput
|
|
8
|
+
input: StartDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartDeploymentCommandInput,
|
|
13
11
|
StartDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartDeploymentCommandInput
|
|
17
|
+
input: StartDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartDeploymentCommandInput,
|
|
22
20
|
StartDeploymentCommandOutput,
|