@aws-sdk/client-appconfig 3.193.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/AppConfigClient.js +11 -8
- package/dist-cjs/commands/CreateApplicationCommand.js +10 -0
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +10 -0
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +10 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateExtensionCommand.js +10 -0
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +10 -0
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +10 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteExtensionCommand.js +10 -0
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +10 -0
- package/dist-cjs/commands/GetApplicationCommand.js +10 -0
- package/dist-cjs/commands/GetConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +10 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +10 -0
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +10 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +10 -0
- package/dist-cjs/commands/GetExtensionCommand.js +10 -0
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +10 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +10 -0
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +10 -0
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +10 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +10 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +10 -0
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +10 -0
- package/dist-cjs/commands/ListExtensionsCommand.js +10 -0
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/StartDeploymentCommand.js +10 -0
- package/dist-cjs/commands/StopDeploymentCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +10 -0
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +10 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +10 -0
- package/dist-cjs/commands/UpdateExtensionCommand.js +10 -0
- package/dist-cjs/commands/ValidateConfigurationCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +356 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AppConfigClient.js +12 -9
- package/dist-es/commands/CreateApplicationCommand.js +10 -0
- package/dist-es/commands/CreateConfigurationProfileCommand.js +10 -0
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +10 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +10 -0
- package/dist-es/commands/CreateExtensionAssociationCommand.js +10 -0
- package/dist-es/commands/CreateExtensionCommand.js +10 -0
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +10 -0
- package/dist-es/commands/DeleteApplicationCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +10 -0
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +10 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +10 -0
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteExtensionCommand.js +10 -0
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +10 -0
- package/dist-es/commands/GetApplicationCommand.js +10 -0
- package/dist-es/commands/GetConfigurationCommand.js +10 -0
- package/dist-es/commands/GetConfigurationProfileCommand.js +10 -0
- package/dist-es/commands/GetDeploymentCommand.js +10 -0
- package/dist-es/commands/GetDeploymentStrategyCommand.js +10 -0
- package/dist-es/commands/GetEnvironmentCommand.js +10 -0
- package/dist-es/commands/GetExtensionAssociationCommand.js +10 -0
- package/dist-es/commands/GetExtensionCommand.js +10 -0
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +10 -0
- package/dist-es/commands/ListApplicationsCommand.js +10 -0
- package/dist-es/commands/ListConfigurationProfilesCommand.js +10 -0
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +10 -0
- package/dist-es/commands/ListDeploymentsCommand.js +10 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +10 -0
- package/dist-es/commands/ListExtensionAssociationsCommand.js +10 -0
- package/dist-es/commands/ListExtensionsCommand.js +10 -0
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/StartDeploymentCommand.js +10 -0
- package/dist-es/commands/StopDeploymentCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateApplicationCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +10 -0
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +10 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +10 -0
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +10 -0
- package/dist-es/commands/UpdateExtensionCommand.js +10 -0
- package/dist-es/commands/ValidateConfigurationCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +353 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AppConfigClient.d.ts +6 -9
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateExtensionCommand.d.ts +2 -0
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetExtensionCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListExtensionsCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -0
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AppConfigClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -149
- package/dist-es/endpoints.js +0 -145
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -6,8 +6,10 @@ import { AppConfigClientConfig } from "./AppConfigClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -214,6 +215,11 @@ import {
|
|
|
214
215
|
ValidateConfigurationCommandInput,
|
|
215
216
|
ValidateConfigurationCommandOutput,
|
|
216
217
|
} from "./commands/ValidateConfigurationCommand";
|
|
218
|
+
import {
|
|
219
|
+
ClientInputEndpointParameters,
|
|
220
|
+
ClientResolvedEndpointParameters,
|
|
221
|
+
EndpointParameters,
|
|
222
|
+
} from "./endpoint/EndpointParameters";
|
|
217
223
|
export declare type ServiceInputTypes =
|
|
218
224
|
| CreateApplicationCommandInput
|
|
219
225
|
| CreateConfigurationProfileCommandInput
|
|
@@ -323,7 +329,6 @@ export interface ClientDefaults
|
|
|
323
329
|
serviceId?: string;
|
|
324
330
|
region?: string | __Provider<string>;
|
|
325
331
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
326
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
327
332
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
328
333
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
329
334
|
}
|
|
@@ -332,21 +337,23 @@ declare type AppConfigClientConfigType = Partial<
|
|
|
332
337
|
> &
|
|
333
338
|
ClientDefaults &
|
|
334
339
|
RegionInputConfig &
|
|
335
|
-
|
|
340
|
+
EndpointInputConfig<EndpointParameters> &
|
|
336
341
|
RetryInputConfig &
|
|
337
342
|
HostHeaderInputConfig &
|
|
338
343
|
AwsAuthInputConfig &
|
|
339
|
-
UserAgentInputConfig
|
|
344
|
+
UserAgentInputConfig &
|
|
345
|
+
ClientInputEndpointParameters;
|
|
340
346
|
export interface AppConfigClientConfig extends AppConfigClientConfigType {}
|
|
341
347
|
declare type AppConfigClientResolvedConfigType =
|
|
342
348
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
343
349
|
Required<ClientDefaults> &
|
|
344
350
|
RegionResolvedConfig &
|
|
345
|
-
|
|
351
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
346
352
|
RetryResolvedConfig &
|
|
347
353
|
HostHeaderResolvedConfig &
|
|
348
354
|
AwsAuthResolvedConfig &
|
|
349
|
-
UserAgentResolvedConfig
|
|
355
|
+
UserAgentResolvedConfig &
|
|
356
|
+
ClientResolvedEndpointParameters;
|
|
350
357
|
export interface AppConfigClientResolvedConfig
|
|
351
358
|
extends AppConfigClientResolvedConfigType {}
|
|
352
359
|
export declare class AppConfigClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
22
23
|
AppConfigClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: CreateApplicationCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: CreateApplicationCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateConfigurationProfileCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateConfigurationProfileCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConfigurationProfileCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateDeploymentStrategyCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateDeploymentStrategyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDeploymentStrategyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class CreateEnvironmentCommand extends $Command<
|
|
|
22
23
|
AppConfigClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: CreateEnvironmentCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: CreateEnvironmentCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateExtensionAssociationCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateExtensionAssociationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateExtensionAssociationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateExtensionCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateExtensionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateExtensionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateHostedConfigurationVersionCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateHostedConfigurationVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateHostedConfigurationVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
20
21
|
AppConfigClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteApplicationCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteApplicationCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteConfigurationProfileCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteConfigurationProfileCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteConfigurationProfileCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteDeploymentStrategyCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteDeploymentStrategyCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteDeploymentStrategyCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteEnvironmentCommand extends $Command<
|
|
|
20
21
|
AppConfigClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteEnvironmentCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteEnvironmentCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteExtensionAssociationCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteExtensionAssociationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteExtensionAssociationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteExtensionCommand extends $Command<
|
|
|
19
20
|
AppConfigClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteExtensionCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteExtensionCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteHostedConfigurationVersionCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteHostedConfigurationVersionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteHostedConfigurationVersionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetApplicationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetApplicationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetConfigurationCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetConfigurationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetConfigurationProfileCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetConfigurationProfileCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetConfigurationProfileCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetDeploymentCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetDeploymentCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetDeploymentCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetDeploymentStrategyCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetDeploymentStrategyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetDeploymentStrategyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetEnvironmentCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetEnvironmentCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetEnvironmentCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetExtensionAssociationCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetExtensionAssociationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetExtensionAssociationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetExtensionCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetExtensionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetExtensionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetHostedConfigurationVersionCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetHostedConfigurationVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetHostedConfigurationVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListApplicationsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListApplicationsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListConfigurationProfilesCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListConfigurationProfilesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListConfigurationProfilesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDeploymentStrategiesCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDeploymentStrategiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDeploymentStrategiesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListDeploymentsCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListDeploymentsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListDeploymentsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListEnvironmentsCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListEnvironmentsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListEnvironmentsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListExtensionAssociationsCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListExtensionAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListExtensionAssociationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListExtensionsCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListExtensionsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListExtensionsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListHostedConfigurationVersionsCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListHostedConfigurationVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListHostedConfigurationVersionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
22
23
|
AppConfigClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: ListTagsForResourceCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: ListTagsForResourceCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StartDeploymentCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StartDeploymentCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StartDeploymentCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class StopDeploymentCommand extends $Command<
|
|
|
21
22
|
AppConfigClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: StopDeploymentCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: StopDeploymentCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
19
20
|
AppConfigClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: TagResourceCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: TagResourceCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
19
20
|
AppConfigClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: UntagResourceCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: UntagResourceCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
22
23
|
AppConfigClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: UpdateApplicationCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: UpdateApplicationCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateConfigurationProfileCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateConfigurationProfileCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateConfigurationProfileCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateDeploymentStrategyCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateDeploymentStrategyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDeploymentStrategyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class UpdateEnvironmentCommand extends $Command<
|
|
|
22
23
|
AppConfigClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: UpdateEnvironmentCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateExtensionAssociationCommand extends $Command<
|
|
|
25
26
|
AppConfigClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateExtensionAssociationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateExtensionAssociationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|