File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # How to contribute
2
+
3
+ ## Generated code
4
+
5
+ Most code in this package is generated by the
6
+ [ async-aws code generator] ( https://packagist.org/packages/async-aws/code-generator ) .
7
+
8
+ Changes should be done in the manifest file and code should be regenerated
9
+ instead of changing it directly, as manual changes will be lost when the code
10
+ is regenerated. The CI will enforce that rule.
11
+ To regenerate the code, run:
12
+
13
+ ``` bash
14
+ ./generate --all
15
+ ```
16
+
17
+ As Amazon Incentives does not provide an API description for SDKs in the format
18
+ used for AWS SDKs, we are maintaining it ourselves in the
19
+ [ ` manifest ` ] ( ../manifest/ ) folder. This manifest is partial. It only covers the
20
+ endpoints supported by the SDK.
You can’t perform that action at this time.
0 commit comments