@cdklabs/cdk-ecs-codedeploy 0.0.91 → 0.0.92
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/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
- package/node_modules/@aws-sdk/client-sso/package.json +26 -26
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
- package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +18 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +108 -0
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +11 -0
- package/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +30 -0
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +25 -0
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +28 -0
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +5 -5
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { HttpResponse } from "./http";
|
|
2
2
|
import { MetadataBearer } from "./response";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
5
|
+
*
|
|
4
6
|
* A document type represents an untyped JSON-like value.
|
|
5
7
|
*
|
|
6
8
|
* Not all protocols support document types, and the serialization format of a
|
|
@@ -12,6 +14,8 @@ export declare type DocumentType = null | boolean | number | string | DocumentTy
|
|
|
12
14
|
[prop: string]: DocumentType;
|
|
13
15
|
};
|
|
14
16
|
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
15
19
|
* A structure shape with the error trait.
|
|
16
20
|
* https://smithy.io/2.0/spec/behavior-traits.html#smithy-api-retryable-trait
|
|
17
21
|
*/
|
|
@@ -22,6 +26,8 @@ export interface RetryableTrait {
|
|
|
22
26
|
readonly throttling?: boolean;
|
|
23
27
|
}
|
|
24
28
|
/**
|
|
29
|
+
* @public
|
|
30
|
+
*
|
|
25
31
|
* Type that is implemented by all Smithy shapes marked with the
|
|
26
32
|
* error trait.
|
|
27
33
|
* @deprecated
|
|
@@ -49,6 +55,8 @@ export interface SmithyException {
|
|
|
49
55
|
readonly $response?: HttpResponse;
|
|
50
56
|
}
|
|
51
57
|
/**
|
|
58
|
+
* @public
|
|
59
|
+
*
|
|
52
60
|
* @deprecated
|
|
53
61
|
* @see https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/
|
|
54
62
|
*
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { HttpRequest } from "./http";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* A {Date} object, a unix (epoch) timestamp in seconds, or a string that can be
|
|
4
6
|
* understood by the JavaScript {Date} constructor.
|
|
5
7
|
*/
|
|
6
8
|
export declare type DateInput = number | string | Date;
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
7
12
|
export interface SigningArguments {
|
|
8
13
|
/**
|
|
9
14
|
* The date and time to be used as signature metadata. This value should be
|
|
@@ -23,6 +28,9 @@ export interface SigningArguments {
|
|
|
23
28
|
*/
|
|
24
29
|
signingRegion?: string;
|
|
25
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
26
34
|
export interface RequestSigningArguments extends SigningArguments {
|
|
27
35
|
/**
|
|
28
36
|
* A set of strings whose members represents headers that cannot be signed.
|
|
@@ -40,6 +48,9 @@ export interface RequestSigningArguments extends SigningArguments {
|
|
|
40
48
|
*/
|
|
41
49
|
signableHeaders?: Set<string>;
|
|
42
50
|
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
43
54
|
export interface RequestPresigningArguments extends RequestSigningArguments {
|
|
44
55
|
/**
|
|
45
56
|
* The number of seconds before the presigned URL expires
|
|
@@ -56,9 +67,15 @@ export interface RequestPresigningArguments extends RequestSigningArguments {
|
|
|
56
67
|
*/
|
|
57
68
|
unhoistableHeaders?: Set<string>;
|
|
58
69
|
}
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
59
73
|
export interface EventSigningArguments extends SigningArguments {
|
|
60
74
|
priorSignature: string;
|
|
61
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
62
79
|
export interface RequestPresigner {
|
|
63
80
|
/**
|
|
64
81
|
* Signs a request for future use.
|
|
@@ -72,6 +89,8 @@ export interface RequestPresigner {
|
|
|
72
89
|
presign(requestToSign: HttpRequest, options?: RequestPresigningArguments): Promise<HttpRequest>;
|
|
73
90
|
}
|
|
74
91
|
/**
|
|
92
|
+
* @public
|
|
93
|
+
*
|
|
75
94
|
* An object that signs request objects with AWS credentials using one of the
|
|
76
95
|
* AWS authentication protocols.
|
|
77
96
|
*/
|
|
@@ -81,6 +100,9 @@ export interface RequestSigner {
|
|
|
81
100
|
*/
|
|
82
101
|
sign(requestToSign: HttpRequest, options?: RequestSigningArguments): Promise<HttpRequest>;
|
|
83
102
|
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
84
106
|
export interface StringSigner {
|
|
85
107
|
/**
|
|
86
108
|
* Sign the provided `stringToSign` for use outside of the context of
|
|
@@ -88,10 +110,16 @@ export interface StringSigner {
|
|
|
88
110
|
*/
|
|
89
111
|
sign(stringToSign: string, options?: SigningArguments): Promise<string>;
|
|
90
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
91
116
|
export interface FormattedEvent {
|
|
92
117
|
headers: Uint8Array;
|
|
93
118
|
payload: Uint8Array;
|
|
94
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
95
123
|
export interface EventSigner {
|
|
96
124
|
/**
|
|
97
125
|
* Sign the individual event of the event stream.
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ChecksumConstructor } from "./checksum";
|
|
2
2
|
import { HashConstructor, StreamHasher } from "./crypto";
|
|
3
3
|
import { BodyLengthCalculator, Encoder } from "./util";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export interface GetAwsChunkedEncodingStreamOptions {
|
|
5
8
|
base64Encoder?: Encoder;
|
|
6
9
|
bodyLengthChecker: BodyLengthCalculator;
|
|
@@ -9,6 +12,8 @@ export interface GetAwsChunkedEncodingStreamOptions {
|
|
|
9
12
|
streamHasher?: StreamHasher;
|
|
10
13
|
}
|
|
11
14
|
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
12
17
|
* A function that returns Readable Stream which follows aws-chunked encoding stream.
|
|
13
18
|
* It optionally adds checksum if options are provided.
|
|
14
19
|
*/
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { TokenIdentity } from "./identity";
|
|
2
2
|
import { Provider } from "./util";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
5
|
+
*
|
|
4
6
|
* An object representing temporary or permanent AWS token.
|
|
5
7
|
*
|
|
6
8
|
* @deprecated Use {@TokenIdentity}
|
|
@@ -8,6 +10,8 @@ import { Provider } from "./util";
|
|
|
8
10
|
export interface Token extends TokenIdentity {
|
|
9
11
|
}
|
|
10
12
|
/**
|
|
13
|
+
* @public
|
|
14
|
+
*
|
|
11
15
|
* @deprecated Use {@TokenIdentityProvider}
|
|
12
16
|
*/
|
|
13
17
|
export declare type TokenProvider = Provider<Token>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
*/
|
|
1
4
|
export declare type RequestHandlerOutput<ResponseType> = {
|
|
2
5
|
response: ResponseType;
|
|
3
6
|
};
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
4
10
|
export interface RequestHandler<RequestType, ResponseType, HandlerOptions = {}> {
|
|
5
11
|
/**
|
|
6
12
|
* metadata contains information of a handler. For example
|
|
@@ -11,6 +17,9 @@ export interface RequestHandler<RequestType, ResponseType, HandlerOptions = {}>
|
|
|
11
17
|
destroy?: () => void;
|
|
12
18
|
handle: (request: RequestType, handlerOptions?: HandlerOptions) => Promise<RequestHandlerOutput<ResponseType>>;
|
|
13
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
14
23
|
export interface RequestHandlerMetadata {
|
|
15
24
|
handlerProtocol: string;
|
|
16
25
|
}
|
|
@@ -2,6 +2,8 @@ import { Endpoint } from "./http";
|
|
|
2
2
|
import { FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput } from "./middleware";
|
|
3
3
|
import { MetadataBearer } from "./response";
|
|
4
4
|
/**
|
|
5
|
+
* @public
|
|
6
|
+
*
|
|
5
7
|
* A function that, given a TypedArray of bytes, can produce a string
|
|
6
8
|
* representation thereof.
|
|
7
9
|
*
|
|
@@ -13,6 +15,8 @@ export interface Encoder {
|
|
|
13
15
|
(input: Uint8Array): string;
|
|
14
16
|
}
|
|
15
17
|
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
16
20
|
* A function that, given a string, can derive the bytes represented by that
|
|
17
21
|
* string.
|
|
18
22
|
*
|
|
@@ -24,6 +28,8 @@ export interface Decoder {
|
|
|
24
28
|
(input: string): Uint8Array;
|
|
25
29
|
}
|
|
26
30
|
/**
|
|
31
|
+
* @public
|
|
32
|
+
*
|
|
27
33
|
* A function that, when invoked, returns a promise that will be fulfilled with
|
|
28
34
|
* a value of type T.
|
|
29
35
|
*
|
|
@@ -34,6 +40,8 @@ export interface Provider<T> {
|
|
|
34
40
|
(): Promise<T>;
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
43
|
+
* @public
|
|
44
|
+
*
|
|
37
45
|
* A function that, when invoked, returns a promise that will be fulfilled with
|
|
38
46
|
* a value of type T. It memoizes the result from the previous invocation
|
|
39
47
|
* instead of calling the underlying resources every time.
|
|
@@ -53,6 +61,8 @@ export interface MemoizedProvider<T> {
|
|
|
53
61
|
}): Promise<T>;
|
|
54
62
|
}
|
|
55
63
|
/**
|
|
64
|
+
* @public
|
|
65
|
+
*
|
|
56
66
|
* A function that, given a request body, determines the
|
|
57
67
|
* length of the body. This is used to determine the Content-Length
|
|
58
68
|
* that should be sent with a request.
|
|
@@ -64,6 +74,8 @@ export interface BodyLengthCalculator {
|
|
|
64
74
|
(body: any): number | undefined;
|
|
65
75
|
}
|
|
66
76
|
/**
|
|
77
|
+
* @public
|
|
78
|
+
*
|
|
67
79
|
* Interface that specifies the retry behavior
|
|
68
80
|
*/
|
|
69
81
|
export interface RetryStrategy {
|
|
@@ -79,12 +91,16 @@ export interface RetryStrategy {
|
|
|
79
91
|
retry: <Input extends object, Output extends MetadataBearer>(next: FinalizeHandler<Input, Output>, args: FinalizeHandlerArguments<Input>) => Promise<FinalizeHandlerOutput<Output>>;
|
|
80
92
|
}
|
|
81
93
|
/**
|
|
94
|
+
* @public
|
|
95
|
+
*
|
|
82
96
|
* Parses a URL in string form into an Endpoint object.
|
|
83
97
|
*/
|
|
84
98
|
export interface UrlParser {
|
|
85
99
|
(url: string | URL): Endpoint;
|
|
86
100
|
}
|
|
87
101
|
/**
|
|
102
|
+
* @public
|
|
103
|
+
*
|
|
88
104
|
* Object containing regionalization information of
|
|
89
105
|
* AWS services.
|
|
90
106
|
*/
|
|
@@ -96,6 +112,8 @@ export interface RegionInfo {
|
|
|
96
112
|
signingRegion?: string;
|
|
97
113
|
}
|
|
98
114
|
/**
|
|
115
|
+
* @public
|
|
116
|
+
*
|
|
99
117
|
* Options to pass when calling {@link RegionInfoProvider}
|
|
100
118
|
*/
|
|
101
119
|
export interface RegionInfoProviderOptions {
|
|
@@ -111,6 +129,8 @@ export interface RegionInfoProviderOptions {
|
|
|
111
129
|
useFipsEndpoint: boolean;
|
|
112
130
|
}
|
|
113
131
|
/**
|
|
132
|
+
* @public
|
|
133
|
+
*
|
|
114
134
|
* Function returns designated service's regionalization
|
|
115
135
|
* information from given region. Each service client
|
|
116
136
|
* comes with its regionalization provider. it serves
|
|
@@ -120,11 +140,15 @@ export interface RegionInfoProvider {
|
|
|
120
140
|
(region: string, options?: RegionInfoProviderOptions): Promise<RegionInfo | undefined>;
|
|
121
141
|
}
|
|
122
142
|
/**
|
|
143
|
+
* @public
|
|
144
|
+
*
|
|
123
145
|
* A tuple that represents an API name and optional version
|
|
124
146
|
* of a library built using the AWS SDK.
|
|
125
147
|
*/
|
|
126
148
|
export declare type UserAgentPair = [name: string, version?: string];
|
|
127
149
|
/**
|
|
150
|
+
* @public
|
|
151
|
+
*
|
|
128
152
|
* User agent data that to be put into the request's user
|
|
129
153
|
* agent.
|
|
130
154
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/url-parser",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/querystring-parser": "3.
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/querystring-parser": "3.289.0",
|
|
24
|
+
"@aws-sdk/types": "3.289.0",
|
|
25
25
|
"tslib": "^2.3.1"
|
|
26
26
|
},
|
|
27
27
|
"typesVersions": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-defaults-mode-browser",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/property-provider": "3.
|
|
23
|
-
"@aws-sdk/types": "3.
|
|
22
|
+
"@aws-sdk/property-provider": "3.289.0",
|
|
23
|
+
"@aws-sdk/types": "3.289.0",
|
|
24
24
|
"bowser": "^2.11.0",
|
|
25
25
|
"tslib": "^2.3.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@aws-sdk/smithy-client": "3.
|
|
28
|
+
"@aws-sdk/smithy-client": "3.289.0",
|
|
29
29
|
"@tsconfig/recommended": "1.0.1",
|
|
30
30
|
"@types/node": "^14.14.31",
|
|
31
31
|
"concurrently": "7.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-defaults-mode-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
24
|
-
"@aws-sdk/node-config-provider": "3.
|
|
25
|
-
"@aws-sdk/property-provider": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
22
|
+
"@aws-sdk/config-resolver": "3.289.0",
|
|
23
|
+
"@aws-sdk/credential-provider-imds": "3.289.0",
|
|
24
|
+
"@aws-sdk/node-config-provider": "3.289.0",
|
|
25
|
+
"@aws-sdk/property-provider": "3.289.0",
|
|
26
|
+
"@aws-sdk/types": "3.289.0",
|
|
27
27
|
"tslib": "^2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@aws-sdk/smithy-client": "3.
|
|
30
|
+
"@aws-sdk/smithy-client": "3.289.0",
|
|
31
31
|
"@tsconfig/recommended": "1.0.1",
|
|
32
32
|
"@types/node": "^14.14.31",
|
|
33
33
|
"concurrently": "7.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/types": "3.289.0",
|
|
25
25
|
"tslib": "^2.3.1"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-middleware",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"description": "Shared utilities for to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"tslib": "^2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
30
|
+
"@aws-sdk/types": "3.289.0",
|
|
31
31
|
"@tsconfig/recommended": "1.0.1",
|
|
32
32
|
"@types/node": "^14.14.31",
|
|
33
33
|
"concurrently": "7.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-retry",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"description": "Shared retry utilities to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/service-error-classification": "3.
|
|
27
|
+
"@aws-sdk/service-error-classification": "3.289.0",
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
31
|
+
"@aws-sdk/types": "3.289.0",
|
|
32
32
|
"@tsconfig/recommended": "1.0.1",
|
|
33
33
|
"@types/node": "^14.14.31",
|
|
34
34
|
"concurrently": "7.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"react-native": "dist-es/index.native.js",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/types": "3.289.0",
|
|
25
25
|
"bowser": "^2.11.0",
|
|
26
26
|
"tslib": "^2.3.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@aws-sdk/protocol-http": "3.
|
|
29
|
+
"@aws-sdk/protocol-http": "3.289.0",
|
|
30
30
|
"@tsconfig/recommended": "1.0.1",
|
|
31
31
|
"concurrently": "7.0.0",
|
|
32
32
|
"downlevel-dts": "0.10.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/node-config-provider": "3.
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/node-config-provider": "3.289.0",
|
|
24
|
+
"@aws-sdk/types": "3.289.0",
|
|
25
25
|
"tslib": "^2.3.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@aws-sdk/protocol-http": "3.
|
|
28
|
+
"@aws-sdk/protocol-http": "3.289.0",
|
|
29
29
|
"@tsconfig/recommended": "1.0.1",
|
|
30
30
|
"@types/node": "^14.14.31",
|
|
31
31
|
"concurrently": "7.0.0",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-waiter",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.289.0",
|
|
4
4
|
"description": "Shared utilities for client waiters for the AWS SDK",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@aws-sdk/abort-controller": "3.
|
|
7
|
-
"@aws-sdk/types": "3.
|
|
6
|
+
"@aws-sdk/abort-controller": "3.289.0",
|
|
7
|
+
"@aws-sdk/types": "3.289.0",
|
|
8
8
|
"tslib": "^2.3.1"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
package/package.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"aws-cdk-lib": "2.68.0",
|
|
74
74
|
"aws-sdk-client-mock": "^2.1.0",
|
|
75
75
|
"aws-sdk-client-mock-jest": "^2.1.0",
|
|
76
|
-
"cdk-nag": "^2.22.
|
|
76
|
+
"cdk-nag": "^2.22.31",
|
|
77
77
|
"constructs": "10.0.5",
|
|
78
78
|
"esbuild": "^0.17.11",
|
|
79
79
|
"eslint": "^8",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"jest-junit": "^13",
|
|
85
85
|
"jsii": "^1.77.0",
|
|
86
86
|
"jsii-diff": "^1.77.0",
|
|
87
|
-
"jsii-docgen": "^7.1.
|
|
87
|
+
"jsii-docgen": "^7.1.21",
|
|
88
88
|
"jsii-pacmak": "^1.77.0",
|
|
89
89
|
"lambda-tester": "^4.0.1",
|
|
90
90
|
"npm-check-updates": "^16",
|
|
91
|
-
"projen": "0.67.
|
|
91
|
+
"projen": "0.67.80",
|
|
92
92
|
"standard-version": "^9",
|
|
93
93
|
"ts-jest": "^27",
|
|
94
94
|
"ts-node": "^10.9.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"constructs": "^10.0.5"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@aws-sdk/client-codedeploy": "^3.
|
|
103
|
+
"@aws-sdk/client-codedeploy": "^3.289.0",
|
|
104
104
|
"jmespath": "^0.16.0"
|
|
105
105
|
},
|
|
106
106
|
"bundledDependencies": [
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"version": "0.0.
|
|
121
|
+
"version": "0.0.92",
|
|
122
122
|
"jest": {
|
|
123
123
|
"testMatch": [
|
|
124
124
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|