@aws-sdk/client-savingsplans 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Savingsplans.d.ts +163 -50
- package/dist-types/ts3.4/SavingsplansClient.d.ts +159 -82
- package/dist-types/ts3.4/commands/CreateSavingsPlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteQueuedSavingsPlanCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlanRatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlansCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingRatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +9 -9
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/SavingsplansServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +377 -485
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +113 -29
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-savingsplans
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-savingsplans
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-savingsplans
|
|
@@ -1,50 +1,163 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateSavingsPlanCommandInput,
|
|
4
|
+
CreateSavingsPlanCommandOutput,
|
|
5
|
+
} from "./commands/CreateSavingsPlanCommand";
|
|
6
|
+
import {
|
|
7
|
+
DeleteQueuedSavingsPlanCommandInput,
|
|
8
|
+
DeleteQueuedSavingsPlanCommandOutput,
|
|
9
|
+
} from "./commands/DeleteQueuedSavingsPlanCommand";
|
|
10
|
+
import {
|
|
11
|
+
DescribeSavingsPlanRatesCommandInput,
|
|
12
|
+
DescribeSavingsPlanRatesCommandOutput,
|
|
13
|
+
} from "./commands/DescribeSavingsPlanRatesCommand";
|
|
14
|
+
import {
|
|
15
|
+
DescribeSavingsPlansCommandInput,
|
|
16
|
+
DescribeSavingsPlansCommandOutput,
|
|
17
|
+
} from "./commands/DescribeSavingsPlansCommand";
|
|
18
|
+
import {
|
|
19
|
+
DescribeSavingsPlansOfferingRatesCommandInput,
|
|
20
|
+
DescribeSavingsPlansOfferingRatesCommandOutput,
|
|
21
|
+
} from "./commands/DescribeSavingsPlansOfferingRatesCommand";
|
|
22
|
+
import {
|
|
23
|
+
DescribeSavingsPlansOfferingsCommandInput,
|
|
24
|
+
DescribeSavingsPlansOfferingsCommandOutput,
|
|
25
|
+
} from "./commands/DescribeSavingsPlansOfferingsCommand";
|
|
26
|
+
import {
|
|
27
|
+
ListTagsForResourceCommandInput,
|
|
28
|
+
ListTagsForResourceCommandOutput,
|
|
29
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
30
|
+
import {
|
|
31
|
+
TagResourceCommandInput,
|
|
32
|
+
TagResourceCommandOutput,
|
|
33
|
+
} from "./commands/TagResourceCommand";
|
|
34
|
+
import {
|
|
35
|
+
UntagResourceCommandInput,
|
|
36
|
+
UntagResourceCommandOutput,
|
|
37
|
+
} from "./commands/UntagResourceCommand";
|
|
38
|
+
import { SavingsplansClient } from "./SavingsplansClient";
|
|
39
|
+
export declare class Savingsplans extends SavingsplansClient {
|
|
40
|
+
createSavingsPlan(
|
|
41
|
+
args: CreateSavingsPlanCommandInput,
|
|
42
|
+
options?: __HttpHandlerOptions
|
|
43
|
+
): Promise<CreateSavingsPlanCommandOutput>;
|
|
44
|
+
createSavingsPlan(
|
|
45
|
+
args: CreateSavingsPlanCommandInput,
|
|
46
|
+
cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void
|
|
47
|
+
): void;
|
|
48
|
+
createSavingsPlan(
|
|
49
|
+
args: CreateSavingsPlanCommandInput,
|
|
50
|
+
options: __HttpHandlerOptions,
|
|
51
|
+
cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void
|
|
52
|
+
): void;
|
|
53
|
+
deleteQueuedSavingsPlan(
|
|
54
|
+
args: DeleteQueuedSavingsPlanCommandInput,
|
|
55
|
+
options?: __HttpHandlerOptions
|
|
56
|
+
): Promise<DeleteQueuedSavingsPlanCommandOutput>;
|
|
57
|
+
deleteQueuedSavingsPlan(
|
|
58
|
+
args: DeleteQueuedSavingsPlanCommandInput,
|
|
59
|
+
cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void
|
|
60
|
+
): void;
|
|
61
|
+
deleteQueuedSavingsPlan(
|
|
62
|
+
args: DeleteQueuedSavingsPlanCommandInput,
|
|
63
|
+
options: __HttpHandlerOptions,
|
|
64
|
+
cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void
|
|
65
|
+
): void;
|
|
66
|
+
describeSavingsPlanRates(
|
|
67
|
+
args: DescribeSavingsPlanRatesCommandInput,
|
|
68
|
+
options?: __HttpHandlerOptions
|
|
69
|
+
): Promise<DescribeSavingsPlanRatesCommandOutput>;
|
|
70
|
+
describeSavingsPlanRates(
|
|
71
|
+
args: DescribeSavingsPlanRatesCommandInput,
|
|
72
|
+
cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void
|
|
73
|
+
): void;
|
|
74
|
+
describeSavingsPlanRates(
|
|
75
|
+
args: DescribeSavingsPlanRatesCommandInput,
|
|
76
|
+
options: __HttpHandlerOptions,
|
|
77
|
+
cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void
|
|
78
|
+
): void;
|
|
79
|
+
describeSavingsPlans(
|
|
80
|
+
args: DescribeSavingsPlansCommandInput,
|
|
81
|
+
options?: __HttpHandlerOptions
|
|
82
|
+
): Promise<DescribeSavingsPlansCommandOutput>;
|
|
83
|
+
describeSavingsPlans(
|
|
84
|
+
args: DescribeSavingsPlansCommandInput,
|
|
85
|
+
cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void
|
|
86
|
+
): void;
|
|
87
|
+
describeSavingsPlans(
|
|
88
|
+
args: DescribeSavingsPlansCommandInput,
|
|
89
|
+
options: __HttpHandlerOptions,
|
|
90
|
+
cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void
|
|
91
|
+
): void;
|
|
92
|
+
describeSavingsPlansOfferingRates(
|
|
93
|
+
args: DescribeSavingsPlansOfferingRatesCommandInput,
|
|
94
|
+
options?: __HttpHandlerOptions
|
|
95
|
+
): Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
|
|
96
|
+
describeSavingsPlansOfferingRates(
|
|
97
|
+
args: DescribeSavingsPlansOfferingRatesCommandInput,
|
|
98
|
+
cb: (
|
|
99
|
+
err: any,
|
|
100
|
+
data?: DescribeSavingsPlansOfferingRatesCommandOutput
|
|
101
|
+
) => void
|
|
102
|
+
): void;
|
|
103
|
+
describeSavingsPlansOfferingRates(
|
|
104
|
+
args: DescribeSavingsPlansOfferingRatesCommandInput,
|
|
105
|
+
options: __HttpHandlerOptions,
|
|
106
|
+
cb: (
|
|
107
|
+
err: any,
|
|
108
|
+
data?: DescribeSavingsPlansOfferingRatesCommandOutput
|
|
109
|
+
) => void
|
|
110
|
+
): void;
|
|
111
|
+
describeSavingsPlansOfferings(
|
|
112
|
+
args: DescribeSavingsPlansOfferingsCommandInput,
|
|
113
|
+
options?: __HttpHandlerOptions
|
|
114
|
+
): Promise<DescribeSavingsPlansOfferingsCommandOutput>;
|
|
115
|
+
describeSavingsPlansOfferings(
|
|
116
|
+
args: DescribeSavingsPlansOfferingsCommandInput,
|
|
117
|
+
cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void
|
|
118
|
+
): void;
|
|
119
|
+
describeSavingsPlansOfferings(
|
|
120
|
+
args: DescribeSavingsPlansOfferingsCommandInput,
|
|
121
|
+
options: __HttpHandlerOptions,
|
|
122
|
+
cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void
|
|
123
|
+
): void;
|
|
124
|
+
listTagsForResource(
|
|
125
|
+
args: ListTagsForResourceCommandInput,
|
|
126
|
+
options?: __HttpHandlerOptions
|
|
127
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
128
|
+
listTagsForResource(
|
|
129
|
+
args: ListTagsForResourceCommandInput,
|
|
130
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
131
|
+
): void;
|
|
132
|
+
listTagsForResource(
|
|
133
|
+
args: ListTagsForResourceCommandInput,
|
|
134
|
+
options: __HttpHandlerOptions,
|
|
135
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
136
|
+
): void;
|
|
137
|
+
tagResource(
|
|
138
|
+
args: TagResourceCommandInput,
|
|
139
|
+
options?: __HttpHandlerOptions
|
|
140
|
+
): Promise<TagResourceCommandOutput>;
|
|
141
|
+
tagResource(
|
|
142
|
+
args: TagResourceCommandInput,
|
|
143
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
144
|
+
): void;
|
|
145
|
+
tagResource(
|
|
146
|
+
args: TagResourceCommandInput,
|
|
147
|
+
options: __HttpHandlerOptions,
|
|
148
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
149
|
+
): void;
|
|
150
|
+
untagResource(
|
|
151
|
+
args: UntagResourceCommandInput,
|
|
152
|
+
options?: __HttpHandlerOptions
|
|
153
|
+
): Promise<UntagResourceCommandOutput>;
|
|
154
|
+
untagResource(
|
|
155
|
+
args: UntagResourceCommandInput,
|
|
156
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
untagResource(
|
|
159
|
+
args: UntagResourceCommandInput,
|
|
160
|
+
options: __HttpHandlerOptions,
|
|
161
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
162
|
+
): void;
|
|
163
|
+
}
|
|
@@ -1,82 +1,159 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateSavingsPlanCommandInput,
|
|
47
|
+
CreateSavingsPlanCommandOutput,
|
|
48
|
+
} from "./commands/CreateSavingsPlanCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteQueuedSavingsPlanCommandInput,
|
|
51
|
+
DeleteQueuedSavingsPlanCommandOutput,
|
|
52
|
+
} from "./commands/DeleteQueuedSavingsPlanCommand";
|
|
53
|
+
import {
|
|
54
|
+
DescribeSavingsPlanRatesCommandInput,
|
|
55
|
+
DescribeSavingsPlanRatesCommandOutput,
|
|
56
|
+
} from "./commands/DescribeSavingsPlanRatesCommand";
|
|
57
|
+
import {
|
|
58
|
+
DescribeSavingsPlansCommandInput,
|
|
59
|
+
DescribeSavingsPlansCommandOutput,
|
|
60
|
+
} from "./commands/DescribeSavingsPlansCommand";
|
|
61
|
+
import {
|
|
62
|
+
DescribeSavingsPlansOfferingRatesCommandInput,
|
|
63
|
+
DescribeSavingsPlansOfferingRatesCommandOutput,
|
|
64
|
+
} from "./commands/DescribeSavingsPlansOfferingRatesCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeSavingsPlansOfferingsCommandInput,
|
|
67
|
+
DescribeSavingsPlansOfferingsCommandOutput,
|
|
68
|
+
} from "./commands/DescribeSavingsPlansOfferingsCommand";
|
|
69
|
+
import {
|
|
70
|
+
ListTagsForResourceCommandInput,
|
|
71
|
+
ListTagsForResourceCommandOutput,
|
|
72
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
73
|
+
import {
|
|
74
|
+
TagResourceCommandInput,
|
|
75
|
+
TagResourceCommandOutput,
|
|
76
|
+
} from "./commands/TagResourceCommand";
|
|
77
|
+
import {
|
|
78
|
+
UntagResourceCommandInput,
|
|
79
|
+
UntagResourceCommandOutput,
|
|
80
|
+
} from "./commands/UntagResourceCommand";
|
|
81
|
+
export declare type ServiceInputTypes =
|
|
82
|
+
| CreateSavingsPlanCommandInput
|
|
83
|
+
| DeleteQueuedSavingsPlanCommandInput
|
|
84
|
+
| DescribeSavingsPlanRatesCommandInput
|
|
85
|
+
| DescribeSavingsPlansCommandInput
|
|
86
|
+
| DescribeSavingsPlansOfferingRatesCommandInput
|
|
87
|
+
| DescribeSavingsPlansOfferingsCommandInput
|
|
88
|
+
| ListTagsForResourceCommandInput
|
|
89
|
+
| TagResourceCommandInput
|
|
90
|
+
| UntagResourceCommandInput;
|
|
91
|
+
export declare type ServiceOutputTypes =
|
|
92
|
+
| CreateSavingsPlanCommandOutput
|
|
93
|
+
| DeleteQueuedSavingsPlanCommandOutput
|
|
94
|
+
| DescribeSavingsPlanRatesCommandOutput
|
|
95
|
+
| DescribeSavingsPlansCommandOutput
|
|
96
|
+
| DescribeSavingsPlansOfferingRatesCommandOutput
|
|
97
|
+
| DescribeSavingsPlansOfferingsCommandOutput
|
|
98
|
+
| ListTagsForResourceCommandOutput
|
|
99
|
+
| TagResourceCommandOutput
|
|
100
|
+
| UntagResourceCommandOutput;
|
|
101
|
+
export interface ClientDefaults
|
|
102
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
103
|
+
requestHandler?: __HttpHandler;
|
|
104
|
+
sha256?: __HashConstructor;
|
|
105
|
+
urlParser?: __UrlParser;
|
|
106
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
107
|
+
streamCollector?: __StreamCollector;
|
|
108
|
+
base64Decoder?: __Decoder;
|
|
109
|
+
base64Encoder?: __Encoder;
|
|
110
|
+
utf8Decoder?: __Decoder;
|
|
111
|
+
utf8Encoder?: __Encoder;
|
|
112
|
+
runtime?: string;
|
|
113
|
+
disableHostPrefix?: boolean;
|
|
114
|
+
maxAttempts?: number | __Provider<number>;
|
|
115
|
+
retryMode?: string | __Provider<string>;
|
|
116
|
+
logger?: __Logger;
|
|
117
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
118
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
119
|
+
serviceId?: string;
|
|
120
|
+
region?: string | __Provider<string>;
|
|
121
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
122
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
123
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
124
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
125
|
+
}
|
|
126
|
+
declare type SavingsplansClientConfigType = Partial<
|
|
127
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
128
|
+
> &
|
|
129
|
+
ClientDefaults &
|
|
130
|
+
RegionInputConfig &
|
|
131
|
+
EndpointsInputConfig &
|
|
132
|
+
RetryInputConfig &
|
|
133
|
+
HostHeaderInputConfig &
|
|
134
|
+
AwsAuthInputConfig &
|
|
135
|
+
UserAgentInputConfig;
|
|
136
|
+
export interface SavingsplansClientConfig
|
|
137
|
+
extends SavingsplansClientConfigType {}
|
|
138
|
+
declare type SavingsplansClientResolvedConfigType =
|
|
139
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
140
|
+
Required<ClientDefaults> &
|
|
141
|
+
RegionResolvedConfig &
|
|
142
|
+
EndpointsResolvedConfig &
|
|
143
|
+
RetryResolvedConfig &
|
|
144
|
+
HostHeaderResolvedConfig &
|
|
145
|
+
AwsAuthResolvedConfig &
|
|
146
|
+
UserAgentResolvedConfig;
|
|
147
|
+
export interface SavingsplansClientResolvedConfig
|
|
148
|
+
extends SavingsplansClientResolvedConfigType {}
|
|
149
|
+
export declare class SavingsplansClient extends __Client<
|
|
150
|
+
__HttpHandlerOptions,
|
|
151
|
+
ServiceInputTypes,
|
|
152
|
+
ServiceOutputTypes,
|
|
153
|
+
SavingsplansClientResolvedConfig
|
|
154
|
+
> {
|
|
155
|
+
readonly config: SavingsplansClientResolvedConfig;
|
|
156
|
+
constructor(configuration: SavingsplansClientConfig);
|
|
157
|
+
destroy(): void;
|
|
158
|
+
}
|
|
159
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateSavingsPlanRequest,
|
|
10
|
+
CreateSavingsPlanResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
SavingsplansClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SavingsplansClient";
|
|
17
|
+
export interface CreateSavingsPlanCommandInput
|
|
18
|
+
extends CreateSavingsPlanRequest {}
|
|
19
|
+
export interface CreateSavingsPlanCommandOutput
|
|
20
|
+
extends CreateSavingsPlanResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateSavingsPlanCommand extends $Command<
|
|
23
|
+
CreateSavingsPlanCommandInput,
|
|
24
|
+
CreateSavingsPlanCommandOutput,
|
|
25
|
+
SavingsplansClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateSavingsPlanCommandInput;
|
|
28
|
+
constructor(input: CreateSavingsPlanCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SavingsplansClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteQueuedSavingsPlanRequest,
|
|
10
|
+
DeleteQueuedSavingsPlanResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
SavingsplansClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SavingsplansClient";
|
|
17
|
+
export interface DeleteQueuedSavingsPlanCommandInput
|
|
18
|
+
extends DeleteQueuedSavingsPlanRequest {}
|
|
19
|
+
export interface DeleteQueuedSavingsPlanCommandOutput
|
|
20
|
+
extends DeleteQueuedSavingsPlanResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteQueuedSavingsPlanCommand extends $Command<
|
|
23
|
+
DeleteQueuedSavingsPlanCommandInput,
|
|
24
|
+
DeleteQueuedSavingsPlanCommandOutput,
|
|
25
|
+
SavingsplansClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteQueuedSavingsPlanCommandInput;
|
|
28
|
+
constructor(input: DeleteQueuedSavingsPlanCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SavingsplansClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteQueuedSavingsPlanCommandInput,
|
|
35
|
+
DeleteQueuedSavingsPlanCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|