@cdklabs/cdk-ecs-codedeploy 0.0.58 → 0.0.60

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.
Files changed (78) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
  7. package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
  8. package/node_modules/@aws-sdk/client-sso/package.json +26 -26
  9. package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
  10. package/node_modules/@aws-sdk/client-sts/package.json +29 -29
  11. package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
  12. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  14. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  15. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  16. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  17. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  18. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  19. package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
  20. package/node_modules/@aws-sdk/hash-node/package.json +2 -2
  21. package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  22. package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  23. package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
  24. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  25. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  26. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  27. package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  28. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
  29. package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  30. package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  31. package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  32. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  33. package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  34. package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  35. package/node_modules/@aws-sdk/property-provider/package.json +2 -2
  36. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +29 -0
  37. package/node_modules/@aws-sdk/protocol-http/dist-cjs/FieldPosition.js +8 -0
  38. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +23 -0
  39. package/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +25 -0
  40. package/node_modules/@aws-sdk/protocol-http/dist-es/FieldPosition.js +5 -0
  41. package/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +19 -0
  42. package/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts +54 -0
  43. package/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts +4 -0
  44. package/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts +44 -0
  45. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Field.d.ts +17 -0
  46. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/FieldPosition.d.ts +4 -0
  47. package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/Fields.d.ts +15 -0
  48. package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
  49. package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
  50. package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  51. package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  52. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  53. package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
  54. package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  55. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  56. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  57. package/node_modules/@aws-sdk/types/dist-cjs/request.js +2 -0
  58. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  59. package/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  60. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  61. package/node_modules/@aws-sdk/types/dist-types/request.d.ts +4 -0
  62. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +3 -0
  63. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +7 -5
  64. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  66. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +3 -0
  67. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +1 -0
  68. package/node_modules/@aws-sdk/types/package.json +1 -1
  69. package/node_modules/@aws-sdk/url-parser/package.json +3 -3
  70. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  71. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  72. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  73. package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  74. package/node_modules/@aws-sdk/util-retry/package.json +3 -3
  75. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  76. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  77. package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  78. package/package.json +6 -6
