Skip to content

Commit fee3b6f

Browse files
authored
chore: update protocol_tests using yarn generate-clients (#1143)
1 parent efc8570 commit fee3b6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1160
-1094
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"clear-build-cache": "rimraf ./packages/*/build/* ./clients/*/*/build/*",
1212
"clear-build-info": "rimraf ./packages/*/*.tsbuildinfo ./clients/*/*/*.tsbuildinfo",
1313
"build:crypto-dependencies": "lerna run --scope '@aws-sdk/types' --scope '@aws-sdk/util-utf8-browser' --scope '@aws-sdk/util-locate-window' --scope '@aws-sdk/hash-node' --include-dependencies pretest",
14-
"build:protocols": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/protocol-tests-*' --include-dependencies pretest",
14+
"build:protocols": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/aws-*' --include-dependencies pretest",
1515
"build:smithy-client": "yarn build:crypto-dependencies && lerna run --scope '@aws-sdk/client-rds-data' --include-dependencies pretest",
1616
"build:all": "yarn build:crypto-dependencies && lerna run pretest --include-dependencies --include-dependents",
1717
"pretest:all": "yarn build:all",
1818
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope @aws-sdk/stream-collector-browser --scope @aws-sdk/hash-blob-browser",
1919
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
2020
"test:integration": "cucumber-js --fail-fast",
21-
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/protocol-tests-*'"
21+
"test:protocols": "yarn build:protocols && lerna run test --scope '@aws-sdk/aws-*'"
2222
},
2323
"repository": {
2424
"type": "git",
@@ -72,4 +72,4 @@
7272
"lint-staged": {
7373
"**/*.{ts,js,md,json}": "prettier --write"
7474
}
75-
}
75+
}

protocol_tests/aws-ec2/.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/node_modules/
2+
/build/
3+
/coverage/
4+
/docs/
5+
/types/
6+
/dist/
7+
*.tsbuildinfo
8+
*.tgz
9+
*.log
10+
package-lock.json
11+
12+
*.d.ts
13+
*.js
14+
*.js.map

protocol_tests/aws-ec2/.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/coverage/
2+
/docs/
3+
tsconfig.test.json
4+
*.tsbuildinfo

protocol_tests/aws-ec2/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@aws-sdk/protocol-tests-aws-ec2
1+
@aws-sdk/aws-ec2
22

3-
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/protocol-tests-aws-ec2/beta.svg)](https://www.npmjs.com/package/@aws-sdk/protocol-tests-aws-ec2)
4-
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/protocol-tests-aws-ec2.svg)](https://www.npmjs.com/package/@aws-sdk/protocol-tests-aws-ec2)
3+
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/aws-ec2/beta.svg)](https://www.npmjs.com/package/@aws-sdk/aws-ec2)
4+
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/aws-ec2.svg)](https://www.npmjs.com/package/@aws-sdk/aws-ec2)
55

66
For SDK usage, please step to [SDK reademe](https://github.com/aws/aws-sdk-js-v3).

0 commit comments

Comments
 (0)