@cdk8s/awscdk-resolver 0.0.405 → 0.0.407
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +90 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +29 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +43 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +15 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +319 -434
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +328 -27
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +65 -58
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +54 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- 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 +44 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -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/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
+
import { decorateServiceException } from "@smithy/smithy-client";
|
|
2
3
|
export class ProtocolLib {
|
|
4
|
+
queryCompat;
|
|
5
|
+
constructor(queryCompat = false) {
|
|
6
|
+
this.queryCompat = queryCompat;
|
|
7
|
+
}
|
|
3
8
|
resolveRestContentType(defaultContentType, inputSchema) {
|
|
4
9
|
const members = inputSchema.getMemberSchemas();
|
|
5
10
|
const httpPayloadMember = Object.values(members).find((m) => {
|
|
@@ -39,7 +44,6 @@ export class ProtocolLib {
|
|
|
39
44
|
}
|
|
40
45
|
const errorMetadata = {
|
|
41
46
|
$metadata: metadata,
|
|
42
|
-
$response: response,
|
|
43
47
|
$fault: response.statusCode < 500 ? "client" : "server",
|
|
44
48
|
};
|
|
45
49
|
const registry = TypeRegistry.for(namespace);
|
|
@@ -53,10 +57,22 @@ export class ProtocolLib {
|
|
|
53
57
|
const baseExceptionSchema = synthetic.getBaseException();
|
|
54
58
|
if (baseExceptionSchema) {
|
|
55
59
|
const ErrorCtor = synthetic.getErrorCtor(baseExceptionSchema) ?? Error;
|
|
56
|
-
throw Object.assign(new ErrorCtor({ name: errorName }), errorMetadata, dataObject);
|
|
60
|
+
throw this.decorateServiceException(Object.assign(new ErrorCtor({ name: errorName }), errorMetadata), dataObject);
|
|
61
|
+
}
|
|
62
|
+
throw this.decorateServiceException(Object.assign(new Error(errorName), errorMetadata), dataObject);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
decorateServiceException(exception, additions = {}) {
|
|
66
|
+
if (this.queryCompat) {
|
|
67
|
+
const msg = exception.Message ?? additions.Message;
|
|
68
|
+
const error = decorateServiceException(exception, additions);
|
|
69
|
+
if (msg) {
|
|
70
|
+
error.Message = msg;
|
|
71
|
+
error.message = msg;
|
|
57
72
|
}
|
|
58
|
-
|
|
73
|
+
return error;
|
|
59
74
|
}
|
|
75
|
+
return decorateServiceException(exception, additions);
|
|
60
76
|
}
|
|
61
77
|
setQueryCompatError(output, response) {
|
|
62
78
|
const queryErrorHeader = response.headers?.["x-amzn-query-error"];
|
package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js
CHANGED
|
@@ -3,10 +3,11 @@ import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
|
|
|
3
3
|
import { ProtocolLib } from "../ProtocolLib";
|
|
4
4
|
export class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
5
5
|
awsQueryCompatible;
|
|
6
|
-
mixin
|
|
6
|
+
mixin;
|
|
7
7
|
constructor({ defaultNamespace, awsQueryCompatible, }) {
|
|
8
8
|
super({ defaultNamespace });
|
|
9
9
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
10
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
10
11
|
}
|
|
11
12
|
async serializeRequest(operationSchema, input, context) {
|
|
12
13
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -32,9 +33,9 @@ export class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
|
32
33
|
if (this.awsQueryCompatible) {
|
|
33
34
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
34
35
|
}
|
|
35
|
-
throw Object.assign(exception, errorMetadata, {
|
|
36
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
36
37
|
$fault: ns.getMergedTraits().error,
|
|
37
38
|
message,
|
|
38
|
-
}, output);
|
|
39
|
+
}, output), dataObject);
|
|
39
40
|
}
|
|
40
41
|
}
|
|
@@ -8,7 +8,7 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
|
|
|
8
8
|
deserializer;
|
|
9
9
|
serviceTarget;
|
|
10
10
|
codec;
|
|
11
|
-
mixin
|
|
11
|
+
mixin;
|
|
12
12
|
awsQueryCompatible;
|
|
13
13
|
constructor({ defaultNamespace, serviceTarget, awsQueryCompatible, }) {
|
|
14
14
|
super({
|
|
@@ -25,6 +25,7 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
|
|
|
25
25
|
this.serializer = this.codec.createSerializer();
|
|
26
26
|
this.deserializer = this.codec.createDeserializer();
|
|
27
27
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
28
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
28
29
|
}
|
|
29
30
|
async serializeRequest(operationSchema, input, context) {
|
|
30
31
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -64,9 +65,9 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
|
|
|
64
65
|
if (this.awsQueryCompatible) {
|
|
65
66
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
66
67
|
}
|
|
67
|
-
throw Object.assign(exception, errorMetadata, {
|
|
68
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
68
69
|
$fault: ns.getMergedTraits().error,
|
|
69
70
|
message,
|
|
70
|
-
}, output);
|
|
71
|
+
}, output), dataObject);
|
|
71
72
|
}
|
|
72
73
|
}
|
|
@@ -43,11 +43,21 @@ export class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
|
43
43
|
request.headers["content-type"] = contentType;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
if (request.headers["content-type"]
|
|
46
|
+
if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
|
|
47
47
|
request.body = "{}";
|
|
48
48
|
}
|
|
49
49
|
return request;
|
|
50
50
|
}
|
|
51
|
+
async deserializeResponse(operationSchema, context, response) {
|
|
52
|
+
const output = await super.deserializeResponse(operationSchema, context, response);
|
|
53
|
+
const outputSchema = NormalizedSchema.of(operationSchema.output);
|
|
54
|
+
for (const [name, member] of outputSchema.structIterator()) {
|
|
55
|
+
if (member.getMemberTraits().httpPayload && !(name in output)) {
|
|
56
|
+
output[name] = null;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return output;
|
|
60
|
+
}
|
|
51
61
|
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
52
62
|
const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
|
|
53
63
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
@@ -61,10 +71,10 @@ export class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
|
61
71
|
const target = member.getMergedTraits().jsonName ?? name;
|
|
62
72
|
output[name] = this.codec.createDeserializer().readObject(member, dataObject[target]);
|
|
63
73
|
}
|
|
64
|
-
throw Object.assign(exception, errorMetadata, {
|
|
74
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
65
75
|
$fault: ns.getMergedTraits().error,
|
|
66
76
|
message,
|
|
67
|
-
}, output);
|
|
77
|
+
}, output), dataObject);
|
|
68
78
|
}
|
|
69
79
|
getDefaultContentType() {
|
|
70
80
|
return "application/json";
|
|
@@ -114,10 +114,10 @@ export class AwsQueryProtocol extends RpcProtocol {
|
|
|
114
114
|
const value = errorData[target] ?? dataObject[target];
|
|
115
115
|
output[name] = this.deserializer.readSchema(member, value);
|
|
116
116
|
}
|
|
117
|
-
throw Object.assign(exception, errorMetadata, {
|
|
117
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
118
118
|
$fault: ns.getMergedTraits().error,
|
|
119
119
|
message,
|
|
120
|
-
}, output);
|
|
120
|
+
}, output), dataObject);
|
|
121
121
|
}
|
|
122
122
|
loadQueryErrorCode(output, data) {
|
|
123
123
|
const code = (data.Errors?.[0]?.Error ?? data.Errors?.Error ?? data.Error)?.Code;
|
|
@@ -62,10 +62,10 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
|
62
62
|
const value = dataObject.Error?.[target] ?? dataObject[target];
|
|
63
63
|
output[name] = this.codec.createDeserializer().readSchema(member, value);
|
|
64
64
|
}
|
|
65
|
-
throw Object.assign(exception, errorMetadata, {
|
|
65
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
66
66
|
$fault: ns.getMergedTraits().error,
|
|
67
67
|
message,
|
|
68
|
-
}, output);
|
|
68
|
+
}, output), dataObject);
|
|
69
69
|
}
|
|
70
70
|
getDefaultContentType() {
|
|
71
71
|
return "application/xml";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
|
|
2
|
+
import { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client";
|
|
2
3
|
import type { HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, StaticErrorSchema } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
7
|
type ErrorMetadataBearer = MetadataBearer & {
|
|
7
|
-
$response: IHttpResponse;
|
|
8
8
|
$fault: "client" | "server";
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
@@ -13,6 +13,8 @@ type ErrorMetadataBearer = MetadataBearer & {
|
|
|
13
13
|
* @internal
|
|
14
14
|
*/
|
|
15
15
|
export declare class ProtocolLib {
|
|
16
|
+
private queryCompat;
|
|
17
|
+
constructor(queryCompat?: boolean);
|
|
16
18
|
/**
|
|
17
19
|
* This is only for REST protocols.
|
|
18
20
|
*
|
|
@@ -32,6 +34,10 @@ export declare class ProtocolLib {
|
|
|
32
34
|
errorSchema: StaticErrorSchema;
|
|
33
35
|
errorMetadata: ErrorMetadataBearer;
|
|
34
36
|
}>;
|
|
37
|
+
/**
|
|
38
|
+
* Assigns additions onto exception if not already present.
|
|
39
|
+
*/
|
|
40
|
+
decorateServiceException<E extends SDKBaseServiceException>(exception: E, additions?: Record<string, any>): E;
|
|
35
41
|
/**
|
|
36
42
|
* Reads the x-amzn-query-error header for awsQuery compatibility.
|
|
37
43
|
*
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts
CHANGED
|
@@ -19,5 +19,8 @@ export declare abstract class AwsJsonRpcProtocol extends RpcProtocol {
|
|
|
19
19
|
serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<HttpRequest>;
|
|
20
20
|
getPayloadCodec(): JsonCodec;
|
|
21
21
|
protected abstract getJsonRpcVersion(): "1.1" | "1.0";
|
|
22
|
+
/**
|
|
23
|
+
* @override
|
|
24
|
+
*/
|
|
22
25
|
protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: HttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
|
|
23
26
|
}
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpBindingProtocol } from "@smithy/core/protocols";
|
|
2
|
-
import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
|
2
|
+
import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
|
3
3
|
import { JsonCodec } from "./JsonCodec";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
@@ -15,7 +15,17 @@ export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
|
15
15
|
getShapeId(): string;
|
|
16
16
|
getPayloadCodec(): JsonCodec;
|
|
17
17
|
setSerdeContext(serdeContext: SerdeFunctions): void;
|
|
18
|
+
/**
|
|
19
|
+
* @override
|
|
20
|
+
*/
|
|
18
21
|
serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<HttpRequest>;
|
|
22
|
+
/**
|
|
23
|
+
* @override
|
|
24
|
+
*/
|
|
25
|
+
deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: HttpResponse): Promise<Output>;
|
|
26
|
+
/**
|
|
27
|
+
* @override
|
|
28
|
+
*/
|
|
19
29
|
protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: HttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
|
|
20
30
|
/**
|
|
21
31
|
* @override
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts
CHANGED
|
@@ -28,6 +28,9 @@ export declare class AwsQueryProtocol extends RpcProtocol {
|
|
|
28
28
|
* EC2 Query overrides this.
|
|
29
29
|
*/
|
|
30
30
|
protected useNestedResult(): boolean;
|
|
31
|
+
/**
|
|
32
|
+
* override
|
|
33
|
+
*/
|
|
31
34
|
protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
|
|
32
35
|
/**
|
|
33
36
|
* The variations in the error and error message locations are attributed to
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts
CHANGED
|
@@ -17,6 +17,9 @@ export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
|
17
17
|
getShapeId(): string;
|
|
18
18
|
serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<IHttpRequest>;
|
|
19
19
|
deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse): Promise<Output>;
|
|
20
|
+
/**
|
|
21
|
+
* @override
|
|
22
|
+
*/
|
|
20
23
|
protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
|
|
21
24
|
/**
|
|
22
25
|
* @override
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
|
|
2
|
+
import { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
HttpResponse as IHttpResponse,
|
|
4
5
|
MetadataBearer,
|
|
@@ -6,10 +7,11 @@ import {
|
|
|
6
7
|
StaticErrorSchema,
|
|
7
8
|
} from "@smithy/types";
|
|
8
9
|
type ErrorMetadataBearer = MetadataBearer & {
|
|
9
|
-
$response: IHttpResponse;
|
|
10
10
|
$fault: "client" | "server";
|
|
11
11
|
};
|
|
12
12
|
export declare class ProtocolLib {
|
|
13
|
+
private queryCompat;
|
|
14
|
+
constructor(queryCompat?: boolean);
|
|
13
15
|
resolveRestContentType(
|
|
14
16
|
defaultContentType: string,
|
|
15
17
|
inputSchema: NormalizedSchema
|
|
@@ -28,6 +30,10 @@ export declare class ProtocolLib {
|
|
|
28
30
|
errorSchema: StaticErrorSchema;
|
|
29
31
|
errorMetadata: ErrorMetadataBearer;
|
|
30
32
|
}>;
|
|
33
|
+
decorateServiceException<E extends SDKBaseServiceException>(
|
|
34
|
+
exception: E,
|
|
35
|
+
additions?: Record<string, any>
|
|
36
|
+
): E;
|
|
31
37
|
setQueryCompatError(
|
|
32
38
|
output: Record<string, any>,
|
|
33
39
|
response: IHttpResponse
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
HandlerExecutionContext,
|
|
5
5
|
HttpRequest,
|
|
6
6
|
HttpResponse,
|
|
7
|
+
MetadataBearer,
|
|
7
8
|
OperationSchema,
|
|
8
9
|
ResponseMetadata,
|
|
9
10
|
SerdeFunctions,
|
|
@@ -25,6 +26,11 @@ export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
|
25
26
|
input: Input,
|
|
26
27
|
context: HandlerExecutionContext & SerdeFunctions & EndpointBearer
|
|
27
28
|
): Promise<HttpRequest>;
|
|
29
|
+
deserializeResponse<Output extends MetadataBearer>(
|
|
30
|
+
operationSchema: OperationSchema,
|
|
31
|
+
context: HandlerExecutionContext & SerdeFunctions,
|
|
32
|
+
response: HttpResponse
|
|
33
|
+
): Promise<Output>;
|
|
28
34
|
protected handleError(
|
|
29
35
|
operationSchema: OperationSchema,
|
|
30
36
|
context: HandlerExecutionContext & SerdeFunctions,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
29
|
+
"@aws-sdk/core": "3.932.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@smithy/property-provider": "^4.2.5",
|
|
32
32
|
"@smithy/types": "^4.9.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
31
|
+
"@aws-sdk/core": "3.932.0",
|
|
32
32
|
"@aws-sdk/types": "3.930.0",
|
|
33
33
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
34
34
|
"@smithy/node-http-handler": "^4.4.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
37
|
-
"@aws-sdk/nested-clients": "3.
|
|
31
|
+
"@aws-sdk/core": "3.932.0",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "3.932.0",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "3.932.0",
|
|
34
|
+
"@aws-sdk/credential-provider-process": "3.932.0",
|
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.932.0",
|
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.932.0",
|
|
37
|
+
"@aws-sdk/nested-clients": "3.932.0",
|
|
38
38
|
"@aws-sdk/types": "3.930.0",
|
|
39
39
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
40
40
|
"@smithy/property-provider": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-env": "3.932.0",
|
|
35
|
+
"@aws-sdk/credential-provider-http": "3.932.0",
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "3.932.0",
|
|
37
|
+
"@aws-sdk/credential-provider-process": "3.932.0",
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "3.932.0",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "3.932.0",
|
|
40
40
|
"@aws-sdk/types": "3.930.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
42
42
|
"@smithy/property-provider": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
29
|
+
"@aws-sdk/core": "3.932.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@smithy/property-provider": "^4.2.5",
|
|
32
32
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/client-sso": "3.
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
+
"@aws-sdk/client-sso": "3.932.0",
|
|
30
|
+
"@aws-sdk/core": "3.932.0",
|
|
31
|
+
"@aws-sdk/token-providers": "3.932.0",
|
|
32
32
|
"@aws-sdk/types": "3.930.0",
|
|
33
33
|
"@smithy/property-provider": "^4.2.5",
|
|
34
34
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@aws-sdk/core": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
37
|
+
"@aws-sdk/core": "3.932.0",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.932.0",
|
|
39
39
|
"@aws-sdk/types": "3.930.0",
|
|
40
40
|
"@smithy/property-provider": "^4.2.5",
|
|
41
41
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "3.
|
|
28
|
+
"@aws-sdk/core": "3.932.0",
|
|
29
29
|
"@aws-sdk/types": "3.930.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
31
31
|
"@smithy/core": "^3.18.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
32
|
+
"@aws-sdk/core": "3.932.0",
|
|
33
33
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
34
34
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
35
35
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
37
37
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
38
38
|
"@aws-sdk/types": "3.930.0",
|
|
39
39
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
42
42
|
"@smithy/config-resolver": "^4.4.3",
|
|
43
43
|
"@smithy/core": "^3.18.2",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/nested-clients": "3.
|
|
32
|
+
"@aws-sdk/core": "3.932.0",
|
|
33
|
+
"@aws-sdk/nested-clients": "3.932.0",
|
|
34
34
|
"@aws-sdk/types": "3.930.0",
|
|
35
35
|
"@smithy/property-provider": "^4.2.5",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.932.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
25
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
26
26
|
"@aws-sdk/types": "3.930.0",
|
|
27
27
|
"@smithy/node-config-provider": "^4.3.5",
|
|
28
28
|
"@smithy/types": "^4.9.0",
|
|
@@ -998,7 +998,6 @@ class SmithyRpcV2CborProtocol extends protocols.RpcProtocol {
|
|
|
998
998
|
}
|
|
999
999
|
const errorMetadata = {
|
|
1000
1000
|
$metadata: metadata,
|
|
1001
|
-
$response: response,
|
|
1002
1001
|
$fault: response.statusCode <= 500 ? "client" : "server",
|
|
1003
1002
|
};
|
|
1004
1003
|
const registry = schema.TypeRegistry.for(namespace);
|
|
@@ -35,6 +35,9 @@ const schemaDeserializationMiddleware = (config) => (next, context) => async (ar
|
|
|
35
35
|
catch (error) {
|
|
36
36
|
Object.defineProperty(error, "$response", {
|
|
37
37
|
value: response,
|
|
38
|
+
enumerable: false,
|
|
39
|
+
writable: false,
|
|
40
|
+
configurable: false,
|
|
38
41
|
});
|
|
39
42
|
if (!("$metadata" in error)) {
|
|
40
43
|
const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
|
|
@@ -18,6 +18,9 @@ export const schemaDeserializationMiddleware = (config) => (next, context) => as
|
|
|
18
18
|
catch (error) {
|
|
19
19
|
Object.defineProperty(error, "$response", {
|
|
20
20
|
value: response,
|
|
21
|
+
enumerable: false,
|
|
22
|
+
writable: false,
|
|
23
|
+
configurable: false,
|
|
21
24
|
});
|
|
22
25
|
if (!("$metadata" in error)) {
|
|
23
26
|
const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/core",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline core",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"license": "Apache-2.0",
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@smithy/middleware-serde": "^4.2.
|
|
80
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
81
81
|
"@smithy/protocol-http": "^5.3.5",
|
|
82
82
|
"@smithy/types": "^4.9.0",
|
|
83
83
|
"@smithy/util-base64": "^4.3.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.11",
|
|
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 middleware-endpoint",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.18.
|
|
29
|
-
"@smithy/middleware-serde": "^4.2.
|
|
28
|
+
"@smithy/core": "^3.18.4",
|
|
29
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
30
30
|
"@smithy/node-config-provider": "^4.3.5",
|
|
31
31
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
32
32
|
"@smithy/types": "^4.9.0",
|