|
| 1 | +{ |
| 2 | + "version": "1.0", |
| 3 | + "projections": { |
| 4 | + "aws-ec2": { |
| 5 | + "transforms": [ |
| 6 | + {"name": "includeServices", "args": ["aws.protocols.tests.ec2#AwsEc2"]} |
| 7 | + ], |
| 8 | + "plugins": { |
| 9 | + "typescript-codegen": { |
| 10 | + "package": "@aws-sdk/protocol-tests-aws-ec2", |
| 11 | + "packageVersion": "1.0.0-alpha.1", |
| 12 | + "packageJson": { |
| 13 | + "author": { |
| 14 | + "name": "AWS SDK for JavaScript Team", |
| 15 | + "url": "https://aws.amazon.com/javascript/" |
| 16 | + }, |
| 17 | + "license": "Apache-2.0" |
| 18 | + }, |
| 19 | + "protocol": "aws.ec2" |
| 20 | + } |
| 21 | + } |
| 22 | + }, |
| 23 | + "aws-json": { |
| 24 | + "transforms": [ |
| 25 | + {"name": "includeServices", "args": ["aws.protocols.tests.json#JsonProtocol"]} |
| 26 | + ], |
| 27 | + "plugins": { |
| 28 | + "typescript-codegen": { |
| 29 | + "package": "@aws-sdk/protocol-tests-aws-json", |
| 30 | + "packageVersion": "1.0.0-alpha.1", |
| 31 | + "packageJson": { |
| 32 | + "author": { |
| 33 | + "name": "AWS SDK for JavaScript Team", |
| 34 | + "url": "https://aws.amazon.com/javascript/" |
| 35 | + }, |
| 36 | + "license": "Apache-2.0" |
| 37 | + }, |
| 38 | + "protocol": "aws.json-1.1" |
| 39 | + } |
| 40 | + } |
| 41 | + }, |
| 42 | + "aws-query": { |
| 43 | + "transforms": [ |
| 44 | + {"name": "includeServices", "args": ["aws.protocols.tests.query#AwsQuery"]} |
| 45 | + ], |
| 46 | + "plugins": { |
| 47 | + "typescript-codegen": { |
| 48 | + "package": "@aws-sdk/protocol-tests-aws-query", |
| 49 | + "packageVersion": "1.0.0-alpha.1", |
| 50 | + "packageJson": { |
| 51 | + "author": { |
| 52 | + "name": "AWS SDK for JavaScript Team", |
| 53 | + "url": "https://aws.amazon.com/javascript/" |
| 54 | + }, |
| 55 | + "license": "Apache-2.0" |
| 56 | + }, |
| 57 | + "protocol": "aws.query" |
| 58 | + } |
| 59 | + } |
| 60 | + }, |
| 61 | + "aws-restjson": { |
| 62 | + "transforms": [ |
| 63 | + {"name": "includeServices", "args": ["aws.protocols.tests.restjson#RestJson"]} |
| 64 | + ], |
| 65 | + "plugins": { |
| 66 | + "typescript-codegen": { |
| 67 | + "package": "@aws-sdk/protocol-tests-aws-restjson", |
| 68 | + "packageVersion": "1.0.0-alpha.1", |
| 69 | + "packageJson": { |
| 70 | + "author": { |
| 71 | + "name": "AWS SDK for JavaScript Team", |
| 72 | + "url": "https://aws.amazon.com/javascript/" |
| 73 | + }, |
| 74 | + "license": "Apache-2.0" |
| 75 | + }, |
| 76 | + "protocol": "aws.rest-json-1.1" |
| 77 | + } |
| 78 | + } |
| 79 | + }, |
| 80 | + "aws-restxml": { |
| 81 | + "transforms": [ |
| 82 | + {"name": "includeServices", "args": ["aws.protocols.tests.restxml#RestXml"]} |
| 83 | + ], |
| 84 | + "plugins": { |
| 85 | + "typescript-codegen": { |
| 86 | + "package": "@aws-sdk/protocol-tests-aws-restxml", |
| 87 | + "packageVersion": "1.0.0-alpha.1", |
| 88 | + "packageJson": { |
| 89 | + "author": { |
| 90 | + "name": "AWS SDK for JavaScript Team", |
| 91 | + "url": "https://aws.amazon.com/javascript/" |
| 92 | + }, |
| 93 | + "license": "Apache-2.0" |
| 94 | + }, |
| 95 | + "protocol": "aws.rest-xml" |
| 96 | + } |
| 97 | + } |
| 98 | + } |
| 99 | + } |
| 100 | +} |
0 commit comments