@aws-sdk/client-appconfig 3.353.0 → 3.357.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/protocols/Aws_restJson1.js +14 -20
- package/dist-es/protocols/Aws_restJson1.js +1 -7
- package/dist-types/AppConfigClient.d.ts +1 -1
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +16 -3
- package/dist-types/commands/GetConfigurationCommand.d.ts +8 -1
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +8 -1
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +16 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +8 -1
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +8 -1
- package/package.json +29 -28
|
@@ -1266,7 +1266,7 @@ const de_CreateHostedConfigurationVersionCommand = async (output, context) => {
|
|
|
1266
1266
|
ContentType: [, output.headers["content-type"]],
|
|
1267
1267
|
VersionLabel: [, output.headers["versionlabel"]],
|
|
1268
1268
|
});
|
|
1269
|
-
const data = await collectBody(output.body, context);
|
|
1269
|
+
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1270
1270
|
contents.Content = data;
|
|
1271
1271
|
return contents;
|
|
1272
1272
|
};
|
|
@@ -1312,7 +1312,7 @@ const de_DeleteApplicationCommand = async (output, context) => {
|
|
|
1312
1312
|
const contents = (0, smithy_client_1.map)({
|
|
1313
1313
|
$metadata: deserializeMetadata(output),
|
|
1314
1314
|
});
|
|
1315
|
-
await collectBody(output.body, context);
|
|
1315
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1316
1316
|
return contents;
|
|
1317
1317
|
};
|
|
1318
1318
|
exports.de_DeleteApplicationCommand = de_DeleteApplicationCommand;
|
|
@@ -1348,7 +1348,7 @@ const de_DeleteConfigurationProfileCommand = async (output, context) => {
|
|
|
1348
1348
|
const contents = (0, smithy_client_1.map)({
|
|
1349
1349
|
$metadata: deserializeMetadata(output),
|
|
1350
1350
|
});
|
|
1351
|
-
await collectBody(output.body, context);
|
|
1351
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1352
1352
|
return contents;
|
|
1353
1353
|
};
|
|
1354
1354
|
exports.de_DeleteConfigurationProfileCommand = de_DeleteConfigurationProfileCommand;
|
|
@@ -1387,7 +1387,7 @@ const de_DeleteDeploymentStrategyCommand = async (output, context) => {
|
|
|
1387
1387
|
const contents = (0, smithy_client_1.map)({
|
|
1388
1388
|
$metadata: deserializeMetadata(output),
|
|
1389
1389
|
});
|
|
1390
|
-
await collectBody(output.body, context);
|
|
1390
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1391
1391
|
return contents;
|
|
1392
1392
|
};
|
|
1393
1393
|
exports.de_DeleteDeploymentStrategyCommand = de_DeleteDeploymentStrategyCommand;
|
|
@@ -1423,7 +1423,7 @@ const de_DeleteEnvironmentCommand = async (output, context) => {
|
|
|
1423
1423
|
const contents = (0, smithy_client_1.map)({
|
|
1424
1424
|
$metadata: deserializeMetadata(output),
|
|
1425
1425
|
});
|
|
1426
|
-
await collectBody(output.body, context);
|
|
1426
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1427
1427
|
return contents;
|
|
1428
1428
|
};
|
|
1429
1429
|
exports.de_DeleteEnvironmentCommand = de_DeleteEnvironmentCommand;
|
|
@@ -1462,7 +1462,7 @@ const de_DeleteExtensionCommand = async (output, context) => {
|
|
|
1462
1462
|
const contents = (0, smithy_client_1.map)({
|
|
1463
1463
|
$metadata: deserializeMetadata(output),
|
|
1464
1464
|
});
|
|
1465
|
-
await collectBody(output.body, context);
|
|
1465
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1466
1466
|
return contents;
|
|
1467
1467
|
};
|
|
1468
1468
|
exports.de_DeleteExtensionCommand = de_DeleteExtensionCommand;
|
|
@@ -1498,7 +1498,7 @@ const de_DeleteExtensionAssociationCommand = async (output, context) => {
|
|
|
1498
1498
|
const contents = (0, smithy_client_1.map)({
|
|
1499
1499
|
$metadata: deserializeMetadata(output),
|
|
1500
1500
|
});
|
|
1501
|
-
await collectBody(output.body, context);
|
|
1501
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1502
1502
|
return contents;
|
|
1503
1503
|
};
|
|
1504
1504
|
exports.de_DeleteExtensionAssociationCommand = de_DeleteExtensionAssociationCommand;
|
|
@@ -1534,7 +1534,7 @@ const de_DeleteHostedConfigurationVersionCommand = async (output, context) => {
|
|
|
1534
1534
|
const contents = (0, smithy_client_1.map)({
|
|
1535
1535
|
$metadata: deserializeMetadata(output),
|
|
1536
1536
|
});
|
|
1537
|
-
await collectBody(output.body, context);
|
|
1537
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1538
1538
|
return contents;
|
|
1539
1539
|
};
|
|
1540
1540
|
exports.de_DeleteHostedConfigurationVersionCommand = de_DeleteHostedConfigurationVersionCommand;
|
|
@@ -1614,7 +1614,7 @@ const de_GetConfigurationCommand = async (output, context) => {
|
|
|
1614
1614
|
ConfigurationVersion: [, output.headers["configuration-version"]],
|
|
1615
1615
|
ContentType: [, output.headers["content-type"]],
|
|
1616
1616
|
});
|
|
1617
|
-
const data = await collectBody(output.body, context);
|
|
1617
|
+
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1618
1618
|
contents.Content = data;
|
|
1619
1619
|
return contents;
|
|
1620
1620
|
};
|
|
@@ -1950,7 +1950,7 @@ const de_GetHostedConfigurationVersionCommand = async (output, context) => {
|
|
|
1950
1950
|
ContentType: [, output.headers["content-type"]],
|
|
1951
1951
|
VersionLabel: [, output.headers["versionlabel"]],
|
|
1952
1952
|
});
|
|
1953
|
-
const data = await collectBody(output.body, context);
|
|
1953
|
+
const data = await (0, smithy_client_1.collectBody)(output.body, context);
|
|
1954
1954
|
contents.Content = data;
|
|
1955
1955
|
return contents;
|
|
1956
1956
|
};
|
|
@@ -2466,7 +2466,7 @@ const de_TagResourceCommand = async (output, context) => {
|
|
|
2466
2466
|
const contents = (0, smithy_client_1.map)({
|
|
2467
2467
|
$metadata: deserializeMetadata(output),
|
|
2468
2468
|
});
|
|
2469
|
-
await collectBody(output.body, context);
|
|
2469
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
2470
2470
|
return contents;
|
|
2471
2471
|
};
|
|
2472
2472
|
exports.de_TagResourceCommand = de_TagResourceCommand;
|
|
@@ -2502,7 +2502,7 @@ const de_UntagResourceCommand = async (output, context) => {
|
|
|
2502
2502
|
const contents = (0, smithy_client_1.map)({
|
|
2503
2503
|
$metadata: deserializeMetadata(output),
|
|
2504
2504
|
});
|
|
2505
|
-
await collectBody(output.body, context);
|
|
2505
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
2506
2506
|
return contents;
|
|
2507
2507
|
};
|
|
2508
2508
|
exports.de_UntagResourceCommand = de_UntagResourceCommand;
|
|
@@ -2813,7 +2813,7 @@ const de_ValidateConfigurationCommand = async (output, context) => {
|
|
|
2813
2813
|
const contents = (0, smithy_client_1.map)({
|
|
2814
2814
|
$metadata: deserializeMetadata(output),
|
|
2815
2815
|
});
|
|
2816
|
-
await collectBody(output.body, context);
|
|
2816
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
2817
2817
|
return contents;
|
|
2818
2818
|
};
|
|
2819
2819
|
exports.de_ValidateConfigurationCommand = de_ValidateConfigurationCommand;
|
|
@@ -2993,13 +2993,7 @@ const deserializeMetadata = (output) => ({
|
|
|
2993
2993
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2994
2994
|
cfId: output.headers["x-amz-cf-id"],
|
|
2995
2995
|
});
|
|
2996
|
-
const
|
|
2997
|
-
if (streamBody instanceof Uint8Array) {
|
|
2998
|
-
return Promise.resolve(streamBody);
|
|
2999
|
-
}
|
|
3000
|
-
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
3001
|
-
};
|
|
3002
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2996
|
+
const collectBodyString = (streamBody, context) => (0, smithy_client_1.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
3003
2997
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
3004
2998
|
value !== null &&
|
|
3005
2999
|
value !== "" &&
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _json, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, limitedParseFloat32 as __limitedParseFloat32, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseInt32 as __strictParseInt32, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
1
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, limitedParseFloat32 as __limitedParseFloat32, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, strictParseInt32 as __strictParseInt32, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { AppConfigServiceException as __BaseException } from "../models/AppConfigServiceException";
|
|
4
4
|
import { BadRequestException, ConflictException, InternalServerException, PayloadTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, } from "../models/models_0";
|
|
@@ -2903,12 +2903,6 @@ const deserializeMetadata = (output) => ({
|
|
|
2903
2903
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2904
2904
|
cfId: output.headers["x-amz-cf-id"],
|
|
2905
2905
|
});
|
|
2906
|
-
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
2907
|
-
if (streamBody instanceof Uint8Array) {
|
|
2908
|
-
return Promise.resolve(streamBody);
|
|
2909
|
-
}
|
|
2910
|
-
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2911
|
-
};
|
|
2912
2906
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2913
2907
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
2914
2908
|
value !== null &&
|
|
@@ -116,7 +116,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
116
116
|
*/
|
|
117
117
|
runtime?: string;
|
|
118
118
|
/**
|
|
119
|
-
* Disable
|
|
119
|
+
* Disable dynamically changing the endpoint of the client based on the hostPrefix
|
|
120
120
|
* trait of an operation.
|
|
121
121
|
*/
|
|
122
122
|
disableHostPrefix?: boolean;
|
|
@@ -1,25 +1,38 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BlobTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream";
|
|
4
5
|
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
5
6
|
import { CreateHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
9
10
|
export { __MetadataBearer, $Command };
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type CreateHostedConfigurationVersionCommandInputType = Omit<CreateHostedConfigurationVersionRequest, "Content"> & {
|
|
15
|
+
Content: BlobTypes;
|
|
16
|
+
};
|
|
10
17
|
/**
|
|
11
18
|
* @public
|
|
12
19
|
*
|
|
13
20
|
* The input for {@link CreateHostedConfigurationVersionCommand}.
|
|
14
21
|
*/
|
|
15
|
-
export interface CreateHostedConfigurationVersionCommandInput extends
|
|
22
|
+
export interface CreateHostedConfigurationVersionCommandInput extends CreateHostedConfigurationVersionCommandInputType {
|
|
16
23
|
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type CreateHostedConfigurationVersionCommandOutputType = Omit<HostedConfigurationVersion, "Content"> & {
|
|
28
|
+
Content?: Uint8ArrayBlobAdapter;
|
|
29
|
+
};
|
|
17
30
|
/**
|
|
18
31
|
* @public
|
|
19
32
|
*
|
|
20
33
|
* The output of {@link CreateHostedConfigurationVersionCommand}.
|
|
21
34
|
*/
|
|
22
|
-
export interface CreateHostedConfigurationVersionCommandOutput extends
|
|
35
|
+
export interface CreateHostedConfigurationVersionCommandOutput extends CreateHostedConfigurationVersionCommandOutputType, __MetadataBearer {
|
|
23
36
|
}
|
|
24
37
|
/**
|
|
25
38
|
* @public
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream";
|
|
4
5
|
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
5
6
|
import { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
6
7
|
/**
|
|
@@ -14,12 +15,18 @@ export { __MetadataBearer, $Command };
|
|
|
14
15
|
*/
|
|
15
16
|
export interface GetConfigurationCommandInput extends GetConfigurationRequest {
|
|
16
17
|
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export type GetConfigurationCommandOutputType = Omit<Configuration, "Content"> & {
|
|
22
|
+
Content?: Uint8ArrayBlobAdapter;
|
|
23
|
+
};
|
|
17
24
|
/**
|
|
18
25
|
* @public
|
|
19
26
|
*
|
|
20
27
|
* The output of {@link GetConfigurationCommand}.
|
|
21
28
|
*/
|
|
22
|
-
export interface GetConfigurationCommandOutput extends
|
|
29
|
+
export interface GetConfigurationCommandOutput extends GetConfigurationCommandOutputType, __MetadataBearer {
|
|
23
30
|
}
|
|
24
31
|
/**
|
|
25
32
|
* @public
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream";
|
|
4
5
|
import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
5
6
|
import { GetHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
|
|
6
7
|
/**
|
|
@@ -14,12 +15,18 @@ export { __MetadataBearer, $Command };
|
|
|
14
15
|
*/
|
|
15
16
|
export interface GetHostedConfigurationVersionCommandInput extends GetHostedConfigurationVersionRequest {
|
|
16
17
|
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export type GetHostedConfigurationVersionCommandOutputType = Omit<HostedConfigurationVersion, "Content"> & {
|
|
22
|
+
Content?: Uint8ArrayBlobAdapter;
|
|
23
|
+
};
|
|
17
24
|
/**
|
|
18
25
|
* @public
|
|
19
26
|
*
|
|
20
27
|
* The output of {@link GetHostedConfigurationVersionCommand}.
|
|
21
28
|
*/
|
|
22
|
-
export interface GetHostedConfigurationVersionCommandOutput extends
|
|
29
|
+
export interface GetHostedConfigurationVersionCommandOutput extends GetHostedConfigurationVersionCommandOutputType, __MetadataBearer {
|
|
23
30
|
}
|
|
24
31
|
/**
|
|
25
32
|
* @public
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import {
|
|
4
|
+
BlobTypes,
|
|
4
5
|
Handler,
|
|
5
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
7
|
MetadataBearer as __MetadataBearer,
|
|
7
8
|
MiddlewareStack,
|
|
8
9
|
} from "@aws-sdk/types";
|
|
10
|
+
import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream";
|
|
9
11
|
import {
|
|
10
12
|
AppConfigClientResolvedConfig,
|
|
11
13
|
ServiceInputTypes,
|
|
@@ -16,10 +18,22 @@ import {
|
|
|
16
18
|
HostedConfigurationVersion,
|
|
17
19
|
} from "../models/models_0";
|
|
18
20
|
export { __MetadataBearer, $Command };
|
|
21
|
+
export type CreateHostedConfigurationVersionCommandInputType = Pick<
|
|
22
|
+
CreateHostedConfigurationVersionRequest,
|
|
23
|
+
Exclude<keyof CreateHostedConfigurationVersionRequest, "Content">
|
|
24
|
+
> & {
|
|
25
|
+
Content: BlobTypes;
|
|
26
|
+
};
|
|
19
27
|
export interface CreateHostedConfigurationVersionCommandInput
|
|
20
|
-
extends
|
|
28
|
+
extends CreateHostedConfigurationVersionCommandInputType {}
|
|
29
|
+
export type CreateHostedConfigurationVersionCommandOutputType = Pick<
|
|
30
|
+
HostedConfigurationVersion,
|
|
31
|
+
Exclude<keyof HostedConfigurationVersion, "Content">
|
|
32
|
+
> & {
|
|
33
|
+
Content?: Uint8ArrayBlobAdapter;
|
|
34
|
+
};
|
|
21
35
|
export interface CreateHostedConfigurationVersionCommandOutput
|
|
22
|
-
extends
|
|
36
|
+
extends CreateHostedConfigurationVersionCommandOutputType,
|
|
23
37
|
__MetadataBearer {}
|
|
24
38
|
export declare class CreateHostedConfigurationVersionCommand extends $Command<
|
|
25
39
|
CreateHostedConfigurationVersionCommandInput,
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
+
import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream";
|
|
9
10
|
import {
|
|
10
11
|
AppConfigClientResolvedConfig,
|
|
11
12
|
ServiceInputTypes,
|
|
@@ -14,8 +15,14 @@ import {
|
|
|
14
15
|
import { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
15
16
|
export { __MetadataBearer, $Command };
|
|
16
17
|
export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
18
|
+
export type GetConfigurationCommandOutputType = Pick<
|
|
19
|
+
Configuration,
|
|
20
|
+
Exclude<keyof Configuration, "Content">
|
|
21
|
+
> & {
|
|
22
|
+
Content?: Uint8ArrayBlobAdapter;
|
|
23
|
+
};
|
|
17
24
|
export interface GetConfigurationCommandOutput
|
|
18
|
-
extends
|
|
25
|
+
extends GetConfigurationCommandOutputType,
|
|
19
26
|
__MetadataBearer {}
|
|
20
27
|
export declare class GetConfigurationCommand extends $Command<
|
|
21
28
|
GetConfigurationCommandInput,
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
+
import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream";
|
|
9
10
|
import {
|
|
10
11
|
AppConfigClientResolvedConfig,
|
|
11
12
|
ServiceInputTypes,
|
|
@@ -18,8 +19,14 @@ import {
|
|
|
18
19
|
export { __MetadataBearer, $Command };
|
|
19
20
|
export interface GetHostedConfigurationVersionCommandInput
|
|
20
21
|
extends GetHostedConfigurationVersionRequest {}
|
|
22
|
+
export type GetHostedConfigurationVersionCommandOutputType = Pick<
|
|
23
|
+
HostedConfigurationVersion,
|
|
24
|
+
Exclude<keyof HostedConfigurationVersion, "Content">
|
|
25
|
+
> & {
|
|
26
|
+
Content?: Uint8ArrayBlobAdapter;
|
|
27
|
+
};
|
|
21
28
|
export interface GetHostedConfigurationVersionCommandOutput
|
|
22
|
-
extends
|
|
29
|
+
extends GetHostedConfigurationVersionCommandOutputType,
|
|
23
30
|
__MetadataBearer {}
|
|
24
31
|
export declare class GetHostedConfigurationVersionCommand extends $Command<
|
|
25
32
|
GetHostedConfigurationVersionCommandInput,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfig",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.357.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.357.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.357.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.357.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.357.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.357.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.357.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.357.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.357.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.357.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.357.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.357.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.357.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.357.0",
|
|
43
|
+
"@aws-sdk/types": "3.357.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-
|
|
53
|
-
"@aws-sdk/util-user-agent-
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.357.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.357.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.357.0",
|
|
52
|
+
"@aws-sdk/util-stream": "3.357.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
57
|
"@smithy/types": "^1.0.0",
|