@aws-sdk/client-auto-scaling-plans 3.306.0 → 3.309.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.
@@ -6,15 +6,51 @@ import { DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesC
6
6
  import { DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput } from "../commands/DescribeScalingPlansCommand";
7
7
  import { GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput } from "../commands/GetScalingPlanResourceForecastDataCommand";
8
8
  import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from "../commands/UpdateScalingPlanCommand";
9
- export declare const serializeAws_json1_1CreateScalingPlanCommand: (input: CreateScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
10
- export declare const serializeAws_json1_1DeleteScalingPlanCommand: (input: DeleteScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
11
- export declare const serializeAws_json1_1DescribeScalingPlanResourcesCommand: (input: DescribeScalingPlanResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- export declare const serializeAws_json1_1DescribeScalingPlansCommand: (input: DescribeScalingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_json1_1GetScalingPlanResourceForecastDataCommand: (input: GetScalingPlanResourceForecastDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_json1_1UpdateScalingPlanCommand: (input: UpdateScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const deserializeAws_json1_1CreateScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScalingPlanCommandOutput>;
16
- export declare const deserializeAws_json1_1DeleteScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPlanCommandOutput>;
17
- export declare const deserializeAws_json1_1DescribeScalingPlanResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPlanResourcesCommandOutput>;
18
- export declare const deserializeAws_json1_1DescribeScalingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPlansCommandOutput>;
19
- export declare const deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScalingPlanResourceForecastDataCommandOutput>;
20
- export declare const deserializeAws_json1_1UpdateScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScalingPlanCommandOutput>;
9
+ /**
10
+ * serializeAws_json1_1CreateScalingPlanCommand
11
+ */
12
+ export declare const se_CreateScalingPlanCommand: (input: CreateScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
+ /**
14
+ * serializeAws_json1_1DeleteScalingPlanCommand
15
+ */
16
+ export declare const se_DeleteScalingPlanCommand: (input: DeleteScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
+ /**
18
+ * serializeAws_json1_1DescribeScalingPlanResourcesCommand
19
+ */
20
+ export declare const se_DescribeScalingPlanResourcesCommand: (input: DescribeScalingPlanResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
+ /**
22
+ * serializeAws_json1_1DescribeScalingPlansCommand
23
+ */
24
+ export declare const se_DescribeScalingPlansCommand: (input: DescribeScalingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
+ /**
26
+ * serializeAws_json1_1GetScalingPlanResourceForecastDataCommand
27
+ */
28
+ export declare const se_GetScalingPlanResourceForecastDataCommand: (input: GetScalingPlanResourceForecastDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
+ /**
30
+ * serializeAws_json1_1UpdateScalingPlanCommand
31
+ */
32
+ export declare const se_UpdateScalingPlanCommand: (input: UpdateScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * deserializeAws_json1_1CreateScalingPlanCommand
35
+ */
36
+ export declare const de_CreateScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScalingPlanCommandOutput>;
37
+ /**
38
+ * deserializeAws_json1_1DeleteScalingPlanCommand
39
+ */
40
+ export declare const de_DeleteScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPlanCommandOutput>;
41
+ /**
42
+ * deserializeAws_json1_1DescribeScalingPlanResourcesCommand
43
+ */
44
+ export declare const de_DescribeScalingPlanResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPlanResourcesCommandOutput>;
45
+ /**
46
+ * deserializeAws_json1_1DescribeScalingPlansCommand
47
+ */
48
+ export declare const de_DescribeScalingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPlansCommandOutput>;
49
+ /**
50
+ * deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand
51
+ */
52
+ export declare const de_GetScalingPlanResourceForecastDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScalingPlanResourceForecastDataCommandOutput>;
53
+ /**
54
+ * deserializeAws_json1_1UpdateScalingPlanCommand
55
+ */
56
+ export declare const de_UpdateScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScalingPlanCommandOutput>;
@@ -27,51 +27,51 @@ import {
27
27
  UpdateScalingPlanCommandInput,
28
28
  UpdateScalingPlanCommandOutput,
29
29
  } from "../commands/UpdateScalingPlanCommand";
30
- export declare const serializeAws_json1_1CreateScalingPlanCommand: (
30
+ export declare const se_CreateScalingPlanCommand: (
31
31
  input: CreateScalingPlanCommandInput,
32
32
  context: __SerdeContext
33
33
  ) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DeleteScalingPlanCommand: (
34
+ export declare const se_DeleteScalingPlanCommand: (
35
35
  input: DeleteScalingPlanCommandInput,
36
36
  context: __SerdeContext
37
37
  ) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1DescribeScalingPlanResourcesCommand: (
38
+ export declare const se_DescribeScalingPlanResourcesCommand: (
39
39
  input: DescribeScalingPlanResourcesCommandInput,
40
40
  context: __SerdeContext
41
41
  ) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1DescribeScalingPlansCommand: (
42
+ export declare const se_DescribeScalingPlansCommand: (
43
43
  input: DescribeScalingPlansCommandInput,
44
44
  context: __SerdeContext
45
45
  ) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1GetScalingPlanResourceForecastDataCommand: (
46
+ export declare const se_GetScalingPlanResourceForecastDataCommand: (
47
47
  input: GetScalingPlanResourceForecastDataCommandInput,
48
48
  context: __SerdeContext
49
49
  ) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1UpdateScalingPlanCommand: (
50
+ export declare const se_UpdateScalingPlanCommand: (
51
51
  input: UpdateScalingPlanCommandInput,
52
52
  context: __SerdeContext
53
53
  ) => Promise<__HttpRequest>;
54
- export declare const deserializeAws_json1_1CreateScalingPlanCommand: (
54
+ export declare const de_CreateScalingPlanCommand: (
55
55
  output: __HttpResponse,
56
56
  context: __SerdeContext
57
57
  ) => Promise<CreateScalingPlanCommandOutput>;
58
- export declare const deserializeAws_json1_1DeleteScalingPlanCommand: (
58
+ export declare const de_DeleteScalingPlanCommand: (
59
59
  output: __HttpResponse,
60
60
  context: __SerdeContext
61
61
  ) => Promise<DeleteScalingPlanCommandOutput>;
62
- export declare const deserializeAws_json1_1DescribeScalingPlanResourcesCommand: (
62
+ export declare const de_DescribeScalingPlanResourcesCommand: (
63
63
  output: __HttpResponse,
64
64
  context: __SerdeContext
65
65
  ) => Promise<DescribeScalingPlanResourcesCommandOutput>;
66
- export declare const deserializeAws_json1_1DescribeScalingPlansCommand: (
66
+ export declare const de_DescribeScalingPlansCommand: (
67
67
  output: __HttpResponse,
68
68
  context: __SerdeContext
69
69
  ) => Promise<DescribeScalingPlansCommandOutput>;
70
- export declare const deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand: (
70
+ export declare const de_GetScalingPlanResourceForecastDataCommand: (
71
71
  output: __HttpResponse,
72
72
  context: __SerdeContext
73
73
  ) => Promise<GetScalingPlanResourceForecastDataCommandOutput>;
74
- export declare const deserializeAws_json1_1UpdateScalingPlanCommand: (
74
+ export declare const de_UpdateScalingPlanCommand: (
75
75
  output: __HttpResponse,
76
76
  context: __SerdeContext
77
77
  ) => Promise<UpdateScalingPlanCommandOutput>;
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.306.0",
4
+ "version": "3.309.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",