@aws-sdk/client-savingsplans 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.
- package/dist-cjs/commands/CreateSavingsPlanCommand.js +2 -2
- package/dist-cjs/commands/DeleteQueuedSavingsPlanCommand.js +2 -2
- package/dist-cjs/commands/DescribeSavingsPlanRatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSavingsPlansCommand.js +2 -2
- package/dist-cjs/commands/DescribeSavingsPlansOfferingRatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSavingsPlansOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +183 -217
- package/dist-es/commands/CreateSavingsPlanCommand.js +3 -3
- package/dist-es/commands/DeleteQueuedSavingsPlanCommand.js +3 -3
- package/dist-es/commands/DescribeSavingsPlanRatesCommand.js +3 -3
- package/dist-es/commands/DescribeSavingsPlansCommand.js +3 -3
- package/dist-es/commands/DescribeSavingsPlansOfferingRatesCommand.js +3 -3
- package/dist-es/commands/DescribeSavingsPlansOfferingsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +164 -198
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -18
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -18
- package/package.json +6 -6
|
@@ -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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export declare const
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export declare const
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export declare const
|
|
28
|
-
|
|
29
|
-
|
|
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
|
|
42
|
+
export declare const se_CreateSavingsPlanCommand: (
|
|
43
43
|
input: CreateSavingsPlanCommandInput,
|
|
44
44
|
context: __SerdeContext
|
|
45
45
|
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const se_DeleteQueuedSavingsPlanCommand: (
|
|
47
47
|
input: DeleteQueuedSavingsPlanCommandInput,
|
|
48
48
|
context: __SerdeContext
|
|
49
49
|
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const se_DescribeSavingsPlanRatesCommand: (
|
|
51
51
|
input: DescribeSavingsPlanRatesCommandInput,
|
|
52
52
|
context: __SerdeContext
|
|
53
53
|
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const se_DescribeSavingsPlansCommand: (
|
|
55
55
|
input: DescribeSavingsPlansCommandInput,
|
|
56
56
|
context: __SerdeContext
|
|
57
57
|
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const se_DescribeSavingsPlansOfferingRatesCommand: (
|
|
59
59
|
input: DescribeSavingsPlansOfferingRatesCommandInput,
|
|
60
60
|
context: __SerdeContext
|
|
61
61
|
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const se_DescribeSavingsPlansOfferingsCommand: (
|
|
63
63
|
input: DescribeSavingsPlansOfferingsCommandInput,
|
|
64
64
|
context: __SerdeContext
|
|
65
65
|
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
67
67
|
input: ListTagsForResourceCommandInput,
|
|
68
68
|
context: __SerdeContext
|
|
69
69
|
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const se_TagResourceCommand: (
|
|
71
71
|
input: TagResourceCommandInput,
|
|
72
72
|
context: __SerdeContext
|
|
73
73
|
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const se_UntagResourceCommand: (
|
|
75
75
|
input: UntagResourceCommandInput,
|
|
76
76
|
context: __SerdeContext
|
|
77
77
|
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const de_CreateSavingsPlanCommand: (
|
|
79
79
|
output: __HttpResponse,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<CreateSavingsPlanCommandOutput>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const de_DeleteQueuedSavingsPlanCommand: (
|
|
83
83
|
output: __HttpResponse,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<DeleteQueuedSavingsPlanCommandOutput>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const de_DescribeSavingsPlanRatesCommand: (
|
|
87
87
|
output: __HttpResponse,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<DescribeSavingsPlanRatesCommandOutput>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const de_DescribeSavingsPlansCommand: (
|
|
91
91
|
output: __HttpResponse,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<DescribeSavingsPlansCommandOutput>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const de_DescribeSavingsPlansOfferingRatesCommand: (
|
|
95
95
|
output: __HttpResponse,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const de_DescribeSavingsPlansOfferingsCommand: (
|
|
99
99
|
output: __HttpResponse,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<DescribeSavingsPlansOfferingsCommandOutput>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
103
103
|
output: __HttpResponse,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const de_TagResourceCommand: (
|
|
107
107
|
output: __HttpResponse,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<TagResourceCommandOutput>;
|
|
110
|
-
export declare const
|
|
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.
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
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.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
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",
|