@aws-sdk/client-appconfig 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +124 -126
- package/dist-cjs/models/AppConfigServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AppConfig.js +1 -1
- package/dist-es/AppConfigClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateExtensionAssociationCommand.js +2 -2
- package/dist-es/commands/CreateExtensionCommand.js +2 -2
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteExtensionCommand.js +2 -2
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetConfigurationCommand.js +2 -2
- package/dist-es/commands/GetConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -2
- package/dist-es/commands/GetDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetExtensionAssociationCommand.js +2 -2
- package/dist-es/commands/GetExtensionCommand.js +2 -2
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationProfilesCommand.js +2 -2
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListExtensionAssociationsCommand.js +2 -2
- package/dist-es/commands/ListExtensionsCommand.js +2 -2
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartDeploymentCommand.js +2 -2
- package/dist-es/commands/StopDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateExtensionCommand.js +2 -2
- package/dist-es/commands/ValidateConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AppConfigServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForDeploymentComplete.js +1 -1
- package/dist-es/waiters/waitForEnvironmentReadyForDeployment.js +1 -1
- package/dist-types/AppConfig.d.ts +1 -1
- package/dist-types/AppConfigClient.d.ts +5 -5
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateExtensionCommand.d.ts +6 -4
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +7 -5
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExtensionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationCommand.d.ts +7 -5
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetExtensionCommand.d.ts +6 -4
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +7 -5
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListExtensionsCommand.d.ts +6 -4
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/StopDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateExtensionCommand.d.ts +6 -4
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AppConfigServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AppConfig.d.ts +1 -1
- package/dist-types/ts3.4/AppConfigClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDeploymentComplete.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentReadyForDeployment.d.ts +1 -1
- package/dist-types/waiters/waitForDeploymentComplete.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentReadyForDeployment.d.ts +1 -1
- package/package.json +13 -36
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var AppConfigServiceException = require('./models/AppConfigServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class AppConfigClient extends
|
|
80
|
+
class AppConfigClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class AppConfigClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class AppConfigClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class CreateApplicationCommand extends
|
|
115
|
+
class CreateApplicationCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AmazonAppConfig", "CreateApplication", {})
|
|
124
122
|
.n("AppConfigClient", "CreateApplicationCommand")
|
|
@@ -126,11 +124,11 @@ class CreateApplicationCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class CreateConfigurationProfileCommand extends
|
|
127
|
+
class CreateConfigurationProfileCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AmazonAppConfig", "CreateConfigurationProfile", {})
|
|
136
134
|
.n("AppConfigClient", "CreateConfigurationProfileCommand")
|
|
@@ -138,11 +136,11 @@ class CreateConfigurationProfileCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class CreateDeploymentStrategyCommand extends
|
|
139
|
+
class CreateDeploymentStrategyCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AmazonAppConfig", "CreateDeploymentStrategy", {})
|
|
148
146
|
.n("AppConfigClient", "CreateDeploymentStrategyCommand")
|
|
@@ -150,11 +148,11 @@ class CreateDeploymentStrategyCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CreateEnvironmentCommand extends
|
|
151
|
+
class CreateEnvironmentCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AmazonAppConfig", "CreateEnvironment", {})
|
|
160
158
|
.n("AppConfigClient", "CreateEnvironmentCommand")
|
|
@@ -162,11 +160,11 @@ class CreateEnvironmentCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateExtensionAssociationCommand extends
|
|
163
|
+
class CreateExtensionAssociationCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AmazonAppConfig", "CreateExtensionAssociation", {})
|
|
172
170
|
.n("AppConfigClient", "CreateExtensionAssociationCommand")
|
|
@@ -174,11 +172,11 @@ class CreateExtensionAssociationCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateExtensionCommand extends
|
|
175
|
+
class CreateExtensionCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AmazonAppConfig", "CreateExtension", {})
|
|
184
182
|
.n("AppConfigClient", "CreateExtensionCommand")
|
|
@@ -186,11 +184,11 @@ class CreateExtensionCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateHostedConfigurationVersionCommand extends
|
|
187
|
+
class CreateHostedConfigurationVersionCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AmazonAppConfig", "CreateHostedConfigurationVersion", {})
|
|
196
194
|
.n("AppConfigClient", "CreateHostedConfigurationVersionCommand")
|
|
@@ -198,11 +196,11 @@ class CreateHostedConfigurationVersionCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class DeleteApplicationCommand extends
|
|
199
|
+
class DeleteApplicationCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AmazonAppConfig", "DeleteApplication", {})
|
|
208
206
|
.n("AppConfigClient", "DeleteApplicationCommand")
|
|
@@ -210,11 +208,11 @@ class DeleteApplicationCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class DeleteConfigurationProfileCommand extends
|
|
211
|
+
class DeleteConfigurationProfileCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AmazonAppConfig", "DeleteConfigurationProfile", {})
|
|
220
218
|
.n("AppConfigClient", "DeleteConfigurationProfileCommand")
|
|
@@ -222,11 +220,11 @@ class DeleteConfigurationProfileCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class DeleteDeploymentStrategyCommand extends
|
|
223
|
+
class DeleteDeploymentStrategyCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AmazonAppConfig", "DeleteDeploymentStrategy", {})
|
|
232
230
|
.n("AppConfigClient", "DeleteDeploymentStrategyCommand")
|
|
@@ -234,11 +232,11 @@ class DeleteDeploymentStrategyCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class DeleteEnvironmentCommand extends
|
|
235
|
+
class DeleteEnvironmentCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AmazonAppConfig", "DeleteEnvironment", {})
|
|
244
242
|
.n("AppConfigClient", "DeleteEnvironmentCommand")
|
|
@@ -246,11 +244,11 @@ class DeleteEnvironmentCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteExtensionAssociationCommand extends
|
|
247
|
+
class DeleteExtensionAssociationCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AmazonAppConfig", "DeleteExtensionAssociation", {})
|
|
256
254
|
.n("AppConfigClient", "DeleteExtensionAssociationCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteExtensionAssociationCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteExtensionCommand extends
|
|
259
|
+
class DeleteExtensionCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AmazonAppConfig", "DeleteExtension", {})
|
|
268
266
|
.n("AppConfigClient", "DeleteExtensionCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteExtensionCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteHostedConfigurationVersionCommand extends
|
|
271
|
+
class DeleteHostedConfigurationVersionCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AmazonAppConfig", "DeleteHostedConfigurationVersion", {})
|
|
280
278
|
.n("AppConfigClient", "DeleteHostedConfigurationVersionCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteHostedConfigurationVersionCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class GetAccountSettingsCommand extends
|
|
283
|
+
class GetAccountSettingsCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AmazonAppConfig", "GetAccountSettings", {})
|
|
292
290
|
.n("AppConfigClient", "GetAccountSettingsCommand")
|
|
@@ -294,11 +292,11 @@ class GetAccountSettingsCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class GetApplicationCommand extends
|
|
295
|
+
class GetApplicationCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("AmazonAppConfig", "GetApplication", {})
|
|
304
302
|
.n("AppConfigClient", "GetApplicationCommand")
|
|
@@ -306,11 +304,11 @@ class GetApplicationCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class GetConfigurationCommand extends
|
|
307
|
+
class GetConfigurationCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("AmazonAppConfig", "GetConfiguration", {})
|
|
316
314
|
.n("AppConfigClient", "GetConfigurationCommand")
|
|
@@ -318,11 +316,11 @@ class GetConfigurationCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class GetConfigurationProfileCommand extends
|
|
319
|
+
class GetConfigurationProfileCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("AmazonAppConfig", "GetConfigurationProfile", {})
|
|
328
326
|
.n("AppConfigClient", "GetConfigurationProfileCommand")
|
|
@@ -330,11 +328,11 @@ class GetConfigurationProfileCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class GetDeploymentCommand extends
|
|
331
|
+
class GetDeploymentCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("AmazonAppConfig", "GetDeployment", {})
|
|
340
338
|
.n("AppConfigClient", "GetDeploymentCommand")
|
|
@@ -342,11 +340,11 @@ class GetDeploymentCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class GetDeploymentStrategyCommand extends
|
|
343
|
+
class GetDeploymentStrategyCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("AmazonAppConfig", "GetDeploymentStrategy", {})
|
|
352
350
|
.n("AppConfigClient", "GetDeploymentStrategyCommand")
|
|
@@ -354,11 +352,11 @@ class GetDeploymentStrategyCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class GetEnvironmentCommand extends
|
|
355
|
+
class GetEnvironmentCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("AmazonAppConfig", "GetEnvironment", {})
|
|
364
362
|
.n("AppConfigClient", "GetEnvironmentCommand")
|
|
@@ -366,11 +364,11 @@ class GetEnvironmentCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class GetExtensionAssociationCommand extends
|
|
367
|
+
class GetExtensionAssociationCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("AmazonAppConfig", "GetExtensionAssociation", {})
|
|
376
374
|
.n("AppConfigClient", "GetExtensionAssociationCommand")
|
|
@@ -378,11 +376,11 @@ class GetExtensionAssociationCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class GetExtensionCommand extends
|
|
379
|
+
class GetExtensionCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("AmazonAppConfig", "GetExtension", {})
|
|
388
386
|
.n("AppConfigClient", "GetExtensionCommand")
|
|
@@ -390,11 +388,11 @@ class GetExtensionCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class GetHostedConfigurationVersionCommand extends
|
|
391
|
+
class GetHostedConfigurationVersionCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("AmazonAppConfig", "GetHostedConfigurationVersion", {})
|
|
400
398
|
.n("AppConfigClient", "GetHostedConfigurationVersionCommand")
|
|
@@ -402,11 +400,11 @@ class GetHostedConfigurationVersionCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class ListApplicationsCommand extends
|
|
403
|
+
class ListApplicationsCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("AmazonAppConfig", "ListApplications", {})
|
|
412
410
|
.n("AppConfigClient", "ListApplicationsCommand")
|
|
@@ -414,11 +412,11 @@ class ListApplicationsCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class ListConfigurationProfilesCommand extends
|
|
415
|
+
class ListConfigurationProfilesCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("AmazonAppConfig", "ListConfigurationProfiles", {})
|
|
424
422
|
.n("AppConfigClient", "ListConfigurationProfilesCommand")
|
|
@@ -426,11 +424,11 @@ class ListConfigurationProfilesCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class ListDeploymentsCommand extends
|
|
427
|
+
class ListDeploymentsCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("AmazonAppConfig", "ListDeployments", {})
|
|
436
434
|
.n("AppConfigClient", "ListDeploymentsCommand")
|
|
@@ -438,11 +436,11 @@ class ListDeploymentsCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class ListDeploymentStrategiesCommand extends
|
|
439
|
+
class ListDeploymentStrategiesCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("AmazonAppConfig", "ListDeploymentStrategies", {})
|
|
448
446
|
.n("AppConfigClient", "ListDeploymentStrategiesCommand")
|
|
@@ -450,11 +448,11 @@ class ListDeploymentStrategiesCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class ListEnvironmentsCommand extends
|
|
451
|
+
class ListEnvironmentsCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("AmazonAppConfig", "ListEnvironments", {})
|
|
460
458
|
.n("AppConfigClient", "ListEnvironmentsCommand")
|
|
@@ -462,11 +460,11 @@ class ListEnvironmentsCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class ListExtensionAssociationsCommand extends
|
|
463
|
+
class ListExtensionAssociationsCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("AmazonAppConfig", "ListExtensionAssociations", {})
|
|
472
470
|
.n("AppConfigClient", "ListExtensionAssociationsCommand")
|
|
@@ -474,11 +472,11 @@ class ListExtensionAssociationsCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class ListExtensionsCommand extends
|
|
475
|
+
class ListExtensionsCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("AmazonAppConfig", "ListExtensions", {})
|
|
484
482
|
.n("AppConfigClient", "ListExtensionsCommand")
|
|
@@ -486,11 +484,11 @@ class ListExtensionsCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class ListHostedConfigurationVersionsCommand extends
|
|
487
|
+
class ListHostedConfigurationVersionsCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("AmazonAppConfig", "ListHostedConfigurationVersions", {})
|
|
496
494
|
.n("AppConfigClient", "ListHostedConfigurationVersionsCommand")
|
|
@@ -498,11 +496,11 @@ class ListHostedConfigurationVersionsCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class ListTagsForResourceCommand extends
|
|
499
|
+
class ListTagsForResourceCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("AmazonAppConfig", "ListTagsForResource", {})
|
|
508
506
|
.n("AppConfigClient", "ListTagsForResourceCommand")
|
|
@@ -510,11 +508,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class StartDeploymentCommand extends
|
|
511
|
+
class StartDeploymentCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("AmazonAppConfig", "StartDeployment", {})
|
|
520
518
|
.n("AppConfigClient", "StartDeploymentCommand")
|
|
@@ -522,11 +520,11 @@ class StartDeploymentCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class StopDeploymentCommand extends
|
|
523
|
+
class StopDeploymentCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("AmazonAppConfig", "StopDeployment", {})
|
|
532
530
|
.n("AppConfigClient", "StopDeploymentCommand")
|
|
@@ -534,11 +532,11 @@ class StopDeploymentCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class TagResourceCommand extends
|
|
535
|
+
class TagResourceCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("AmazonAppConfig", "TagResource", {})
|
|
544
542
|
.n("AppConfigClient", "TagResourceCommand")
|
|
@@ -546,11 +544,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class UntagResourceCommand extends
|
|
547
|
+
class UntagResourceCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("AmazonAppConfig", "UntagResource", {})
|
|
556
554
|
.n("AppConfigClient", "UntagResourceCommand")
|
|
@@ -558,11 +556,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class UpdateAccountSettingsCommand extends
|
|
559
|
+
class UpdateAccountSettingsCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("AmazonAppConfig", "UpdateAccountSettings", {})
|
|
568
566
|
.n("AppConfigClient", "UpdateAccountSettingsCommand")
|
|
@@ -570,11 +568,11 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class UpdateApplicationCommand extends
|
|
571
|
+
class UpdateApplicationCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("AmazonAppConfig", "UpdateApplication", {})
|
|
580
578
|
.n("AppConfigClient", "UpdateApplicationCommand")
|
|
@@ -582,11 +580,11 @@ class UpdateApplicationCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class UpdateConfigurationProfileCommand extends
|
|
583
|
+
class UpdateConfigurationProfileCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("AmazonAppConfig", "UpdateConfigurationProfile", {})
|
|
592
590
|
.n("AppConfigClient", "UpdateConfigurationProfileCommand")
|
|
@@ -594,11 +592,11 @@ class UpdateConfigurationProfileCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class UpdateDeploymentStrategyCommand extends
|
|
595
|
+
class UpdateDeploymentStrategyCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("AmazonAppConfig", "UpdateDeploymentStrategy", {})
|
|
604
602
|
.n("AppConfigClient", "UpdateDeploymentStrategyCommand")
|
|
@@ -606,11 +604,11 @@ class UpdateDeploymentStrategyCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class UpdateEnvironmentCommand extends
|
|
607
|
+
class UpdateEnvironmentCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("AmazonAppConfig", "UpdateEnvironment", {})
|
|
616
614
|
.n("AppConfigClient", "UpdateEnvironmentCommand")
|
|
@@ -618,11 +616,11 @@ class UpdateEnvironmentCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class UpdateExtensionAssociationCommand extends
|
|
619
|
+
class UpdateExtensionAssociationCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("AmazonAppConfig", "UpdateExtensionAssociation", {})
|
|
628
626
|
.n("AppConfigClient", "UpdateExtensionAssociationCommand")
|
|
@@ -630,11 +628,11 @@ class UpdateExtensionAssociationCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class UpdateExtensionCommand extends
|
|
631
|
+
class UpdateExtensionCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("AmazonAppConfig", "UpdateExtension", {})
|
|
640
638
|
.n("AppConfigClient", "UpdateExtensionCommand")
|
|
@@ -642,11 +640,11 @@ class UpdateExtensionCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class ValidateConfigurationCommand extends
|
|
643
|
+
class ValidateConfigurationCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("AmazonAppConfig", "ValidateConfiguration", {})
|
|
652
650
|
.n("AppConfigClient", "ValidateConfigurationCommand")
|
|
@@ -670,17 +668,17 @@ const paginateListExtensions = core.createPaginator(AppConfigClient, ListExtensi
|
|
|
670
668
|
|
|
671
669
|
const paginateListHostedConfigurationVersions = core.createPaginator(AppConfigClient, ListHostedConfigurationVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
672
670
|
|
|
673
|
-
const checkState$1 = async (client, input) => {
|
|
671
|
+
const checkState$1 = async (client$1, input) => {
|
|
674
672
|
let reason;
|
|
675
673
|
try {
|
|
676
|
-
let result = await client.send(new GetDeploymentCommand(input));
|
|
674
|
+
let result = await client$1.send(new GetDeploymentCommand(input));
|
|
677
675
|
reason = result;
|
|
678
676
|
try {
|
|
679
677
|
const returnComparator = () => {
|
|
680
678
|
return result.State;
|
|
681
679
|
};
|
|
682
680
|
if (returnComparator() === "COMPLETE") {
|
|
683
|
-
return { state:
|
|
681
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
684
682
|
}
|
|
685
683
|
}
|
|
686
684
|
catch (e) { }
|
|
@@ -689,7 +687,7 @@ const checkState$1 = async (client, input) => {
|
|
|
689
687
|
return result.State;
|
|
690
688
|
};
|
|
691
689
|
if (returnComparator() === "ROLLED_BACK") {
|
|
692
|
-
return { state:
|
|
690
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
693
691
|
}
|
|
694
692
|
}
|
|
695
693
|
catch (e) { }
|
|
@@ -698,7 +696,7 @@ const checkState$1 = async (client, input) => {
|
|
|
698
696
|
return result.State;
|
|
699
697
|
};
|
|
700
698
|
if (returnComparator() === "REVERTED") {
|
|
701
|
-
return { state:
|
|
699
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
702
700
|
}
|
|
703
701
|
}
|
|
704
702
|
catch (e) { }
|
|
@@ -706,29 +704,29 @@ const checkState$1 = async (client, input) => {
|
|
|
706
704
|
catch (exception) {
|
|
707
705
|
reason = exception;
|
|
708
706
|
}
|
|
709
|
-
return { state:
|
|
707
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
710
708
|
};
|
|
711
709
|
const waitForDeploymentComplete = async (params, input) => {
|
|
712
710
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
713
|
-
return
|
|
711
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
714
712
|
};
|
|
715
713
|
const waitUntilDeploymentComplete = async (params, input) => {
|
|
716
714
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
717
|
-
const result = await
|
|
718
|
-
return
|
|
715
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
716
|
+
return client.checkExceptions(result);
|
|
719
717
|
};
|
|
720
718
|
|
|
721
|
-
const checkState = async (client, input) => {
|
|
719
|
+
const checkState = async (client$1, input) => {
|
|
722
720
|
let reason;
|
|
723
721
|
try {
|
|
724
|
-
let result = await client.send(new GetEnvironmentCommand(input));
|
|
722
|
+
let result = await client$1.send(new GetEnvironmentCommand(input));
|
|
725
723
|
reason = result;
|
|
726
724
|
try {
|
|
727
725
|
const returnComparator = () => {
|
|
728
726
|
return result.State;
|
|
729
727
|
};
|
|
730
728
|
if (returnComparator() === "ReadyForDeployment") {
|
|
731
|
-
return { state:
|
|
729
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
732
730
|
}
|
|
733
731
|
}
|
|
734
732
|
catch (e) { }
|
|
@@ -737,7 +735,7 @@ const checkState = async (client, input) => {
|
|
|
737
735
|
return result.State;
|
|
738
736
|
};
|
|
739
737
|
if (returnComparator() === "RolledBack") {
|
|
740
|
-
return { state:
|
|
738
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
741
739
|
}
|
|
742
740
|
}
|
|
743
741
|
catch (e) { }
|
|
@@ -746,7 +744,7 @@ const checkState = async (client, input) => {
|
|
|
746
744
|
return result.State;
|
|
747
745
|
};
|
|
748
746
|
if (returnComparator() === "Reverted") {
|
|
749
|
-
return { state:
|
|
747
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
750
748
|
}
|
|
751
749
|
}
|
|
752
750
|
catch (e) { }
|
|
@@ -754,16 +752,16 @@ const checkState = async (client, input) => {
|
|
|
754
752
|
catch (exception) {
|
|
755
753
|
reason = exception;
|
|
756
754
|
}
|
|
757
|
-
return { state:
|
|
755
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
758
756
|
};
|
|
759
757
|
const waitForEnvironmentReadyForDeployment = async (params, input) => {
|
|
760
758
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
761
|
-
return
|
|
759
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
762
760
|
};
|
|
763
761
|
const waitUntilEnvironmentReadyForDeployment = async (params, input) => {
|
|
764
762
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
765
|
-
const result = await
|
|
766
|
-
return
|
|
763
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
764
|
+
return client.checkExceptions(result);
|
|
767
765
|
};
|
|
768
766
|
|
|
769
767
|
const commands = {
|
|
@@ -829,7 +827,7 @@ const waiters = {
|
|
|
829
827
|
};
|
|
830
828
|
class AppConfig extends AppConfigClient {
|
|
831
829
|
}
|
|
832
|
-
|
|
830
|
+
client.createAggregatedClient(commands, AppConfig, { paginators, waiters });
|
|
833
831
|
|
|
834
832
|
const ActionPoint = {
|
|
835
833
|
AT_DEPLOYMENT_TICK: "AT_DEPLOYMENT_TICK",
|
|
@@ -896,8 +894,8 @@ const DeploymentState = {
|
|
|
896
894
|
VALIDATING: "VALIDATING",
|
|
897
895
|
};
|
|
898
896
|
|
|
899
|
-
exports.$Command =
|
|
900
|
-
exports.__Client =
|
|
897
|
+
exports.$Command = client.Command;
|
|
898
|
+
exports.__Client = client.Client;
|
|
901
899
|
exports.AppConfigServiceException = AppConfigServiceException.AppConfigServiceException;
|
|
902
900
|
exports.ActionPoint = ActionPoint;
|
|
903
901
|
exports.AppConfig = AppConfig;
|