@aws-sdk/client-savingsplans 3.306.0 → 3.310.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.
@@ -9,21 +9,75 @@ import { DescribeSavingsPlansOfferingsCommandInput, DescribeSavingsPlansOffering
9
9
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
10
10
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
11
11
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
12
- export declare const serializeAws_restJson1CreateSavingsPlanCommand: (input: CreateSavingsPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_restJson1DeleteQueuedSavingsPlanCommand: (input: DeleteQueuedSavingsPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1DescribeSavingsPlanRatesCommand: (input: DescribeSavingsPlanRatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const serializeAws_restJson1DescribeSavingsPlansCommand: (input: DescribeSavingsPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_restJson1DescribeSavingsPlansOfferingRatesCommand: (input: DescribeSavingsPlansOfferingRatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_restJson1DescribeSavingsPlansOfferingsCommand: (input: DescribeSavingsPlansOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const deserializeAws_restJson1CreateSavingsPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSavingsPlanCommandOutput>;
22
- export declare const deserializeAws_restJson1DeleteQueuedSavingsPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedSavingsPlanCommandOutput>;
23
- export declare const deserializeAws_restJson1DescribeSavingsPlanRatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlanRatesCommandOutput>;
24
- export declare const deserializeAws_restJson1DescribeSavingsPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlansCommandOutput>;
25
- export declare const deserializeAws_restJson1DescribeSavingsPlansOfferingRatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
26
- export declare const deserializeAws_restJson1DescribeSavingsPlansOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlansOfferingsCommandOutput>;
27
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
28
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
29
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
12
+ /**
13
+ * serializeAws_restJson1CreateSavingsPlanCommand
14
+ */
15
+ export declare const se_CreateSavingsPlanCommand: (input: CreateSavingsPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
+ /**
17
+ * serializeAws_restJson1DeleteQueuedSavingsPlanCommand
18
+ */
19
+ export declare const se_DeleteQueuedSavingsPlanCommand: (input: DeleteQueuedSavingsPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
+ /**
21
+ * serializeAws_restJson1DescribeSavingsPlanRatesCommand
22
+ */
23
+ export declare const se_DescribeSavingsPlanRatesCommand: (input: DescribeSavingsPlanRatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
+ /**
25
+ * serializeAws_restJson1DescribeSavingsPlansCommand
26
+ */
27
+ export declare const se_DescribeSavingsPlansCommand: (input: DescribeSavingsPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
+ /**
29
+ * serializeAws_restJson1DescribeSavingsPlansOfferingRatesCommand
30
+ */
31
+ export declare const se_DescribeSavingsPlansOfferingRatesCommand: (input: DescribeSavingsPlansOfferingRatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_restJson1DescribeSavingsPlansOfferingsCommand
34
+ */
35
+ export declare const se_DescribeSavingsPlansOfferingsCommand: (input: DescribeSavingsPlansOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_restJson1ListTagsForResourceCommand
38
+ */
39
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_restJson1TagResourceCommand
42
+ */
43
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_restJson1UntagResourceCommand
46
+ */
47
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * deserializeAws_restJson1CreateSavingsPlanCommand
50
+ */
51
+ export declare const de_CreateSavingsPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSavingsPlanCommandOutput>;
52
+ /**
53
+ * deserializeAws_restJson1DeleteQueuedSavingsPlanCommand
54
+ */
55
+ export declare const de_DeleteQueuedSavingsPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedSavingsPlanCommandOutput>;
56
+ /**
57
+ * deserializeAws_restJson1DescribeSavingsPlanRatesCommand
58
+ */
59
+ export declare const de_DescribeSavingsPlanRatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlanRatesCommandOutput>;
60
+ /**
61
+ * deserializeAws_restJson1DescribeSavingsPlansCommand
62
+ */
63
+ export declare const de_DescribeSavingsPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlansCommandOutput>;
64
+ /**
65
+ * deserializeAws_restJson1DescribeSavingsPlansOfferingRatesCommand
66
+ */
67
+ export declare const de_DescribeSavingsPlansOfferingRatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
68
+ /**
69
+ * deserializeAws_restJson1DescribeSavingsPlansOfferingsCommand
70
+ */
71
+ export declare const de_DescribeSavingsPlansOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSavingsPlansOfferingsCommandOutput>;
72
+ /**
73
+ * deserializeAws_restJson1ListTagsForResourceCommand
74
+ */
75
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
76
+ /**
77
+ * deserializeAws_restJson1TagResourceCommand
78
+ */
79
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
80
+ /**
81
+ * deserializeAws_restJson1UntagResourceCommand
82
+ */
83
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -39,75 +39,75 @@ import {
39
39
  UntagResourceCommandInput,
40
40
  UntagResourceCommandOutput,
41
41
  } from "../commands/UntagResourceCommand";
42
- export declare const serializeAws_restJson1CreateSavingsPlanCommand: (
42
+ export declare const se_CreateSavingsPlanCommand: (
43
43
  input: CreateSavingsPlanCommandInput,
44
44
  context: __SerdeContext
45
45
  ) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteQueuedSavingsPlanCommand: (
46
+ export declare const se_DeleteQueuedSavingsPlanCommand: (
47
47
  input: DeleteQueuedSavingsPlanCommandInput,
48
48
  context: __SerdeContext
49
49
  ) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DescribeSavingsPlanRatesCommand: (
50
+ export declare const se_DescribeSavingsPlanRatesCommand: (
51
51
  input: DescribeSavingsPlanRatesCommandInput,
52
52
  context: __SerdeContext
53
53
  ) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DescribeSavingsPlansCommand: (
54
+ export declare const se_DescribeSavingsPlansCommand: (
55
55
  input: DescribeSavingsPlansCommandInput,
56
56
  context: __SerdeContext
57
57
  ) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DescribeSavingsPlansOfferingRatesCommand: (
58
+ export declare const se_DescribeSavingsPlansOfferingRatesCommand: (
59
59
  input: DescribeSavingsPlansOfferingRatesCommandInput,
60
60
  context: __SerdeContext
61
61
  ) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DescribeSavingsPlansOfferingsCommand: (
62
+ export declare const se_DescribeSavingsPlansOfferingsCommand: (
63
63
  input: DescribeSavingsPlansOfferingsCommandInput,
64
64
  context: __SerdeContext
65
65
  ) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
66
+ export declare const se_ListTagsForResourceCommand: (
67
67
  input: ListTagsForResourceCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1TagResourceCommand: (
70
+ export declare const se_TagResourceCommand: (
71
71
  input: TagResourceCommandInput,
72
72
  context: __SerdeContext
73
73
  ) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1UntagResourceCommand: (
74
+ export declare const se_UntagResourceCommand: (
75
75
  input: UntagResourceCommandInput,
76
76
  context: __SerdeContext
77
77
  ) => Promise<__HttpRequest>;
78
- export declare const deserializeAws_restJson1CreateSavingsPlanCommand: (
78
+ export declare const de_CreateSavingsPlanCommand: (
79
79
  output: __HttpResponse,
80
80
  context: __SerdeContext
81
81
  ) => Promise<CreateSavingsPlanCommandOutput>;
82
- export declare const deserializeAws_restJson1DeleteQueuedSavingsPlanCommand: (
82
+ export declare const de_DeleteQueuedSavingsPlanCommand: (
83
83
  output: __HttpResponse,
84
84
  context: __SerdeContext
85
85
  ) => Promise<DeleteQueuedSavingsPlanCommandOutput>;
86
- export declare const deserializeAws_restJson1DescribeSavingsPlanRatesCommand: (
86
+ export declare const de_DescribeSavingsPlanRatesCommand: (
87
87
  output: __HttpResponse,
88
88
  context: __SerdeContext
89
89
  ) => Promise<DescribeSavingsPlanRatesCommandOutput>;
90
- export declare const deserializeAws_restJson1DescribeSavingsPlansCommand: (
90
+ export declare const de_DescribeSavingsPlansCommand: (
91
91
  output: __HttpResponse,
92
92
  context: __SerdeContext
93
93
  ) => Promise<DescribeSavingsPlansCommandOutput>;
94
- export declare const deserializeAws_restJson1DescribeSavingsPlansOfferingRatesCommand: (
94
+ export declare const de_DescribeSavingsPlansOfferingRatesCommand: (
95
95
  output: __HttpResponse,
96
96
  context: __SerdeContext
97
97
  ) => Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
98
- export declare const deserializeAws_restJson1DescribeSavingsPlansOfferingsCommand: (
98
+ export declare const de_DescribeSavingsPlansOfferingsCommand: (
99
99
  output: __HttpResponse,
100
100
  context: __SerdeContext
101
101
  ) => Promise<DescribeSavingsPlansOfferingsCommandOutput>;
102
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
102
+ export declare const de_ListTagsForResourceCommand: (
103
103
  output: __HttpResponse,
104
104
  context: __SerdeContext
105
105
  ) => Promise<ListTagsForResourceCommandOutput>;
106
- export declare const deserializeAws_restJson1TagResourceCommand: (
106
+ export declare const de_TagResourceCommand: (
107
107
  output: __HttpResponse,
108
108
  context: __SerdeContext
109
109
  ) => Promise<TagResourceCommandOutput>;
110
- export declare const deserializeAws_restJson1UntagResourceCommand: (
110
+ export declare const de_UntagResourceCommand: (
111
111
  output: __HttpResponse,
112
112
  context: __SerdeContext
113
113
  ) => Promise<UntagResourceCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-savingsplans",
3
3
  "description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.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,43 +21,43 @@
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",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
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",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",
@@ -78,7 +78,7 @@
78
78
  }
79
79
  },
80
80
  "files": [
81
- "dist-*"
81
+ "dist-*/**"
82
82
  ],
83
83
  "author": {
84
84
  "name": "AWS SDK for JavaScript Team",