@aws-sdk/client-imagebuilder 3.1043.0 → 3.1045.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,6 +81,9 @@ declare const ImportDiskImageCommand_base: {
81
81
  * @see {@link ImportDiskImageCommandOutput} for command's `response` shape.
82
82
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
83
83
  *
84
+ * @throws {@link AccessDeniedException} (client fault)
85
+ * <p>You do not have permissions to perform the requested operation.</p>
86
+ *
84
87
  * @throws {@link ClientException} (client fault)
85
88
  * <p>These errors are usually caused by a client action, such as using an action or
86
89
  * resource on behalf of a user that doesn't have permissions to use the action or
@@ -93,6 +96,9 @@ declare const ImportDiskImageCommand_base: {
93
96
  * @throws {@link ServiceUnavailableException} (server fault)
94
97
  * <p>The service is unable to process your request at this time.</p>
95
98
  *
99
+ * @throws {@link TooManyRequestsException} (client fault)
100
+ * <p>You have attempted too many requests for the specific operation.</p>
101
+ *
96
102
  * @throws {@link ImagebuilderServiceException}
97
103
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
98
104
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-imagebuilder",
3
3
  "description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native",
4
- "version": "3.1043.0",
4
+ "version": "3.1045.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-imagebuilder",