@cdk8s/awscdk-resolver 0.0.401 → 0.0.403
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/.jsii +4 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +7 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Runtime file cache.
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const filePromises: Record<string, Promise<string>>;
|
|
6
|
+
/**
|
|
7
|
+
* For testing only.
|
|
8
|
+
* @internal
|
|
9
|
+
* @deprecated minimize use in application code.
|
|
10
|
+
*/
|
|
11
|
+
export declare const fileIntercept: Record<string, Promise<string>>;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
export interface ReadFileOptions {
|
|
16
|
+
ignoreCache?: boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
export declare const readFile: (path: string, options?: ReadFileOptions) => Promise<string>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/shared-ini-file-loader",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@smithy/types": "^4.
|
|
5
|
+
"@smithy/types": "^4.9.0",
|
|
6
6
|
"tslib": "^2.6.2"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"types": "./dist-types/index.d.ts",
|
|
38
38
|
"browser": {
|
|
39
39
|
"./dist-es/getSSOTokenFromFile": false,
|
|
40
|
-
"./dist-es/
|
|
40
|
+
"./dist-es/readFile": false
|
|
41
41
|
},
|
|
42
42
|
"react-native": {
|
|
43
43
|
"./dist-cjs/getSSOTokenFromFile": false,
|
|
44
|
-
"./dist-cjs/
|
|
44
|
+
"./dist-cjs/readFile": false,
|
|
45
45
|
"./dist-es/getSSOTokenFromFile": false,
|
|
46
|
-
"./dist-es/
|
|
46
|
+
"./dist-es/readFile": false
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=18.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.5",
|
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@smithy/is-array-buffer": "^4.2.0",
|
|
30
|
-
"@smithy/protocol-http": "^5.3.
|
|
31
|
-
"@smithy/types": "^4.
|
|
30
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
31
|
+
"@smithy/types": "^4.9.0",
|
|
32
32
|
"@smithy/util-hex-encoding": "^4.2.0",
|
|
33
|
-
"@smithy/util-middleware": "^4.2.
|
|
33
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
34
34
|
"@smithy/util-uri-escape": "^4.2.0",
|
|
35
35
|
"@smithy/util-utf8": "^4.2.0",
|
|
36
36
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/smithy-client",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline smithy-client",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.
|
|
29
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
30
|
-
"@smithy/middleware-stack": "^4.2.
|
|
31
|
-
"@smithy/protocol-http": "^5.3.
|
|
32
|
-
"@smithy/types": "^4.
|
|
33
|
-
"@smithy/util-stream": "^4.5.
|
|
28
|
+
"@smithy/core": "^3.18.0",
|
|
29
|
+
"@smithy/middleware-endpoint": "^4.3.7",
|
|
30
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
31
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
32
|
+
"@smithy/types": "^4.9.0",
|
|
33
|
+
"@smithy/util-stream": "^4.5.6",
|
|
34
34
|
"tslib": "^2.6.2"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
@@ -6,7 +6,7 @@ import type { ConfigurableSerdeContext, NormalizedSchema, SchemaTraits, SimpleSc
|
|
|
6
6
|
import type { StaticSchema } from "./static-schemas";
|
|
7
7
|
/**
|
|
8
8
|
* A schema is an object or value that describes how to serialize/deserialize data.
|
|
9
|
-
* @
|
|
9
|
+
* @internal
|
|
10
10
|
* @deprecated use $Schema
|
|
11
11
|
*/
|
|
12
12
|
export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | MapSchema | StructureSchema | MemberSchema | OperationSchema | StaticSchema | NormalizedSchema;
|
|
@@ -14,14 +14,14 @@ export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | Map
|
|
|
14
14
|
* A schema "reference" is either a schema or a function that
|
|
15
15
|
* provides a schema. This is useful for lazy loading, and to allow
|
|
16
16
|
* code generation to define schema out of dependency order.
|
|
17
|
-
* @
|
|
17
|
+
* @internal
|
|
18
18
|
* @deprecated use $SchemaRef
|
|
19
19
|
*/
|
|
20
20
|
export type SchemaRef = Schema | (() => Schema);
|
|
21
21
|
/**
|
|
22
22
|
* A schema that has traits.
|
|
23
23
|
*
|
|
24
|
-
* @
|
|
24
|
+
* @internal
|
|
25
25
|
* @deprecated use static schema.
|
|
26
26
|
*/
|
|
27
27
|
export interface TraitsSchema {
|
|
@@ -32,13 +32,13 @@ export interface TraitsSchema {
|
|
|
32
32
|
/**
|
|
33
33
|
* Indicates the schema is a member of a parent Structure schema.
|
|
34
34
|
* It may also have a set of member traits distinct from its target shape's traits.
|
|
35
|
-
* @
|
|
35
|
+
* @internal
|
|
36
36
|
* @deprecated use $MemberSchema
|
|
37
37
|
*/
|
|
38
38
|
export type MemberSchema = [SchemaRef, SchemaTraits];
|
|
39
39
|
/**
|
|
40
40
|
* Schema for the structure aggregate type.
|
|
41
|
-
* @
|
|
41
|
+
* @internal
|
|
42
42
|
* @deprecated use static schema.
|
|
43
43
|
*/
|
|
44
44
|
export interface StructureSchema extends TraitsSchema {
|
|
@@ -52,7 +52,7 @@ export interface StructureSchema extends TraitsSchema {
|
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* Schema for the list aggregate type.
|
|
55
|
-
* @
|
|
55
|
+
* @internal
|
|
56
56
|
* @deprecated use static schema.
|
|
57
57
|
*/
|
|
58
58
|
export interface ListSchema extends TraitsSchema {
|
|
@@ -60,7 +60,7 @@ export interface ListSchema extends TraitsSchema {
|
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* Schema for the map aggregate type.
|
|
63
|
-
* @
|
|
63
|
+
* @internal
|
|
64
64
|
* @deprecated use static schema.
|
|
65
65
|
*/
|
|
66
66
|
export interface MapSchema extends TraitsSchema {
|
|
@@ -69,7 +69,7 @@ export interface MapSchema extends TraitsSchema {
|
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* Schema for an operation.
|
|
72
|
-
* @
|
|
72
|
+
* @internal
|
|
73
73
|
* @deprecated use StaticOperationSchema or $OperationSchema
|
|
74
74
|
*/
|
|
75
75
|
export interface OperationSchema {
|
|
@@ -81,7 +81,7 @@ export interface OperationSchema {
|
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Turns a serialization into a data object.
|
|
84
|
-
* @
|
|
84
|
+
* @internal
|
|
85
85
|
* @deprecated use $ShapeDeserializer
|
|
86
86
|
*/
|
|
87
87
|
export interface ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
|
|
@@ -92,7 +92,7 @@ export interface ShapeDeserializer<SerializationType = Uint8Array> extends Confi
|
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Turns a data object into a serialization.
|
|
95
|
-
* @
|
|
95
|
+
* @internal
|
|
96
96
|
* @deprecated use $ShapeSerializer
|
|
97
97
|
*/
|
|
98
98
|
export interface ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
|
|
@@ -102,7 +102,7 @@ export interface ShapeSerializer<SerializationType = Uint8Array> extends Configu
|
|
|
102
102
|
/**
|
|
103
103
|
* A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
|
|
104
104
|
*
|
|
105
|
-
* @
|
|
105
|
+
* @internal
|
|
106
106
|
* @deprecated use $Codec
|
|
107
107
|
*/
|
|
108
108
|
export interface Codec<S, D> extends ConfigurableSerdeContext {
|
|
@@ -111,7 +111,7 @@ export interface Codec<S, D> extends ConfigurableSerdeContext {
|
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
|
|
114
|
-
* @
|
|
114
|
+
* @internal
|
|
115
115
|
* @deprecated use $ClientProtocol
|
|
116
116
|
*/
|
|
117
117
|
export interface ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
|
|
@@ -7,7 +7,7 @@ import type { StaticSchema } from "./static-schemas";
|
|
|
7
7
|
import type { TraitBitVector } from "./traits";
|
|
8
8
|
/**
|
|
9
9
|
* A schema is an object or value that describes how to serialize/deserialize data.
|
|
10
|
-
* @
|
|
10
|
+
* @public
|
|
11
11
|
*/
|
|
12
12
|
export type $Schema = UnitSchema | SimpleSchema | $MemberSchema | StaticSchema | NormalizedSchema;
|
|
13
13
|
/**
|
|
@@ -42,7 +42,7 @@ export type BlobSchemas = BlobSchema | StreamingBlobSchema;
|
|
|
42
42
|
* Signal value for the Smithy void value. Typically used for
|
|
43
43
|
* operation input and outputs.
|
|
44
44
|
*
|
|
45
|
-
* @
|
|
45
|
+
* @public
|
|
46
46
|
*/
|
|
47
47
|
export type UnitSchema = "unit";
|
|
48
48
|
/**
|
|
@@ -94,12 +94,12 @@ export type SchemaTraitsObject = {
|
|
|
94
94
|
/**
|
|
95
95
|
* Indicates the schema is a member of a parent Structure schema.
|
|
96
96
|
* It may also have a set of member traits distinct from its target shape's traits.
|
|
97
|
-
* @
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
export type $MemberSchema = [$SchemaRef, SchemaTraits];
|
|
100
100
|
/**
|
|
101
101
|
* Schema for an operation.
|
|
102
|
-
* @
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
export interface $OperationSchema {
|
|
105
105
|
namespace: string;
|
|
@@ -144,7 +144,7 @@ export interface NormalizedSchema {
|
|
|
144
144
|
* A schema "reference" is either a schema or a function that
|
|
145
145
|
* provides a schema. This is useful for lazy loading, and to allow
|
|
146
146
|
* code generation to define schema out of dependency order.
|
|
147
|
-
* @
|
|
147
|
+
* @public
|
|
148
148
|
*/
|
|
149
149
|
export type $SchemaRef = $Schema | (() => $Schema);
|
|
150
150
|
/**
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
import type { $SchemaRef, SchemaTraits } from "../schema/schema";
|
|
2
2
|
/**
|
|
3
|
-
* @
|
|
3
|
+
* @public
|
|
4
4
|
*/
|
|
5
5
|
export type StaticSchemaIdSimple = 0;
|
|
6
6
|
/**
|
|
7
|
-
* @
|
|
7
|
+
* @public
|
|
8
8
|
*/
|
|
9
9
|
export type StaticSchemaIdList = 1;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* @public
|
|
12
12
|
*/
|
|
13
13
|
export type StaticSchemaIdMap = 2;
|
|
14
14
|
/**
|
|
15
|
-
* @
|
|
15
|
+
* @public
|
|
16
16
|
*/
|
|
17
17
|
export type StaticSchemaIdStruct = 3;
|
|
18
18
|
/**
|
|
19
|
-
* @
|
|
19
|
+
* @public
|
|
20
20
|
*/
|
|
21
21
|
export type StaticSchemaIdError = -3;
|
|
22
22
|
/**
|
|
23
|
-
* @
|
|
23
|
+
* @public
|
|
24
24
|
*/
|
|
25
25
|
export type StaticSchemaIdOperation = 9;
|
|
26
26
|
/**
|
|
27
|
-
* @
|
|
27
|
+
* @public
|
|
28
28
|
*/
|
|
29
29
|
export type StaticSchema = StaticSimpleSchema | StaticListSchema | StaticMapSchema | StaticStructureSchema | StaticErrorSchema | StaticOperationSchema;
|
|
30
30
|
/**
|
|
31
|
-
* @
|
|
31
|
+
* @public
|
|
32
32
|
*/
|
|
33
33
|
export type ShapeName = string;
|
|
34
34
|
/**
|
|
35
|
-
* @
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
export type ShapeNamespace = string;
|
|
38
38
|
/**
|
|
39
|
-
* @
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
export type StaticSimpleSchema = [StaticSchemaIdSimple, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef];
|
|
42
42
|
/**
|
|
43
|
-
* @
|
|
43
|
+
* @public
|
|
44
44
|
*/
|
|
45
45
|
export type StaticListSchema = [StaticSchemaIdList, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef];
|
|
46
46
|
/**
|
|
47
|
-
* @
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
export type StaticMapSchema = [StaticSchemaIdMap, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef, $SchemaRef];
|
|
50
50
|
/**
|
|
51
|
-
* @
|
|
51
|
+
* @public
|
|
52
52
|
*/
|
|
53
53
|
export type StaticStructureSchema = [
|
|
54
54
|
StaticSchemaIdStruct,
|
|
@@ -59,7 +59,7 @@ export type StaticStructureSchema = [
|
|
|
59
59
|
$SchemaRef[]
|
|
60
60
|
];
|
|
61
61
|
/**
|
|
62
|
-
* @
|
|
62
|
+
* @public
|
|
63
63
|
*/
|
|
64
64
|
export type StaticErrorSchema = [
|
|
65
65
|
StaticSchemaIdError,
|
|
@@ -70,7 +70,7 @@ export type StaticErrorSchema = [
|
|
|
70
70
|
$SchemaRef[]
|
|
71
71
|
];
|
|
72
72
|
/**
|
|
73
|
-
* @
|
|
73
|
+
* @public
|
|
74
74
|
*/
|
|
75
75
|
export type StaticOperationSchema = [
|
|
76
76
|
StaticSchemaIdOperation,
|
|
@@ -6,7 +6,7 @@ import { ConfigurableSerdeContext, NormalizedSchema, SchemaTraits, SimpleSchema,
|
|
|
6
6
|
import { StaticSchema } from "./static-schemas";
|
|
7
7
|
/**
|
|
8
8
|
* A schema is an object or value that describes how to serialize/deserialize data.
|
|
9
|
-
* @
|
|
9
|
+
* @internal
|
|
10
10
|
* @deprecated use $Schema
|
|
11
11
|
*/
|
|
12
12
|
export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | MapSchema | StructureSchema | MemberSchema | OperationSchema | StaticSchema | NormalizedSchema;
|
|
@@ -14,14 +14,14 @@ export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | Map
|
|
|
14
14
|
* A schema "reference" is either a schema or a function that
|
|
15
15
|
* provides a schema. This is useful for lazy loading, and to allow
|
|
16
16
|
* code generation to define schema out of dependency order.
|
|
17
|
-
* @
|
|
17
|
+
* @internal
|
|
18
18
|
* @deprecated use $SchemaRef
|
|
19
19
|
*/
|
|
20
20
|
export type SchemaRef = Schema | (() => Schema);
|
|
21
21
|
/**
|
|
22
22
|
* A schema that has traits.
|
|
23
23
|
*
|
|
24
|
-
* @
|
|
24
|
+
* @internal
|
|
25
25
|
* @deprecated use static schema.
|
|
26
26
|
*/
|
|
27
27
|
export interface TraitsSchema {
|
|
@@ -32,7 +32,7 @@ export interface TraitsSchema {
|
|
|
32
32
|
/**
|
|
33
33
|
* Indicates the schema is a member of a parent Structure schema.
|
|
34
34
|
* It may also have a set of member traits distinct from its target shape's traits.
|
|
35
|
-
* @
|
|
35
|
+
* @internal
|
|
36
36
|
* @deprecated use $MemberSchema
|
|
37
37
|
*/
|
|
38
38
|
export type MemberSchema = [
|
|
@@ -41,7 +41,7 @@ export type MemberSchema = [
|
|
|
41
41
|
];
|
|
42
42
|
/**
|
|
43
43
|
* Schema for the structure aggregate type.
|
|
44
|
-
* @
|
|
44
|
+
* @internal
|
|
45
45
|
* @deprecated use static schema.
|
|
46
46
|
*/
|
|
47
47
|
export interface StructureSchema extends TraitsSchema {
|
|
@@ -58,7 +58,7 @@ export interface StructureSchema extends TraitsSchema {
|
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Schema for the list aggregate type.
|
|
61
|
-
* @
|
|
61
|
+
* @internal
|
|
62
62
|
* @deprecated use static schema.
|
|
63
63
|
*/
|
|
64
64
|
export interface ListSchema extends TraitsSchema {
|
|
@@ -66,7 +66,7 @@ export interface ListSchema extends TraitsSchema {
|
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Schema for the map aggregate type.
|
|
69
|
-
* @
|
|
69
|
+
* @internal
|
|
70
70
|
* @deprecated use static schema.
|
|
71
71
|
*/
|
|
72
72
|
export interface MapSchema extends TraitsSchema {
|
|
@@ -75,7 +75,7 @@ export interface MapSchema extends TraitsSchema {
|
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Schema for an operation.
|
|
78
|
-
* @
|
|
78
|
+
* @internal
|
|
79
79
|
* @deprecated use StaticOperationSchema or $OperationSchema
|
|
80
80
|
*/
|
|
81
81
|
export interface OperationSchema {
|
|
@@ -87,7 +87,7 @@ export interface OperationSchema {
|
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Turns a serialization into a data object.
|
|
90
|
-
* @
|
|
90
|
+
* @internal
|
|
91
91
|
* @deprecated use $ShapeDeserializer
|
|
92
92
|
*/
|
|
93
93
|
export interface ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
|
|
@@ -98,7 +98,7 @@ export interface ShapeDeserializer<SerializationType = Uint8Array> extends Confi
|
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Turns a data object into a serialization.
|
|
101
|
-
* @
|
|
101
|
+
* @internal
|
|
102
102
|
* @deprecated use $ShapeSerializer
|
|
103
103
|
*/
|
|
104
104
|
export interface ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
|
|
@@ -108,7 +108,7 @@ export interface ShapeSerializer<SerializationType = Uint8Array> extends Configu
|
|
|
108
108
|
/**
|
|
109
109
|
* A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
|
|
110
110
|
*
|
|
111
|
-
* @
|
|
111
|
+
* @internal
|
|
112
112
|
* @deprecated use $Codec
|
|
113
113
|
*/
|
|
114
114
|
export interface Codec<S, D> extends ConfigurableSerdeContext {
|
|
@@ -117,7 +117,7 @@ export interface Codec<S, D> extends ConfigurableSerdeContext {
|
|
|
117
117
|
}
|
|
118
118
|
/**
|
|
119
119
|
* A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
|
|
120
|
-
* @
|
|
120
|
+
* @internal
|
|
121
121
|
* @deprecated use $ClientProtocol
|
|
122
122
|
*/
|
|
123
123
|
export interface ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
|
|
@@ -7,7 +7,7 @@ import { StaticSchema } from "./static-schemas";
|
|
|
7
7
|
import { TraitBitVector } from "./traits";
|
|
8
8
|
/**
|
|
9
9
|
* A schema is an object or value that describes how to serialize/deserialize data.
|
|
10
|
-
* @
|
|
10
|
+
* @public
|
|
11
11
|
*/
|
|
12
12
|
export type $Schema = UnitSchema | SimpleSchema | $MemberSchema | StaticSchema | NormalizedSchema;
|
|
13
13
|
/**
|
|
@@ -42,7 +42,7 @@ export type BlobSchemas = BlobSchema | StreamingBlobSchema;
|
|
|
42
42
|
* Signal value for the Smithy void value. Typically used for
|
|
43
43
|
* operation input and outputs.
|
|
44
44
|
*
|
|
45
|
-
* @
|
|
45
|
+
* @public
|
|
46
46
|
*/
|
|
47
47
|
export type UnitSchema = "unit";
|
|
48
48
|
/**
|
|
@@ -103,7 +103,7 @@ export type SchemaTraitsObject = {
|
|
|
103
103
|
/**
|
|
104
104
|
* Indicates the schema is a member of a parent Structure schema.
|
|
105
105
|
* It may also have a set of member traits distinct from its target shape's traits.
|
|
106
|
-
* @
|
|
106
|
+
* @public
|
|
107
107
|
*/
|
|
108
108
|
export type $MemberSchema = [
|
|
109
109
|
$SchemaRef,
|
|
@@ -111,7 +111,7 @@ export type $MemberSchema = [
|
|
|
111
111
|
];
|
|
112
112
|
/**
|
|
113
113
|
* Schema for an operation.
|
|
114
|
-
* @
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
export interface $OperationSchema {
|
|
117
117
|
namespace: string;
|
|
@@ -159,7 +159,7 @@ export interface NormalizedSchema {
|
|
|
159
159
|
* A schema "reference" is either a schema or a function that
|
|
160
160
|
* provides a schema. This is useful for lazy loading, and to allow
|
|
161
161
|
* code generation to define schema out of dependency order.
|
|
162
|
-
* @
|
|
162
|
+
* @public
|
|
163
163
|
*/
|
|
164
164
|
export type $SchemaRef = $Schema | (() => $Schema);
|
|
165
165
|
/**
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
import { $SchemaRef, SchemaTraits } from "../schema/schema";
|
|
2
2
|
/**
|
|
3
|
-
* @
|
|
3
|
+
* @public
|
|
4
4
|
*/
|
|
5
5
|
export type StaticSchemaIdSimple = 0;
|
|
6
6
|
/**
|
|
7
|
-
* @
|
|
7
|
+
* @public
|
|
8
8
|
*/
|
|
9
9
|
export type StaticSchemaIdList = 1;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* @public
|
|
12
12
|
*/
|
|
13
13
|
export type StaticSchemaIdMap = 2;
|
|
14
14
|
/**
|
|
15
|
-
* @
|
|
15
|
+
* @public
|
|
16
16
|
*/
|
|
17
17
|
export type StaticSchemaIdStruct = 3;
|
|
18
18
|
/**
|
|
19
|
-
* @
|
|
19
|
+
* @public
|
|
20
20
|
*/
|
|
21
21
|
export type StaticSchemaIdError = -3;
|
|
22
22
|
/**
|
|
23
|
-
* @
|
|
23
|
+
* @public
|
|
24
24
|
*/
|
|
25
25
|
export type StaticSchemaIdOperation = 9;
|
|
26
26
|
/**
|
|
27
|
-
* @
|
|
27
|
+
* @public
|
|
28
28
|
*/
|
|
29
29
|
export type StaticSchema = StaticSimpleSchema | StaticListSchema | StaticMapSchema | StaticStructureSchema | StaticErrorSchema | StaticOperationSchema;
|
|
30
30
|
/**
|
|
31
|
-
* @
|
|
31
|
+
* @public
|
|
32
32
|
*/
|
|
33
33
|
export type ShapeName = string;
|
|
34
34
|
/**
|
|
35
|
-
* @
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
export type ShapeNamespace = string;
|
|
38
38
|
/**
|
|
39
|
-
* @
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
export type StaticSimpleSchema = [
|
|
42
42
|
StaticSchemaIdSimple,
|
|
@@ -46,7 +46,7 @@ export type StaticSimpleSchema = [
|
|
|
46
46
|
$SchemaRef
|
|
47
47
|
];
|
|
48
48
|
/**
|
|
49
|
-
* @
|
|
49
|
+
* @public
|
|
50
50
|
*/
|
|
51
51
|
export type StaticListSchema = [
|
|
52
52
|
StaticSchemaIdList,
|
|
@@ -56,7 +56,7 @@ export type StaticListSchema = [
|
|
|
56
56
|
$SchemaRef
|
|
57
57
|
];
|
|
58
58
|
/**
|
|
59
|
-
* @
|
|
59
|
+
* @public
|
|
60
60
|
*/
|
|
61
61
|
export type StaticMapSchema = [
|
|
62
62
|
StaticSchemaIdMap,
|
|
@@ -67,7 +67,7 @@ export type StaticMapSchema = [
|
|
|
67
67
|
$SchemaRef
|
|
68
68
|
];
|
|
69
69
|
/**
|
|
70
|
-
* @
|
|
70
|
+
* @public
|
|
71
71
|
*/
|
|
72
72
|
export type StaticStructureSchema = [
|
|
73
73
|
StaticSchemaIdStruct,
|
|
@@ -78,7 +78,7 @@ export type StaticStructureSchema = [
|
|
|
78
78
|
$SchemaRef[]
|
|
79
79
|
];
|
|
80
80
|
/**
|
|
81
|
-
* @
|
|
81
|
+
* @public
|
|
82
82
|
*/
|
|
83
83
|
export type StaticErrorSchema = [
|
|
84
84
|
StaticSchemaIdError,
|
|
@@ -89,7 +89,7 @@ export type StaticErrorSchema = [
|
|
|
89
89
|
$SchemaRef[]
|
|
90
90
|
];
|
|
91
91
|
/**
|
|
92
|
-
* @
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
export type StaticOperationSchema = [
|
|
95
95
|
StaticSchemaIdOperation,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/url-parser",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline url-parser",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/querystring-parser": "^4.2.
|
|
28
|
-
"@smithy/types": "^4.
|
|
27
|
+
"@smithy/querystring-parser": "^4.2.5",
|
|
28
|
+
"@smithy/types": "^4.9.0",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"typesVersions": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/property-provider": "^4.2.
|
|
28
|
-
"@smithy/smithy-client": "^4.9.
|
|
29
|
-
"@smithy/types": "^4.
|
|
27
|
+
"@smithy/property-provider": "^4.2.5",
|
|
28
|
+
"@smithy/smithy-client": "^4.9.3",
|
|
29
|
+
"@smithy/types": "^4.9.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.9",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-node",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/config-resolver": "^4.4.
|
|
28
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
29
|
-
"@smithy/node-config-provider": "^4.3.
|
|
30
|
-
"@smithy/property-provider": "^4.2.
|
|
31
|
-
"@smithy/smithy-client": "^4.9.
|
|
32
|
-
"@smithy/types": "^4.
|
|
27
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
28
|
+
"@smithy/credential-provider-imds": "^4.2.5",
|
|
29
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
30
|
+
"@smithy/property-provider": "^4.2.5",
|
|
31
|
+
"@smithy/smithy-client": "^4.9.3",
|
|
32
|
+
"@smithy/types": "^4.9.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-endpoints",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.5",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@smithy/node-config-provider": "^4.3.
|
|
33
|
-
"@smithy/types": "^4.
|
|
32
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
33
|
+
"@smithy/types": "^4.9.0",
|
|
34
34
|
"tslib": "^2.6.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|