@aws-sdk/client-appconfig 3.1086.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 +39 -39
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ExperimentRun, StartExperimentRunRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartExperimentRunCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StartExperimentRunCommandOutput
|
|
7
|
-
extends ExperimentRun,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface StartExperimentRunCommandInput extends StartExperimentRunRequest {}
|
|
5
|
+
export interface StartExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {}
|
|
9
6
|
declare const StartExperimentRunCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: StartExperimentRunCommandInput
|
|
8
|
+
input: StartExperimentRunCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
StartExperimentRunCommandInput,
|
|
14
11
|
StartExperimentRunCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const StartExperimentRunCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: StartExperimentRunCommandInput
|
|
17
|
+
input: StartExperimentRunCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
StartExperimentRunCommandInput,
|
|
23
20
|
StartExperimentRunCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Deployment, StopDeploymentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopDeploymentCommandInput extends StopDeploymentRequest {}
|
|
5
|
-
export interface StopDeploymentCommandOutput
|
|
6
|
-
extends Deployment,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopDeploymentCommandOutput extends Deployment, __MetadataBearer {}
|
|
8
6
|
declare const StopDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopDeploymentCommandInput
|
|
8
|
+
input: StopDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopDeploymentCommandInput,
|
|
13
11
|
StopDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopDeploymentCommandInput
|
|
17
|
+
input: StopDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopDeploymentCommandInput,
|
|
22
20
|
StopDeploymentCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ExperimentRun, StopExperimentRunRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StopExperimentRunCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StopExperimentRunCommandOutput
|
|
7
|
-
extends ExperimentRun,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface StopExperimentRunCommandInput extends StopExperimentRunRequest {}
|
|
5
|
+
export interface StopExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {}
|
|
9
6
|
declare const StopExperimentRunCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: StopExperimentRunCommandInput
|
|
8
|
+
input: StopExperimentRunCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
StopExperimentRunCommandInput,
|
|
14
11
|
StopExperimentRunCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const StopExperimentRunCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: StopExperimentRunCommandInput
|
|
17
|
+
input: StopExperimentRunCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
StopExperimentRunCommandInput,
|
|
23
20
|
StopExperimentRunCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AccountSettings,
|
|
4
|
-
UpdateAccountSettingsRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AccountSettings, UpdateAccountSettingsRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAccountSettingsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface UpdateAccountSettingsCommandOutput
|
|
10
|
-
extends AccountSettings,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettingsRequest {}
|
|
5
|
+
export interface UpdateAccountSettingsCommandOutput extends AccountSettings, __MetadataBearer {}
|
|
12
6
|
declare const UpdateAccountSettingsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: UpdateAccountSettingsCommandInput
|
|
8
|
+
input: UpdateAccountSettingsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
UpdateAccountSettingsCommandInput,
|
|
17
11
|
UpdateAccountSettingsCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { Application, UpdateApplicationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateApplicationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateApplicationCommandOutput
|
|
7
|
-
extends Application,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
|
|
5
|
+
export interface UpdateApplicationCommandOutput extends Application, __MetadataBearer {}
|
|
9
6
|
declare const UpdateApplicationCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: UpdateApplicationCommandInput
|
|
8
|
+
input: UpdateApplicationCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
UpdateApplicationCommandInput,
|
|
14
11
|
UpdateApplicationCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: UpdateApplicationCommandInput
|
|
17
|
+
input: UpdateApplicationCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
UpdateApplicationCommandInput,
|
|
23
20
|
UpdateApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ConfigurationProfile,
|
|
4
|
-
UpdateConfigurationProfileRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ConfigurationProfile, UpdateConfigurationProfileRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConfigurationProfileCommandInput
|
|
8
|
-
extends UpdateConfigurationProfileRequest {}
|
|
4
|
+
export interface UpdateConfigurationProfileCommandInput extends UpdateConfigurationProfileRequest {}
|
|
9
5
|
export interface UpdateConfigurationProfileCommandOutput
|
|
10
|
-
extends ConfigurationProfile,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ConfigurationProfile, __MetadataBearer {}
|
|
12
7
|
declare const UpdateConfigurationProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateConfigurationProfileCommandInput
|
|
9
|
+
input: UpdateConfigurationProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateConfigurationProfileCommandInput,
|
|
17
12
|
UpdateConfigurationProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateConfigurationProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateConfigurationProfileCommandInput
|
|
18
|
+
input: UpdateConfigurationProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateConfigurationProfileCommandInput,
|
|
26
21
|
UpdateConfigurationProfileCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeploymentStrategy,
|
|
4
|
-
UpdateDeploymentStrategyRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeploymentStrategy, UpdateDeploymentStrategyRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDeploymentStrategyCommandInput
|
|
8
|
-
extends UpdateDeploymentStrategyRequest {}
|
|
4
|
+
export interface UpdateDeploymentStrategyCommandInput extends UpdateDeploymentStrategyRequest {}
|
|
9
5
|
export interface UpdateDeploymentStrategyCommandOutput
|
|
10
|
-
extends DeploymentStrategy,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeploymentStrategy, __MetadataBearer {}
|
|
12
7
|
declare const UpdateDeploymentStrategyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateDeploymentStrategyCommandInput
|
|
9
|
+
input: UpdateDeploymentStrategyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateDeploymentStrategyCommandInput,
|
|
17
12
|
UpdateDeploymentStrategyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateDeploymentStrategyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateDeploymentStrategyCommandInput
|
|
18
|
+
input: UpdateDeploymentStrategyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateDeploymentStrategyCommandInput,
|
|
26
21
|
UpdateDeploymentStrategyCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { Environment, UpdateEnvironmentRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateEnvironmentCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateEnvironmentCommandOutput
|
|
7
|
-
extends Environment,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {}
|
|
5
|
+
export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataBearer {}
|
|
9
6
|
declare const UpdateEnvironmentCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: UpdateEnvironmentCommandInput
|
|
8
|
+
input: UpdateEnvironmentCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
UpdateEnvironmentCommandInput,
|
|
14
11
|
UpdateEnvironmentCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: UpdateEnvironmentCommandInput
|
|
17
|
+
input: UpdateEnvironmentCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
UpdateEnvironmentCommandInput,
|
|
23
20
|
UpdateEnvironmentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExperimentDefinition,
|
|
4
|
-
UpdateExperimentDefinitionRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExperimentDefinition, UpdateExperimentDefinitionRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateExperimentDefinitionCommandInput
|
|
8
|
-
extends UpdateExperimentDefinitionRequest {}
|
|
4
|
+
export interface UpdateExperimentDefinitionCommandInput extends UpdateExperimentDefinitionRequest {}
|
|
9
5
|
export interface UpdateExperimentDefinitionCommandOutput
|
|
10
|
-
extends ExperimentDefinition,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExperimentDefinition, __MetadataBearer {}
|
|
12
7
|
declare const UpdateExperimentDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateExperimentDefinitionCommandInput
|
|
9
|
+
input: UpdateExperimentDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateExperimentDefinitionCommandInput,
|
|
17
12
|
UpdateExperimentDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateExperimentDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateExperimentDefinitionCommandInput
|
|
18
|
+
input: UpdateExperimentDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateExperimentDefinitionCommandInput,
|
|
26
21
|
UpdateExperimentDefinitionCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ExperimentRun, UpdateExperimentRunRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateExperimentRunCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateExperimentRunCommandOutput
|
|
7
|
-
extends ExperimentRun,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface UpdateExperimentRunCommandInput extends UpdateExperimentRunRequest {}
|
|
5
|
+
export interface UpdateExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {}
|
|
9
6
|
declare const UpdateExperimentRunCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: UpdateExperimentRunCommandInput
|
|
8
|
+
input: UpdateExperimentRunCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
UpdateExperimentRunCommandInput,
|
|
14
11
|
UpdateExperimentRunCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const UpdateExperimentRunCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: UpdateExperimentRunCommandInput
|
|
17
|
+
input: UpdateExperimentRunCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
UpdateExperimentRunCommandInput,
|
|
23
20
|
UpdateExperimentRunCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExtensionAssociation,
|
|
4
|
-
UpdateExtensionAssociationRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExtensionAssociation, UpdateExtensionAssociationRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateExtensionAssociationCommandInput
|
|
8
|
-
extends UpdateExtensionAssociationRequest {}
|
|
4
|
+
export interface UpdateExtensionAssociationCommandInput extends UpdateExtensionAssociationRequest {}
|
|
9
5
|
export interface UpdateExtensionAssociationCommandOutput
|
|
10
|
-
extends ExtensionAssociation,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ExtensionAssociation, __MetadataBearer {}
|
|
12
7
|
declare const UpdateExtensionAssociationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateExtensionAssociationCommandInput
|
|
9
|
+
input: UpdateExtensionAssociationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateExtensionAssociationCommandInput,
|
|
17
12
|
UpdateExtensionAssociationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateExtensionAssociationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateExtensionAssociationCommandInput
|
|
18
|
+
input: UpdateExtensionAssociationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateExtensionAssociationCommandInput,
|
|
26
21
|
UpdateExtensionAssociationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { Extension, UpdateExtensionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateExtensionCommandInput extends UpdateExtensionRequest {}
|
|
5
|
-
export interface UpdateExtensionCommandOutput
|
|
6
|
-
extends Extension,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateExtensionCommandOutput extends Extension, __MetadataBearer {}
|
|
8
6
|
declare const UpdateExtensionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateExtensionCommandInput
|
|
8
|
+
input: UpdateExtensionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateExtensionCommandInput,
|
|
13
11
|
UpdateExtensionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateExtensionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateExtensionCommandInput
|
|
17
|
+
input: UpdateExtensionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateExtensionCommandInput,
|
|
22
20
|
UpdateExtensionCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ValidateConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ValidateConfigurationCommandInput
|
|
5
|
-
extends ValidateConfigurationRequest {}
|
|
4
|
+
export interface ValidateConfigurationCommandInput extends ValidateConfigurationRequest {}
|
|
6
5
|
export interface ValidateConfigurationCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const ValidateConfigurationCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: ValidateConfigurationCommandInput
|
|
8
|
+
input: ValidateConfigurationCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
ValidateConfigurationCommandInput,
|
|
12
11
|
ValidateConfigurationCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const ValidateConfigurationCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: ValidateConfigurationCommandInput
|
|
17
|
+
input: ValidateConfigurationCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
ValidateConfigurationCommandInput,
|
|
21
20
|
ValidateConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface AppConfigExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -12,8 +12,7 @@ export type ActionPoint = (typeof ActionPoint)[keyof typeof ActionPoint];
|
|
|
12
12
|
export declare const BadRequestReason: {
|
|
13
13
|
readonly INVALID_CONFIGURATION: "InvalidConfiguration";
|
|
14
14
|
};
|
|
15
|
-
export type BadRequestReason =
|
|
16
|
-
(typeof BadRequestReason)[keyof typeof BadRequestReason];
|
|
15
|
+
export type BadRequestReason = (typeof BadRequestReason)[keyof typeof BadRequestReason];
|
|
17
16
|
export declare const ValidatorType: {
|
|
18
17
|
readonly JSON_SCHEMA: "JSON_SCHEMA";
|
|
19
18
|
readonly LAMBDA: "LAMBDA";
|
|
@@ -36,8 +35,7 @@ export declare const EnvironmentState: {
|
|
|
36
35
|
readonly ROLLED_BACK: "ROLLED_BACK";
|
|
37
36
|
readonly ROLLING_BACK: "ROLLING_BACK";
|
|
38
37
|
};
|
|
39
|
-
export type EnvironmentState =
|
|
40
|
-
(typeof EnvironmentState)[keyof typeof EnvironmentState];
|
|
38
|
+
export type EnvironmentState = (typeof EnvironmentState)[keyof typeof EnvironmentState];
|
|
41
39
|
export declare const ExperimentDefinitionStatus: {
|
|
42
40
|
readonly ACTIVE: "ACTIVE";
|
|
43
41
|
readonly ARCHIVED: "ARCHIVED";
|
|
@@ -70,8 +68,7 @@ export declare const DeploymentEventType: {
|
|
|
70
68
|
readonly ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED";
|
|
71
69
|
readonly ROLLBACK_STARTED: "ROLLBACK_STARTED";
|
|
72
70
|
};
|
|
73
|
-
export type DeploymentEventType =
|
|
74
|
-
(typeof DeploymentEventType)[keyof typeof DeploymentEventType];
|
|
71
|
+
export type DeploymentEventType = (typeof DeploymentEventType)[keyof typeof DeploymentEventType];
|
|
75
72
|
export declare const TriggeredBy: {
|
|
76
73
|
readonly APPCONFIG: "APPCONFIG";
|
|
77
74
|
readonly CLOUDWATCH_ALARM: "CLOUDWATCH_ALARM";
|
|
@@ -88,20 +85,17 @@ export declare const DeploymentState: {
|
|
|
88
85
|
readonly ROLLING_BACK: "ROLLING_BACK";
|
|
89
86
|
readonly VALIDATING: "VALIDATING";
|
|
90
87
|
};
|
|
91
|
-
export type DeploymentState =
|
|
92
|
-
(typeof DeploymentState)[keyof typeof DeploymentState];
|
|
88
|
+
export type DeploymentState = (typeof DeploymentState)[keyof typeof DeploymentState];
|
|
93
89
|
export declare const ExperimentRunStatus: {
|
|
94
90
|
readonly DONE: "DONE";
|
|
95
91
|
readonly RUNNING: "RUNNING";
|
|
96
92
|
};
|
|
97
|
-
export type ExperimentRunStatus =
|
|
98
|
-
(typeof ExperimentRunStatus)[keyof typeof ExperimentRunStatus];
|
|
93
|
+
export type ExperimentRunStatus = (typeof ExperimentRunStatus)[keyof typeof ExperimentRunStatus];
|
|
99
94
|
export declare const DeploymentType: {
|
|
100
95
|
readonly MANAGED: "MANAGED";
|
|
101
96
|
readonly USER: "USER";
|
|
102
97
|
};
|
|
103
|
-
export type DeploymentType =
|
|
104
|
-
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
98
|
+
export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
|
|
105
99
|
export declare const ExperimentRunEventType: {
|
|
106
100
|
readonly EXPOSURE_UPDATED: "EXPOSURE_UPDATED";
|
|
107
101
|
readonly OVERRIDES_UPDATED: "OVERRIDES_UPDATED";
|
|
@@ -8,34 +8,26 @@ export declare class BadRequestException extends __BaseException {
|
|
|
8
8
|
Message?: string | undefined;
|
|
9
9
|
Reason?: BadRequestReason | undefined;
|
|
10
10
|
Details?: BadRequestDetails | undefined;
|
|
11
|
-
constructor(
|
|
12
|
-
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
13
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
14
12
|
}
|
|
15
13
|
export declare class InternalServerException extends __BaseException {
|
|
16
14
|
readonly name: "InternalServerException";
|
|
17
15
|
readonly $fault: "server";
|
|
18
16
|
Message?: string | undefined;
|
|
19
|
-
constructor(
|
|
20
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
21
|
-
);
|
|
17
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
22
18
|
}
|
|
23
19
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
24
20
|
readonly name: "ServiceQuotaExceededException";
|
|
25
21
|
readonly $fault: "client";
|
|
26
22
|
Message?: string | undefined;
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
29
|
-
);
|
|
23
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
30
24
|
}
|
|
31
25
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
32
26
|
readonly name: "ResourceNotFoundException";
|
|
33
27
|
readonly $fault: "client";
|
|
34
28
|
Message?: string | undefined;
|
|
35
29
|
ResourceName?: string | undefined;
|
|
36
|
-
constructor(
|
|
37
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
38
|
-
);
|
|
30
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
39
31
|
}
|
|
40
32
|
export declare class ConflictException extends __BaseException {
|
|
41
33
|
readonly name: "ConflictException";
|
|
@@ -50,7 +42,5 @@ export declare class PayloadTooLargeException extends __BaseException {
|
|
|
50
42
|
Measure?: BytesMeasure | undefined;
|
|
51
43
|
Limit?: number | undefined;
|
|
52
44
|
Size?: number | undefined;
|
|
53
|
-
constructor(
|
|
54
|
-
opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>
|
|
55
|
-
);
|
|
45
|
+
constructor(opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>);
|
|
56
46
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { AppConfigClient } from "../AppConfigClient";
|
|
3
|
-
export interface AppConfigPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface AppConfigPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: AppConfigClient;
|
|
6
5
|
}
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|