diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index 882cc38bb4c8..64e5fb8d3497 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 dfc0fb265118..f031c020e9b0 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 43187ad5600b..67ca601e2674 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 d031a790a49a..15df6f3c1495 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 235201fcbbd1..5b3898d2653e 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 62da9cd4a84f..b0d610340bde 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 503571f6549a..a40b50a0b59c 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 40750d1b8894..b3ca2a190ee9 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 03af5d9d5835..9fefb2238d2a 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 654fa0a52335..2eaa1e5ea8d7 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 218dbef708fd..4d789fbc62f5 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 2f7a1d9712f9..19ebf562729b 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 c2a3b0b51482..563f4c56da56 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 7adb62eac8ae..d078205b78bb 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 74c9600cf164..1f8c69a4503d 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 f7e570037163..6408b5ba9862 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 8c1c3b0896f6..4f729e76f2f9 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 53ca3451df72..4347a5215b39 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 a929377b8f4e..2b3633e830d5 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 e1b715335833..0c7750111123 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 917568070ce2..ce0e7302db1f 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 43d2a685468a..c357a09c89e0 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 693061360c1a..a621a628462b 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 3a6c598f6153..f7d2c6e74a8f 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 67d4626936e7..39faefc8d5bd 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 5bf78dec3079..1a30b584fca1 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 7031444d4296..40611f87d82f 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 1b0fb7c5ff29..820dc069835d 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 36420bda1bb8..f353cb58383a 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 4d81b7e7873f..1c25a4a2b9b6 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 acf78372189e..fb109bd242a5 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 fe1c74dcf783..5f96807b4433 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 23a94ac9b2c5..8bbacd457c08 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 73a961cab5dd..eb65f7589b24 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 ac92c81850a8..5af3a7bedd56 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 951b4f4e889c..cc2fa264e31b 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 d4d906718899..66a3c0cf73de 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 bb49f5c6a180..54620d5e77f5 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 46be1031bece..ad4721c07325 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 7704f19a9666..1c5ee3720d0c 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 11441477921b..ca8fa8d39b26 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 465d4d8dc653..8c578f2edeed 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 024a84c582a3..545fbc4b2f58 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 9b359b5e0b32..dc881e8d587b 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 a1b9f162c7e7..77e217545667 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 5cb03a043b52..c60ea895b8da 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 9bbc706213cc..b437bd62df51 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 d47a08db3ff8..4db6c6e11d6e 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 82177721b503..cd3cb4befe5b 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 459efc791f48..a411d96d9f29 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 5d64198a781e..8c931d6b6a56 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 f9196a02394e..1d2537e5e621 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 f1753934ff8f..902b2ab5f10f 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 6e909183f228..24a6cf90209d 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 a9802d1e789b..f177ed26e601 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 a78928fe69c6..a072bb6a6807 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 29898e973129..a7bf87e18043 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 3944fed50fc7..aa9577218ade 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 3b2f58b3427a..8f14438b7e33 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 ab00d6cf6a84..510f17d16a63 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 46274f777d03..6e8c1c62c331 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 242ef9b66559..a8d99dba3761 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 f4c8720f3f81..7f588263dcfb 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 bd42072e2eb0..e5819c1d96bb 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 22862ef688fa..6e9fae445ed8 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 b74463e96679..9a109134eea5 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 24e30a056735..49073582a4a2 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 07824d4e8a22..44c64f6c55bc 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 3b45b4e9c270..515fb0cef55c 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 2738a0b4035e..fcb1ad41d4d9 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 68bad571a5f4..aaf8250301c0 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 7c366d43b620..96b0a0f24630 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 970357b18500..3270f5c81eb2 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 54fc4b839187..0deb2741b6cb 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 9d3f24c2c458..ab65cc378b79 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 55b633e8e7ee..19e4eeb3d538 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 d8765a4e680d..698706343ce2 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 b8cad9461b6a..c74de600ff58 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 8b9e33bd1e2e..75aec6907c6d 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 c6765361c1fd..46263e3fdf37 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 1ebd45118e38..34eced9a99e5 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 70d8a4507433..8990229419ad 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 72c50510422a..ce244affea3d 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 41efe694fc6b..19011abd8227 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 e56e111f9d22..1340a62da9a2 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 1569f5bf1b53..bb2119cd7d98 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 8e3e8d090df6..dd74b366b1a0 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 47c70b5daf97..d351ad05cf20 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 29560cf67d76..8f75a8ca555d 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 1f99a671c894..09159cc137ab 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 7b25239000bc..131226f0695f 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 60875dd27be5..1f90303f8a03 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 5ab9e6ffd7dd..3c72a941191d 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 4902fec64969..a11d8b2e58aa 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 72f4fed141e9..d6ff29090e8d 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 f47bd6088fe2..0006831c6f82 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 8811f6660902..b8cfe3385d1f 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 f4f6a2f65de4..280380b57d96 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 383f2c58a8be..e67af82c86a0 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 88bb2d8e0f5e..b13de659e8fc 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 528aca8d5f09..5e70871a28e3 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 87de8ce2c93d..ce655eb82f2e 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 750c12a7448a..52ff75a6518a 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 23d57fa38874..4b32cbccb776 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 319b2ee420d6..d126004c6cb6 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 eac12cfafb1c..a58151fc8636 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 da11996d57ce..ff05b6b684bb 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 17d7496cce0a..61213afd60b7 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 5d4e3dc1af2b..bb5e97da9333 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 a26b1001fc18..601b533e8362 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 2cf0bb5e5c05..9a2f16b9ee6e 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 33b27bcd29c1..9516e73881fc 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 4a18fe528b69..f9c28d6c2820 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 f93d9bdc479a..1abe499cb2c5 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 596f040973f8..ef358a6211bd 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 ba0fe17a33f0..60a3389b0a12 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 b0f2360ec1d8..b5b0b0cbb2e5 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 d191fd9fa22d..1479ea476117 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 0985c5dbff17..7e35ec6f9759 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 ec882f8c5c00..85b3de6802f6 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 89751a7be398..3284d7c58dba 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 72d77ca34ef3..4a3ef51197a3 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 b8f99fd964a7..95d79ce5cf03 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 bde246380dab..dd586218c89e 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 960c4e77a994..098bba8090c0 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 95fbb5409aac..46c84d126d25 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 7b02d3ece89d..fe01fd7582e5 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 b3a7f8728267..fc90a8ee0db4 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 5465f66035d4..7274f54c5904 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 7c88fc275728..4cf9e15ac52e 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 79fa5a81dd8e..a029f372de2b 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 4c9405286735..e22a8b8bd4bc 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 52e40c850e69..16281f554dd0 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 8872161872eb..1712bc5be30d 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 a6d5b38a3bc9..d85d3943f613 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 90c6ea63520f..0eefca5d2e11 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 b6f6b02911a5..2a6215ad4180 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 8fdae7f6996f..09b8fde4f278 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 c6cf5764f714..05275c117937 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 71f9d135c8e4..c5cc7afe3178 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 16d3c7753ff2..2a22b0199d05 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 245a2d95b257..5eec9b49259b 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 7dde9be83c9f..3f26bcd44a91 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 94b89adeb417..f5f94125799b 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 95889a7c6df6..b2cfdc591217 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 6654fa09d598..7641b62ea60d 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 bed31bfbb5a5..f6122a2af2ef 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 156b88c1c4bb..a542e52c370c 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 d561856565ed..336c30243456 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 317eb2d0b11e..0bd3a739151c 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 fd2acf0ddae4..f4dd40c6e952 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 fba74b78b96c..561994a4eaa9 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 ff4edf049a21..4d1a541d580d 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 fbf47b942149..2f02e2aecc63 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 d3743450cde1..4252202ffb86 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 b6c4a813c5e3..d2cfbc277568 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 0fa49016af25..e28dece9e3a6 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 e557b2d37ea1..831fba6c1243 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 6ec0602d105d..2966ed5a9089 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 bb85acfcfbc6..8ae2615c8ae7 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 58aac87cc28f..a74ec82a3fa7 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 5e281660b9a0..dd6a0cb3e961 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 f13d555f80e8..587d0bc228a3 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 1e3a6b6012e7..0f3e89d60eca 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 e86692424c73..5ddf85504543 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 9ea4e8a4d481..cbdc020a5508 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 ac2643ad9d2e..024cd4ffe9e6 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 f43ac45ab088..8aec2579f60b 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 4d5b94db893e..80139f6fa760 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 7b4836f48d03..e0ee742a61d8 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 783e48e5e53f..4a5b82c21814 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 7e73a810bc03..7af92630a399 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 5c8667d116b7..caf0e38bb858 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 29eef3eb5077..162444e16a30 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 daf958d82996..f6a86fefa16e 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 f189857bde9f..b4c2423eb685 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 20a6af1ff7ab..1553b3d5536e 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 a8a8f4774b86..6384f6d6a92d 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 6fc770ce67d6..5f4420de2844 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 f5a3985b8fba..7eb7ee03ac2e 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 1e08cb04be0f..c0dfa6caa681 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 e56d6e45a3ec..204b39c2b160 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 11f703a4b6a9..7bc52472fa97 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 035f247a3ae9..165f3f0cec46 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 c101231914a0..0aeb35ad7e8a 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 0b2ad6fd0c80..344f9700bda8 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 dbb20f97c7b8..b3404d99926a 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 0199c2b573d9..f44f5edb5437 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 60ae145c317c..12b88d368da8 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 9d7876170da3..b1132fab3688 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 e8e588d408f5..f2d20bad6cd5 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 4fb95303ff62..95db1467c466 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 030428f0dfe5..0439e778e5dd 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 a43821b2088d..d7e6a23c5257 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 a8a5857fde0a..b17e1e07c884 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 4a37d34561e5..88015bffa10a 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 5005e3f0c623..056f33e0e0e9 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 cf0623a53e4a..d7abf1aed4d4 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 9c8f0ed8a1ca..9fdf182b62be 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 ed3d70878540..f1ca92af20f7 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 acfc49cabce6..ff52726ad30e 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 e16d75fec2dc..457342981b79 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 8e646f9bc92b..9fb569253805 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 1748df84f534..2aa233e685d7 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 7f5fa4e466f2..c5a778d6d2cf 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 00ad36a35fbb..002fd8836d5c 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 f664c6ebde93..036d5a93d132 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 fb4994f896ee..75da556b5a8a 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 631a9facbf04..366e0a2f49d9 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 f5f075358703..1a4e8a5e8e7d 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 21717431fcaf..93ac0e623255 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 c02d5ae9e88f..759b45f4a9e4 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 5a80a24bf05d..119e32f41c6f 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 ce8614394463..8563dc22f77b 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 9db88d5638df..b11ff6f38d60 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 f1bcb6444b36..ba3775ef3aa4 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 3cafa8ee6ca3..0131c7d5fc28 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 7e95e7d036ab..d443aaec2d86 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 f24f6b1ef618..2b9a35a90a7e 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 a40c70f172e5..9fbdf1e24bb1 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 13c4d95edf1c..e5db8aef161f 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 f24bda8ababd..5e2865776afd 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 575e7a1bfae0..e14fe26499e3 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 9d805bb8a550..761b88f649b1 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 4e564259081d..ec1a8d8bb5ba 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 63e3e96e7947..5dcb883eb4de 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 6d98c9113a09..5191fb840958 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 b5a5e4850b8e..18df97cf62c1 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 e406228b0ea0..91a454fae666 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 ab9fe7193550..3252a0c96d18 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 53f9a687289e..2921e8207bc6 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 67f5d7392cf9..90809663a962 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 00d92fddf6f0..e96425b43c06 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 70d54d11c413..fff2fe37d4e3 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 656f0f4125e6..a1f35809b86d 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 63296da6fc82..eacf51fea1d4 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 d89c47428962..04175d45d042 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 6c1ad2cfd05e..dd86790c5f0f 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 a02e4f2d68da..859c86326954 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 b7e149e9d0cb..4633297718d1 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 58b6f460d9b3..f5ebb131ceb9 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 9b0689572b8e..8d99d9de0b7e 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 5c8af9aa1060..5970ecddaeb4 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 cd254b46ec66..d9bfa380c34b 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 e0c09d9471c9..8121864244b0 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 b7fd73fbbee5..c589333d35ad 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 27b10945728d..01f46fed13aa 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 34dbf7362b95..2464e506ded0 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 530a08e5c78f..e583050d28b8 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,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", diff --git a/packages/abort-controller/package.json b/packages/abort-controller/package.json index 3e519ccabef5..4fc0c7d3bb91 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 88562c5e1fcd..2a3f192c1d6e 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 fcb918a7bbc3..dde811d6c237 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 273e012e39a5..44b0b498bdf7 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 7d7ea8b73746..9380482d638f 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 1105887febc8..2bb98dfd1b78 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 dc8c787001ce..b4ac7afcaf73 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 4b76e669e724..4f2545df4446 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 fa5d43de479c..14384e6bf99a 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 1e72e2790515..bea2af391404 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 193328f527f0..b6885e536891 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 5200bfdfd225..2a82103a5ff7 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 c59d5e706857..a67e627fae16 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 10e990f116b3..43dfea280393 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 dad554242626..99442cf71475 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 ae4da5dd11ac..8470151a9271 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 6c13cc20ab89..789c97d62044 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 83beea6222a7..06f93c234ee4 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 efac6cf5e396..920a54b7097b 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 3f1277708f16..26dc8cfe1180 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 90ba8d50ba22..15777fe10461 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 696eee4df182..528eb87eee7b 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 d1e5d57add84..c5af871c0a7f 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 c993db0831ae..51ee9f573781 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 4242a38c856c..4f69ec38b4e8 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 ee28775b594a..8e1a0ec466d9 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 04973a67b0ab..3726a16ccc6e 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 f422aa0b5396..6531c3a8fe86 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 e2f167c13ea0..b7ca0b1c6f86 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 d1cf6f8c3421..21eb364556c7 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 bede18df67f0..34b77df8139f 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 26f5e01ece84..9c8e5d61ff51 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 eabad3eefc5d..0a9decd447fd 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 1847d3e20333..50ed1c5de108 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 3580b013f797..bfc7fe02c75f 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 61d9e7e84a2e..e2fbfeb60c08 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 7e522a278370..db007ee5e7fe 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 0a31beb13ada..887767580735 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 892e147bddc8..0853a41a1179 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 96feaf0cb30e..d0c57b2c9a43 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 ff52c0831089..d1da6cf1f3ed 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 4d5c0e6074bc..6b2aa1aa7842 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 64891216baa1..0ff270b8c31a 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 bad53097c000..b5ab1787fc8e 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 75744b362782..2c6ca48a5b31 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 b5d1167c799f..9444805d7bbe 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 23c559680f6e..7f26d6ebe248 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 4b043501f33d..bc5709f0a4cd 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 829b7fc5fa9a..736340656c45 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 afaac1aa9f12..235124be2bf5 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 40bcc95ea144..3e545ddb798a 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 7bb7a2ee9fed..c1f223c3aa16 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 3de95e45f776..bcac2c5f7b04 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 8a1923ba9fc5..2d519bf5b598 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 aa3d10d38baa..5d233e59c667 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 ccfe18e14682..cf3f09d611db 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 351187809440..f97c6f16a4ac 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 e57426f4c7fe..e3a54b78ea11 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 7db70bc0f937..4d24ef1b10de 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 8f87b40fce3b..07c79d97de30 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 aad5c043b7cb..3cd0e55e812d 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 206d753fb6d7..b7d872b0227f 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 26742c79a3a6..dc929e78542f 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 3e4e2aaa75d0..635a395d0afa 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 337f12e6e0c5..73f6c31dc474 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 1958b48e444e..c90c86138980 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 0116ee1d9780..8ae5fd64d1c2 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 160a87bf4b78..87db0838fd1a 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 d6210fb423cc..78b01ff21ef6 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 959b7cbc2b21..944807ff81db 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 a24f151506b3..ba17a31d26e8 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 2115456fb9eb..f895c30d0cae 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 2c766f9091e1..1a956194d475 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 ae37312424e9..47630ba68472 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 e16ecd0197dd..3feb4eaf68b2 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 e28b9722da35..432040ccc410 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 b96518b3a208..487aa5f72c67 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 8a5c628c9c2b..51bc6d005cdc 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 62273328048f..cf7b1987cfdb 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 0446edf2b49c..32776f0fd700 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 4eb40c3ca56f..bc87fcfee7fe 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 0c1a9d411aa7..5549340144e5 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 d0092e8ed354..cda48da1e47e 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 8df384526d06..3ecd1633d334 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 7afabda2e910..241bd238f946 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 c70191a56f0d..3ae1f763cb34 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 3f0aa9affc1d..a5e2d5aacb05 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 0510a8a822a6..faa44bd7fa4b 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 d3b803d9cd8b..339d4d0fb864 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 ad9f7af3a474..e9e39f90e46d 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 a4c6b7541d65..b7741768966e 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 0a9880511d42..ced8a821b986 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 4eef79137ed4..82a19aca9559 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 61116234ba9b..77c7e2bef5a8 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 ea5dab65c18e..d36a1891342f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4252,6 +4252,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" @@ -10143,7 +10152,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== @@ -11307,7 +11316,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==