@@ -0,0 +1,44 @@
1
+ import { Field } from "./Field";
2
+ import { FieldPosition } from "./FieldPosition";
3
+ export declare type FieldsOptions = {
4
+ fields?: Field[];
5
+ encoding?: string;
6
+ };
7
+ /**
8
+ * Collection of Field entries mapped by name.
9
+ */
10
+ export declare class Fields {
11
+ private readonly entries;
12
+ private readonly encoding;
13
+ constructor({ fields, encoding }: FieldsOptions);
14
+ /**
15
+ * Set entry for a {@link Field} name. The `name`
16
+ * attribute will be used to key the collection.
17
+ *
18
+ * @param field The {@link Field} to set.
19
+ */
20
+ setField(field: Field): void;
21
+ /**
22
+ * Retrieve {@link Field} entry by name.
23
+ *
24
+ * @param name The name of the {@link Field} entry
25
+ * to retrieve
26
+ * @returns The {@link Field} if it exists.
27
+ */
28
+ getField(name: string): Field | undefined;
29
+ /**
30
+ * Delete entry from collection.
31
+ *
32
+ * @param name Name of the entry to delete.
33
+ */
34
+ removeField(name: string): void;
35
+ /**
36
+ * Helper function for retrieving specific types of fields.
37
+ * Used to grab all headers or all trailers.
38
+ *
39
+ * @param kind {@link FieldPosition} of entries to retrieve.
40
+ * @returns The {@link Field} entries with the specified
41
+ * {@link FieldPosition}.
42
+ */
43
+ getByType(kind: FieldPosition): Field[];
44
+ }
@@ -0,0 +1,17 @@
1
+ import { FieldPosition } from "./FieldPosition";
2
+ export declare type FieldOptions = {
3
+ name: string;
4
+ kind?: FieldPosition;
5
+ values?: string[];
6
+ };
7
+ export declare class Field {
8
+ readonly name: string;
9
+ readonly kind: FieldPosition;
10
+ values: string[];
11
+ constructor({ name, kind, values }: FieldOptions);
12
+ add(value: string): void;
13
+ set(values: string[]): void;
14
+ remove(value: string): void;
15
+ toString(): string;
16
+ get(): string[];
17
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum FieldPosition {
2
+ HEADER = 0,
3
+ TRAILER = 1,
4
+ }
@@ -0,0 +1,15 @@
1
+ import { Field } from "./Field";
2
+ import { FieldPosition } from "./FieldPosition";
3
+ export declare type FieldsOptions = {
4
+ fields?: Field[];
5
+ encoding?: string;
6
+ };
7
+ export declare class Fields {
8
+ private readonly entries;
9
+ private readonly encoding;
10
+ constructor({ fields, encoding }: FieldsOptions);
11
+ setField(field: Field): void;
12
+ getField(name: string): Field | undefined;
13
+ removeField(name: string): void;
14
+ getByType(kind: FieldPosition): Field[];
15
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/protocol-http",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
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,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.257.0",
24
+ "@aws-sdk/types": "3.266.1",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/querystring-builder",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
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,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.257.0",
23
+ "@aws-sdk/types": "3.266.1",
24
24
  "@aws-sdk/util-uri-escape": "3.201.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/querystring-parser",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
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,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.257.0",
23
+ "@aws-sdk/types": "3.266.1",
24
24
  "tslib": "^2.3.1"
25
25
  },
26
26
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/service-error-classification",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
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,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "devDependencies": {
23
- "@aws-sdk/types": "3.257.0",
23
+ "@aws-sdk/types": "3.266.1",
24
24
  "@tsconfig/recommended": "1.0.1",
25
25
  "concurrently": "7.0.0",
26
26
  "downlevel-dts": "0.10.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@aws-sdk/shared-ini-file-loader",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
4
4
  "dependencies": {
5
- "@aws-sdk/types": "3.257.0",
5
+ "@aws-sdk/types": "3.266.1",
6
6
  "tslib": "^2.3.1"
7
7
  },
8
8
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
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",
@@ -22,16 +22,16 @@
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
24
  "@aws-sdk/is-array-buffer": "3.201.0",
25
- "@aws-sdk/types": "3.257.0",
25
+ "@aws-sdk/types": "3.266.1",
26
26
  "@aws-sdk/util-hex-encoding": "3.201.0",
27
- "@aws-sdk/util-middleware": "3.257.0",
27
+ "@aws-sdk/util-middleware": "3.266.1",
28
28
  "@aws-sdk/util-uri-escape": "3.201.0",
29
29
  "@aws-sdk/util-utf8": "3.254.0",
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@aws-crypto/sha256-js": "3.0.0",
34
- "@aws-sdk/protocol-http": "3.257.0",
34
+ "@aws-sdk/protocol-http": "3.266.1",
35
35
  "@aws-sdk/util-buffer-from": "3.208.0",
36
36
  "@tsconfig/recommended": "1.0.1",
37
37
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/smithy-client",
3
- "version": "3.261.0",
3
+ "version": "3.266.1",
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/middleware-stack": "3.257.0",
24
- "@aws-sdk/types": "3.257.0",
23
+ "@aws-sdk/middleware-stack": "3.266.1",
24
+ "@aws-sdk/types": "3.266.1",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.264.0",
3
+ "version": "3.266.1",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso-oidc": "3.264.0",
29
- "@aws-sdk/property-provider": "3.257.0",
30
- "@aws-sdk/shared-ini-file-loader": "3.257.0",
31
- "@aws-sdk/types": "3.257.0",
28
+ "@aws-sdk/client-sso-oidc": "3.266.1",
29
+ "@aws-sdk/property-provider": "3.266.1",
30
+ "@aws-sdk/shared-ini-file-loader": "3.266.1",
31
+ "@aws-sdk/types": "3.266.1",
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
@@ -16,6 +16,7 @@ tslib_1.__exportStar(require("./logger"), exports);
16
16
  tslib_1.__exportStar(require("./middleware"), exports);
17
17
  tslib_1.__exportStar(require("./pagination"), exports);
18
18
  tslib_1.__exportStar(require("./profile"), exports);
19
+ tslib_1.__exportStar(require("./request"), exports);
19
20
  tslib_1.__exportStar(require("./response"), exports);
20
21
  tslib_1.__exportStar(require("./retry"), exports);
21
22
  tslib_1.__exportStar(require("./serde"), exports);
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -13,6 +13,7 @@ export * from "./logger";
13
13
  export * from "./middleware";
14
14
  export * from "./pagination";
15
15
  export * from "./profile";
16
+ export * from "./request";
16
17
  export * from "./response";
17
18
  export * from "./retry";
18
19
  export * from "./serde";
@@ -0,0 +1 @@
1
+ export {};
@@ -13,6 +13,7 @@ export * from "./logger";
13
13
  export * from "./middleware";
14
14
  export * from "./pagination";
15
15
  export * from "./profile";
16
+ export * from "./request";
16
17
  export * from "./response";
17
18
  export * from "./retry";
18
19
  export * from "./serde";
@@ -0,0 +1,4 @@
1
+ export interface Request {
2
+ destination: URL;
3
+ body?: any;
4
+ }
@@ -32,3 +32,6 @@ export interface MetadataBearer {
32
32
  */
33
33
  $metadata: ResponseMetadata;
34
34
  }
35
+ export interface Response {
36
+ body: any;
37
+ }
@@ -48,17 +48,19 @@ export interface ResponseDeserializer<OutputType, ResponseType = any, Context =
48
48
  (output: ResponseType, context: Context): Promise<OutputType>;
49
49
  }
50
50
  /**
51
- * Declare ReadableStream in case dom.d.ts is not added to the tsconfig lib causing
52
- * ReadableStream interface is not defined. For developers with dom.d.ts added,
53
- * the ReadableStream interface will be merged correctly.
51
+ * Declare DOM interfaces in case dom.d.ts is not added to the tsconfig lib, causing
52
+ * interfaces to not be defined. For developers with dom.d.ts added, the interfaces will
53
+ * be merged correctly.
54
54
  *
55
- * This is also required for any clients with streaming interface where ReadableStream
56
- * type is also referred. The type is only declared here once since this @aws-sdk/types
55
+ * This is also required for any clients with streaming interfaces where the corresponding
56
+ * types are also referred. The type is only declared here once since this @aws-sdk/types
57
57
  * is depended by all @aws-sdk packages.
58
58
  */
59
59
  declare global {
60
60
  export interface ReadableStream {
61
61
  }
62
+ export interface Blob {
63
+ }
62
64
  }
63
65
  /**
64
66
  * The interface contains mix-in utility functions to transfer the runtime-specific
@@ -13,6 +13,7 @@ export * from "./logger";
13
13
  export * from "./middleware";
14
14
  export * from "./pagination";
15
15
  export * from "./profile";
16
+ export * from "./request";
16
17
  export * from "./response";
17
18
  export * from "./retry";
18
19
  export * from "./serde";
@@ -0,0 +1,4 @@
1
+ export interface Request {
2
+ destination: URL;
3
+ body?: any;
4
+ }
@@ -9,3 +9,6 @@ export interface ResponseMetadata {
9
9
  export interface MetadataBearer {
10
10
  $metadata: ResponseMetadata;
11
11
  }
12
+ export interface Response {
13
+ body: any;
14
+ }
@@ -31,6 +31,7 @@ export interface ResponseDeserializer<
31
31
  }
32
32
  declare global {
33
33
  export interface ReadableStream {}
34
+ export interface Blob {}
34
35
  }
35
36
  export interface SdkStreamMixin {
36
37
  transformToByteArray: () => Promise<Uint8Array>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/url-parser",
3
- "version": "3.257.0",
3
+ "version": "3.266.1",
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.257.0",
24
- "@aws-sdk/types": "3.257.0",
23
+ "@aws-sdk/querystring-parser": "3.266.1",
24
+ "@aws-sdk/types": "3.266.1",
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.261.0",
3
+ "version": "3.266.1",
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.257.0",
23
- "@aws-sdk/types": "3.257.0",
22
+ "@aws-sdk/property-provider": "3.266.1",
23
+ "@aws-sdk/types": "3.266.1",
24
24
  "bowser": "^2.11.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/smithy-client": "3.261.0",
28
+ "@aws-sdk/smithy-client": "3.266.1",
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.261.0",
3
+ "version": "3.266.1",
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.259.0",
23
- "@aws-sdk/credential-provider-imds": "3.259.0",
24
- "@aws-sdk/node-config-provider": "3.259.0",
25
- "@aws-sdk/property-provider": "3.257.0",
26
- "@aws-sdk/types": "3.257.0",
22
+ "@aws-sdk/config-resolver": "3.266.1",
23
+ "@aws-sdk/credential-provider-imds": "3.266.1",
24
+ "@aws-sdk/node-config-provider": "3.266.1",
25
+ "@aws-sdk/property-provider": "3.266.1",
26
+ "@aws-sdk/types": "3.266.1",
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/smithy-client": "3.261.0",
30
+ "@aws-sdk/smithy-client": "3.266.1",
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.257.0",
3
+ "version": "3.266.1",
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.257.0",
24
+ "@aws-sdk/types": "3.266.1",
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.257.0",
3
+ "version": "3.266.1",
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.257.0",
30
+ "@aws-sdk/types": "3.266.1",
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.257.0",
3
+ "version": "3.266.1",
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.257.0",
27
+ "@aws-sdk/service-error-classification": "3.266.1",
28
28
  "tslib": "^2.3.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-sdk/types": "3.257.0",
31
+ "@aws-sdk/types": "3.266.1",
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.257.0",
3
+ "version": "3.266.1",
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.257.0",
24
+ "@aws-sdk/types": "3.266.1",
25
25
  "bowser": "^2.11.0",
26
26
  "tslib": "^2.3.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@aws-sdk/protocol-http": "3.257.0",
29
+ "@aws-sdk/protocol-http": "3.266.1",
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.259.0",
3
+ "version": "3.266.1",
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.259.0",
24
- "@aws-sdk/types": "3.257.0",
23
+ "@aws-sdk/node-config-provider": "3.266.1",
24
+ "@aws-sdk/types": "3.266.1",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/protocol-http": "3.257.0",
28
+ "@aws-sdk/protocol-http": "3.266.1",
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.257.0",
3
+ "version": "3.266.1",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@aws-sdk/abort-controller": "3.257.0",
7
- "@aws-sdk/types": "3.257.0",
6
+ "@aws-sdk/abort-controller": "3.266.1",
7
+ "@aws-sdk/types": "3.266.1",
8
8
  "tslib": "^2.3.1"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -73,9 +73,9 @@
73
73
  "aws-cdk-lib": "2.55.1",
74
74
  "aws-sdk-client-mock": "^2.0.1",
75
75
  "aws-sdk-client-mock-jest": "^2.0.1",
76
- "cdk-nag": "^2.21.84",
76
+ "cdk-nag": "^2.21.86",
77
77
  "constructs": "10.0.5",
78
- "esbuild": "^0.17.5",
78
+ "esbuild": "^0.17.6",
79
79
  "eslint": "^8",
80
80
  "eslint-import-resolver-node": "^0.3.7",
81
81
  "eslint-import-resolver-typescript": "^3.5.3",
@@ -84,11 +84,11 @@
84
84
  "jest-junit": "^13",
85
85
  "jsii": "^1.74.0",
86
86
  "jsii-diff": "^1.74.0",
87
- "jsii-docgen": "^7.0.224",
87
+ "jsii-docgen": "^7.0.226",
88
88
  "jsii-pacmak": "^1.74.0",
89
89
  "lambda-tester": "^4.0.1",
90
90
  "npm-check-updates": "^16",
91
- "projen": "0.67.34",
91
+ "projen": "0.67.40",
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.264.0",
103
+ "@aws-sdk/client-codedeploy": "^3.266.1",
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.58",
121
+ "version": "0.0.60",
122
122
  "jest": {
123
123
  "testMatch": [
124
124
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",