@aws-sdk/client-auto-scaling-plans 3.289.0 → 3.292.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.
@@ -29,6 +29,21 @@ export interface CreateScalingPlanCommandOutput extends CreateScalingPlanRespons
29
29
  * @see {@link CreateScalingPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentUpdateException} (server fault)
33
+ * <p>Concurrent updates caused an exception, for example, if you request an update to a
34
+ * scaling plan that already has a pending update.</p>
35
+ *
36
+ * @throws {@link InternalServiceException} (server fault)
37
+ * <p>The service encountered an internal error.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>Your account exceeded a limit. This exception is thrown when a per-account resource
41
+ * limit is exceeded.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>An exception was thrown for a validation issue. Review the parameters provided.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class CreateScalingPlanCommand extends $Command<CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
34
49
  readonly input: CreateScalingPlanCommandInput;
@@ -33,6 +33,20 @@ export interface DeleteScalingPlanCommandOutput extends DeleteScalingPlanRespons
33
33
  * @see {@link DeleteScalingPlanCommandOutput} for command's `response` shape.
34
34
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
35
35
  *
36
+ * @throws {@link ConcurrentUpdateException} (server fault)
37
+ * <p>Concurrent updates caused an exception, for example, if you request an update to a
38
+ * scaling plan that already has a pending update.</p>
39
+ *
40
+ * @throws {@link InternalServiceException} (server fault)
41
+ * <p>The service encountered an internal error.</p>
42
+ *
43
+ * @throws {@link ObjectNotFoundException} (client fault)
44
+ * <p>The specified object could not be found.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An exception was thrown for a validation issue. Review the parameters provided.</p>
48
+ *
49
+ *
36
50
  */
37
51
  export declare class DeleteScalingPlanCommand extends $Command<DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
38
52
  readonly input: DeleteScalingPlanCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeScalingPlanResourcesCommandOutput extends DescribeScali
29
29
  * @see {@link DescribeScalingPlanResourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentUpdateException} (server fault)
33
+ * <p>Concurrent updates caused an exception, for example, if you request an update to a
34
+ * scaling plan that already has a pending update.</p>
35
+ *
36
+ * @throws {@link InternalServiceException} (server fault)
37
+ * <p>The service encountered an internal error.</p>
38
+ *
39
+ * @throws {@link InvalidNextTokenException} (client fault)
40
+ * <p>The token provided is not valid.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>An exception was thrown for a validation issue. Review the parameters provided.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeScalingPlanResourcesCommand extends $Command<DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput, AutoScalingPlansClientResolvedConfig> {
34
48
  readonly input: DescribeScalingPlanResourcesCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeScalingPlansCommandOutput extends DescribeScalingPlansR
29
29
  * @see {@link DescribeScalingPlansCommandOutput} for command's `response` shape.
30
30
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentUpdateException} (server fault)
33
+ * <p>Concurrent updates caused an exception, for example, if you request an update to a
34
+ * scaling plan that already has a pending update.</p>
35
+ *
36
+ * @throws {@link InternalServiceException} (server fault)
37
+ * <p>The service encountered an internal error.</p>
38
+ *
39
+ * @throws {@link InvalidNextTokenException} (client fault)
40
+ * <p>The token provided is not valid.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>An exception was thrown for a validation issue. Review the parameters provided.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeScalingPlansCommand extends $Command<DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput, AutoScalingPlansClientResolvedConfig> {
34
48
  readonly input: DescribeScalingPlansCommandInput;
@@ -32,6 +32,13 @@ export interface GetScalingPlanResourceForecastDataCommandOutput extends GetScal
32
32
  * @see {@link GetScalingPlanResourceForecastDataCommandOutput} for command's `response` shape.
33
33
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>The service encountered an internal error.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>An exception was thrown for a validation issue. Review the parameters provided.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class GetScalingPlanResourceForecastDataCommand extends $Command<GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput, AutoScalingPlansClientResolvedConfig> {
37
44
  readonly input: GetScalingPlanResourceForecastDataCommandInput;
@@ -31,6 +31,20 @@ export interface UpdateScalingPlanCommandOutput extends UpdateScalingPlanRespons
31
31
  * @see {@link UpdateScalingPlanCommandOutput} for command's `response` shape.
32
32
  * @see {@link AutoScalingPlansClientResolvedConfig | config} for AutoScalingPlansClient's `config` shape.
33
33
  *
34
+ * @throws {@link ConcurrentUpdateException} (server fault)
35
+ * <p>Concurrent updates caused an exception, for example, if you request an update to a
36
+ * scaling plan that already has a pending update.</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>The service encountered an internal error.</p>
40
+ *
41
+ * @throws {@link ObjectNotFoundException} (client fault)
42
+ * <p>The specified object could not be found.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An exception was thrown for a validation issue. Review the parameters provided.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class UpdateScalingPlanCommand extends $Command<UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
36
50
  readonly input: UpdateScalingPlanCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling-plans",
3
3
  "description": "AWS SDK for JavaScript Auto Scaling Plans Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },