@aws-sdk/client-appconfig 3.588.0 → 3.592.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 +0 -43
- package/dist-types/AppConfigClient.d.ts +4 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateExtensionCommand.d.ts +2 -1
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetExtensionCommand.d.ts +2 -1
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListExtensionsCommand.d.ts +2 -1
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/StopDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -1
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AppConfigServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppConfigClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-types/index.d.ts
CHANGED
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
export * from "./AppConfigClient";
|
|
156
156
|
export * from "./AppConfig";
|
|
157
157
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
158
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
159
|
-
export { AppConfigExtensionConfiguration } from "./extensionConfiguration";
|
|
158
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
159
|
+
export type { AppConfigExtensionConfiguration } from "./extensionConfiguration";
|
|
160
160
|
export * from "./commands";
|
|
161
161
|
export * from "./pagination";
|
|
162
162
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -328,8 +328,8 @@ export interface ClientDefaults
|
|
|
328
328
|
serviceId?: string;
|
|
329
329
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
330
330
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
331
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
332
331
|
region?: string | __Provider<string>;
|
|
332
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
333
333
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
334
334
|
maxAttempts?: number | __Provider<number>;
|
|
335
335
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Application, CreateApplicationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateApplicationCommandInput
|
|
11
12
|
extends CreateApplicationRequest {}
|
|
12
13
|
export interface CreateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ConfigurationProfile,
|
|
10
10
|
CreateConfigurationProfileRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateConfigurationProfileCommandInput
|
|
14
15
|
extends CreateConfigurationProfileRequest {}
|
|
15
16
|
export interface CreateConfigurationProfileCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDeploymentStrategyRequest,
|
|
10
10
|
DeploymentStrategy,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDeploymentStrategyCommandInput
|
|
14
15
|
extends CreateDeploymentStrategyRequest {}
|
|
15
16
|
export interface CreateDeploymentStrategyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { CreateEnvironmentRequest, Environment } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateEnvironmentCommandInput
|
|
11
12
|
extends CreateEnvironmentRequest {}
|
|
12
13
|
export interface CreateEnvironmentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateExtensionAssociationRequest,
|
|
10
10
|
ExtensionAssociation,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateExtensionAssociationCommandInput
|
|
14
15
|
extends CreateExtensionAssociationRequest {}
|
|
15
16
|
export interface CreateExtensionAssociationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { CreateExtensionRequest, Extension } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateExtensionCommandInput extends CreateExtensionRequest {}
|
|
11
12
|
export interface CreateExtensionCommandOutput
|
|
12
13
|
extends Extension,
|
|
@@ -13,7 +13,8 @@ import {
|
|
|
13
13
|
CreateHostedConfigurationVersionRequest,
|
|
14
14
|
HostedConfigurationVersion,
|
|
15
15
|
} from "../models/models_0";
|
|
16
|
-
export { __MetadataBearer
|
|
16
|
+
export { __MetadataBearer };
|
|
17
|
+
export { $Command };
|
|
17
18
|
export type CreateHostedConfigurationVersionCommandInputType = Pick<
|
|
18
19
|
CreateHostedConfigurationVersionRequest,
|
|
19
20
|
Exclude<keyof CreateHostedConfigurationVersionRequest, "Content">
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteApplicationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteApplicationCommandInput
|
|
11
12
|
extends DeleteApplicationRequest {}
|
|
12
13
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteConfigurationProfileRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteConfigurationProfileCommandInput
|
|
11
12
|
extends DeleteConfigurationProfileRequest {}
|
|
12
13
|
export interface DeleteConfigurationProfileCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteDeploymentStrategyRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteDeploymentStrategyCommandInput
|
|
11
12
|
extends DeleteDeploymentStrategyRequest {}
|
|
12
13
|
export interface DeleteDeploymentStrategyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteEnvironmentRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteEnvironmentCommandInput
|
|
11
12
|
extends DeleteEnvironmentRequest {}
|
|
12
13
|
export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteExtensionAssociationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteExtensionAssociationCommandInput
|
|
11
12
|
extends DeleteExtensionAssociationRequest {}
|
|
12
13
|
export interface DeleteExtensionAssociationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteExtensionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {}
|
|
11
12
|
export interface DeleteExtensionCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteExtensionCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteHostedConfigurationVersionCommandInput
|
|
11
12
|
extends DeleteHostedConfigurationVersionRequest {}
|
|
12
13
|
export interface DeleteHostedConfigurationVersionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Application, GetApplicationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
11
12
|
export interface GetApplicationCommandOutput
|
|
12
13
|
extends Application,
|
|
@@ -7,7 +7,8 @@ import {
|
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../AppConfigClient";
|
|
9
9
|
import { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
10
|
-
export { __MetadataBearer
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
11
12
|
export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
12
13
|
export type GetConfigurationCommandOutputType = Pick<
|
|
13
14
|
Configuration,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ConfigurationProfile,
|
|
10
10
|
GetConfigurationProfileRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetConfigurationProfileCommandInput
|
|
14
15
|
extends GetConfigurationProfileRequest {}
|
|
15
16
|
export interface GetConfigurationProfileCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
11
12
|
export interface GetDeploymentCommandOutput
|
|
12
13
|
extends Deployment,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeploymentStrategy,
|
|
10
10
|
GetDeploymentStrategyRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetDeploymentStrategyCommandInput
|
|
14
15
|
extends GetDeploymentStrategyRequest {}
|
|
15
16
|
export interface GetDeploymentStrategyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Environment, GetEnvironmentRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
11
12
|
export interface GetEnvironmentCommandOutput
|
|
12
13
|
extends Environment,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ExtensionAssociation,
|
|
10
10
|
GetExtensionAssociationRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetExtensionAssociationCommandInput
|
|
14
15
|
extends GetExtensionAssociationRequest {}
|
|
15
16
|
export interface GetExtensionAssociationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Extension, GetExtensionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetExtensionCommandInput extends GetExtensionRequest {}
|
|
11
12
|
export interface GetExtensionCommandOutput
|
|
12
13
|
extends Extension,
|
|
@@ -10,7 +10,8 @@ import {
|
|
|
10
10
|
GetHostedConfigurationVersionRequest,
|
|
11
11
|
HostedConfigurationVersion,
|
|
12
12
|
} from "../models/models_0";
|
|
13
|
-
export { __MetadataBearer
|
|
13
|
+
export { __MetadataBearer };
|
|
14
|
+
export { $Command };
|
|
14
15
|
export interface GetHostedConfigurationVersionCommandInput
|
|
15
16
|
extends GetHostedConfigurationVersionRequest {}
|
|
16
17
|
export type GetHostedConfigurationVersionCommandOutputType = Pick<
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Applications, ListApplicationsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
11
12
|
export interface ListApplicationsCommandOutput
|
|
12
13
|
extends Applications,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ConfigurationProfiles,
|
|
10
10
|
ListConfigurationProfilesRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConfigurationProfilesCommandInput
|
|
14
15
|
extends ListConfigurationProfilesRequest {}
|
|
15
16
|
export interface ListConfigurationProfilesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeploymentStrategies,
|
|
10
10
|
ListDeploymentStrategiesRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDeploymentStrategiesCommandInput
|
|
14
15
|
extends ListDeploymentStrategiesRequest {}
|
|
15
16
|
export interface ListDeploymentStrategiesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Deployments, ListDeploymentsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
11
12
|
export interface ListDeploymentsCommandOutput
|
|
12
13
|
extends Deployments,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Environments, ListEnvironmentsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
11
12
|
export interface ListEnvironmentsCommandOutput
|
|
12
13
|
extends Environments,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ExtensionAssociations,
|
|
10
10
|
ListExtensionAssociationsRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListExtensionAssociationsCommandInput
|
|
14
15
|
extends ListExtensionAssociationsRequest {}
|
|
15
16
|
export interface ListExtensionAssociationsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Extensions, ListExtensionsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListExtensionsCommandInput extends ListExtensionsRequest {}
|
|
11
12
|
export interface ListExtensionsCommandOutput
|
|
12
13
|
extends Extensions,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
HostedConfigurationVersions,
|
|
10
10
|
ListHostedConfigurationVersionsRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListHostedConfigurationVersionsCommandInput
|
|
14
15
|
extends ListHostedConfigurationVersionsRequest {}
|
|
15
16
|
export interface ListHostedConfigurationVersionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListTagsForResourceCommandInput
|
|
11
12
|
extends ListTagsForResourceRequest {}
|
|
12
13
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Deployment, StartDeploymentRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
11
12
|
export interface StartDeploymentCommandOutput
|
|
12
13
|
extends Deployment,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Deployment, StopDeploymentRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopDeploymentCommandInput extends StopDeploymentRequest {}
|
|
11
12
|
export interface StopDeploymentCommandOutput
|
|
12
13
|
extends Deployment,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppConfigClient";
|
|
8
8
|
import { Application, UpdateApplicationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateApplicationCommandInput
|
|
11
12
|
extends UpdateApplicationRequest {}
|
|
12
13
|
export interface UpdateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ConfigurationProfile,
|
|
10
10
|
UpdateConfigurationProfileRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateConfigurationProfileCommandInput
|
|
14
15
|
extends UpdateConfigurationProfileRequest {}
|
|
15
16
|
export interface UpdateConfigurationProfileCommandOutput
|