@aws-sdk/client-appconfig 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/AppConfig.js +0 -52
- package/dist-cjs/AppConfigClient.js +0 -57
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -28
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +0 -42
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +0 -28
- package/dist-cjs/commands/CreateEnvironmentCommand.js +0 -31
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +0 -25
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -26
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +0 -26
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +0 -26
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +0 -26
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +0 -25
- package/dist-cjs/commands/GetApplicationCommand.js +0 -25
- package/dist-cjs/commands/GetConfigurationCommand.js +0 -37
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -25
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +0 -29
- package/dist-cjs/commands/GetEnvironmentCommand.js +0 -29
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +0 -25
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -25
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/ListEnvironmentsCommand.js +0 -25
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/StartDeploymentCommand.js +0 -25
- package/dist-cjs/commands/StopDeploymentCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -25
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +0 -25
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +0 -25
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +0 -25
- package/dist-cjs/commands/ValidateConfigurationCommand.js +0 -25
- package/dist-cjs/commands/index.js +36 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -43
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -178
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +0 -11
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/AppConfig.js +0 -1
- package/dist-es/AppConfigClient.js +0 -1
- package/dist-es/commands/CreateApplicationCommand.js +0 -1
- package/dist-es/commands/CreateConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/CreateEnvironmentCommand.js +0 -1
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +0 -1
- package/dist-es/commands/DeleteApplicationCommand.js +0 -1
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/DeleteEnvironmentCommand.js +0 -1
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +0 -1
- package/dist-es/commands/GetApplicationCommand.js +0 -1
- package/dist-es/commands/GetConfigurationCommand.js +0 -1
- package/dist-es/commands/GetConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/GetDeploymentCommand.js +0 -1
- package/dist-es/commands/GetDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/GetEnvironmentCommand.js +0 -1
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +0 -1
- package/dist-es/commands/ListApplicationsCommand.js +0 -1
- package/dist-es/commands/ListConfigurationProfilesCommand.js +0 -1
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +0 -1
- package/dist-es/commands/ListDeploymentsCommand.js +0 -1
- package/dist-es/commands/ListEnvironmentsCommand.js +0 -1
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/StartDeploymentCommand.js +0 -1
- package/dist-es/commands/StopDeploymentCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateApplicationCommand.js +0 -1
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +0 -1
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +0 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +0 -1
- package/dist-es/commands/ValidateConfigurationCommand.js +0 -1
- package/dist-es/commands/index.js +33 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -43
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListApplicationsPaginator.js +0 -1
- package/dist-es/pagination/ListConfigurationProfilesPaginator.js +0 -1
- package/dist-es/pagination/ListDeploymentStrategiesPaginator.js +0 -1
- package/dist-es/pagination/ListDeploymentsPaginator.js +0 -1
- package/dist-es/pagination/ListEnvironmentsPaginator.js +0 -1
- package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js +0 -1
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/index.d.ts +4 -42
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/AppConfig.d.ts +34 -208
- package/dist-types/ts3.4/AppConfigClient.d.ts +24 -137
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/index.d.ts +4 -42
- package/dist-types/ts3.4/models/models_0.d.ts +275 -973
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/AppConfig.js.map +0 -1
- package/dist-cjs/AppConfigClient.js.map +0 -1
- package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-cjs/commands/GetApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/StartDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/StopDeploymentCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist-cjs/commands/ValidateConfigurationCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/AppConfig.js.map +0 -1
- package/dist-es/AppConfigClient.js.map +0 -1
- package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist-es/commands/CreateConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/CreateDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist-es/commands/DeleteConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-es/commands/GetApplicationCommand.js.map +0 -1
- package/dist-es/commands/GetConfigurationCommand.js.map +0 -1
- package/dist-es/commands/GetConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist-es/commands/GetDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
- package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
- package/dist-es/commands/ListConfigurationProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListDeploymentStrategiesCommand.js.map +0 -1
- package/dist-es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist-es/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/StartDeploymentCommand.js.map +0 -1
- package/dist-es/commands/StopDeploymentCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist-es/commands/UpdateConfigurationProfileCommand.js.map +0 -1
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist-es/commands/ValidateConfigurationCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/AppConfig.ts +0 -1325
- package/src/AppConfigClient.ts +0 -431
- package/src/commands/CreateApplicationCommand.ts +0 -98
- package/src/commands/CreateConfigurationProfileCommand.ts +0 -115
- package/src/commands/CreateDeploymentStrategyCommand.ts +0 -98
- package/src/commands/CreateEnvironmentCommand.ts +0 -101
- package/src/commands/CreateHostedConfigurationVersionCommand.ts +0 -101
- package/src/commands/DeleteApplicationCommand.ts +0 -96
- package/src/commands/DeleteConfigurationProfileCommand.ts +0 -99
- package/src/commands/DeleteDeploymentStrategyCommand.ts +0 -96
- package/src/commands/DeleteEnvironmentCommand.ts +0 -96
- package/src/commands/DeleteHostedConfigurationVersionCommand.ts +0 -101
- package/src/commands/GetApplicationCommand.ts +0 -95
- package/src/commands/GetConfigurationCommand.ts +0 -107
- package/src/commands/GetConfigurationProfileCommand.ts +0 -95
- package/src/commands/GetDeploymentCommand.ts +0 -95
- package/src/commands/GetDeploymentStrategyCommand.ts +0 -99
- package/src/commands/GetEnvironmentCommand.ts +0 -99
- package/src/commands/GetHostedConfigurationVersionCommand.ts +0 -98
- package/src/commands/ListApplicationsCommand.ts +0 -95
- package/src/commands/ListConfigurationProfilesCommand.ts +0 -98
- package/src/commands/ListDeploymentStrategiesCommand.ts +0 -95
- package/src/commands/ListDeploymentsCommand.ts +0 -95
- package/src/commands/ListEnvironmentsCommand.ts +0 -95
- package/src/commands/ListHostedConfigurationVersionsCommand.ts +0 -102
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/StartDeploymentCommand.ts +0 -95
- package/src/commands/StopDeploymentCommand.ts +0 -97
- package/src/commands/TagResourceCommand.ts +0 -97
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateApplicationCommand.ts +0 -95
- package/src/commands/UpdateConfigurationProfileCommand.ts +0 -98
- package/src/commands/UpdateDeploymentStrategyCommand.ts +0 -95
- package/src/commands/UpdateEnvironmentCommand.ts +0 -95
- package/src/commands/ValidateConfigurationCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -43
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1941
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListApplicationsPaginator.ts +0 -59
- package/src/pagination/ListConfigurationProfilesPaginator.ts +0 -59
- package/src/pagination/ListDeploymentStrategiesPaginator.ts +0 -59
- package/src/pagination/ListDeploymentsPaginator.ts +0 -59
- package/src/pagination/ListEnvironmentsPaginator.ts +0 -59
- package/src/pagination/ListHostedConfigurationVersionsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -4709
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
3
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
|
|
|
6
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
9
|
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
-
import packageInfo from "../package.json";
|
|
15
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
6
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * from "./CreateApplicationCommand";
|
|
2
|
+
export * from "./CreateConfigurationProfileCommand";
|
|
3
|
+
export * from "./CreateDeploymentStrategyCommand";
|
|
4
|
+
export * from "./CreateEnvironmentCommand";
|
|
5
|
+
export * from "./CreateHostedConfigurationVersionCommand";
|
|
6
|
+
export * from "./DeleteApplicationCommand";
|
|
7
|
+
export * from "./DeleteConfigurationProfileCommand";
|
|
8
|
+
export * from "./DeleteDeploymentStrategyCommand";
|
|
9
|
+
export * from "./DeleteEnvironmentCommand";
|
|
10
|
+
export * from "./DeleteHostedConfigurationVersionCommand";
|
|
11
|
+
export * from "./GetApplicationCommand";
|
|
12
|
+
export * from "./GetConfigurationCommand";
|
|
13
|
+
export * from "./GetConfigurationProfileCommand";
|
|
14
|
+
export * from "./GetDeploymentCommand";
|
|
15
|
+
export * from "./GetDeploymentStrategyCommand";
|
|
16
|
+
export * from "./GetEnvironmentCommand";
|
|
17
|
+
export * from "./GetHostedConfigurationVersionCommand";
|
|
18
|
+
export * from "./ListApplicationsCommand";
|
|
19
|
+
export * from "./ListConfigurationProfilesCommand";
|
|
20
|
+
export * from "./ListDeploymentStrategiesCommand";
|
|
21
|
+
export * from "./ListDeploymentsCommand";
|
|
22
|
+
export * from "./ListEnvironmentsCommand";
|
|
23
|
+
export * from "./ListHostedConfigurationVersionsCommand";
|
|
24
|
+
export * from "./ListTagsForResourceCommand";
|
|
25
|
+
export * from "./StartDeploymentCommand";
|
|
26
|
+
export * from "./StopDeploymentCommand";
|
|
27
|
+
export * from "./TagResourceCommand";
|
|
28
|
+
export * from "./UntagResourceCommand";
|
|
29
|
+
export * from "./UpdateApplicationCommand";
|
|
30
|
+
export * from "./UpdateConfigurationProfileCommand";
|
|
31
|
+
export * from "./UpdateDeploymentStrategyCommand";
|
|
32
|
+
export * from "./UpdateEnvironmentCommand";
|
|
33
|
+
export * from "./ValidateConfigurationCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,43 +1,5 @@
|
|
|
1
|
-
export * from "./AppConfigClient";
|
|
2
1
|
export * from "./AppConfig";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateHostedConfigurationVersionCommand";
|
|
8
|
-
export * from "./commands/DeleteApplicationCommand";
|
|
9
|
-
export * from "./commands/DeleteConfigurationProfileCommand";
|
|
10
|
-
export * from "./commands/DeleteDeploymentStrategyCommand";
|
|
11
|
-
export * from "./commands/DeleteEnvironmentCommand";
|
|
12
|
-
export * from "./commands/DeleteHostedConfigurationVersionCommand";
|
|
13
|
-
export * from "./commands/GetApplicationCommand";
|
|
14
|
-
export * from "./commands/GetConfigurationCommand";
|
|
15
|
-
export * from "./commands/GetConfigurationProfileCommand";
|
|
16
|
-
export * from "./commands/GetDeploymentCommand";
|
|
17
|
-
export * from "./commands/GetDeploymentStrategyCommand";
|
|
18
|
-
export * from "./commands/GetEnvironmentCommand";
|
|
19
|
-
export * from "./commands/GetHostedConfigurationVersionCommand";
|
|
20
|
-
export * from "./commands/ListApplicationsCommand";
|
|
21
|
-
export * from "./pagination/ListApplicationsPaginator";
|
|
22
|
-
export * from "./commands/ListConfigurationProfilesCommand";
|
|
23
|
-
export * from "./pagination/ListConfigurationProfilesPaginator";
|
|
24
|
-
export * from "./commands/ListDeploymentsCommand";
|
|
25
|
-
export * from "./pagination/ListDeploymentsPaginator";
|
|
26
|
-
export * from "./commands/ListDeploymentStrategiesCommand";
|
|
27
|
-
export * from "./pagination/ListDeploymentStrategiesPaginator";
|
|
28
|
-
export * from "./commands/ListEnvironmentsCommand";
|
|
29
|
-
export * from "./pagination/ListEnvironmentsPaginator";
|
|
30
|
-
export * from "./commands/ListHostedConfigurationVersionsCommand";
|
|
31
|
-
export * from "./pagination/ListHostedConfigurationVersionsPaginator";
|
|
32
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
33
|
-
export * from "./commands/StartDeploymentCommand";
|
|
34
|
-
export * from "./commands/StopDeploymentCommand";
|
|
35
|
-
export * from "./commands/TagResourceCommand";
|
|
36
|
-
export * from "./commands/UntagResourceCommand";
|
|
37
|
-
export * from "./commands/UpdateApplicationCommand";
|
|
38
|
-
export * from "./commands/UpdateConfigurationProfileCommand";
|
|
39
|
-
export * from "./commands/UpdateDeploymentStrategyCommand";
|
|
40
|
-
export * from "./commands/UpdateEnvironmentCommand";
|
|
41
|
-
export * from "./commands/ValidateConfigurationCommand";
|
|
42
|
-
export * from "./pagination/Interfaces";
|
|
43
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AppConfigClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApplicationsPaginator";
|
|
3
|
+
export * from "./ListConfigurationProfilesPaginator";
|
|
4
|
+
export * from "./ListDeploymentStrategiesPaginator";
|
|
5
|
+
export * from "./ListDeploymentsPaginator";
|
|
6
|
+
export * from "./ListEnvironmentsPaginator";
|
|
7
|
+
export * from "./ListHostedConfigurationVersionsPaginator";
|
|
@@ -33,311 +33,137 @@ import { UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileComma
|
|
|
33
33
|
import { UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput } from "./commands/UpdateDeploymentStrategyCommand";
|
|
34
34
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
35
35
|
import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput } from "./commands/ValidateConfigurationCommand";
|
|
36
|
-
|
|
37
|
-
* <fullname>AWS AppConfig</fullname>
|
|
38
|
-
* <p>Use AWS AppConfig, a capability of AWS Systems Manager, to create, manage, and quickly deploy
|
|
39
|
-
* application configurations. AppConfig supports controlled deployments to applications of any
|
|
40
|
-
* size and includes built-in validation checks and monitoring. You can use AppConfig with
|
|
41
|
-
* applications hosted on Amazon EC2 instances, AWS Lambda, containers, mobile applications, or IoT
|
|
42
|
-
* devices.</p>
|
|
43
|
-
*
|
|
44
|
-
* <p>To prevent errors when deploying application configurations, especially for production
|
|
45
|
-
* systems where a simple typo could cause an unexpected outage, AppConfig includes validators.
|
|
46
|
-
* A validator provides a syntactic or semantic check to ensure that the configuration you
|
|
47
|
-
* want to deploy works as intended. To validate your application configuration data, you
|
|
48
|
-
* provide a schema or a Lambda function that runs against the configuration. The
|
|
49
|
-
* configuration deployment or update can only proceed when the configuration data is
|
|
50
|
-
* valid.</p>
|
|
51
|
-
*
|
|
52
|
-
* <p>During a configuration deployment, AppConfig monitors the application to ensure that the
|
|
53
|
-
* deployment is successful. If the system encounters an error, AppConfig rolls back the change
|
|
54
|
-
* to minimize impact for your application users. You can configure a deployment strategy for
|
|
55
|
-
* each application or environment that includes deployment criteria, including velocity, bake
|
|
56
|
-
* time, and alarms to monitor. Similar to error monitoring, if a deployment triggers an
|
|
57
|
-
* alarm, AppConfig automatically rolls back to the previous version. </p>
|
|
58
|
-
*
|
|
59
|
-
* <p>AppConfig supports multiple use cases. Here are some examples.</p>
|
|
60
|
-
* <ul>
|
|
61
|
-
* <li>
|
|
62
|
-
* <p>
|
|
63
|
-
* <b>Application tuning</b>: Use AppConfig to carefully
|
|
64
|
-
* introduce changes to your application that can only be tested with production
|
|
65
|
-
* traffic.</p>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>
|
|
69
|
-
* <b>Feature toggle</b>: Use AppConfig to turn on new
|
|
70
|
-
* features that require a timely deployment, such as a product launch or announcement.
|
|
71
|
-
* </p>
|
|
72
|
-
* </li>
|
|
73
|
-
* <li>
|
|
74
|
-
* <p>
|
|
75
|
-
* <b>Allow list</b>: Use AppConfig to allow premium
|
|
76
|
-
* subscribers to access paid content. </p>
|
|
77
|
-
* </li>
|
|
78
|
-
* <li>
|
|
79
|
-
* <p>
|
|
80
|
-
* <b>Operational issues</b>: Use AppConfig to reduce stress
|
|
81
|
-
* on your application when a dependency or other external factor impacts the
|
|
82
|
-
* system.</p>
|
|
83
|
-
* </li>
|
|
84
|
-
* </ul>
|
|
85
|
-
* <p>This reference is intended to be used with the <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig.html">AWS AppConfig User Guide</a>.</p>
|
|
86
|
-
*/
|
|
36
|
+
|
|
87
37
|
export declare class AppConfig extends AppConfigClient {
|
|
88
|
-
|
|
89
|
-
* <p>An application in AppConfig is a logical unit of code that provides capabilities for your
|
|
90
|
-
* customers. For example, an application can be a microservice that runs on Amazon EC2 instances,
|
|
91
|
-
* a mobile application installed by your users, a serverless application using Amazon API
|
|
92
|
-
* Gateway and AWS Lambda, or any system you run on behalf of others.</p>
|
|
93
|
-
*/
|
|
38
|
+
|
|
94
39
|
createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
|
|
95
40
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
96
41
|
createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
97
|
-
|
|
98
|
-
* <p>Information that enables AppConfig to access the configuration source. Valid
|
|
99
|
-
* configuration sources include Systems Manager (SSM) documents, SSM Parameter Store parameters, and
|
|
100
|
-
* Amazon S3 objects. A configuration profile includes the following information.</p>
|
|
101
|
-
* <ul>
|
|
102
|
-
* <li>
|
|
103
|
-
* <p>The Uri location of the configuration data.</p>
|
|
104
|
-
* </li>
|
|
105
|
-
* <li>
|
|
106
|
-
* <p>The AWS Identity and Access Management (IAM) role that provides access to the configuration data.</p>
|
|
107
|
-
* </li>
|
|
108
|
-
* <li>
|
|
109
|
-
* <p>A validator for the configuration data. Available validators include either a JSON
|
|
110
|
-
* Schema or an AWS Lambda function.</p>
|
|
111
|
-
* </li>
|
|
112
|
-
* </ul>
|
|
113
|
-
* <p>For more information, see <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig-creating-configuration-and-profile.html">Create a
|
|
114
|
-
* Configuration and a Configuration Profile</a> in the
|
|
115
|
-
* <i>AWS AppConfig User Guide</i>.</p>
|
|
116
|
-
*/
|
|
42
|
+
|
|
117
43
|
createConfigurationProfile(args: CreateConfigurationProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationProfileCommandOutput>;
|
|
118
44
|
createConfigurationProfile(args: CreateConfigurationProfileCommandInput, cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void): void;
|
|
119
45
|
createConfigurationProfile(args: CreateConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void): void;
|
|
120
|
-
|
|
121
|
-
* <p>A deployment strategy defines important criteria for rolling out your configuration to
|
|
122
|
-
* the designated targets. A deployment strategy includes: the overall duration required, a
|
|
123
|
-
* percentage of targets to receive the deployment during each interval, an algorithm that
|
|
124
|
-
* defines how percentage grows, and bake time.</p>
|
|
125
|
-
*/
|
|
46
|
+
|
|
126
47
|
createDeploymentStrategy(args: CreateDeploymentStrategyCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentStrategyCommandOutput>;
|
|
127
48
|
createDeploymentStrategy(args: CreateDeploymentStrategyCommandInput, cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void): void;
|
|
128
49
|
createDeploymentStrategy(args: CreateDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void): void;
|
|
129
|
-
|
|
130
|
-
* <p>For each application, you define one or more environments. An environment is a logical
|
|
131
|
-
* deployment group of AppConfig targets, such as applications in a <code>Beta</code> or
|
|
132
|
-
* <code>Production</code> environment. You can also define environments for application
|
|
133
|
-
* subcomponents such as the <code>Web</code>, <code>Mobile</code> and <code>Back-end</code>
|
|
134
|
-
* components for your application. You can configure Amazon CloudWatch alarms for each environment.
|
|
135
|
-
* The system monitors alarms during a configuration deployment. If an alarm is triggered, the
|
|
136
|
-
* system rolls back the configuration.</p>
|
|
137
|
-
*/
|
|
50
|
+
|
|
138
51
|
createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
|
|
139
52
|
createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
|
|
140
53
|
createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
|
|
141
|
-
|
|
142
|
-
* <p>Create a new configuration in the AppConfig configuration store.</p>
|
|
143
|
-
*/
|
|
54
|
+
|
|
144
55
|
createHostedConfigurationVersion(args: CreateHostedConfigurationVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateHostedConfigurationVersionCommandOutput>;
|
|
145
56
|
createHostedConfigurationVersion(args: CreateHostedConfigurationVersionCommandInput, cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void): void;
|
|
146
57
|
createHostedConfigurationVersion(args: CreateHostedConfigurationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void): void;
|
|
147
|
-
|
|
148
|
-
* <p>Delete an application. Deleting an application does not delete a configuration from a
|
|
149
|
-
* host.</p>
|
|
150
|
-
*/
|
|
58
|
+
|
|
151
59
|
deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
|
|
152
60
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
153
61
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
154
|
-
|
|
155
|
-
* <p>Delete a configuration profile. Deleting a configuration profile does not delete a
|
|
156
|
-
* configuration from a host.</p>
|
|
157
|
-
*/
|
|
62
|
+
|
|
158
63
|
deleteConfigurationProfile(args: DeleteConfigurationProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationProfileCommandOutput>;
|
|
159
64
|
deleteConfigurationProfile(args: DeleteConfigurationProfileCommandInput, cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void): void;
|
|
160
65
|
deleteConfigurationProfile(args: DeleteConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void): void;
|
|
161
|
-
|
|
162
|
-
* <p>Delete a deployment strategy. Deleting a deployment strategy does not delete a
|
|
163
|
-
* configuration from a host.</p>
|
|
164
|
-
*/
|
|
66
|
+
|
|
165
67
|
deleteDeploymentStrategy(args: DeleteDeploymentStrategyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentStrategyCommandOutput>;
|
|
166
68
|
deleteDeploymentStrategy(args: DeleteDeploymentStrategyCommandInput, cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void): void;
|
|
167
69
|
deleteDeploymentStrategy(args: DeleteDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void): void;
|
|
168
|
-
|
|
169
|
-
* <p>Delete an environment. Deleting an environment does not delete a configuration from a
|
|
170
|
-
* host.</p>
|
|
171
|
-
*/
|
|
70
|
+
|
|
172
71
|
deleteEnvironment(args: DeleteEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentCommandOutput>;
|
|
173
72
|
deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
|
|
174
73
|
deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
|
|
175
|
-
|
|
176
|
-
* <p>Delete a version of a configuration from the AppConfig configuration store.</p>
|
|
177
|
-
*/
|
|
74
|
+
|
|
178
75
|
deleteHostedConfigurationVersion(args: DeleteHostedConfigurationVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHostedConfigurationVersionCommandOutput>;
|
|
179
76
|
deleteHostedConfigurationVersion(args: DeleteHostedConfigurationVersionCommandInput, cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void): void;
|
|
180
77
|
deleteHostedConfigurationVersion(args: DeleteHostedConfigurationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void): void;
|
|
181
|
-
|
|
182
|
-
* <p>Retrieve information about an application.</p>
|
|
183
|
-
*/
|
|
78
|
+
|
|
184
79
|
getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
|
|
185
80
|
getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
186
81
|
getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
187
|
-
|
|
188
|
-
* <p>Receive information about a configuration.</p>
|
|
189
|
-
* <important>
|
|
190
|
-
* <p>AWS AppConfig uses the value of the <code>ClientConfigurationVersion</code> parameter
|
|
191
|
-
* to identify the configuration version on your clients. If you don’t send
|
|
192
|
-
* <code>ClientConfigurationVersion</code> with each call to
|
|
193
|
-
* <code>GetConfiguration</code>, your clients receive the current configuration. You
|
|
194
|
-
* are charged each time your clients receive a configuration.</p>
|
|
195
|
-
* <p>To avoid excess charges, we recommend that you include the
|
|
196
|
-
* <code>ClientConfigurationVersion</code> value with every call to
|
|
197
|
-
* <code>GetConfiguration</code>. This value must be saved on your client. Subsequent
|
|
198
|
-
* calls to <code>GetConfiguration</code> must pass this value by using the
|
|
199
|
-
* <code>ClientConfigurationVersion</code> parameter. </p>
|
|
200
|
-
* </important>
|
|
201
|
-
*/
|
|
82
|
+
|
|
202
83
|
getConfiguration(args: GetConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationCommandOutput>;
|
|
203
84
|
getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
204
85
|
getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
205
|
-
|
|
206
|
-
* <p>Retrieve information about a configuration profile.</p>
|
|
207
|
-
*/
|
|
86
|
+
|
|
208
87
|
getConfigurationProfile(args: GetConfigurationProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationProfileCommandOutput>;
|
|
209
88
|
getConfigurationProfile(args: GetConfigurationProfileCommandInput, cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void): void;
|
|
210
89
|
getConfigurationProfile(args: GetConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void): void;
|
|
211
|
-
|
|
212
|
-
* <p>Retrieve information about a configuration deployment.</p>
|
|
213
|
-
*/
|
|
90
|
+
|
|
214
91
|
getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
|
|
215
92
|
getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
216
93
|
getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
217
|
-
|
|
218
|
-
* <p>Retrieve information about a deployment strategy. A deployment strategy defines
|
|
219
|
-
* important criteria for rolling out your configuration to the designated targets. A
|
|
220
|
-
* deployment strategy includes: the overall duration required, a percentage of targets to
|
|
221
|
-
* receive the deployment during each interval, an algorithm that defines how percentage
|
|
222
|
-
* grows, and bake time.</p>
|
|
223
|
-
*/
|
|
94
|
+
|
|
224
95
|
getDeploymentStrategy(args: GetDeploymentStrategyCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentStrategyCommandOutput>;
|
|
225
96
|
getDeploymentStrategy(args: GetDeploymentStrategyCommandInput, cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void): void;
|
|
226
97
|
getDeploymentStrategy(args: GetDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void): void;
|
|
227
|
-
|
|
228
|
-
* <p>Retrieve information about an environment. An environment is a logical deployment group
|
|
229
|
-
* of AppConfig applications, such as applications in a <code>Production</code> environment or
|
|
230
|
-
* in an <code>EU_Region</code> environment. Each configuration deployment targets an
|
|
231
|
-
* environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is
|
|
232
|
-
* triggered during a deployment, AppConfig roles back the configuration.</p>
|
|
233
|
-
*/
|
|
98
|
+
|
|
234
99
|
getEnvironment(args: GetEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentCommandOutput>;
|
|
235
100
|
getEnvironment(args: GetEnvironmentCommandInput, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
|
|
236
101
|
getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
|
|
237
|
-
|
|
238
|
-
* <p>Get information about a specific configuration version.</p>
|
|
239
|
-
*/
|
|
102
|
+
|
|
240
103
|
getHostedConfigurationVersion(args: GetHostedConfigurationVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetHostedConfigurationVersionCommandOutput>;
|
|
241
104
|
getHostedConfigurationVersion(args: GetHostedConfigurationVersionCommandInput, cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void): void;
|
|
242
105
|
getHostedConfigurationVersion(args: GetHostedConfigurationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void): void;
|
|
243
|
-
|
|
244
|
-
* <p>List all applications in your AWS account.</p>
|
|
245
|
-
*/
|
|
106
|
+
|
|
246
107
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
247
108
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
248
109
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
249
|
-
|
|
250
|
-
* <p>Lists the configuration profiles for an application.</p>
|
|
251
|
-
*/
|
|
110
|
+
|
|
252
111
|
listConfigurationProfiles(args: ListConfigurationProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationProfilesCommandOutput>;
|
|
253
112
|
listConfigurationProfiles(args: ListConfigurationProfilesCommandInput, cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void): void;
|
|
254
113
|
listConfigurationProfiles(args: ListConfigurationProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void): void;
|
|
255
|
-
|
|
256
|
-
* <p>Lists the deployments for an environment.</p>
|
|
257
|
-
*/
|
|
114
|
+
|
|
258
115
|
listDeployments(args: ListDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentsCommandOutput>;
|
|
259
116
|
listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
260
117
|
listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
261
|
-
|
|
262
|
-
* <p>List deployment strategies.</p>
|
|
263
|
-
*/
|
|
118
|
+
|
|
264
119
|
listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentStrategiesCommandOutput>;
|
|
265
120
|
listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void): void;
|
|
266
121
|
listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void): void;
|
|
267
|
-
|
|
268
|
-
* <p>List the environments for an application.</p>
|
|
269
|
-
*/
|
|
122
|
+
|
|
270
123
|
listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
|
|
271
124
|
listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
|
|
272
125
|
listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
|
|
273
|
-
|
|
274
|
-
* <p>View a list of configurations stored in the AppConfig configuration store by
|
|
275
|
-
* version.</p>
|
|
276
|
-
*/
|
|
126
|
+
|
|
277
127
|
listHostedConfigurationVersions(args: ListHostedConfigurationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListHostedConfigurationVersionsCommandOutput>;
|
|
278
128
|
listHostedConfigurationVersions(args: ListHostedConfigurationVersionsCommandInput, cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void): void;
|
|
279
129
|
listHostedConfigurationVersions(args: ListHostedConfigurationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void): void;
|
|
280
|
-
|
|
281
|
-
* <p>Retrieves the list of key-value tags assigned to the resource.</p>
|
|
282
|
-
*/
|
|
130
|
+
|
|
283
131
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
284
132
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
285
133
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
286
|
-
|
|
287
|
-
* <p>Starts a deployment.</p>
|
|
288
|
-
*/
|
|
134
|
+
|
|
289
135
|
startDeployment(args: StartDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StartDeploymentCommandOutput>;
|
|
290
136
|
startDeployment(args: StartDeploymentCommandInput, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
|
|
291
137
|
startDeployment(args: StartDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
|
|
292
|
-
|
|
293
|
-
* <p>Stops a deployment. This API action works only on deployments that have a status of
|
|
294
|
-
* <code>DEPLOYING</code>. This action moves the deployment to a status of
|
|
295
|
-
* <code>ROLLED_BACK</code>.</p>
|
|
296
|
-
*/
|
|
138
|
+
|
|
297
139
|
stopDeployment(args: StopDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StopDeploymentCommandOutput>;
|
|
298
140
|
stopDeployment(args: StopDeploymentCommandInput, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
|
|
299
141
|
stopDeployment(args: StopDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
|
|
300
|
-
|
|
301
|
-
* <p>Metadata to assign to an AppConfig resource. Tags help organize and categorize your
|
|
302
|
-
* AppConfig resources. Each tag consists of a key and an optional value, both of which you
|
|
303
|
-
* define. You can specify a maximum of 50 tags for a resource.</p>
|
|
304
|
-
*/
|
|
142
|
+
|
|
305
143
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
306
144
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
307
145
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
308
|
-
|
|
309
|
-
* <p>Deletes a tag key and value from an AppConfig resource.</p>
|
|
310
|
-
*/
|
|
146
|
+
|
|
311
147
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
312
148
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
313
149
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
314
|
-
|
|
315
|
-
* <p>Updates an application.</p>
|
|
316
|
-
*/
|
|
150
|
+
|
|
317
151
|
updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
|
|
318
152
|
updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
319
153
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
320
|
-
|
|
321
|
-
* <p>Updates a configuration profile.</p>
|
|
322
|
-
*/
|
|
154
|
+
|
|
323
155
|
updateConfigurationProfile(args: UpdateConfigurationProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationProfileCommandOutput>;
|
|
324
156
|
updateConfigurationProfile(args: UpdateConfigurationProfileCommandInput, cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void): void;
|
|
325
157
|
updateConfigurationProfile(args: UpdateConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void): void;
|
|
326
|
-
|
|
327
|
-
* <p>Updates a deployment strategy.</p>
|
|
328
|
-
*/
|
|
158
|
+
|
|
329
159
|
updateDeploymentStrategy(args: UpdateDeploymentStrategyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentStrategyCommandOutput>;
|
|
330
160
|
updateDeploymentStrategy(args: UpdateDeploymentStrategyCommandInput, cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void): void;
|
|
331
161
|
updateDeploymentStrategy(args: UpdateDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void): void;
|
|
332
|
-
|
|
333
|
-
* <p>Updates an environment.</p>
|
|
334
|
-
*/
|
|
162
|
+
|
|
335
163
|
updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
|
|
336
164
|
updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
|
|
337
165
|
updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
|
|
338
|
-
|
|
339
|
-
* <p>Uses the validators in a configuration profile to validate a configuration.</p>
|
|
340
|
-
*/
|
|
166
|
+
|
|
341
167
|
validateConfiguration(args: ValidateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ValidateConfigurationCommandOutput>;
|
|
342
168
|
validateConfiguration(args: ValidateConfigurationCommandInput, cb: (err: any, data?: ValidateConfigurationCommandOutput) => void): void;
|
|
343
169
|
validateConfiguration(args: ValidateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateConfigurationCommandOutput) => void): void;
|