diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index 882cc38bb4c82..64e5fb8d3497c 100644 --- a/clients/client-accessanalyzer/package.json +++ b/clients/client-accessanalyzer/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json index dfc0fb265118a..f031c020e9b05 100644 --- a/clients/client-acm-pca/package.json +++ b/clients/client-acm-pca/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json index 43187ad5600be..67ca601e26742 100644 --- a/clients/client-acm/package.json +++ b/clients/client-acm/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-alexa-for-business/package.json b/clients/client-alexa-for-business/package.json index d031a790a49af..15df6f3c14951 100644 --- a/clients/client-alexa-for-business/package.json +++ b/clients/client-alexa-for-business/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index 235201fcbbd1a..5b3898d2653e7 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json index 62da9cd4a84f7..b0d610340bdea 100644 --- a/clients/client-amplifybackend/package.json +++ b/clients/client-amplifybackend/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json index 503571f6549a7..a40b50a0b59c3 100644 --- a/clients/client-api-gateway/package.json +++ b/clients/client-api-gateway/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json index 40750d1b8894c..b3ca2a190ee95 100644 --- a/clients/client-apigatewaymanagementapi/package.json +++ b/clients/client-apigatewaymanagementapi/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json index 03af5d9d58352..9fefb2238d2ad 100644 --- a/clients/client-apigatewayv2/package.json +++ b/clients/client-apigatewayv2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json index 654fa0a52335a..2eaa1e5ea8d75 100644 --- a/clients/client-app-mesh/package.json +++ b/clients/client-app-mesh/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json index 218dbef708fd8..4d789fbc62f5f 100644 --- a/clients/client-appconfig/package.json +++ b/clients/client-appconfig/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json index 2f7a1d9712f92..19ebf562729bd 100644 --- a/clients/client-appflow/package.json +++ b/clients/client-appflow/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json index c2a3b0b51482c..563f4c56da56b 100644 --- a/clients/client-appintegrations/package.json +++ b/clients/client-appintegrations/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json index 7adb62eac8ae9..d078205b78bb2 100644 --- a/clients/client-application-auto-scaling/package.json +++ b/clients/client-application-auto-scaling/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json index 74c9600cf164c..1f8c69a4503d7 100644 --- a/clients/client-application-discovery-service/package.json +++ b/clients/client-application-discovery-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json index f7e570037163e..6408b5ba9862f 100644 --- a/clients/client-application-insights/package.json +++ b/clients/client-application-insights/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index 8c1c3b0896f60..4f729e76f2f95 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json index 53ca3451df720..4347a5215b399 100644 --- a/clients/client-appsync/package.json +++ b/clients/client-appsync/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json index a929377b8f4e8..2b3633e830d5e 100644 --- a/clients/client-athena/package.json +++ b/clients/client-athena/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json index e1b715335833c..0c7750111123c 100644 --- a/clients/client-auditmanager/package.json +++ b/clients/client-auditmanager/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json index 917568070ce2d..ce0e7302db1f8 100644 --- a/clients/client-auto-scaling-plans/package.json +++ b/clients/client-auto-scaling-plans/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index 43d2a685468a4..c357a09c89e0e 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json index 693061360c1a4..a621a628462b8 100644 --- a/clients/client-backup/package.json +++ b/clients/client-backup/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json index 3a6c598f6153a..f7d2c6e74a8fa 100644 --- a/clients/client-batch/package.json +++ b/clients/client-batch/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json index 67d4626936e7f..39faefc8d5bdb 100644 --- a/clients/client-braket/package.json +++ b/clients/client-braket/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json index 5bf78dec30791..1a30b584fca17 100644 --- a/clients/client-budgets/package.json +++ b/clients/client-budgets/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json index 7031444d4296e..40611f87d82ff 100644 --- a/clients/client-chime/package.json +++ b/clients/client-chime/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json index 1b0fb7c5ff29a..820dc069835d0 100644 --- a/clients/client-cloud9/package.json +++ b/clients/client-cloud9/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json index 36420bda1bb86..f353cb58383a1 100644 --- a/clients/client-clouddirectory/package.json +++ b/clients/client-clouddirectory/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index 4d81b7e7873f0..1c25a4a2b9b61 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -65,6 +66,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -73,6 +75,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index acf78372189e2..fb109bd242a5e 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json index fe1c74dcf7839..5f96807b44336 100644 --- a/clients/client-cloudhsm-v2/package.json +++ b/clients/client-cloudhsm-v2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json index 23a94ac9b2c5b..8bbacd457c088 100644 --- a/clients/client-cloudhsm/package.json +++ b/clients/client-cloudhsm/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json index 73a961cab5dd4..eb65f7589b24b 100644 --- a/clients/client-cloudsearch-domain/package.json +++ b/clients/client-cloudsearch-domain/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index ac92c81850a84..5af3a7bedd566 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json index 951b4f4e889c5..cc2fa264e31bb 100644 --- a/clients/client-cloudtrail/package.json +++ b/clients/client-cloudtrail/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json index d4d9067188998..66a3c0cf73de9 100644 --- a/clients/client-cloudwatch-events/package.json +++ b/clients/client-cloudwatch-events/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json index bb49f5c6a1809..54620d5e77f51 100644 --- a/clients/client-cloudwatch-logs/package.json +++ b/clients/client-cloudwatch-logs/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index 46be1031beceb..ad4721c073259 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json index 7704f19a96667..1c5ee3720d0c5 100644 --- a/clients/client-codeartifact/package.json +++ b/clients/client-codeartifact/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index 11441477921b8..ca8fa8d39b268 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json index 465d4d8dc653a..8c578f2edeed5 100644 --- a/clients/client-codecommit/package.json +++ b/clients/client-codecommit/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json index 024a84c582a31..545fbc4b2f585 100644 --- a/clients/client-codedeploy/package.json +++ b/clients/client-codedeploy/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json index 9b359b5e0b32e..dc881e8d587b8 100644 --- a/clients/client-codeguru-reviewer/package.json +++ b/clients/client-codeguru-reviewer/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json index a1b9f162c7e7f..77e217545667a 100644 --- a/clients/client-codeguruprofiler/package.json +++ b/clients/client-codeguruprofiler/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json index 5cb03a043b529..c60ea895b8da3 100644 --- a/clients/client-codepipeline/package.json +++ b/clients/client-codepipeline/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json index 9bbc706213cc0..b437bd62df51e 100644 --- a/clients/client-codestar-connections/package.json +++ b/clients/client-codestar-connections/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json index d47a08db3ff8d..4db6c6e11d6e5 100644 --- a/clients/client-codestar-notifications/package.json +++ b/clients/client-codestar-notifications/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-codestar/package.json b/clients/client-codestar/package.json index 82177721b503e..cd3cb4befe5b8 100644 --- a/clients/client-codestar/package.json +++ b/clients/client-codestar/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index 459efc791f485..a411d96d9f29b 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json index 5d64198a781e2..8c931d6b6a56c 100644 --- a/clients/client-cognito-identity/package.json +++ b/clients/client-cognito-identity/package.json @@ -15,7 +15,8 @@ "test": "yarn test:unit", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -66,6 +67,7 @@ "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -74,6 +76,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json index f9196a02394e6..1d2537e5e6217 100644 --- a/clients/client-cognito-sync/package.json +++ b/clients/client-cognito-sync/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json index f1753934ff8fd..902b2ab5f10fe 100644 --- a/clients/client-comprehend/package.json +++ b/clients/client-comprehend/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json index 6e909183f228f..24a6cf90209d7 100644 --- a/clients/client-comprehendmedical/package.json +++ b/clients/client-comprehendmedical/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json index a9802d1e789b5..f177ed26e6014 100644 --- a/clients/client-compute-optimizer/package.json +++ b/clients/client-compute-optimizer/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index a78928fe69c6c..a072bb6a6807f 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json index 29898e973129f..a7bf87e180430 100644 --- a/clients/client-connect-contact-lens/package.json +++ b/clients/client-connect-contact-lens/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index 3944fed50fc7e..aa9577218ade5 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json index 3b2f58b3427ad..8f14438b7e33a 100644 --- a/clients/client-connectparticipant/package.json +++ b/clients/client-connectparticipant/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json index ab00d6cf6a84f..510f17d16a633 100644 --- a/clients/client-cost-and-usage-report-service/package.json +++ b/clients/client-cost-and-usage-report-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json index 46274f777d039..6e8c1c62c331e 100644 --- a/clients/client-cost-explorer/package.json +++ b/clients/client-cost-explorer/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json index 242ef9b665597..a8d99dba3761e 100644 --- a/clients/client-customer-profiles/package.json +++ b/clients/client-customer-profiles/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json index f4c8720f3f816..7f588263dcfb2 100644 --- a/clients/client-data-pipeline/package.json +++ b/clients/client-data-pipeline/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json index bd42072e2eb02..e5819c1d96bbf 100644 --- a/clients/client-database-migration-service/package.json +++ b/clients/client-database-migration-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json index 22862ef688fa6..6e9fae445ed81 100644 --- a/clients/client-databrew/package.json +++ b/clients/client-databrew/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json index b74463e966791..9a109134eea5f 100644 --- a/clients/client-dataexchange/package.json +++ b/clients/client-dataexchange/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json index 24e30a0567359..49073582a4a2a 100644 --- a/clients/client-datasync/package.json +++ b/clients/client-datasync/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json index 07824d4e8a22d..44c64f6c55bcb 100644 --- a/clients/client-dax/package.json +++ b/clients/client-dax/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json index 3b45b4e9c2700..515fb0cef55cb 100644 --- a/clients/client-detective/package.json +++ b/clients/client-detective/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json index 2738a0b4035e1..fcb1ad41d4d9e 100644 --- a/clients/client-device-farm/package.json +++ b/clients/client-device-farm/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json index 68bad571a5f4b..aaf8250301c00 100644 --- a/clients/client-devops-guru/package.json +++ b/clients/client-devops-guru/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json index 7c366d43b6205..96b0a0f246301 100644 --- a/clients/client-direct-connect/package.json +++ b/clients/client-direct-connect/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json index 970357b185005..3270f5c81eb22 100644 --- a/clients/client-directory-service/package.json +++ b/clients/client-directory-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json index 54fc4b839187c..0deb2741b6cb9 100644 --- a/clients/client-dlm/package.json +++ b/clients/client-dlm/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index 9d3f24c2c458a..ab65cc378b798 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json index 55b633e8e7ee0..19e4eeb3d538d 100644 --- a/clients/client-dynamodb-streams/package.json +++ b/clients/client-dynamodb-streams/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json index d8765a4e680d0..698706343ce28 100644 --- a/clients/client-dynamodb/package.json +++ b/clients/client-dynamodb/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json index b8cad9461b6ae..c74de600ff581 100644 --- a/clients/client-ebs/package.json +++ b/clients/client-ebs/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json index 8b9e33bd1e2e3..75aec6907c6d7 100644 --- a/clients/client-ec2-instance-connect/package.json +++ b/clients/client-ec2-instance-connect/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index c6765361c1fdf..46263e3fdf372 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -66,6 +67,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -74,6 +76,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index 1ebd45118e384..34eced9a99e5e 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json index 70d8a4507433c..8990229419add 100644 --- a/clients/client-ecr/package.json +++ b/clients/client-ecr/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json index 72c50510422ad..ce244affea3d0 100644 --- a/clients/client-ecs/package.json +++ b/clients/client-ecs/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json index 41efe694fc6bb..19011abd82275 100644 --- a/clients/client-efs/package.json +++ b/clients/client-efs/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json index e56e111f9d227..1340a62da9a2f 100644 --- a/clients/client-eks/package.json +++ b/clients/client-eks/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index 1569f5bf1b537..bb2119cd7d982 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json index 8e3e8d090df6d..dd74b366b1a04 100644 --- a/clients/client-elastic-inference/package.json +++ b/clients/client-elastic-inference/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index 47c70b5daf97e..d351ad05cf200 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index 29560cf67d76b..8f75a8ca555d1 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json index 1f99a671c894d..09159cc137ab9 100644 --- a/clients/client-elastic-transcoder/package.json +++ b/clients/client-elastic-transcoder/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index 7b25239000bcb..131226f0695fe 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json index 60875dd27be56..1f90303f8a037 100644 --- a/clients/client-elasticsearch-service/package.json +++ b/clients/client-elasticsearch-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json index 5ab9e6ffd7dd6..3c72a941191d4 100644 --- a/clients/client-emr-containers/package.json +++ b/clients/client-emr-containers/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index 4902fec64969a..a11d8b2e58aab 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index 72f4fed141e9c..d6ff29090e8d8 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json index f47bd6088fe2d..0006831c6f82f 100644 --- a/clients/client-firehose/package.json +++ b/clients/client-firehose/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json index 8811f6660902c..b8cfe3385d1fc 100644 --- a/clients/client-fms/package.json +++ b/clients/client-fms/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json index f4f6a2f65de43..280380b57d965 100644 --- a/clients/client-forecast/package.json +++ b/clients/client-forecast/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json index 383f2c58a8be6..e67af82c86a0b 100644 --- a/clients/client-forecastquery/package.json +++ b/clients/client-forecastquery/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json index 88bb2d8e0f5e3..b13de659e8fc0 100644 --- a/clients/client-frauddetector/package.json +++ b/clients/client-frauddetector/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index 528aca8d5f091..5e70871a28e3f 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index 87de8ce2c93db..ce655eb82f2ed 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json index 750c12a7448af..52ff75a6518a9 100644 --- a/clients/client-glacier/package.json +++ b/clients/client-glacier/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -65,6 +66,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -73,6 +75,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json index 23d57fa38874f..4b32cbccb7766 100644 --- a/clients/client-global-accelerator/package.json +++ b/clients/client-global-accelerator/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index 319b2ee420d60..d126004c6cb6a 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json index eac12cfafb1ce..a58151fc86365 100644 --- a/clients/client-greengrass/package.json +++ b/clients/client-greengrass/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index da11996d57cea..ff05b6b684bb3 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json index 17d7496cce0a7..61213afd60b7e 100644 --- a/clients/client-guardduty/package.json +++ b/clients/client-guardduty/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-health/package.json b/clients/client-health/package.json index 5d4e3dc1af2b2..bb5e97da9333c 100644 --- a/clients/client-health/package.json +++ b/clients/client-health/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json index a26b1001fc182..601b533e83621 100644 --- a/clients/client-healthlake/package.json +++ b/clients/client-healthlake/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-honeycode/package.json b/clients/client-honeycode/package.json index 2cf0bb5e5c059..9a2f16b9ee6e1 100644 --- a/clients/client-honeycode/package.json +++ b/clients/client-honeycode/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index 33b27bcd29c1d..9516e73881fc2 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json index 4a18fe528b69e..f9c28d6c28207 100644 --- a/clients/client-identitystore/package.json +++ b/clients/client-identitystore/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json index f93d9bdc479af..1abe499cb2c57 100644 --- a/clients/client-imagebuilder/package.json +++ b/clients/client-imagebuilder/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json index 596f040973f88..ef358a6211bdd 100644 --- a/clients/client-inspector/package.json +++ b/clients/client-inspector/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json index ba0fe17a33f09..60a3389b0a127 100644 --- a/clients/client-iot-1click-devices-service/package.json +++ b/clients/client-iot-1click-devices-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json index b0f2360ec1d82..b5b0b0cbb2e53 100644 --- a/clients/client-iot-1click-projects/package.json +++ b/clients/client-iot-1click-projects/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index d191fd9fa22d2..1479ea4761176 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json index 0985c5dbff17c..7e35ec6f9759f 100644 --- a/clients/client-iot-events-data/package.json +++ b/clients/client-iot-events-data/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json index ec882f8c5c00e..85b3de6802f66 100644 --- a/clients/client-iot-events/package.json +++ b/clients/client-iot-events/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json index 89751a7be398a..3284d7c58dba7 100644 --- a/clients/client-iot-jobs-data-plane/package.json +++ b/clients/client-iot-jobs-data-plane/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json index 72d77ca34ef3f..4a3ef51197a39 100644 --- a/clients/client-iot/package.json +++ b/clients/client-iot/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json index b8f99fd964a7d..95d79ce5cf038 100644 --- a/clients/client-iotanalytics/package.json +++ b/clients/client-iotanalytics/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json index bde246380dab8..dd586218c89e4 100644 --- a/clients/client-iotsecuretunneling/package.json +++ b/clients/client-iotsecuretunneling/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json index 960c4e77a994e..098bba8090c08 100644 --- a/clients/client-iotsitewise/package.json +++ b/clients/client-iotsitewise/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json index 95fbb5409aace..46c84d126d256 100644 --- a/clients/client-iotthingsgraph/package.json +++ b/clients/client-iotthingsgraph/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 7b02d3ece89d8..fe01fd7582e5c 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json index b3a7f87282673..fc90a8ee0db41 100644 --- a/clients/client-kafka/package.json +++ b/clients/client-kafka/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json index 5465f66035d4c..7274f54c59041 100644 --- a/clients/client-kendra/package.json +++ b/clients/client-kendra/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json index 7c88fc275728b..4cf9e15ac52e2 100644 --- a/clients/client-kinesis-analytics-v2/package.json +++ b/clients/client-kinesis-analytics-v2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json index 79fa5a81dd8eb..a029f372de2b4 100644 --- a/clients/client-kinesis-analytics/package.json +++ b/clients/client-kinesis-analytics/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json index 4c9405286735f..e22a8b8bd4bc4 100644 --- a/clients/client-kinesis-video-archived-media/package.json +++ b/clients/client-kinesis-video-archived-media/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json index 52e40c850e695..16281f554dd0c 100644 --- a/clients/client-kinesis-video-media/package.json +++ b/clients/client-kinesis-video-media/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json index 8872161872ebb..1712bc5be30d2 100644 --- a/clients/client-kinesis-video-signaling/package.json +++ b/clients/client-kinesis-video-signaling/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json index a6d5b38a3bc9b..d85d3943f613b 100644 --- a/clients/client-kinesis-video/package.json +++ b/clients/client-kinesis-video/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json index 90c6ea63520ff..0eefca5d2e116 100644 --- a/clients/client-kinesis/package.json +++ b/clients/client-kinesis/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -65,6 +66,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -73,6 +75,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json index b6f6b02911a50..2a6215ad4180f 100644 --- a/clients/client-kms/package.json +++ b/clients/client-kms/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json index 8fdae7f6996fe..09b8fde4f278d 100644 --- a/clients/client-lakeformation/package.json +++ b/clients/client-lakeformation/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index c6cf5764f714d..05275c1179378 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json index 71f9d135c8e43..c5cc7afe3178e 100644 --- a/clients/client-lex-model-building-service/package.json +++ b/clients/client-lex-model-building-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json index 16d3c7753ff27..2a22b0199d05d 100644 --- a/clients/client-lex-runtime-service/package.json +++ b/clients/client-lex-runtime-service/package.json @@ -14,7 +14,8 @@ "test": "yarn test:unit", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json index 245a2d95b2578..5eec9b49259b4 100644 --- a/clients/client-license-manager/package.json +++ b/clients/client-license-manager/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index 7dde9be83c9f9..3f26bcd44a91d 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json index 94b89adeb4178..f5f94125799b2 100644 --- a/clients/client-lookoutvision/package.json +++ b/clients/client-lookoutvision/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json index 95889a7c6df6a..b2cfdc591217c 100644 --- a/clients/client-machine-learning/package.json +++ b/clients/client-machine-learning/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-macie/package.json b/clients/client-macie/package.json index 6654fa09d5989..7641b62ea60d0 100644 --- a/clients/client-macie/package.json +++ b/clients/client-macie/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json index bed31bfbb5a5d..f6122a2af2ef1 100644 --- a/clients/client-macie2/package.json +++ b/clients/client-macie2/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json index 156b88c1c4bbc..a542e52c370cc 100644 --- a/clients/client-managedblockchain/package.json +++ b/clients/client-managedblockchain/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index d561856565ed1..336c30243456a 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-marketplace-commerce-analytics/package.json b/clients/client-marketplace-commerce-analytics/package.json index 317eb2d0b11e1..0bd3a739151cb 100644 --- a/clients/client-marketplace-commerce-analytics/package.json +++ b/clients/client-marketplace-commerce-analytics/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-marketplace-entitlement-service/package.json b/clients/client-marketplace-entitlement-service/package.json index fd2acf0ddae40..f4dd40c6e952e 100644 --- a/clients/client-marketplace-entitlement-service/package.json +++ b/clients/client-marketplace-entitlement-service/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-marketplace-metering/package.json b/clients/client-marketplace-metering/package.json index fba74b78b96c8..561994a4eaa9b 100644 --- a/clients/client-marketplace-metering/package.json +++ b/clients/client-marketplace-metering/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediaconnect/package.json b/clients/client-mediaconnect/package.json index ff4edf049a219..4d1a541d580df 100644 --- a/clients/client-mediaconnect/package.json +++ b/clients/client-mediaconnect/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index fbf47b9421491..2f02e2aecc639 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index d3743450cde15..4252202ffb86c 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediapackage-vod/package.json b/clients/client-mediapackage-vod/package.json index b6c4a813c5e36..d2cfbc277568f 100644 --- a/clients/client-mediapackage-vod/package.json +++ b/clients/client-mediapackage-vod/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediapackage/package.json b/clients/client-mediapackage/package.json index 0fa49016af258..e28dece9e3a67 100644 --- a/clients/client-mediapackage/package.json +++ b/clients/client-mediapackage/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediastore-data/package.json b/clients/client-mediastore-data/package.json index e557b2d37ea13..831fba6c12434 100644 --- a/clients/client-mediastore-data/package.json +++ b/clients/client-mediastore-data/package.json @@ -14,7 +14,8 @@ "test": "yarn test:unit", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediastore/package.json b/clients/client-mediastore/package.json index 6ec0602d105d0..2966ed5a90895 100644 --- a/clients/client-mediastore/package.json +++ b/clients/client-mediastore/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index bb85acfcfbc68..8ae2615c8ae7c 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-migration-hub/package.json b/clients/client-migration-hub/package.json index 58aac87cc28f3..a74ec82a3fa7b 100644 --- a/clients/client-migration-hub/package.json +++ b/clients/client-migration-hub/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-migrationhub-config/package.json b/clients/client-migrationhub-config/package.json index 5e281660b9a0e..dd6a0cb3e9612 100644 --- a/clients/client-migrationhub-config/package.json +++ b/clients/client-migrationhub-config/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mobile/package.json b/clients/client-mobile/package.json index f13d555f80e83..587d0bc228a33 100644 --- a/clients/client-mobile/package.json +++ b/clients/client-mobile/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mq/package.json b/clients/client-mq/package.json index 1e3a6b6012e7b..0f3e89d60eca9 100644 --- a/clients/client-mq/package.json +++ b/clients/client-mq/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-mturk/package.json b/clients/client-mturk/package.json index e86692424c731..5ddf85504543c 100644 --- a/clients/client-mturk/package.json +++ b/clients/client-mturk/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index 9ea4e8a4d481b..cbdc020a55087 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-network-firewall/package.json b/clients/client-network-firewall/package.json index ac2643ad9d2e8..024cd4ffe9e6a 100644 --- a/clients/client-network-firewall/package.json +++ b/clients/client-network-firewall/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-networkmanager/package.json b/clients/client-networkmanager/package.json index f43ac45ab0881..8aec2579f60bc 100644 --- a/clients/client-networkmanager/package.json +++ b/clients/client-networkmanager/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json index 4d5b94db893ec..80139f6fa760d 100644 --- a/clients/client-opsworks/package.json +++ b/clients/client-opsworks/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-opsworkscm/package.json b/clients/client-opsworkscm/package.json index 7b4836f48d036..e0ee742a61d82 100644 --- a/clients/client-opsworkscm/package.json +++ b/clients/client-opsworkscm/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-organizations/package.json b/clients/client-organizations/package.json index 783e48e5e53fd..4a5b82c218147 100644 --- a/clients/client-organizations/package.json +++ b/clients/client-organizations/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-outposts/package.json b/clients/client-outposts/package.json index 7e73a810bc031..7af92630a3992 100644 --- a/clients/client-outposts/package.json +++ b/clients/client-outposts/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-personalize-events/package.json b/clients/client-personalize-events/package.json index 5c8667d116b7a..caf0e38bb858b 100644 --- a/clients/client-personalize-events/package.json +++ b/clients/client-personalize-events/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-personalize-runtime/package.json b/clients/client-personalize-runtime/package.json index 29eef3eb50778..162444e16a309 100644 --- a/clients/client-personalize-runtime/package.json +++ b/clients/client-personalize-runtime/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-personalize/package.json b/clients/client-personalize/package.json index daf958d829969..f6a86fefa16e3 100644 --- a/clients/client-personalize/package.json +++ b/clients/client-personalize/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index f189857bde9f3..b4c2423eb6850 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-pinpoint-email/package.json b/clients/client-pinpoint-email/package.json index 20a6af1ff7abb..1553b3d5536e4 100644 --- a/clients/client-pinpoint-email/package.json +++ b/clients/client-pinpoint-email/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-pinpoint-sms-voice/package.json b/clients/client-pinpoint-sms-voice/package.json index a8a8f4774b869..6384f6d6a92de 100644 --- a/clients/client-pinpoint-sms-voice/package.json +++ b/clients/client-pinpoint-sms-voice/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-pinpoint/package.json b/clients/client-pinpoint/package.json index 6fc770ce67d6b..5f4420de28447 100644 --- a/clients/client-pinpoint/package.json +++ b/clients/client-pinpoint/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-polly/package.json b/clients/client-polly/package.json index f5a3985b8fba5..7eb7ee03ac2eb 100644 --- a/clients/client-polly/package.json +++ b/clients/client-polly/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-pricing/package.json b/clients/client-pricing/package.json index 1e08cb04be0f7..c0dfa6caa6812 100644 --- a/clients/client-pricing/package.json +++ b/clients/client-pricing/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-qldb-session/package.json b/clients/client-qldb-session/package.json index e56d6e45a3ec2..204b39c2b1602 100644 --- a/clients/client-qldb-session/package.json +++ b/clients/client-qldb-session/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-qldb/package.json b/clients/client-qldb/package.json index 11f703a4b6a99..7bc52472fa97f 100644 --- a/clients/client-qldb/package.json +++ b/clients/client-qldb/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index 035f247a3ae9b..165f3f0cec46d 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ram/package.json b/clients/client-ram/package.json index c101231914a0d..0aeb35ad7e8ad 100644 --- a/clients/client-ram/package.json +++ b/clients/client-ram/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-rds-data/package.json b/clients/client-rds-data/package.json index 0b2ad6fd0c80b..344f9700bda87 100644 --- a/clients/client-rds-data/package.json +++ b/clients/client-rds-data/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index dbb20f97c7b8c..b3404d99926a0 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-redshift-data/package.json b/clients/client-redshift-data/package.json index 0199c2b573d9e..f44f5edb54377 100644 --- a/clients/client-redshift-data/package.json +++ b/clients/client-redshift-data/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index 60ae145c317c0..12b88d368da89 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-rekognition/package.json b/clients/client-rekognition/package.json index 9d7876170da34..b1132fab36882 100644 --- a/clients/client-rekognition/package.json +++ b/clients/client-rekognition/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-resource-groups-tagging-api/package.json b/clients/client-resource-groups-tagging-api/package.json index e8e588d408f56..f2d20bad6cd5e 100644 --- a/clients/client-resource-groups-tagging-api/package.json +++ b/clients/client-resource-groups-tagging-api/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-resource-groups/package.json b/clients/client-resource-groups/package.json index 4fb95303ff62f..95db1467c4660 100644 --- a/clients/client-resource-groups/package.json +++ b/clients/client-resource-groups/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-robomaker/package.json b/clients/client-robomaker/package.json index 030428f0dfe5a..0439e778e5dd8 100644 --- a/clients/client-robomaker/package.json +++ b/clients/client-robomaker/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-route-53-domains/package.json b/clients/client-route-53-domains/package.json index a43821b2088da..d7e6a23c52570 100644 --- a/clients/client-route-53-domains/package.json +++ b/clients/client-route-53-domains/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index a8a5857fde0ac..b17e1e07c884a 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-route53resolver/package.json b/clients/client-route53resolver/package.json index 4a37d34561e5c..88015bffa10ab 100644 --- a/clients/client-route53resolver/package.json +++ b/clients/client-route53resolver/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index 5005e3f0c623f..056f33e0e0e9b 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -14,7 +14,8 @@ "test": "yarn test:unit", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -68,6 +69,7 @@ "@types/mocha": "^8.0.4", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -76,6 +78,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index cf0623a53e4ac..d7abf1aed4d40 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -15,7 +15,8 @@ "test": "yarn test:unit", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -80,6 +81,7 @@ "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -88,6 +90,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-s3outposts/package.json b/clients/client-s3outposts/package.json index 9c8f0ed8a1ca5..9fdf182b62bec 100644 --- a/clients/client-s3outposts/package.json +++ b/clients/client-s3outposts/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sagemaker-a2i-runtime/package.json b/clients/client-sagemaker-a2i-runtime/package.json index ed3d708785400..f1ca92af20f7f 100644 --- a/clients/client-sagemaker-a2i-runtime/package.json +++ b/clients/client-sagemaker-a2i-runtime/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sagemaker-edge/package.json b/clients/client-sagemaker-edge/package.json index acfc49cabce64..ff52726ad30e8 100644 --- a/clients/client-sagemaker-edge/package.json +++ b/clients/client-sagemaker-edge/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sagemaker-featurestore-runtime/package.json b/clients/client-sagemaker-featurestore-runtime/package.json index e16d75fec2dcb..457342981b798 100644 --- a/clients/client-sagemaker-featurestore-runtime/package.json +++ b/clients/client-sagemaker-featurestore-runtime/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sagemaker-runtime/package.json b/clients/client-sagemaker-runtime/package.json index 8e646f9bc92b7..9fb5692538059 100644 --- a/clients/client-sagemaker-runtime/package.json +++ b/clients/client-sagemaker-runtime/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sagemaker/package.json b/clients/client-sagemaker/package.json index 1748df84f5342..2aa233e685d7c 100644 --- a/clients/client-sagemaker/package.json +++ b/clients/client-sagemaker/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-savingsplans/package.json b/clients/client-savingsplans/package.json index 7f5fa4e466f25..c5a778d6d2cf5 100644 --- a/clients/client-savingsplans/package.json +++ b/clients/client-savingsplans/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-schemas/package.json b/clients/client-schemas/package.json index 00ad36a35fbb8..002fd8836d5c4 100644 --- a/clients/client-schemas/package.json +++ b/clients/client-schemas/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-secrets-manager/package.json b/clients/client-secrets-manager/package.json index f664c6ebde937..036d5a93d1327 100644 --- a/clients/client-secrets-manager/package.json +++ b/clients/client-secrets-manager/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index fb4994f896ee4..75da556b5a8a2 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-serverlessapplicationrepository/package.json b/clients/client-serverlessapplicationrepository/package.json index 631a9facbf048..366e0a2f49d95 100644 --- a/clients/client-serverlessapplicationrepository/package.json +++ b/clients/client-serverlessapplicationrepository/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-service-catalog-appregistry/package.json b/clients/client-service-catalog-appregistry/package.json index f5f0753587034..1a4e8a5e8e7d7 100644 --- a/clients/client-service-catalog-appregistry/package.json +++ b/clients/client-service-catalog-appregistry/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-service-catalog/package.json b/clients/client-service-catalog/package.json index 21717431fcafb..93ac0e623255b 100644 --- a/clients/client-service-catalog/package.json +++ b/clients/client-service-catalog/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-service-quotas/package.json b/clients/client-service-quotas/package.json index c02d5ae9e88fc..759b45f4a9e45 100644 --- a/clients/client-service-quotas/package.json +++ b/clients/client-service-quotas/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-servicediscovery/package.json b/clients/client-servicediscovery/package.json index 5a80a24bf05dd..119e32f41c6f9 100644 --- a/clients/client-servicediscovery/package.json +++ b/clients/client-servicediscovery/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index ce86143944633..8563dc22f77ba 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index 9db88d5638df3..b11ff6f38d60e 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sfn/package.json b/clients/client-sfn/package.json index f1bcb6444b360..ba3775ef3aa42 100644 --- a/clients/client-sfn/package.json +++ b/clients/client-sfn/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-shield/package.json b/clients/client-shield/package.json index 3cafa8ee6ca3b..0131c7d5fc28f 100644 --- a/clients/client-shield/package.json +++ b/clients/client-shield/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-signer/package.json b/clients/client-signer/package.json index 7e95e7d036ab4..d443aaec2d86c 100644 --- a/clients/client-signer/package.json +++ b/clients/client-signer/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sms/package.json b/clients/client-sms/package.json index f24f6b1ef6189..2b9a35a90a7e9 100644 --- a/clients/client-sms/package.json +++ b/clients/client-sms/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-snowball/package.json b/clients/client-snowball/package.json index a40c70f172e5f..9fbdf1e24bb1f 100644 --- a/clients/client-snowball/package.json +++ b/clients/client-snowball/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index 13c4d95edf1c4..e5db8aef161f5 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index f24bda8ababd9..5e2865776afdd 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index 575e7a1bfae01..e14fe26499e3a 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sso-admin/package.json b/clients/client-sso-admin/package.json index 9d805bb8a550d..761b88f649b12 100644 --- a/clients/client-sso-admin/package.json +++ b/clients/client-sso-admin/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sso-oidc/package.json b/clients/client-sso-oidc/package.json index 4e564259081da..ec1a8d8bb5bad 100644 --- a/clients/client-sso-oidc/package.json +++ b/clients/client-sso-oidc/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sso/package.json b/clients/client-sso/package.json index 63e3e96e79470..5dcb883eb4de5 100644 --- a/clients/client-sso/package.json +++ b/clients/client-sso/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index 6d98c9113a09e..5191fb8409582 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index b5a5e4850b8e9..18df97cf62c14 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-support/package.json b/clients/client-support/package.json index e406228b0ea03..91a454fae666f 100644 --- a/clients/client-support/package.json +++ b/clients/client-support/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-swf/package.json b/clients/client-swf/package.json index ab9fe71935503..3252a0c96d189 100644 --- a/clients/client-swf/package.json +++ b/clients/client-swf/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-synthetics/package.json b/clients/client-synthetics/package.json index 53f9a687289e0..2921e8207bc6b 100644 --- a/clients/client-synthetics/package.json +++ b/clients/client-synthetics/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-textract/package.json b/clients/client-textract/package.json index 67f5d7392cf94..90809663a9621 100644 --- a/clients/client-textract/package.json +++ b/clients/client-textract/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-timestream-query/package.json b/clients/client-timestream-query/package.json index 00d92fddf6f01..e96425b43c065 100644 --- a/clients/client-timestream-query/package.json +++ b/clients/client-timestream-query/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-timestream-write/package.json b/clients/client-timestream-write/package.json index 70d54d11c4135..fff2fe37d4e3a 100644 --- a/clients/client-timestream-write/package.json +++ b/clients/client-timestream-write/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index 656f0f4125e66..a1f35809b86d5 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -69,6 +69,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -77,6 +78,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-transcribe/package.json b/clients/client-transcribe/package.json index 63296da6fc822..eacf51fea1d45 100644 --- a/clients/client-transcribe/package.json +++ b/clients/client-transcribe/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index d89c474289622..04175d45d042a 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-translate/package.json b/clients/client-translate/package.json index 6c1ad2cfd05e1..dd86790c5f0ff 100644 --- a/clients/client-translate/package.json +++ b/clients/client-translate/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -63,6 +64,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -71,6 +73,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-waf-regional/package.json b/clients/client-waf-regional/package.json index a02e4f2d68da6..859c863269547 100644 --- a/clients/client-waf-regional/package.json +++ b/clients/client-waf-regional/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-waf/package.json b/clients/client-waf/package.json index b7e149e9d0cb1..4633297718d10 100644 --- a/clients/client-waf/package.json +++ b/clients/client-waf/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index 58b6f460d9b32..f5ebb131ceb94 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-workdocs/package.json b/clients/client-workdocs/package.json index 9b0689572b8ec..8d99d9de0b7ef 100644 --- a/clients/client-workdocs/package.json +++ b/clients/client-workdocs/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-worklink/package.json b/clients/client-worklink/package.json index 5c8af9aa1060d..5970ecddaeb40 100644 --- a/clients/client-worklink/package.json +++ b/clients/client-worklink/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-workmail/package.json b/clients/client-workmail/package.json index cd254b46ec661..d9bfa380c34ba 100644 --- a/clients/client-workmail/package.json +++ b/clients/client-workmail/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -62,6 +63,7 @@ "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -70,6 +72,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-workmailmessageflow/package.json b/clients/client-workmailmessageflow/package.json index e0c09d9471c9e..8121864244b00 100644 --- a/clients/client-workmailmessageflow/package.json +++ b/clients/client-workmailmessageflow/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index b7fd73fbbee57..c589333d35ada 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/clients/client-xray/package.json b/clients/client-xray/package.json index 27b10945728d4..01f46fed13aaa 100644 --- a/clients/client-xray/package.json +++ b/clients/client-xray/package.json @@ -13,7 +13,8 @@ "test": "exit 0", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -61,6 +62,7 @@ "devDependencies": { "@aws-sdk/client-documentation-generator": "3.1.0", "@types/node": "^12.7.5", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -69,6 +71,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/lib/storage/package.json b/lib/storage/package.json index 34dbf7362b950..2464e506ded00 100644 --- a/lib/storage/package.json +++ b/lib/storage/package.json @@ -11,6 +11,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "engines": { @@ -41,6 +42,13 @@ "ts-jest": "^26.4.1", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/trivikr/aws-sdk-js-v3/tree/master/lib/storage", "repository": { "type": "git", diff --git a/package.json b/package.json index 3e4ebd4413e1f..0c59ad9783b42 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "chai-as-promised": "^7.1.1", "codecov": "^3.4.0", "cucumber": "^6.0.5", + "downlevel-dts": "0.7.0", "eslint": "7.14.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-prettier": "3.1.4", @@ -115,4 +116,4 @@ ], "**/*.{ts,js,md,json}": "prettier --write" } -} \ No newline at end of file +} diff --git a/packages/abort-controller/package.json b/packages/abort-controller/package.json index 3e519ccabef51..4fc0c7d3bb91a 100644 --- a/packages/abort-controller/package.json +++ b/packages/abort-controller/package.json @@ -11,6 +11,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/abort-controller", "repository": { "type": "git", diff --git a/packages/body-checksum-browser/package.json b/packages/body-checksum-browser/package.json index 88562c5e1fcd8..2a3f192c1d6e5 100644 --- a/packages/body-checksum-browser/package.json +++ b/packages/body-checksum-browser/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/body-checksum-browser", "repository": { "type": "git", diff --git a/packages/body-checksum-node/package.json b/packages/body-checksum-node/package.json index fcb918a7bbc39..dde811d6c237f 100644 --- a/packages/body-checksum-node/package.json +++ b/packages/body-checksum-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -36,6 +37,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/body-checksum-node", "repository": { "type": "git", diff --git a/packages/chunked-blob-reader-native/package.json b/packages/chunked-blob-reader-native/package.json index 273e012e39a54..44b0b498bdf77 100644 --- a/packages/chunked-blob-reader-native/package.json +++ b/packages/chunked-blob-reader-native/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -26,6 +27,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/chunked-blob-reader-native", "repository": { "type": "git", diff --git a/packages/chunked-blob-reader/package.json b/packages/chunked-blob-reader/package.json index 7d7ea8b737469..9380482d638f1 100644 --- a/packages/chunked-blob-reader/package.json +++ b/packages/chunked-blob-reader/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -25,6 +26,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/chunked-blob-reader", "repository": { "type": "git", diff --git a/packages/chunked-stream-reader-node/package.json b/packages/chunked-stream-reader-node/package.json index 1105887febc8c..2bb98dfd1b787 100644 --- a/packages/chunked-stream-reader-node/package.json +++ b/packages/chunked-stream-reader-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/chunked-stream-reader-node", "repository": { "type": "git", diff --git a/packages/client-documentation-generator/package.json b/packages/client-documentation-generator/package.json index dc8c787001cea..b4ac7afcaf737 100644 --- a/packages/client-documentation-generator/package.json +++ b/packages/client-documentation-generator/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "exit 0" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "typedoc": "^0.19.2", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/client-documentation-generator", "repository": { "type": "git", diff --git a/packages/config-resolver/package.json b/packages/config-resolver/package.json index 4b76e669e724a..4f2545df4446a 100644 --- a/packages/config-resolver/package.json +++ b/packages/config-resolver/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/config-resolver", "repository": { "type": "git", diff --git a/packages/core-packages-documentation-generator/package.json b/packages/core-packages-documentation-generator/package.json index fa5d43de479c3..14384e6bf99a3 100644 --- a/packages/core-packages-documentation-generator/package.json +++ b/packages/core-packages-documentation-generator/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "exit 0" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "typescript": "~4.1.2" }, "private": true, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/core-packages-documentation-generator", "repository": { "type": "git", diff --git a/packages/credential-provider-cognito-identity/package.json b/packages/credential-provider-cognito-identity/package.json index 1e72e27905155..bea2af3914043 100644 --- a/packages/credential-provider-cognito-identity/package.json +++ b/packages/credential-provider-cognito-identity/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-cognito-identity", "repository": { "type": "git", diff --git a/packages/credential-provider-env/package.json b/packages/credential-provider-env/package.json index 193328f527f00..b6885e5368913 100644 --- a/packages/credential-provider-env/package.json +++ b/packages/credential-provider-env/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "keywords": [ @@ -36,6 +37,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-env", "repository": { "type": "git", diff --git a/packages/credential-provider-imds/package.json b/packages/credential-provider-imds/package.json index 5200bfdfd225a..2a82103a5ff73 100644 --- a/packages/credential-provider-imds/package.json +++ b/packages/credential-provider-imds/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "keywords": [ @@ -37,6 +38,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-imds", "repository": { "type": "git", diff --git a/packages/credential-provider-ini/package.json b/packages/credential-provider-ini/package.json index c59d5e7068579..a67e627fae169 100644 --- a/packages/credential-provider-ini/package.json +++ b/packages/credential-provider-ini/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "keywords": [ @@ -37,6 +38,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-ini", "repository": { "type": "git", diff --git a/packages/credential-provider-node/package.json b/packages/credential-provider-node/package.json index 10e990f116b39..43dfea280393a 100644 --- a/packages/credential-provider-node/package.json +++ b/packages/credential-provider-node/package.json @@ -13,6 +13,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "keywords": [ @@ -41,6 +42,13 @@ "typescript": "~4.1.2" }, "types": "./types/index.d.ts", + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-node", "repository": { "type": "git", diff --git a/packages/credential-provider-process/package.json b/packages/credential-provider-process/package.json index dad554242626f..99442cf714757 100644 --- a/packages/credential-provider-process/package.json +++ b/packages/credential-provider-process/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "keywords": [ @@ -38,6 +39,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-process", "repository": { "type": "git", diff --git a/packages/eventstream-handler-node/package.json b/packages/eventstream-handler-node/package.json index ae4da5dd11aca..8470151a92710 100644 --- a/packages/eventstream-handler-node/package.json +++ b/packages/eventstream-handler-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-handler-node", "repository": { "type": "git", diff --git a/packages/eventstream-marshaller/package.json b/packages/eventstream-marshaller/package.json index 6c13cc20ab89b..789c97d620442 100644 --- a/packages/eventstream-marshaller/package.json +++ b/packages/eventstream-marshaller/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --coverage" }, "main": "./dist/cjs/index.js", @@ -37,6 +38,13 @@ "react-native": { "@aws-sdk/util-utf8-node": "@aws-sdk/util-utf8-browser" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-marshaller", "repository": { "type": "git", diff --git a/packages/eventstream-serde-browser/package.json b/packages/eventstream-serde-browser/package.json index 83beea6222a77..06f93c234ee41 100644 --- a/packages/eventstream-serde-browser/package.json +++ b/packages/eventstream-serde-browser/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-serde-browser", "repository": { "type": "git", diff --git a/packages/eventstream-serde-config-resolver/package.json b/packages/eventstream-serde-config-resolver/package.json index efac6cf5e396e..920a54b7097b6 100644 --- a/packages/eventstream-serde-config-resolver/package.json +++ b/packages/eventstream-serde-config-resolver/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-serde-config-resolver", "repository": { "type": "git", diff --git a/packages/eventstream-serde-node/package.json b/packages/eventstream-serde-node/package.json index 3f1277708f16f..26dc8cfe11808 100644 --- a/packages/eventstream-serde-node/package.json +++ b/packages/eventstream-serde-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-serde-node", "repository": { "type": "git", diff --git a/packages/eventstream-serde-universal/package.json b/packages/eventstream-serde-universal/package.json index 90ba8d50ba228..15777fe104611 100644 --- a/packages/eventstream-serde-universal/package.json +++ b/packages/eventstream-serde-universal/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-serde-universal", "repository": { "type": "git", diff --git a/packages/fetch-http-handler/package.json b/packages/fetch-http-handler/package.json index 696eee4df1826..528eb87eee7bb 100644 --- a/packages/fetch-http-handler/package.json +++ b/packages/fetch-http-handler/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --coverage && karma start karma.conf.js" }, "author": { @@ -30,6 +31,13 @@ "@types/jest": "^26.0.4", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/fetch-http-handler", "repository": { "type": "git", diff --git a/packages/hash-blob-browser/package.json b/packages/hash-blob-browser/package.json index d1e5d57add846..c5af871c0a7f3 100644 --- a/packages/hash-blob-browser/package.json +++ b/packages/hash-blob-browser/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "karma start karma.conf.js" }, "main": "./dist/cjs/index.js", @@ -33,6 +34,13 @@ "react-native": { "@aws-sdk/chunked-blob-reader": "@aws-sdk/chunked-blob-reader-native" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/hash-blob-browser", "repository": { "type": "git", diff --git a/packages/hash-node/package.json b/packages/hash-node/package.json index c993db0831ae8..51ee9f5737811 100644 --- a/packages/hash-node/package.json +++ b/packages/hash-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/hash-node", "repository": { "type": "git", diff --git a/packages/hash-stream-node/package.json b/packages/hash-stream-node/package.json index 4242a38c856ce..4f69ec38b4e8c 100644 --- a/packages/hash-stream-node/package.json +++ b/packages/hash-stream-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/hash-stream-node", "repository": { "type": "git", diff --git a/packages/invalid-dependency/package.json b/packages/invalid-dependency/package.json index ee28775b594a7..8e1a0ec466d95 100644 --- a/packages/invalid-dependency/package.json +++ b/packages/invalid-dependency/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -26,6 +27,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/invalid-dependency", "repository": { "type": "git", diff --git a/packages/is-array-buffer/package.json b/packages/is-array-buffer/package.json index 04973a67b0ab1..3726a16ccc6e2 100644 --- a/packages/is-array-buffer/package.json +++ b/packages/is-array-buffer/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/is-array-buffer", "repository": { "type": "git", diff --git a/packages/karma-credential-loader/package.json b/packages/karma-credential-loader/package.json index f422aa0b5396d..6531c3a8fe86a 100644 --- a/packages/karma-credential-loader/package.json +++ b/packages/karma-credential-loader/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --passWithNoTests" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/karma-credential-loader", "repository": { "type": "git", diff --git a/packages/md5-js/package.json b/packages/md5-js/package.json index e2f167c13ea01..b7ca0b1c6f865 100644 --- a/packages/md5-js/package.json +++ b/packages/md5-js/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -38,6 +39,13 @@ "react-native": { "@aws-sdk/util-base64-node": "@aws-sdk/util-base64-browser" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/md5-js", "repository": { "type": "git", diff --git a/packages/middleware-apply-body-checksum/package.json b/packages/middleware-apply-body-checksum/package.json index d1cf6f8c34211..21eb364556c7f 100644 --- a/packages/middleware-apply-body-checksum/package.json +++ b/packages/middleware-apply-body-checksum/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --coverage" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-apply-body-checksum", "repository": { "type": "git", diff --git a/packages/middleware-bucket-endpoint/package.json b/packages/middleware-bucket-endpoint/package.json index bede18df67f0a..34b77df8139f7 100644 --- a/packages/middleware-bucket-endpoint/package.json +++ b/packages/middleware-bucket-endpoint/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -33,6 +34,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-bucket-endpoint", "repository": { "type": "git", diff --git a/packages/middleware-content-length/package.json b/packages/middleware-content-length/package.json index 26f5e01ece84d..9c8e5d61ff51e 100644 --- a/packages/middleware-content-length/package.json +++ b/packages/middleware-content-length/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-content-length", "repository": { "type": "git", diff --git a/packages/middleware-eventstream/package.json b/packages/middleware-eventstream/package.json index eabad3eefc5dd..0a9decd447fd3 100644 --- a/packages/middleware-eventstream/package.json +++ b/packages/middleware-eventstream/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-eventstream", "repository": { "type": "git", diff --git a/packages/middleware-expect-continue/package.json b/packages/middleware-expect-continue/package.json index 1847d3e203338..50ed1c5de108c 100644 --- a/packages/middleware-expect-continue/package.json +++ b/packages/middleware-expect-continue/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-expect-continue", "repository": { "type": "git", diff --git a/packages/middleware-header-default/package.json b/packages/middleware-header-default/package.json index 3580b013f7972..bfc7fe02c75fd 100644 --- a/packages/middleware-header-default/package.json +++ b/packages/middleware-header-default/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-header-default", "repository": { "type": "git", diff --git a/packages/middleware-host-header/package.json b/packages/middleware-host-header/package.json index 61d9e7e84a2e8..e2fbfeb60c086 100644 --- a/packages/middleware-host-header/package.json +++ b/packages/middleware-host-header/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-host-header", "repository": { "type": "git", diff --git a/packages/middleware-location-constraint/package.json b/packages/middleware-location-constraint/package.json index 7e522a278370e..db007ee5e7fec 100644 --- a/packages/middleware-location-constraint/package.json +++ b/packages/middleware-location-constraint/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-location-constraint", "repository": { "type": "git", diff --git a/packages/middleware-logger/package.json b/packages/middleware-logger/package.json index 0a31beb13ada3..8877675807353 100644 --- a/packages/middleware-logger/package.json +++ b/packages/middleware-logger/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --passWithNoTests" }, "author": { @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-logger", "repository": { "type": "git", diff --git a/packages/middleware-retry/package.json b/packages/middleware-retry/package.json index 892e147bddc84..0853a41a11790 100644 --- a/packages/middleware-retry/package.json +++ b/packages/middleware-retry/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -35,6 +36,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-retry", "repository": { "type": "git", diff --git a/packages/middleware-sdk-api-gateway/package.json b/packages/middleware-sdk-api-gateway/package.json index 96feaf0cb30ef..d0c57b2c9a435 100644 --- a/packages/middleware-sdk-api-gateway/package.json +++ b/packages/middleware-sdk-api-gateway/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-api-gateway", "repository": { "type": "git", diff --git a/packages/middleware-sdk-ec2/package.json b/packages/middleware-sdk-ec2/package.json index ff52c0831089a..d1da6cf1f3ed4 100644 --- a/packages/middleware-sdk-ec2/package.json +++ b/packages/middleware-sdk-ec2/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-ec2", "repository": { "type": "git", diff --git a/packages/middleware-sdk-glacier/package.json b/packages/middleware-sdk-glacier/package.json index 4d5c0e6074bc5..6b2aa1aa78423 100644 --- a/packages/middleware-sdk-glacier/package.json +++ b/packages/middleware-sdk-glacier/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-glacier", "repository": { "type": "git", diff --git a/packages/middleware-sdk-machinelearning/package.json b/packages/middleware-sdk-machinelearning/package.json index 64891216baa13..0ff270b8c31a2 100644 --- a/packages/middleware-sdk-machinelearning/package.json +++ b/packages/middleware-sdk-machinelearning/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-machinelearning", "repository": { "type": "git", diff --git a/packages/middleware-sdk-rds/package.json b/packages/middleware-sdk-rds/package.json index bad53097c0007..b5ab1787fc8e1 100644 --- a/packages/middleware-sdk-rds/package.json +++ b/packages/middleware-sdk-rds/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -33,6 +34,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-rds", "repository": { "type": "git", diff --git a/packages/middleware-sdk-route53/package.json b/packages/middleware-sdk-route53/package.json index 75744b3627824..2c6ca48a5b31e 100644 --- a/packages/middleware-sdk-route53/package.json +++ b/packages/middleware-sdk-route53/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-route53", "repository": { "type": "git", diff --git a/packages/middleware-sdk-s3-control/package.json b/packages/middleware-sdk-s3-control/package.json index b5d1167c799f9..9444805d7bbe2 100644 --- a/packages/middleware-sdk-s3-control/package.json +++ b/packages/middleware-sdk-s3-control/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -33,6 +34,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-s3-control", "repository": { "type": "git", diff --git a/packages/middleware-sdk-s3/package.json b/packages/middleware-sdk-s3/package.json index 23c559680f6e4..7f26d6ebe248e 100644 --- a/packages/middleware-sdk-s3/package.json +++ b/packages/middleware-sdk-s3/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-s3", "repository": { "type": "git", diff --git a/packages/middleware-sdk-sqs/package.json b/packages/middleware-sdk-sqs/package.json index 4b043501f33d3..bc5709f0a4cd8 100644 --- a/packages/middleware-sdk-sqs/package.json +++ b/packages/middleware-sdk-sqs/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-sqs", "repository": { "type": "git", diff --git a/packages/middleware-sdk-transcribe-streaming/package.json b/packages/middleware-sdk-transcribe-streaming/package.json index 829b7fc5fa9af..736340656c45f 100644 --- a/packages/middleware-sdk-transcribe-streaming/package.json +++ b/packages/middleware-sdk-transcribe-streaming/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "prepublishOnly": "yarn build", "pretest": "yarn build", "test": "jest --passWithNoTests" @@ -38,6 +39,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-sdk-transcribe-streaming", "repository": { "type": "git", diff --git a/packages/middleware-serde/package.json b/packages/middleware-serde/package.json index afaac1aa9f12b..235124be2bf50 100644 --- a/packages/middleware-serde/package.json +++ b/packages/middleware-serde/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-serde", "repository": { "type": "git", diff --git a/packages/middleware-signing/package.json b/packages/middleware-signing/package.json index 40bcc95ea144e..3e545ddb798a4 100644 --- a/packages/middleware-signing/package.json +++ b/packages/middleware-signing/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-signing", "repository": { "type": "git", diff --git a/packages/middleware-ssec/package.json b/packages/middleware-ssec/package.json index 7bb7a2ee9fed6..c1f223c3aa167 100644 --- a/packages/middleware-ssec/package.json +++ b/packages/middleware-ssec/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-ssec", "repository": { "type": "git", diff --git a/packages/middleware-stack/package.json b/packages/middleware-stack/package.json index 3de95e45f776c..bcac2c5f7b045 100644 --- a/packages/middleware-stack/package.json +++ b/packages/middleware-stack/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-stack", "repository": { "type": "git", diff --git a/packages/middleware-user-agent/package.json b/packages/middleware-user-agent/package.json index 8a1923ba9fc50..2d519bf5b598b 100644 --- a/packages/middleware-user-agent/package.json +++ b/packages/middleware-user-agent/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --passWithNoTests" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/middleware-user-agent", "repository": { "type": "git", diff --git a/packages/node-config-provider/package.json b/packages/node-config-provider/package.json index aa3d10d38baac..5d233e59c6672 100644 --- a/packages/node-config-provider/package.json +++ b/packages/node-config-provider/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --passWithNoTests" }, "author": { @@ -34,6 +35,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/node-config-provider", "repository": { "type": "git", diff --git a/packages/node-http-handler/package.json b/packages/node-http-handler/package.json index ccfe18e146823..cf3f09d611db7 100644 --- a/packages/node-http-handler/package.json +++ b/packages/node-http-handler/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --coverage" }, "author": { @@ -41,6 +42,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/node-http-handler", "repository": { "type": "git", diff --git a/packages/polly-request-presigner/package.json b/packages/polly-request-presigner/package.json index 351187809440a..f97c6f16a4ac3 100644 --- a/packages/polly-request-presigner/package.json +++ b/packages/polly-request-presigner/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -37,6 +38,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/polly-request-presigner", "repository": { "type": "git", diff --git a/packages/property-provider/package.json b/packages/property-provider/package.json index e57426f4c7fef..e3a54b78ea11e 100644 --- a/packages/property-provider/package.json +++ b/packages/property-provider/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/property-provider", "repository": { "type": "git", diff --git a/packages/protocol-http/package.json b/packages/protocol-http/package.json index 7db70bc0f937c..4d24ef1b10ded 100644 --- a/packages/protocol-http/package.json +++ b/packages/protocol-http/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/protocol-http", "repository": { "type": "git", diff --git a/packages/querystring-builder/package.json b/packages/querystring-builder/package.json index 8f87b40fce3b7..07c79d97de30c 100644 --- a/packages/querystring-builder/package.json +++ b/packages/querystring-builder/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/querystring-builder", "repository": { "type": "git", diff --git a/packages/querystring-parser/package.json b/packages/querystring-parser/package.json index aad5c043b7cb8..3cd0e55e812df 100644 --- a/packages/querystring-parser/package.json +++ b/packages/querystring-parser/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/querystring-parser", "repository": { "type": "git", diff --git a/packages/s3-presigned-post/package.json b/packages/s3-presigned-post/package.json index 206d753fb6d70..b7d872b0227f4 100644 --- a/packages/s3-presigned-post/package.json +++ b/packages/s3-presigned-post/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -36,6 +37,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/s3-presigned-post", "repository": { "type": "git", diff --git a/packages/s3-request-presigner/package.json b/packages/s3-request-presigner/package.json index 26742c79a3a61..dc929e78542ff 100644 --- a/packages/s3-request-presigner/package.json +++ b/packages/s3-request-presigner/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -37,6 +38,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/s3-request-presigner", "repository": { "type": "git", diff --git a/packages/service-error-classification/package.json b/packages/service-error-classification/package.json index 3e4e2aaa75d0f..635a395d0afa9 100644 --- a/packages/service-error-classification/package.json +++ b/packages/service-error-classification/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -26,6 +27,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/service-error-classification", "repository": { "type": "git", diff --git a/packages/sha256-tree-hash/package.json b/packages/sha256-tree-hash/package.json index 337f12e6e0c51..73f6c31dc474b 100644 --- a/packages/sha256-tree-hash/package.json +++ b/packages/sha256-tree-hash/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/sha256-tree-hash", "repository": { "type": "git", diff --git a/packages/shared-ini-file-loader/package.json b/packages/shared-ini-file-loader/package.json index 1958b48e444ee..c90c86138980e 100644 --- a/packages/shared-ini-file-loader/package.json +++ b/packages/shared-ini-file-loader/package.json @@ -16,6 +16,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/shared-ini-file-loader", "repository": { "type": "git", diff --git a/packages/signature-v4/package.json b/packages/signature-v4/package.json index 0116ee1d9780a..8ae5fd64d1c2f 100644 --- a/packages/signature-v4/package.json +++ b/packages/signature-v4/package.json @@ -9,6 +9,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "prepublishOnly": "yarn build", "pretest": "yarn build", "test": "jest --coverage" @@ -36,6 +37,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/signature-v4", "repository": { "type": "git", diff --git a/packages/smithy-client/package.json b/packages/smithy-client/package.json index 160a87bf4b782..87db0838fd1ad 100644 --- a/packages/smithy-client/package.json +++ b/packages/smithy-client/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest --passWithNoTests" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/smithy-client", "repository": { "type": "git", diff --git a/packages/types/package.json b/packages/types/package.json index d6210fb423cc6..78b01ff21ef66 100755 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -14,6 +14,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "exit 0" }, "author": { @@ -24,6 +25,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/types", "repository": { "type": "git", diff --git a/packages/url-parser-native/package.json b/packages/url-parser-native/package.json index 959b7cbc2b21a..944807ff81db2 100644 --- a/packages/url-parser-native/package.json +++ b/packages/url-parser-native/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -35,6 +36,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/url-parser-node", "repository": { "type": "git", diff --git a/packages/url-parser/package.json b/packages/url-parser/package.json index a24f151506b34..ba17a31d26e8b 100644 --- a/packages/url-parser/package.json +++ b/packages/url-parser/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -27,6 +28,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/url-parser", "repository": { "type": "git", diff --git a/packages/util-arn-parser/package.json b/packages/util-arn-parser/package.json index 2115456fb9eb6..f895c30d0caed 100644 --- a/packages/util-arn-parser/package.json +++ b/packages/util-arn-parser/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-arn-parser", "repository": { "type": "git", diff --git a/packages/util-base64-browser/package.json b/packages/util-base64-browser/package.json index 2c766f9091e12..1a956194d475b 100644 --- a/packages/util-base64-browser/package.json +++ b/packages/util-base64-browser/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -27,6 +28,13 @@ "typescript": "~4.1.2" }, "types": "./types/index.d.ts", + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-base64-browser", "repository": { "type": "git", diff --git a/packages/util-base64-node/package.json b/packages/util-base64-node/package.json index ae37312424e96..47630ba68472c 100644 --- a/packages/util-base64-node/package.json +++ b/packages/util-base64-node/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-base64-node", "repository": { "type": "git", diff --git a/packages/util-body-length-browser/package.json b/packages/util-body-length-browser/package.json index e16ecd0197dda..3feb4eaf68b2f 100644 --- a/packages/util-body-length-browser/package.json +++ b/packages/util-body-length-browser/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -26,6 +27,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-body-length-browser", "repository": { "type": "git", diff --git a/packages/util-body-length-node/package.json b/packages/util-body-length-node/package.json index e28b9722da35c..432040ccc410a 100644 --- a/packages/util-body-length-node/package.json +++ b/packages/util-body-length-node/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "devDependencies": { @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-body-length-node", "repository": { "type": "git", diff --git a/packages/util-buffer-from/package.json b/packages/util-buffer-from/package.json index b96518b3a2082..487aa5f72c678 100644 --- a/packages/util-buffer-from/package.json +++ b/packages/util-buffer-from/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-buffer-from", "repository": { "type": "git", diff --git a/packages/util-create-request/package.json b/packages/util-create-request/package.json index 8a5c628c9c2b3..51bc6d005cdc6 100644 --- a/packages/util-create-request/package.json +++ b/packages/util-create-request/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -33,6 +34,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-create-request", "repository": { "type": "git", diff --git a/packages/util-dynamodb/package.json b/packages/util-dynamodb/package.json index 62273328048fe..cf7b1987cfdbe 100644 --- a/packages/util-dynamodb/package.json +++ b/packages/util-dynamodb/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-dynamodb", "repository": { "type": "git", diff --git a/packages/util-format-url/package.json b/packages/util-format-url/package.json index 0446edf2b49c8..32776f0fd7005 100644 --- a/packages/util-format-url/package.json +++ b/packages/util-format-url/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -30,6 +31,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-format-url", "repository": { "type": "git", diff --git a/packages/util-hex-encoding/package.json b/packages/util-hex-encoding/package.json index 4eb40c3ca56f7..bc87fcfee7feb 100644 --- a/packages/util-hex-encoding/package.json +++ b/packages/util-hex-encoding/package.json @@ -8,6 +8,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-hex-encoding", "repository": { "type": "git", diff --git a/packages/util-locate-window/package.json b/packages/util-locate-window/package.json index 0c1a9d411aa78..5549340144e51 100644 --- a/packages/util-locate-window/package.json +++ b/packages/util-locate-window/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-locate-window", "repository": { "type": "git", diff --git a/packages/util-uri-escape/package.json b/packages/util-uri-escape/package.json index d0092e8ed3541..cda48da1e47e0 100644 --- a/packages/util-uri-escape/package.json +++ b/packages/util-uri-escape/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -28,6 +29,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-uri-escape", "repository": { "type": "git", diff --git a/packages/util-user-agent-browser/package.json b/packages/util-user-agent-browser/package.json index 8df384526d06f..3ecd1633d3342 100644 --- a/packages/util-user-agent-browser/package.json +++ b/packages/util-user-agent-browser/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -31,6 +32,13 @@ "jest": "^26.1.0", "typescript": "~4.1.2" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-user-agent-browser", "repository": { "type": "git", diff --git a/packages/util-user-agent-node/package.json b/packages/util-user-agent-node/package.json index 7afabda2e9107..241bd238f9461 100644 --- a/packages/util-user-agent-node/package.json +++ b/packages/util-user-agent-node/package.json @@ -7,6 +7,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "main": "./dist/cjs/index.js", @@ -32,6 +33,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-user-agent-node", "repository": { "type": "git", diff --git a/packages/util-utf8-browser/package.json b/packages/util-utf8-browser/package.json index c70191a56f0dd..3ae1f763cb34b 100644 --- a/packages/util-utf8-browser/package.json +++ b/packages/util-utf8-browser/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -26,6 +27,13 @@ "typescript": "~4.1.2" }, "types": "./types/index.d.ts", + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-utf8-browser", "repository": { "type": "git", diff --git a/packages/util-utf8-node/package.json b/packages/util-utf8-node/package.json index 3f0aa9affc1da..a5e2d5aacb052 100644 --- a/packages/util-utf8-node/package.json +++ b/packages/util-utf8-node/package.json @@ -10,6 +10,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -34,6 +35,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-utf8-node", "repository": { "type": "git", diff --git a/packages/util-waiter/package.json b/packages/util-waiter/package.json index 0510a8a822a64..faa44bd7fa4be 100644 --- a/packages/util-waiter/package.json +++ b/packages/util-waiter/package.json @@ -18,6 +18,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -31,6 +32,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-waiter", "repository": { "type": "git", diff --git a/packages/xml-builder/package.json b/packages/xml-builder/package.json index d3b803d9cd8b0..339d4d0fb8643 100644 --- a/packages/xml-builder/package.json +++ b/packages/xml-builder/package.json @@ -16,6 +16,7 @@ "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build": "yarn build:es && yarn build:cjs", + "postbuild": "downlevel-dts types types/ts3.4", "test": "jest" }, "author": { @@ -29,6 +30,13 @@ "engines": { "node": ">= 10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/xml-builder", "repository": { "type": "git", diff --git a/protocol_tests/aws-ec2/package.json b/protocol_tests/aws-ec2/package.json index ad9f7af3a4743..e9e39f90e46d8 100644 --- a/protocol_tests/aws-ec2/package.json +++ b/protocol_tests/aws-ec2/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -65,6 +66,7 @@ "@aws-sdk/types": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -73,6 +75,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/protocol_tests/aws-json/package.json b/protocol_tests/aws-json/package.json index a4c6b7541d659..b7741768966e9 100644 --- a/protocol_tests/aws-json/package.json +++ b/protocol_tests/aws-json/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -64,6 +65,7 @@ "@aws-sdk/types": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -72,6 +74,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/protocol_tests/aws-query/package.json b/protocol_tests/aws-query/package.json index 0a9880511d42b..ced8a821b986a 100644 --- a/protocol_tests/aws-query/package.json +++ b/protocol_tests/aws-query/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -65,6 +66,7 @@ "@aws-sdk/types": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -73,6 +75,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/protocol_tests/aws-restjson/package.json b/protocol_tests/aws-restjson/package.json index 4eef79137ed4a..82a19aca95599 100644 --- a/protocol_tests/aws-restjson/package.json +++ b/protocol_tests/aws-restjson/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -65,6 +66,7 @@ "@aws-sdk/types": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -73,6 +75,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/protocol_tests/aws-restxml/package.json b/protocol_tests/aws-restxml/package.json index 61116234ba9b2..77c7e2bef5a83 100644 --- a/protocol_tests/aws-restxml/package.json +++ b/protocol_tests/aws-restxml/package.json @@ -13,7 +13,8 @@ "test": "yarn build && jest --coverage --passWithNoTests", "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es" + "build": "yarn build:cjs && yarn build:es", + "postbuild": "downlevel-dts types types/ts3.4" }, "main": "./dist/cjs/index.js", "types": "./types/index.d.ts", @@ -67,6 +68,7 @@ "@aws-sdk/types": "3.1.0", "@types/node": "^12.7.5", "@types/uuid": "^3.0.0", + "downlevel-dts": "0.7.0", "jest": "^26.1.0", "rimraf": "^3.0.0", "typedoc": "^0.19.2", @@ -75,6 +77,13 @@ "engines": { "node": ">=10.0.0" }, + "typesVersions": { + "<3.9": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" diff --git a/yarn.lock b/yarn.lock index 1d27b047cf9b1..c63f5f1d7bb20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4229,6 +4229,15 @@ dot-prop@^5.1.0: dependencies: is-obj "^2.0.0" +downlevel-dts@0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/downlevel-dts/-/downlevel-dts-0.7.0.tgz#155c24310dad8a4820ad077e64b15a8c461aa932" + integrity sha512-tcjGqElN0/oad/LJBlaxmZ3zOYEQOBbGuirKzif8s1jeRiWBdNX9H6OBFlRjOQkosXgV+qSjs4osuGCivyZ4Jw== + dependencies: + semver "^7.3.2" + shelljs "^0.8.3" + typescript "^4.1.0-dev.20201026" + dtrace-provider@~0.8: version "0.8.8" resolved "https://registry.yarnpkg.com/dtrace-provider/-/dtrace-provider-0.8.8.tgz#2996d5490c37e1347be263b423ed7b297fb0d97e" @@ -10051,7 +10060,7 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shelljs@^0.8.4: +shelljs@^0.8.3, shelljs@^0.8.4: version "0.8.4" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== @@ -11199,7 +11208,7 @@ typedoc@^0.19.2: shelljs "^0.8.4" typedoc-default-themes "^0.11.4" -typescript@~4.1.2: +typescript@^4.1.0-dev.20201026, typescript@~4.1.2: version "4.1.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==