@aws-sdk/client-appconfigdata 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/AppConfigData.d.ts +1 -1
- package/dist-types/AppConfigDataClient.d.ts +1 -1
- package/dist-types/commands/GetLatestConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/StartConfigurationSessionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +23 -23
- package/dist-types/ts3.4/commands/GetLatestConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartConfigurationSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -545,9 +545,6 @@ var _AppConfigData = class _AppConfigData extends AppConfigDataClient {
|
|
|
545
545
|
__name(_AppConfigData, "AppConfigData");
|
|
546
546
|
var AppConfigData = _AppConfigData;
|
|
547
547
|
(0, import_smithy_client.createAggregatedClient)(commands, AppConfigData);
|
|
548
|
-
|
|
549
|
-
// src/index.ts
|
|
550
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
551
548
|
// Annotate the CommonJS export names for ESM import in node:
|
|
552
549
|
|
|
553
550
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -17,7 +17,6 @@ export interface AppConfigData {
|
|
|
17
17
|
startConfigurationSession(args: StartConfigurationSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartConfigurationSessionCommandOutput) => void): void;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* @public
|
|
21
20
|
* <p>AppConfig Data provides the data plane APIs your application uses to retrieve
|
|
22
21
|
* configuration data. Here's how it works:</p>
|
|
23
22
|
* <p>Your application retrieves configuration data by first establishing a configuration
|
|
@@ -77,6 +76,7 @@ export interface AppConfigData {
|
|
|
77
76
|
* configuration using the AppConfig Data <code>StartConfigurationSession</code> and
|
|
78
77
|
* <code>GetLatestConfiguration</code> API actions, see <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration">Retrieving the
|
|
79
78
|
* configuration</a> in the <i>AppConfig User Guide</i>.</p>
|
|
79
|
+
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class AppConfigData extends AppConfigDataClient implements AppConfigData {
|
|
82
82
|
}
|
|
@@ -153,7 +153,6 @@ export type AppConfigDataClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
153
153
|
export interface AppConfigDataClientResolvedConfig extends AppConfigDataClientResolvedConfigType {
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
|
-
* @public
|
|
157
156
|
* <p>AppConfig Data provides the data plane APIs your application uses to retrieve
|
|
158
157
|
* configuration data. Here's how it works:</p>
|
|
159
158
|
* <p>Your application retrieves configuration data by first establishing a configuration
|
|
@@ -213,6 +212,7 @@ export interface AppConfigDataClientResolvedConfig extends AppConfigDataClientRe
|
|
|
213
212
|
* configuration using the AppConfig Data <code>StartConfigurationSession</code> and
|
|
214
213
|
* <code>GetLatestConfiguration</code> API actions, see <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration">Retrieving the
|
|
215
214
|
* configuration</a> in the <i>AppConfig User Guide</i>.</p>
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
export declare class AppConfigDataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppConfigDataClientResolvedConfig> {
|
|
218
218
|
/**
|
|
@@ -29,10 +29,10 @@ export interface GetLatestConfigurationCommandOutput extends GetLatestConfigurat
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetLatestConfigurationCommand_base: {
|
|
31
31
|
new (input: GetLatestConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLatestConfigurationCommandInput, GetLatestConfigurationCommandOutput, AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetLatestConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLatestConfigurationCommandInput, GetLatestConfigurationCommandOutput, AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Retrieves the latest deployed configuration. This API may return empty configuration
|
|
37
37
|
* data if the client already has the latest version. For more information about this API
|
|
38
38
|
* action and to view example CLI commands that show how to use it with the <a>StartConfigurationSession</a> API action, see <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration">Retrieving the
|
|
@@ -96,6 +96,7 @@ declare const GetLatestConfigurationCommand_base: {
|
|
|
96
96
|
* @throws {@link AppConfigDataServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from AppConfigData service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetLatestConfigurationCommand extends GetLatestConfigurationCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartConfigurationSessionCommandOutput extends StartConfigurati
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartConfigurationSessionCommand_base: {
|
|
24
24
|
new (input: StartConfigurationSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartConfigurationSessionCommandInput, StartConfigurationSessionCommandOutput, AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartConfigurationSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartConfigurationSessionCommandInput, StartConfigurationSessionCommandOutput, AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a configuration session used to retrieve a deployed configuration. For more
|
|
30
30
|
* information about this API action and to view example CLI commands that show how to use
|
|
31
31
|
* it with the <a>GetLatestConfiguration</a> API action, see <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration">Retrieving the
|
|
@@ -71,6 +71,7 @@ declare const StartConfigurationSessionCommand_base: {
|
|
|
71
71
|
* @throws {@link AppConfigDataServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppConfigData service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class StartConfigurationSessionCommand extends StartConfigurationSessionCommand_base {
|
|
76
77
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -68,5 +68,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
68
68
|
export { AppConfigDataExtensionConfiguration } from "./extensionConfiguration";
|
|
69
69
|
export * from "./commands";
|
|
70
70
|
export * from "./models";
|
|
71
|
-
import "@aws-sdk/util-endpoints";
|
|
72
71
|
export { AppConfigDataServiceException } from "./models/AppConfigDataServiceException";
|
|
@@ -23,20 +23,20 @@ export declare const InvalidParameterProblem: {
|
|
|
23
23
|
*/
|
|
24
24
|
export type InvalidParameterProblem = (typeof InvalidParameterProblem)[keyof typeof InvalidParameterProblem];
|
|
25
25
|
/**
|
|
26
|
-
* @public
|
|
27
26
|
* <p>Information about an invalid parameter.</p>
|
|
27
|
+
* @public
|
|
28
28
|
*/
|
|
29
29
|
export interface InvalidParameterDetail {
|
|
30
30
|
/**
|
|
31
|
-
* @public
|
|
32
31
|
* <p>The reason the parameter is invalid.</p>
|
|
32
|
+
* @public
|
|
33
33
|
*/
|
|
34
34
|
Problem?: InvalidParameterProblem;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
* @public
|
|
38
37
|
* <p>Detailed information about the input that failed to satisfy the constraints specified by
|
|
39
38
|
* a call.</p>
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
export type BadRequestDetails = BadRequestDetails.InvalidParametersMember | BadRequestDetails.$UnknownMember;
|
|
42
42
|
/**
|
|
@@ -44,8 +44,8 @@ export type BadRequestDetails = BadRequestDetails.InvalidParametersMember | BadR
|
|
|
44
44
|
*/
|
|
45
45
|
export declare namespace BadRequestDetails {
|
|
46
46
|
/**
|
|
47
|
-
* @public
|
|
48
47
|
* <p>One or more specified parameters are not valid for the call.</p>
|
|
48
|
+
* @public
|
|
49
49
|
*/
|
|
50
50
|
interface InvalidParametersMember {
|
|
51
51
|
InvalidParameters: Record<string, InvalidParameterDetail>;
|
|
@@ -80,21 +80,21 @@ export declare const BadRequestReason: {
|
|
|
80
80
|
*/
|
|
81
81
|
export type BadRequestReason = (typeof BadRequestReason)[keyof typeof BadRequestReason];
|
|
82
82
|
/**
|
|
83
|
-
* @public
|
|
84
83
|
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
84
|
+
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class BadRequestException extends __BaseException {
|
|
87
87
|
readonly name: "BadRequestException";
|
|
88
88
|
readonly $fault: "client";
|
|
89
89
|
Message?: string;
|
|
90
90
|
/**
|
|
91
|
-
* @public
|
|
92
91
|
* <p>Code indicating the reason the request was invalid.</p>
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
Reason?: BadRequestReason;
|
|
95
95
|
/**
|
|
96
|
-
* @public
|
|
97
96
|
* <p>Details describing why the request was invalid.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
Details?: BadRequestDetails;
|
|
100
100
|
/**
|
|
@@ -103,8 +103,8 @@ export declare class BadRequestException extends __BaseException {
|
|
|
103
103
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>There was an internal failure in the service.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class InternalServerException extends __BaseException {
|
|
110
110
|
readonly name: "InternalServerException";
|
|
@@ -146,22 +146,22 @@ export declare const ResourceType: {
|
|
|
146
146
|
*/
|
|
147
147
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
148
148
|
/**
|
|
149
|
-
* @public
|
|
150
149
|
* <p>The requested resource could not be found.</p>
|
|
150
|
+
* @public
|
|
151
151
|
*/
|
|
152
152
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
153
153
|
readonly name: "ResourceNotFoundException";
|
|
154
154
|
readonly $fault: "client";
|
|
155
155
|
Message?: string;
|
|
156
156
|
/**
|
|
157
|
-
* @public
|
|
158
157
|
* <p>The type of resource that was not found.</p>
|
|
158
|
+
* @public
|
|
159
159
|
*/
|
|
160
160
|
ResourceType?: ResourceType;
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <p>A map indicating which parameters in the request reference the resource that was not
|
|
164
163
|
* found.</p>
|
|
164
|
+
* @public
|
|
165
165
|
*/
|
|
166
166
|
ReferencedBy?: Record<string, string>;
|
|
167
167
|
/**
|
|
@@ -174,25 +174,25 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
174
174
|
*/
|
|
175
175
|
export interface StartConfigurationSessionRequest {
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* <p>The application ID or the application name.</p>
|
|
178
|
+
* @public
|
|
179
179
|
*/
|
|
180
180
|
ApplicationIdentifier: string | undefined;
|
|
181
181
|
/**
|
|
182
|
-
* @public
|
|
183
182
|
* <p>The environment ID or the environment name.</p>
|
|
183
|
+
* @public
|
|
184
184
|
*/
|
|
185
185
|
EnvironmentIdentifier: string | undefined;
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p>The configuration profile ID or the configuration profile name.</p>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
ConfigurationProfileIdentifier: string | undefined;
|
|
191
191
|
/**
|
|
192
|
-
* @public
|
|
193
192
|
* <p>Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then
|
|
194
193
|
* the client that established the session can't call <a>GetLatestConfiguration</a>
|
|
195
194
|
* more frequently than every 60 seconds.</p>
|
|
195
|
+
* @public
|
|
196
196
|
*/
|
|
197
197
|
RequiredMinimumPollIntervalInSeconds?: number;
|
|
198
198
|
}
|
|
@@ -201,7 +201,6 @@ export interface StartConfigurationSessionRequest {
|
|
|
201
201
|
*/
|
|
202
202
|
export interface StartConfigurationSessionResponse {
|
|
203
203
|
/**
|
|
204
|
-
* @public
|
|
205
204
|
* <p>Token encapsulating state about the configuration session. Provide this token to the
|
|
206
205
|
* <code>GetLatestConfiguration</code> API to retrieve configuration data.</p>
|
|
207
206
|
* <important>
|
|
@@ -216,12 +215,13 @@ export interface StartConfigurationSessionResponse {
|
|
|
216
215
|
* <code>GetLatestConfiguration</code> call uses an expired token, the system returns
|
|
217
216
|
* <code>BadRequestException</code>.</p>
|
|
218
217
|
* </important>
|
|
218
|
+
* @public
|
|
219
219
|
*/
|
|
220
220
|
InitialConfigurationToken?: string;
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
|
-
* @public
|
|
224
223
|
* <p>The request was denied due to request throttling.</p>
|
|
224
|
+
* @public
|
|
225
225
|
*/
|
|
226
226
|
export declare class ThrottlingException extends __BaseException {
|
|
227
227
|
readonly name: "ThrottlingException";
|
|
@@ -237,7 +237,6 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
237
237
|
*/
|
|
238
238
|
export interface GetLatestConfigurationRequest {
|
|
239
239
|
/**
|
|
240
|
-
* @public
|
|
241
240
|
* <p>Token describing the current state of the configuration session. To obtain a token,
|
|
242
241
|
* first call the <a>StartConfigurationSession</a> API. Note that every call to
|
|
243
242
|
* <code>GetLatestConfiguration</code> will return a new <code>ConfigurationToken</code>
|
|
@@ -249,6 +248,7 @@ export interface GetLatestConfigurationRequest {
|
|
|
249
248
|
* <code>GetLatestConfiguration</code> call uses an expired token, the system returns
|
|
250
249
|
* <code>BadRequestException</code>.</p>
|
|
251
250
|
* </important>
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
ConfigurationToken: string | undefined;
|
|
254
254
|
}
|
|
@@ -257,7 +257,6 @@ export interface GetLatestConfigurationRequest {
|
|
|
257
257
|
*/
|
|
258
258
|
export interface GetLatestConfigurationResponse {
|
|
259
259
|
/**
|
|
260
|
-
* @public
|
|
261
260
|
* <p>The latest token describing the current state of the configuration session. This
|
|
262
261
|
* <i>must</i> be provided to the next call to
|
|
263
262
|
* <code>GetLatestConfiguration.</code>
|
|
@@ -268,29 +267,30 @@ export interface GetLatestConfigurationResponse {
|
|
|
268
267
|
* <code>GetLatestConfiguration</code> call uses an expired token, the system returns
|
|
269
268
|
* <code>BadRequestException</code>.</p>
|
|
270
269
|
* </important>
|
|
270
|
+
* @public
|
|
271
271
|
*/
|
|
272
272
|
NextPollConfigurationToken?: string;
|
|
273
273
|
/**
|
|
274
|
-
* @public
|
|
275
274
|
* <p>The amount of time the client should wait before polling for configuration updates
|
|
276
275
|
* again. Use <code>RequiredMinimumPollIntervalInSeconds</code> to set the desired poll
|
|
277
276
|
* interval.</p>
|
|
277
|
+
* @public
|
|
278
278
|
*/
|
|
279
279
|
NextPollIntervalInSeconds?: number;
|
|
280
280
|
/**
|
|
281
|
-
* @public
|
|
282
281
|
* <p>A standard MIME type describing the format of the configuration content.</p>
|
|
282
|
+
* @public
|
|
283
283
|
*/
|
|
284
284
|
ContentType?: string;
|
|
285
285
|
/**
|
|
286
|
-
* @public
|
|
287
286
|
* <p>The data of the configuration. This may be empty if the client already has the latest
|
|
288
287
|
* version of configuration.</p>
|
|
288
|
+
* @public
|
|
289
289
|
*/
|
|
290
290
|
Configuration?: Uint8Array;
|
|
291
291
|
/**
|
|
292
|
-
* @public
|
|
293
292
|
* <p>The user-defined label for the AppConfig hosted configuration version. This attribute doesn't apply if the configuration is not from an AppConfig hosted configuration version. If the client already has the latest version of the configuration data, this value is empty.</p>
|
|
293
|
+
* @public
|
|
294
294
|
*/
|
|
295
295
|
VersionLabel?: string;
|
|
296
296
|
}
|
|
@@ -32,6 +32,15 @@ declare const GetLatestConfigurationCommand_base: {
|
|
|
32
32
|
ServiceInputTypes,
|
|
33
33
|
ServiceOutputTypes
|
|
34
34
|
>;
|
|
35
|
+
new (
|
|
36
|
+
__0_0: GetLatestConfigurationCommandInput
|
|
37
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
38
|
+
GetLatestConfigurationCommandInput,
|
|
39
|
+
GetLatestConfigurationCommandOutput,
|
|
40
|
+
AppConfigDataClientResolvedConfig,
|
|
41
|
+
ServiceInputTypes,
|
|
42
|
+
ServiceOutputTypes
|
|
43
|
+
>;
|
|
35
44
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
45
|
};
|
|
37
46
|
export declare class GetLatestConfigurationCommand extends GetLatestConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartConfigurationSessionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartConfigurationSessionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartConfigurationSessionCommandInput,
|
|
32
|
+
StartConfigurationSessionCommandOutput,
|
|
33
|
+
AppConfigDataClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartConfigurationSessionCommand extends StartConfigurationSessionCommand_base {}
|
|
@@ -5,5 +5,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { AppConfigDataExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./models";
|
|
8
|
-
import "@aws-sdk/util-endpoints";
|
|
9
8
|
export { AppConfigDataServiceException } from "./models/AppConfigDataServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfigdata",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfigdata Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.540.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appconfigdata",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-stream": "^2.
|
|
60
|
-
"@smithy/util-utf8": "^2.
|
|
61
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.540.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.540.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.540.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.540.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-stream": "^2.2.0",
|
|
60
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
61
|
+
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|