cdk-lambda-subminute 2.0.398 → 2.0.400

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 (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +187 -158
  5. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
  6. package/node_modules/aws-sdk/clients/batch.d.ts +36 -3
  7. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +363 -81
  8. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +2 -2
  9. package/node_modules/aws-sdk/clients/codebuild.d.ts +4 -4
  10. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +32 -32
  11. package/node_modules/aws-sdk/clients/guardduty.d.ts +14 -14
  12. package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
  13. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +4 -3
  14. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -5
  15. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -5
  16. package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
  17. package/node_modules/aws-sdk/lib/core.js +1 -1
  18. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -2
  19. package/node_modules/aws-sdk/package.json +1 -1
  20. package/node_modules/set-function-length/CHANGELOG.md +11 -0
  21. package/node_modules/set-function-length/env.d.ts +9 -6
  22. package/node_modules/set-function-length/env.js +1 -0
  23. package/node_modules/set-function-length/index.d.ts +6 -6
  24. package/node_modules/set-function-length/index.js +1 -3
  25. package/node_modules/set-function-length/package.json +11 -13
  26. package/node_modules/set-function-length/tsconfig.json +7 -57
  27. package/package.json +2 -2
  28. package/node_modules/set-function-length/env.d.ts.map +0 -1
  29. package/node_modules/set-function-length/index.d.ts.map +0 -1
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1573.0',
23
+ VERSION: '2.1574.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,8 @@
1
1
  var warning = [
2
- 'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
2
+ 'The AWS SDK for JavaScript (v2) will enter maintenance mode',
3
+ 'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
3
4
  'Please migrate your code to use AWS SDK for JavaScript (v3).',
4
- 'For more information, check the migration guide at https://a.co/7PzMCcy'
5
+ 'For more information, check blog post at https://a.co/cUPnyil'
5
6
  ].join('\n');
6
7
 
7
8
  module.exports = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1573.0",
4
+ "version": "2.1574.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.2.2](https://github.com/ljharb/set-function-length/compare/v1.2.1...v1.2.2) - 2024-03-09
9
+
10
+ ### Commits
11
+
12
+ - [types] use shared config [`027032f`](https://github.com/ljharb/set-function-length/commit/027032fe9cc439644a07248ea6a8d813fcc767cb)
13
+ - [actions] remove redundant finisher; use reusable workflow [`1fd4fb1`](https://github.com/ljharb/set-function-length/commit/1fd4fb1c58bd5170f0dcff7e320077c0aa2ffdeb)
14
+ - [types] use a handwritten d.ts file instead of emit [`01b9761`](https://github.com/ljharb/set-function-length/commit/01b9761742c95e1118e8c2d153ce2ae43d9731aa)
15
+ - [Deps] update `define-data-property`, `get-intrinsic`, `has-property-descriptors` [`bee8eaf`](https://github.com/ljharb/set-function-length/commit/bee8eaf7749f325357ade85cffeaeef679e513d4)
16
+ - [Dev Deps] update `call-bind`, `tape` [`5dae579`](https://github.com/ljharb/set-function-length/commit/5dae579fdc3aab91b14ebb58f9c19ee3f509d434)
17
+ - [Tests] use `@arethetypeswrong/cli` [`7e22425`](https://github.com/ljharb/set-function-length/commit/7e22425d15957fd3d6da0b6bca4afc0c8d255d2d)
18
+
8
19
  ## [v1.2.1](https://github.com/ljharb/set-function-length/compare/v1.2.0...v1.2.1) - 2024-02-06
9
20
 
10
21
  ### Commits
@@ -1,6 +1,9 @@
1
- export var boundFnsHaveConfigurableLengths: boolean;
2
- export var boundFnsHaveWritableLengths: boolean;
3
- export var functionsHaveConfigurableLengths: boolean;
4
- export var functionsHaveWritableLengths: boolean;
5
- export declare let __proto__: null;
6
- //# sourceMappingURL=env.d.ts.map
1
+ declare const env: {
2
+ __proto__: null,
3
+ boundFnsHaveConfigurableLengths: boolean;
4
+ boundFnsHaveWritableLengths: boolean;
5
+ functionsHaveConfigurableLengths: boolean;
6
+ functionsHaveWritableLengths: boolean;
7
+ };
8
+
9
+ export = env;
@@ -15,6 +15,7 @@ var boundFnsHaveConfigurableLengths = !!(bound && bound.configurable);
15
15
 
16
16
  var boundFnsHaveWritableLengths = !!(bound && bound.writable);
17
17
 
18
+ /** @type {import('./env')} */
18
19
  module.exports = {
19
20
  __proto__: null,
20
21
  boundFnsHaveConfigurableLengths: boundFnsHaveConfigurableLengths,
@@ -1,7 +1,7 @@
1
- declare namespace _exports {
2
- export { Func };
1
+ declare namespace setFunctionLength {
2
+ type Func = (...args: unknown[]) => unknown;
3
3
  }
4
- declare const _exports: <T extends Func = Func>(fn: T, length: number, loose?: boolean) => T;
5
- export = _exports;
6
- type Func = (...args: unknown[]) => unknown;
7
- //# sourceMappingURL=index.d.ts.map
4
+
5
+ declare function setFunctionLength<T extends setFunctionLength.Func = setFunctionLength.Func>(fn: T, length: number, loose?: boolean): T;
6
+
7
+ export = setFunctionLength;
@@ -8,9 +8,7 @@ var gOPD = require('gopd');
8
8
  var $TypeError = require('es-errors/type');
9
9
  var $floor = GetIntrinsic('%Math.floor%');
10
10
 
11
- /** @typedef {(...args: unknown[]) => unknown} Func */
12
-
13
- /** @type {<T extends Func = Func>(fn: T, length: number, loose?: boolean) => T} */
11
+ /** @type {import('.')} */
14
12
  module.exports = function setFunctionLength(fn, length) {
15
13
  if (typeof fn !== 'function') {
16
14
  throw new $TypeError('`fn` is not a function');
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "set-function-length",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Set a function's length property",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -13,13 +13,11 @@
13
13
  "test": "test"
14
14
  },
15
15
  "scripts": {
16
- "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit",
16
+ "prepack": "npmignore --auto --commentLines=autogenerated",
17
17
  "prepublish": "not-in-publish || npm run prepublishOnly",
18
18
  "prepublishOnly": "safe-publish-latest",
19
19
  "tsc": "tsc -p .",
20
- "preemit": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
21
- "emit": "npm run tsc -- --noEmit false --emitDeclarationOnly",
22
- "postemit": "rm test/*.ts test/*.ts.map",
20
+ "posttsc": "attw -P",
23
21
  "prelint": "evalmd README.md",
24
22
  "lint": "eslint --ext=js,mjs .",
25
23
  "postlint": "npm run tsc",
@@ -49,15 +47,17 @@
49
47
  },
50
48
  "homepage": "https://github.com/ljharb/set-function-length#readme",
51
49
  "dependencies": {
52
- "define-data-property": "^1.1.2",
50
+ "define-data-property": "^1.1.4",
53
51
  "es-errors": "^1.3.0",
54
52
  "function-bind": "^1.1.2",
55
- "get-intrinsic": "^1.2.3",
53
+ "get-intrinsic": "^1.2.4",
56
54
  "gopd": "^1.0.1",
57
- "has-property-descriptors": "^1.0.1"
55
+ "has-property-descriptors": "^1.0.2"
58
56
  },
59
57
  "devDependencies": {
58
+ "@arethetypeswrong/cli": "^0.15.1",
60
59
  "@ljharb/eslint-config": "^21.1.0",
60
+ "@ljharb/tsconfig": "^0.1.1",
61
61
  "@types/call-bind": "^1.0.5",
62
62
  "@types/define-properties": "^1.1.5",
63
63
  "@types/es-value-fixtures": "^1.4.4",
@@ -69,7 +69,7 @@
69
69
  "@types/tape": "^5.6.4",
70
70
  "aud": "^2.0.4",
71
71
  "auto-changelog": "^2.4.0",
72
- "call-bind": "^1.0.6",
72
+ "call-bind": "^1.0.7",
73
73
  "es-value-fixtures": "^1.4.2",
74
74
  "eslint": "=8.8.0",
75
75
  "evalmd": "^0.0.19",
@@ -79,7 +79,7 @@
79
79
  "nyc": "^10.3.2",
80
80
  "object-inspect": "^1.13.1",
81
81
  "safe-publish-latest": "^2.0.0",
82
- "tape": "^5.7.4",
82
+ "tape": "^5.7.5",
83
83
  "typescript": "next"
84
84
  },
85
85
  "engines": {
@@ -96,9 +96,7 @@
96
96
  "publishConfig": {
97
97
  "ignore": [
98
98
  ".github/workflows",
99
- "test",
100
- "!*.d.ts",
101
- "!*.d.ts.map"
99
+ "test"
102
100
  ]
103
101
  }
104
102
  }
@@ -1,59 +1,9 @@
1
1
  {
2
- "compilerOptions": {
3
- /* Visit https://aka.ms/tsconfig to read more about this file */
4
-
5
- /* Projects */
6
-
7
- /* Language and Environment */
8
- "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
9
- // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
10
- // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
11
- "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
12
- // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
13
-
14
- /* Modules */
15
- "module": "commonjs", /* Specify what module code is generated. */
16
- // "rootDir": "./", /* Specify the root folder within your source files. */
17
- // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
18
- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
19
- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
20
- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
21
- "typeRoots": ["types"], /* Specify multiple folders that act like './node_modules/@types'. */
22
- "resolveJsonModule": true, /* Enable importing .json files. */
23
-
24
- /* JavaScript Support */
25
- "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
26
- "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
27
- "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
28
-
29
- /* Emit */
30
- "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
31
- "declarationMap": true, /* Create sourcemaps for d.ts files. */
32
- // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
33
- "noEmit": true, /* Disable emitting files from a compilation. */
34
-
35
- /* Interop Constraints */
36
- "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
37
- "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
38
- "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
39
-
40
- /* Type Checking */
41
- "strict": true, /* Enable all strict type-checking options. */
42
- "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
43
- "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
44
- "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
45
- "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
46
- "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
47
- "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
48
- "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
49
- "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
50
- "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
51
- // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
52
-
53
- /* Completeness */
54
- // "skipLibCheck": true /* Skip type checking all .d.ts files. */
55
- },
56
- "exclude": [
57
- "coverage"
58
- ]
2
+ "extends": "@ljharb/tsconfig",
3
+ "compilerOptions": {
4
+ "target": "es2021",
5
+ },
6
+ "exclude": [
7
+ "coverage",
8
+ ],
59
9
  }
package/package.json CHANGED
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "aws-cdk-lib": "^2.95.0",
70
- "aws-sdk": "^2.1573.0",
70
+ "aws-sdk": "^2.1574.0",
71
71
  "constructs": "^10.0.5"
72
72
  },
73
73
  "bundledDependencies": [
@@ -89,7 +89,7 @@
89
89
  ],
90
90
  "main": "lib/index.js",
91
91
  "license": "Apache-2.0",
92
- "version": "2.0.398",
92
+ "version": "2.0.400",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -1 +0,0 @@
1
- {"version":3,"file":"env.d.ts","sourceRoot":"","sources":["env.js"],"names":[],"mappings":"AAaA,oDAAsE;AAEtE,gDAA8D;AAN9D,qDAA2E;AAE3E,iDAAmE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":";;;+DAYkD,MAAM,UAAU,OAAO;;sBAFjD,OAAO,EAAE,KAAK,OAAO"}