@aws-sdk/client-appconfig 3.533.0 → 3.536.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-types/AppConfig.d.ts +5 -1
- package/dist-types/AppConfigClient.d.ts +1 -1
- 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 +4 -3
- 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/models/models_0.d.ts +328 -328
- package/dist-types/ts3.4/AppConfig.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -185,6 +185,7 @@ export interface AppConfig {
|
|
|
185
185
|
/**
|
|
186
186
|
* @see {@link ListApplicationsCommand}
|
|
187
187
|
*/
|
|
188
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
188
189
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
189
190
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
190
191
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
@@ -203,6 +204,7 @@ export interface AppConfig {
|
|
|
203
204
|
/**
|
|
204
205
|
* @see {@link ListDeploymentStrategiesCommand}
|
|
205
206
|
*/
|
|
207
|
+
listDeploymentStrategies(): Promise<ListDeploymentStrategiesCommandOutput>;
|
|
206
208
|
listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentStrategiesCommandOutput>;
|
|
207
209
|
listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void): void;
|
|
208
210
|
listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void): void;
|
|
@@ -215,12 +217,14 @@ export interface AppConfig {
|
|
|
215
217
|
/**
|
|
216
218
|
* @see {@link ListExtensionAssociationsCommand}
|
|
217
219
|
*/
|
|
220
|
+
listExtensionAssociations(): Promise<ListExtensionAssociationsCommandOutput>;
|
|
218
221
|
listExtensionAssociations(args: ListExtensionAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListExtensionAssociationsCommandOutput>;
|
|
219
222
|
listExtensionAssociations(args: ListExtensionAssociationsCommandInput, cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void): void;
|
|
220
223
|
listExtensionAssociations(args: ListExtensionAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void): void;
|
|
221
224
|
/**
|
|
222
225
|
* @see {@link ListExtensionsCommand}
|
|
223
226
|
*/
|
|
227
|
+
listExtensions(): Promise<ListExtensionsCommandOutput>;
|
|
224
228
|
listExtensions(args: ListExtensionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExtensionsCommandOutput>;
|
|
225
229
|
listExtensions(args: ListExtensionsCommandInput, cb: (err: any, data?: ListExtensionsCommandOutput) => void): void;
|
|
226
230
|
listExtensions(args: ListExtensionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExtensionsCommandOutput) => void): void;
|
|
@@ -304,7 +308,6 @@ export interface AppConfig {
|
|
|
304
308
|
validateConfiguration(args: ValidateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateConfigurationCommandOutput) => void): void;
|
|
305
309
|
}
|
|
306
310
|
/**
|
|
307
|
-
* @public
|
|
308
311
|
* <p>AppConfig feature flags and dynamic configurations help software builders
|
|
309
312
|
* quickly and securely adjust application behavior in production environments without full
|
|
310
313
|
* code deployments. AppConfig speeds up software release frequency, improves
|
|
@@ -455,6 +458,7 @@ export interface AppConfig {
|
|
|
455
458
|
* </dl>
|
|
456
459
|
* <p>This reference is intended to be used with the <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html">AppConfig User
|
|
457
460
|
* Guide</a>.</p>
|
|
461
|
+
* @public
|
|
458
462
|
*/
|
|
459
463
|
export declare class AppConfig extends AppConfigClient implements AppConfig {
|
|
460
464
|
}
|
|
@@ -194,7 +194,6 @@ export type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__
|
|
|
194
194
|
export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedConfigType {
|
|
195
195
|
}
|
|
196
196
|
/**
|
|
197
|
-
* @public
|
|
198
197
|
* <p>AppConfig feature flags and dynamic configurations help software builders
|
|
199
198
|
* quickly and securely adjust application behavior in production environments without full
|
|
200
199
|
* code deployments. AppConfig speeds up software release frequency, improves
|
|
@@ -345,6 +344,7 @@ export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedCo
|
|
|
345
344
|
* </dl>
|
|
346
345
|
* <p>This reference is intended to be used with the <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html">AppConfig User
|
|
347
346
|
* Guide</a>.</p>
|
|
347
|
+
* @public
|
|
348
348
|
*/
|
|
349
349
|
export declare class AppConfigClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppConfigClientResolvedConfig> {
|
|
350
350
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApplicationCommand_base: {
|
|
24
24
|
new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an application. In AppConfig, an application is simply an
|
|
30
30
|
* organizational construct like a folder. This organizational construct has a relationship
|
|
31
31
|
* with some unit of executable code. For example, you could create an application called
|
|
@@ -80,6 +80,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
80
80
|
* @throws {@link AppConfigServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
* @example To create an application
|
|
84
85
|
* ```javascript
|
|
85
86
|
* // The following create-application example creates an application in AWS AppConfig.
|
|
@@ -22,10 +22,10 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateConfigurationProfileCommand_base: {
|
|
24
24
|
new (input: CreateConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a configuration profile, which is information that enables AppConfig
|
|
30
30
|
* to access the configuration source. Valid configuration sources include the
|
|
31
31
|
* following:</p>
|
|
@@ -141,6 +141,7 @@ declare const CreateConfigurationProfileCommand_base: {
|
|
|
141
141
|
* @throws {@link AppConfigServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
* @example To create a configuration profile
|
|
145
146
|
* ```javascript
|
|
146
147
|
* // The following create-configuration-profile example creates a configuration profile using a configuration stored in Parameter Store, a capability of Systems Manager.
|
|
@@ -22,10 +22,10 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDeploymentStrategyCommand_base: {
|
|
24
24
|
new (input: CreateDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a deployment strategy that defines important criteria for rolling out your
|
|
30
30
|
* configuration to the designated targets. A deployment strategy includes the overall
|
|
31
31
|
* duration required, a percentage of targets to receive the deployment during each interval,
|
|
@@ -89,6 +89,7 @@ declare const CreateDeploymentStrategyCommand_base: {
|
|
|
89
89
|
* @throws {@link AppConfigServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
* @example To create a deployment strategy
|
|
93
94
|
* ```javascript
|
|
94
95
|
* // The following create-deployment-strategy example creates a deployment strategy called Example-Deployment that takes 15 minutes and deploys the configuration to 25% of the application at a time. The strategy is also copied to an SSM Document.
|
|
@@ -22,10 +22,10 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateEnvironmentCommand_base: {
|
|
24
24
|
new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an environment. For each application, you define one or more environments. An
|
|
30
30
|
* environment is a deployment group of AppConfig targets, such as applications in a
|
|
31
31
|
* <code>Beta</code> or <code>Production</code> environment. You can also define
|
|
@@ -101,6 +101,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
101
101
|
* @throws {@link AppConfigServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
* @example To create an environment
|
|
105
106
|
* ```javascript
|
|
106
107
|
* // The following create-environment example creates an AWS AppConfig environment named Example-Environment using the application you created using create-application
|
|
@@ -22,10 +22,10 @@ export interface CreateExtensionAssociationCommandOutput extends ExtensionAssoci
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateExtensionAssociationCommand_base: {
|
|
24
24
|
new (input: CreateExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>When you create an extension or configure an Amazon Web Services authored extension, you
|
|
30
30
|
* associate the extension with an AppConfig application, environment, or
|
|
31
31
|
* configuration profile. For example, you can choose to run the <code>AppConfig
|
|
@@ -99,6 +99,7 @@ declare const CreateExtensionAssociationCommand_base: {
|
|
|
99
99
|
* @throws {@link AppConfigServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateExtensionAssociationCommand extends CreateExtensionAssociationCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateExtensionCommand_base: {
|
|
24
24
|
new (input: CreateExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExtensionCommandInput, CreateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExtensionCommandInput, CreateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an AppConfig extension. An extension augments your ability to inject
|
|
30
30
|
* logic or behavior at different points during the AppConfig workflow of creating
|
|
31
31
|
* or deploying a configuration.</p>
|
|
@@ -140,6 +140,7 @@ declare const CreateExtensionCommand_base: {
|
|
|
140
140
|
* @throws {@link AppConfigServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class CreateExtensionCommand extends CreateExtensionCommand_base {
|
|
145
146
|
}
|
|
@@ -35,10 +35,10 @@ export interface CreateHostedConfigurationVersionCommandOutput extends CreateHos
|
|
|
35
35
|
}
|
|
36
36
|
declare const CreateHostedConfigurationVersionCommand_base: {
|
|
37
37
|
new (input: CreateHostedConfigurationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
38
|
+
new (__0_0: CreateHostedConfigurationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
38
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
40
|
};
|
|
40
41
|
/**
|
|
41
|
-
* @public
|
|
42
42
|
* <p>Creates a new configuration in the AppConfig hosted configuration
|
|
43
43
|
* store.</p>
|
|
44
44
|
* @example
|
|
@@ -107,6 +107,7 @@ declare const CreateHostedConfigurationVersionCommand_base: {
|
|
|
107
107
|
* @throws {@link AppConfigServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
* @example To create a hosted configuration version
|
|
111
112
|
* ```javascript
|
|
112
113
|
* // The following create-hosted-configuration-version example creates a new configuration in the AWS AppConfig configuration store.
|
|
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApplicationCommand_base: {
|
|
24
24
|
new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an application. Deleting an application does not delete a configuration from a
|
|
30
30
|
* host.</p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
61
61
|
* @throws {@link AppConfigServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
* @example To delete an application
|
|
65
66
|
* ```javascript
|
|
66
67
|
* // The following delete-application example deletes the specified application.
|
|
@@ -22,10 +22,10 @@ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteConfigurationProfileCommand_base: {
|
|
24
24
|
new (input: DeleteConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a configuration profile. Deleting a configuration profile does not delete a
|
|
30
30
|
* configuration from a host.</p>
|
|
31
31
|
* @example
|
|
@@ -66,6 +66,7 @@ declare const DeleteConfigurationProfileCommand_base: {
|
|
|
66
66
|
* @throws {@link AppConfigServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
* @example To delete a configuration profile
|
|
70
71
|
* ```javascript
|
|
71
72
|
* // The following delete-configuration-profile example deletes the specified configuration profile.
|
|
@@ -22,10 +22,10 @@ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDeploymentStrategyCommand_base: {
|
|
24
24
|
new (input: DeleteDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a deployment strategy. Deleting a deployment strategy does not delete a
|
|
30
30
|
* configuration from a host.</p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const DeleteDeploymentStrategyCommand_base: {
|
|
|
61
61
|
* @throws {@link AppConfigServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
* @example To delete a deployment strategy
|
|
65
66
|
* ```javascript
|
|
66
67
|
* // The following delete-deployment-strategy example deletes the specified deployment strategy.
|
|
@@ -22,10 +22,10 @@ export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEnvironmentCommand_base: {
|
|
24
24
|
new (input: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an environment. Deleting an environment does not delete a configuration from a
|
|
30
30
|
* host.</p>
|
|
31
31
|
* @example
|
|
@@ -66,6 +66,7 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
66
66
|
* @throws {@link AppConfigServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
* @example To delete an environment
|
|
70
71
|
* ```javascript
|
|
71
72
|
* // The following delete-environment example deletes the specified application environment.
|
|
@@ -22,10 +22,10 @@ export interface DeleteExtensionAssociationCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteExtensionAssociationCommand_base: {
|
|
24
24
|
new (input: DeleteExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an extension association. This action doesn't delete extensions defined in the
|
|
30
30
|
* association.</p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const DeleteExtensionAssociationCommand_base: {
|
|
|
61
61
|
* @throws {@link AppConfigServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteExtensionAssociationCommand extends DeleteExtensionAssociationCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteExtensionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteExtensionCommand_base: {
|
|
24
24
|
new (input: DeleteExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an AppConfig extension. You must delete all associations to an
|
|
30
30
|
* extension before you delete the extension.</p>
|
|
31
31
|
* @example
|
|
@@ -62,6 +62,7 @@ declare const DeleteExtensionCommand_base: {
|
|
|
62
62
|
* @throws {@link AppConfigServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteExtensionCommand extends DeleteExtensionCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteHostedConfigurationVersionCommandOutput extends __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteHostedConfigurationVersionCommand_base: {
|
|
24
24
|
new (input: DeleteHostedConfigurationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteHostedConfigurationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a version of a configuration from the AppConfig hosted configuration
|
|
30
30
|
* store.</p>
|
|
31
31
|
* @example
|
|
@@ -63,6 +63,7 @@ declare const DeleteHostedConfigurationVersionCommand_base: {
|
|
|
63
63
|
* @throws {@link AppConfigServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
* @example To delete a hosted configuration version
|
|
67
68
|
* ```javascript
|
|
68
69
|
* // The following delete-hosted-configuration-version example deletes a configuration version hosted in the AWS AppConfig configuration store.
|
|
@@ -22,10 +22,10 @@ export interface GetApplicationCommandOutput extends Application, __MetadataBear
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetApplicationCommand_base: {
|
|
24
24
|
new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about an application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const GetApplicationCommand_base: {
|
|
|
64
64
|
* @throws {@link AppConfigServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
* @example To list details of an application
|
|
68
69
|
* ```javascript
|
|
69
70
|
* // The following get-application example lists the details of the specified application.
|
|
@@ -29,12 +29,10 @@ export interface GetConfigurationCommandOutput extends GetConfigurationCommandOu
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetConfigurationCommand_base: {
|
|
31
31
|
new (input: GetConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
|
-
* @deprecated
|
|
37
|
-
*
|
|
38
36
|
* <p>(Deprecated) Retrieves the latest deployed configuration.</p>
|
|
39
37
|
* <important>
|
|
40
38
|
* <p>Note the following important information.</p>
|
|
@@ -50,6 +48,8 @@ declare const GetConfigurationCommand_base: {
|
|
|
50
48
|
* </li>
|
|
51
49
|
* </ul>
|
|
52
50
|
* </important>
|
|
51
|
+
*
|
|
52
|
+
* @deprecated This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
|
|
53
53
|
* @example
|
|
54
54
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
55
|
* ```javascript
|
|
@@ -91,6 +91,7 @@ declare const GetConfigurationCommand_base: {
|
|
|
91
91
|
* @throws {@link AppConfigServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
* @example To retrieve configuration details
|
|
95
96
|
* ```javascript
|
|
96
97
|
* // The following get-configuration example returns the configuration details of the example application. On subsequent calls to get-configuration, use the client-configuration-version parameter to only update the configuration of your application if the version has changed. Only updating the configuration when the version has changed avoids excess charges incurred by calling get-configuration.
|
|
@@ -22,10 +22,10 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetConfigurationProfileCommand_base: {
|
|
24
24
|
new (input: GetConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a configuration profile.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetConfigurationProfileCommand_base: {
|
|
|
77
77
|
* @throws {@link AppConfigServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To retrieve configuration profile details
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // The following get-configuration-profile example returns the details of the specified configuration profile.
|
|
@@ -22,10 +22,10 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDeploymentCommand_base: {
|
|
24
24
|
new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a configuration deployment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -112,6 +112,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
112
112
|
* @throws {@link AppConfigServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
* @example To retrieve deployment details
|
|
116
117
|
* ```javascript
|
|
117
118
|
* // The following get-deployment example lists details of the deployment to the application in the specified environment and deployment.
|
|
@@ -22,10 +22,10 @@ export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDeploymentStrategyCommand_base: {
|
|
24
24
|
new (input: GetDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a deployment strategy. A deployment strategy defines
|
|
30
30
|
* important criteria for rolling out your configuration to the designated targets. A
|
|
31
31
|
* deployment strategy includes the overall duration required, a percentage of targets to
|
|
@@ -73,6 +73,7 @@ declare const GetDeploymentStrategyCommand_base: {
|
|
|
73
73
|
* @throws {@link AppConfigServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
* @example To retrieve details of a deployment strategy
|
|
77
78
|
* ```javascript
|
|
78
79
|
* // The following get-deployment-strategy example lists the details of the specified deployment strategy.
|
|
@@ -22,10 +22,10 @@ export interface GetEnvironmentCommandOutput extends Environment, __MetadataBear
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEnvironmentCommand_base: {
|
|
24
24
|
new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about an environment. An environment is a deployment group of
|
|
30
30
|
* AppConfig applications, such as applications in a <code>Production</code>
|
|
31
31
|
* environment or in an <code>EU_Region</code> environment. Each configuration deployment
|
|
@@ -78,6 +78,7 @@ declare const GetEnvironmentCommand_base: {
|
|
|
78
78
|
* @throws {@link AppConfigServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To retrieve environment details
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // The following get-environment example returns the details and state of the specified environment.
|
|
@@ -22,10 +22,10 @@ export interface GetExtensionAssociationCommandOutput extends ExtensionAssociati
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExtensionAssociationCommand_base: {
|
|
24
24
|
new (input: GetExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about an AppConfig extension association. For more
|
|
30
30
|
* information about extensions and associations, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
|
|
31
31
|
* workflows</a> in the <i>AppConfig User Guide</i>.</p>
|
|
@@ -71,6 +71,7 @@ declare const GetExtensionAssociationCommand_base: {
|
|
|
71
71
|
* @throws {@link AppConfigServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetExtensionAssociationCommand extends GetExtensionAssociationCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExtensionCommand_base: {
|
|
24
24
|
new (input: GetExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<GetExtensionCommandInput, GetExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<GetExtensionCommandInput, GetExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about an AppConfig extension.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const GetExtensionCommand_base: {
|
|
|
84
84
|
* @throws {@link AppConfigServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetExtensionCommand extends GetExtensionCommand_base {
|
|
89
90
|
}
|
|
@@ -29,10 +29,10 @@ export interface GetHostedConfigurationVersionCommandOutput extends GetHostedCon
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetHostedConfigurationVersionCommand_base: {
|
|
31
31
|
new (input: GetHostedConfigurationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetHostedConfigurationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Retrieves information about a specific configuration version.</p>
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const GetHostedConfigurationVersionCommand_base: {
|
|
|
78
78
|
* @throws {@link AppConfigServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To retrieve hosted configuration details
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // The following get-hosted-configuration-version example retrieves the configuration details of the AWS AppConfig hosted configuration.
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationsCommandOutput extends Applications, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationsCommand_base: {
|
|
24
24
|
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all applications in your Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
67
67
|
* @throws {@link AppConfigServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
* @example To list the available applications
|
|
71
72
|
* ```javascript
|
|
72
73
|
* // The following list-applications example lists the available applications in your AWS account.
|
|
@@ -22,10 +22,10 @@ export interface ListConfigurationProfilesCommandOutput extends ConfigurationPro
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListConfigurationProfilesCommand_base: {
|
|
24
24
|
new (input: ListConfigurationProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListConfigurationProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the configuration profiles for an application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListConfigurationProfilesCommand_base: {
|
|
|
77
77
|
* @throws {@link AppConfigServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To list the available configuration profiles
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // The following list-configuration-profiles example lists the available configuration profiles for the specified application.
|
|
@@ -22,10 +22,10 @@ export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrateg
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDeploymentStrategiesCommand_base: {
|
|
24
24
|
new (input: ListDeploymentStrategiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDeploymentStrategiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists deployment strategies.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListDeploymentStrategiesCommand_base: {
|
|
|
72
72
|
* @throws {@link AppConfigServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AppConfig service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
* @example To list the available deployment strategies
|
|
76
77
|
* ```javascript
|
|
77
78
|
* // The following list-deployment-strategies example lists the available deployment strategies in your AWS account.
|