@aws-sdk/client-savingsplans 3.49.0 → 3.50.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 +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/Savingsplans.d.ts +0 -50
- package/dist-types/ts3.4/SavingsplansClient.d.ts +0 -82
- package/dist-types/ts3.4/commands/CreateSavingsPlanCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQueuedSavingsPlanCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlanRatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlansCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingRatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -9
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -548
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -29
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-savingsplans
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-savingsplans
|
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.50.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",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput } from "./commands/CreateSavingsPlanCommand";
|
|
3
|
-
import { DeleteQueuedSavingsPlanCommandInput, DeleteQueuedSavingsPlanCommandOutput } from "./commands/DeleteQueuedSavingsPlanCommand";
|
|
4
|
-
import { DescribeSavingsPlanRatesCommandInput, DescribeSavingsPlanRatesCommandOutput } from "./commands/DescribeSavingsPlanRatesCommand";
|
|
5
|
-
import { DescribeSavingsPlansCommandInput, DescribeSavingsPlansCommandOutput } from "./commands/DescribeSavingsPlansCommand";
|
|
6
|
-
import { DescribeSavingsPlansOfferingRatesCommandInput, DescribeSavingsPlansOfferingRatesCommandOutput } from "./commands/DescribeSavingsPlansOfferingRatesCommand";
|
|
7
|
-
import { DescribeSavingsPlansOfferingsCommandInput, DescribeSavingsPlansOfferingsCommandOutput } from "./commands/DescribeSavingsPlansOfferingsCommand";
|
|
8
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
9
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
10
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
11
|
-
import { SavingsplansClient } from "./SavingsplansClient";
|
|
12
|
-
|
|
13
|
-
export declare class Savingsplans extends SavingsplansClient {
|
|
14
|
-
|
|
15
|
-
createSavingsPlan(args: CreateSavingsPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateSavingsPlanCommandOutput>;
|
|
16
|
-
createSavingsPlan(args: CreateSavingsPlanCommandInput, cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void): void;
|
|
17
|
-
createSavingsPlan(args: CreateSavingsPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void): void;
|
|
18
|
-
|
|
19
|
-
deleteQueuedSavingsPlan(args: DeleteQueuedSavingsPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueuedSavingsPlanCommandOutput>;
|
|
20
|
-
deleteQueuedSavingsPlan(args: DeleteQueuedSavingsPlanCommandInput, cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void): void;
|
|
21
|
-
deleteQueuedSavingsPlan(args: DeleteQueuedSavingsPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void): void;
|
|
22
|
-
|
|
23
|
-
describeSavingsPlanRates(args: DescribeSavingsPlanRatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSavingsPlanRatesCommandOutput>;
|
|
24
|
-
describeSavingsPlanRates(args: DescribeSavingsPlanRatesCommandInput, cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void): void;
|
|
25
|
-
describeSavingsPlanRates(args: DescribeSavingsPlanRatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void): void;
|
|
26
|
-
|
|
27
|
-
describeSavingsPlans(args: DescribeSavingsPlansCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSavingsPlansCommandOutput>;
|
|
28
|
-
describeSavingsPlans(args: DescribeSavingsPlansCommandInput, cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void): void;
|
|
29
|
-
describeSavingsPlans(args: DescribeSavingsPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void): void;
|
|
30
|
-
|
|
31
|
-
describeSavingsPlansOfferingRates(args: DescribeSavingsPlansOfferingRatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
|
|
32
|
-
describeSavingsPlansOfferingRates(args: DescribeSavingsPlansOfferingRatesCommandInput, cb: (err: any, data?: DescribeSavingsPlansOfferingRatesCommandOutput) => void): void;
|
|
33
|
-
describeSavingsPlansOfferingRates(args: DescribeSavingsPlansOfferingRatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSavingsPlansOfferingRatesCommandOutput) => void): void;
|
|
34
|
-
|
|
35
|
-
describeSavingsPlansOfferings(args: DescribeSavingsPlansOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSavingsPlansOfferingsCommandOutput>;
|
|
36
|
-
describeSavingsPlansOfferings(args: DescribeSavingsPlansOfferingsCommandInput, cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void): void;
|
|
37
|
-
describeSavingsPlansOfferings(args: DescribeSavingsPlansOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void): void;
|
|
38
|
-
|
|
39
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
40
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
41
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
42
|
-
|
|
43
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
44
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
45
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
46
|
-
|
|
47
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
48
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
49
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
50
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput } from "./commands/CreateSavingsPlanCommand";
|
|
10
|
-
import { DeleteQueuedSavingsPlanCommandInput, DeleteQueuedSavingsPlanCommandOutput } from "./commands/DeleteQueuedSavingsPlanCommand";
|
|
11
|
-
import { DescribeSavingsPlanRatesCommandInput, DescribeSavingsPlanRatesCommandOutput } from "./commands/DescribeSavingsPlanRatesCommand";
|
|
12
|
-
import { DescribeSavingsPlansCommandInput, DescribeSavingsPlansCommandOutput } from "./commands/DescribeSavingsPlansCommand";
|
|
13
|
-
import { DescribeSavingsPlansOfferingRatesCommandInput, DescribeSavingsPlansOfferingRatesCommandOutput } from "./commands/DescribeSavingsPlansOfferingRatesCommand";
|
|
14
|
-
import { DescribeSavingsPlansOfferingsCommandInput, DescribeSavingsPlansOfferingsCommandOutput } from "./commands/DescribeSavingsPlansOfferingsCommand";
|
|
15
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
16
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
17
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
18
|
-
export declare type ServiceInputTypes = CreateSavingsPlanCommandInput | DeleteQueuedSavingsPlanCommandInput | DescribeSavingsPlanRatesCommandInput | DescribeSavingsPlansCommandInput | DescribeSavingsPlansOfferingRatesCommandInput | DescribeSavingsPlansOfferingsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
|
|
19
|
-
export declare type ServiceOutputTypes = CreateSavingsPlanCommandOutput | DeleteQueuedSavingsPlanCommandOutput | DescribeSavingsPlanRatesCommandOutput | DescribeSavingsPlansCommandOutput | DescribeSavingsPlansOfferingRatesCommandOutput | DescribeSavingsPlansOfferingsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
|
|
20
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
21
|
-
|
|
22
|
-
requestHandler?: __HttpHandler;
|
|
23
|
-
|
|
24
|
-
sha256?: __HashConstructor;
|
|
25
|
-
|
|
26
|
-
urlParser?: __UrlParser;
|
|
27
|
-
|
|
28
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
29
|
-
|
|
30
|
-
streamCollector?: __StreamCollector;
|
|
31
|
-
|
|
32
|
-
base64Decoder?: __Decoder;
|
|
33
|
-
|
|
34
|
-
base64Encoder?: __Encoder;
|
|
35
|
-
|
|
36
|
-
utf8Decoder?: __Decoder;
|
|
37
|
-
|
|
38
|
-
utf8Encoder?: __Encoder;
|
|
39
|
-
|
|
40
|
-
runtime?: string;
|
|
41
|
-
|
|
42
|
-
disableHostPrefix?: boolean;
|
|
43
|
-
|
|
44
|
-
maxAttempts?: number | __Provider<number>;
|
|
45
|
-
|
|
46
|
-
retryMode?: string | __Provider<string>;
|
|
47
|
-
|
|
48
|
-
logger?: __Logger;
|
|
49
|
-
|
|
50
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
51
|
-
|
|
52
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
53
|
-
|
|
54
|
-
serviceId?: string;
|
|
55
|
-
|
|
56
|
-
region?: string | __Provider<string>;
|
|
57
|
-
|
|
58
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
59
|
-
|
|
60
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
61
|
-
|
|
62
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
63
|
-
|
|
64
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
65
|
-
}
|
|
66
|
-
declare type SavingsplansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
67
|
-
|
|
68
|
-
export interface SavingsplansClientConfig extends SavingsplansClientConfigType {
|
|
69
|
-
}
|
|
70
|
-
declare type SavingsplansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
71
|
-
|
|
72
|
-
export interface SavingsplansClientResolvedConfig extends SavingsplansClientResolvedConfigType {
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
export declare class SavingsplansClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SavingsplansClientResolvedConfig> {
|
|
76
|
-
|
|
77
|
-
readonly config: SavingsplansClientResolvedConfig;
|
|
78
|
-
constructor(configuration: SavingsplansClientConfig);
|
|
79
|
-
|
|
80
|
-
destroy(): void;
|
|
81
|
-
}
|
|
82
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateSavingsPlanRequest, CreateSavingsPlanResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface CreateSavingsPlanCommandInput extends CreateSavingsPlanRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSavingsPlanCommandOutput extends CreateSavingsPlanResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateSavingsPlanCommand extends $Command<CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateSavingsPlanCommandInput;
|
|
12
|
-
constructor(input: CreateSavingsPlanCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DeleteQueuedSavingsPlanRequest, DeleteQueuedSavingsPlanResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface DeleteQueuedSavingsPlanCommandInput extends DeleteQueuedSavingsPlanRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteQueuedSavingsPlanCommandOutput extends DeleteQueuedSavingsPlanResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteQueuedSavingsPlanCommand extends $Command<DeleteQueuedSavingsPlanCommandInput, DeleteQueuedSavingsPlanCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteQueuedSavingsPlanCommandInput;
|
|
12
|
-
constructor(input: DeleteQueuedSavingsPlanCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueuedSavingsPlanCommandInput, DeleteQueuedSavingsPlanCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSavingsPlanRatesRequest, DescribeSavingsPlanRatesResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface DescribeSavingsPlanRatesCommandInput extends DescribeSavingsPlanRatesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSavingsPlanRatesCommandOutput extends DescribeSavingsPlanRatesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSavingsPlanRatesCommand extends $Command<DescribeSavingsPlanRatesCommandInput, DescribeSavingsPlanRatesCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSavingsPlanRatesCommandInput;
|
|
12
|
-
constructor(input: DescribeSavingsPlanRatesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSavingsPlanRatesCommandInput, DescribeSavingsPlanRatesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSavingsPlansRequest, DescribeSavingsPlansResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface DescribeSavingsPlansCommandInput extends DescribeSavingsPlansRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSavingsPlansCommandOutput extends DescribeSavingsPlansResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSavingsPlansCommand extends $Command<DescribeSavingsPlansCommandInput, DescribeSavingsPlansCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSavingsPlansCommandInput;
|
|
12
|
-
constructor(input: DescribeSavingsPlansCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSavingsPlansCommandInput, DescribeSavingsPlansCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSavingsPlansOfferingRatesRequest, DescribeSavingsPlansOfferingRatesResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface DescribeSavingsPlansOfferingRatesCommandInput extends DescribeSavingsPlansOfferingRatesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSavingsPlansOfferingRatesCommandOutput extends DescribeSavingsPlansOfferingRatesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSavingsPlansOfferingRatesCommand extends $Command<DescribeSavingsPlansOfferingRatesCommandInput, DescribeSavingsPlansOfferingRatesCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSavingsPlansOfferingRatesCommandInput;
|
|
12
|
-
constructor(input: DescribeSavingsPlansOfferingRatesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSavingsPlansOfferingRatesCommandInput, DescribeSavingsPlansOfferingRatesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeSavingsPlansOfferingsRequest, DescribeSavingsPlansOfferingsResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface DescribeSavingsPlansOfferingsCommandInput extends DescribeSavingsPlansOfferingsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSavingsPlansOfferingsCommandOutput extends DescribeSavingsPlansOfferingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSavingsPlansOfferingsCommand extends $Command<DescribeSavingsPlansOfferingsCommandInput, DescribeSavingsPlansOfferingsCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSavingsPlansOfferingsCommandInput;
|
|
12
|
-
constructor(input: DescribeSavingsPlansOfferingsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSavingsPlansOfferingsCommandInput, DescribeSavingsPlansOfferingsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SavingsplansClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SavingsplansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from "./CreateSavingsPlanCommand";
|
|
2
|
-
export * from "./DeleteQueuedSavingsPlanCommand";
|
|
3
|
-
export * from "./DescribeSavingsPlanRatesCommand";
|
|
4
|
-
export * from "./DescribeSavingsPlansCommand";
|
|
5
|
-
export * from "./DescribeSavingsPlansOfferingRatesCommand";
|
|
6
|
-
export * from "./DescribeSavingsPlansOfferingsCommand";
|
|
7
|
-
export * from "./ListTagsForResourceCommand";
|
|
8
|
-
export * from "./TagResourceCommand";
|
|
9
|
-
export * from "./UntagResourceCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,548 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export interface CreateSavingsPlanRequest {
|
|
3
|
-
|
|
4
|
-
savingsPlanOfferingId: string | undefined;
|
|
5
|
-
|
|
6
|
-
commitment: string | undefined;
|
|
7
|
-
|
|
8
|
-
upfrontPaymentAmount?: string;
|
|
9
|
-
|
|
10
|
-
purchaseTime?: Date;
|
|
11
|
-
|
|
12
|
-
clientToken?: string;
|
|
13
|
-
|
|
14
|
-
tags?: {
|
|
15
|
-
[key: string]: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export declare namespace CreateSavingsPlanRequest {
|
|
19
|
-
|
|
20
|
-
const filterSensitiveLog: (obj: CreateSavingsPlanRequest) => any;
|
|
21
|
-
}
|
|
22
|
-
export interface CreateSavingsPlanResponse {
|
|
23
|
-
|
|
24
|
-
savingsPlanId?: string;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace CreateSavingsPlanResponse {
|
|
27
|
-
|
|
28
|
-
const filterSensitiveLog: (obj: CreateSavingsPlanResponse) => any;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
32
|
-
name: "InternalServerException";
|
|
33
|
-
$fault: "server";
|
|
34
|
-
message: string | undefined;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
38
|
-
name: "ResourceNotFoundException";
|
|
39
|
-
$fault: "client";
|
|
40
|
-
message: string | undefined;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
44
|
-
name: "ServiceQuotaExceededException";
|
|
45
|
-
$fault: "client";
|
|
46
|
-
message: string | undefined;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
50
|
-
name: "ValidationException";
|
|
51
|
-
$fault: "client";
|
|
52
|
-
message: string | undefined;
|
|
53
|
-
}
|
|
54
|
-
export interface DeleteQueuedSavingsPlanRequest {
|
|
55
|
-
|
|
56
|
-
savingsPlanId: string | undefined;
|
|
57
|
-
}
|
|
58
|
-
export declare namespace DeleteQueuedSavingsPlanRequest {
|
|
59
|
-
|
|
60
|
-
const filterSensitiveLog: (obj: DeleteQueuedSavingsPlanRequest) => any;
|
|
61
|
-
}
|
|
62
|
-
export interface DeleteQueuedSavingsPlanResponse {
|
|
63
|
-
}
|
|
64
|
-
export declare namespace DeleteQueuedSavingsPlanResponse {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: DeleteQueuedSavingsPlanResponse) => any;
|
|
67
|
-
}
|
|
68
|
-
export declare enum SavingsPlanRateFilterName {
|
|
69
|
-
INSTANCE_TYPE = "instanceType",
|
|
70
|
-
OPERATION = "operation",
|
|
71
|
-
PRODUCT_DESCRIPTION = "productDescription",
|
|
72
|
-
PRODUCT_TYPE = "productType",
|
|
73
|
-
REGION = "region",
|
|
74
|
-
SERVICE_CODE = "serviceCode",
|
|
75
|
-
TENANCY = "tenancy",
|
|
76
|
-
USAGE_TYPE = "usageType"
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export interface SavingsPlanRateFilter {
|
|
80
|
-
|
|
81
|
-
name?: SavingsPlanRateFilterName | string;
|
|
82
|
-
|
|
83
|
-
values?: string[];
|
|
84
|
-
}
|
|
85
|
-
export declare namespace SavingsPlanRateFilter {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: SavingsPlanRateFilter) => any;
|
|
88
|
-
}
|
|
89
|
-
export interface DescribeSavingsPlanRatesRequest {
|
|
90
|
-
|
|
91
|
-
savingsPlanId: string | undefined;
|
|
92
|
-
|
|
93
|
-
filters?: SavingsPlanRateFilter[];
|
|
94
|
-
|
|
95
|
-
nextToken?: string;
|
|
96
|
-
|
|
97
|
-
maxResults?: number;
|
|
98
|
-
}
|
|
99
|
-
export declare namespace DescribeSavingsPlanRatesRequest {
|
|
100
|
-
|
|
101
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlanRatesRequest) => any;
|
|
102
|
-
}
|
|
103
|
-
export declare type CurrencyCode = "CNY" | "USD";
|
|
104
|
-
export declare enum SavingsPlanProductType {
|
|
105
|
-
EC2 = "EC2",
|
|
106
|
-
FARGATE = "Fargate",
|
|
107
|
-
LAMBDA = "Lambda",
|
|
108
|
-
SAGEMAKER = "SageMaker"
|
|
109
|
-
}
|
|
110
|
-
export declare enum SavingsPlanRatePropertyKey {
|
|
111
|
-
INSTANCE_FAMILY = "instanceFamily",
|
|
112
|
-
INSTANCE_TYPE = "instanceType",
|
|
113
|
-
PRODUCT_DESCRIPTION = "productDescription",
|
|
114
|
-
REGION = "region",
|
|
115
|
-
TENANCY = "tenancy"
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export interface SavingsPlanRateProperty {
|
|
119
|
-
|
|
120
|
-
name?: SavingsPlanRatePropertyKey | string;
|
|
121
|
-
|
|
122
|
-
value?: string;
|
|
123
|
-
}
|
|
124
|
-
export declare namespace SavingsPlanRateProperty {
|
|
125
|
-
|
|
126
|
-
const filterSensitiveLog: (obj: SavingsPlanRateProperty) => any;
|
|
127
|
-
}
|
|
128
|
-
export declare enum SavingsPlanRateServiceCode {
|
|
129
|
-
EC2 = "AmazonEC2",
|
|
130
|
-
FARGATE = "AmazonECS",
|
|
131
|
-
FARGATE_EKS = "AmazonEKS",
|
|
132
|
-
LAMBDA = "AWSLambda",
|
|
133
|
-
SAGEMAKER = "AmazonSageMaker"
|
|
134
|
-
}
|
|
135
|
-
export declare enum SavingsPlanRateUnit {
|
|
136
|
-
HOURS = "Hrs",
|
|
137
|
-
LAMBDA_GB_SECOND = "Lambda-GB-Second",
|
|
138
|
-
REQUEST = "Request"
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
export interface SavingsPlanRate {
|
|
142
|
-
|
|
143
|
-
rate?: string;
|
|
144
|
-
|
|
145
|
-
currency?: CurrencyCode | string;
|
|
146
|
-
|
|
147
|
-
unit?: SavingsPlanRateUnit | string;
|
|
148
|
-
|
|
149
|
-
productType?: SavingsPlanProductType | string;
|
|
150
|
-
|
|
151
|
-
serviceCode?: SavingsPlanRateServiceCode | string;
|
|
152
|
-
|
|
153
|
-
usageType?: string;
|
|
154
|
-
|
|
155
|
-
operation?: string;
|
|
156
|
-
|
|
157
|
-
properties?: SavingsPlanRateProperty[];
|
|
158
|
-
}
|
|
159
|
-
export declare namespace SavingsPlanRate {
|
|
160
|
-
|
|
161
|
-
const filterSensitiveLog: (obj: SavingsPlanRate) => any;
|
|
162
|
-
}
|
|
163
|
-
export interface DescribeSavingsPlanRatesResponse {
|
|
164
|
-
|
|
165
|
-
savingsPlanId?: string;
|
|
166
|
-
|
|
167
|
-
searchResults?: SavingsPlanRate[];
|
|
168
|
-
|
|
169
|
-
nextToken?: string;
|
|
170
|
-
}
|
|
171
|
-
export declare namespace DescribeSavingsPlanRatesResponse {
|
|
172
|
-
|
|
173
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlanRatesResponse) => any;
|
|
174
|
-
}
|
|
175
|
-
export declare enum SavingsPlansFilterName {
|
|
176
|
-
COMMITMENT = "commitment",
|
|
177
|
-
EC2_INSTANCE_FAMILY = "ec2-instance-family",
|
|
178
|
-
END = "end",
|
|
179
|
-
PAYMENT_OPTION = "payment-option",
|
|
180
|
-
REGION = "region",
|
|
181
|
-
SAVINGS_PLAN_TYPE = "savings-plan-type",
|
|
182
|
-
START = "start",
|
|
183
|
-
TERM = "term",
|
|
184
|
-
UPFRONT = "upfront"
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
export interface SavingsPlanFilter {
|
|
188
|
-
|
|
189
|
-
name?: SavingsPlansFilterName | string;
|
|
190
|
-
|
|
191
|
-
values?: string[];
|
|
192
|
-
}
|
|
193
|
-
export declare namespace SavingsPlanFilter {
|
|
194
|
-
|
|
195
|
-
const filterSensitiveLog: (obj: SavingsPlanFilter) => any;
|
|
196
|
-
}
|
|
197
|
-
export declare enum SavingsPlanState {
|
|
198
|
-
ACTIVE = "active",
|
|
199
|
-
PAYMENT_FAILED = "payment-failed",
|
|
200
|
-
PAYMENT_PENDING = "payment-pending",
|
|
201
|
-
QUEUED = "queued",
|
|
202
|
-
QUEUED_DELETED = "queued-deleted",
|
|
203
|
-
RETIRED = "retired"
|
|
204
|
-
}
|
|
205
|
-
export interface DescribeSavingsPlansRequest {
|
|
206
|
-
|
|
207
|
-
savingsPlanArns?: string[];
|
|
208
|
-
|
|
209
|
-
savingsPlanIds?: string[];
|
|
210
|
-
|
|
211
|
-
nextToken?: string;
|
|
212
|
-
|
|
213
|
-
maxResults?: number;
|
|
214
|
-
|
|
215
|
-
states?: (SavingsPlanState | string)[];
|
|
216
|
-
|
|
217
|
-
filters?: SavingsPlanFilter[];
|
|
218
|
-
}
|
|
219
|
-
export declare namespace DescribeSavingsPlansRequest {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlansRequest) => any;
|
|
222
|
-
}
|
|
223
|
-
export declare enum SavingsPlanPaymentOption {
|
|
224
|
-
ALL_UPFRONT = "All Upfront",
|
|
225
|
-
NO_UPFRONT = "No Upfront",
|
|
226
|
-
PARTIAL_UPFRONT = "Partial Upfront"
|
|
227
|
-
}
|
|
228
|
-
export declare enum SavingsPlanType {
|
|
229
|
-
COMPUTE = "Compute",
|
|
230
|
-
EC2_INSTANCE = "EC2Instance",
|
|
231
|
-
SAGEMAKER = "SageMaker"
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
export interface SavingsPlan {
|
|
235
|
-
|
|
236
|
-
offeringId?: string;
|
|
237
|
-
|
|
238
|
-
savingsPlanId?: string;
|
|
239
|
-
|
|
240
|
-
savingsPlanArn?: string;
|
|
241
|
-
|
|
242
|
-
description?: string;
|
|
243
|
-
|
|
244
|
-
start?: string;
|
|
245
|
-
|
|
246
|
-
end?: string;
|
|
247
|
-
|
|
248
|
-
state?: SavingsPlanState | string;
|
|
249
|
-
|
|
250
|
-
region?: string;
|
|
251
|
-
|
|
252
|
-
ec2InstanceFamily?: string;
|
|
253
|
-
|
|
254
|
-
savingsPlanType?: SavingsPlanType | string;
|
|
255
|
-
|
|
256
|
-
paymentOption?: SavingsPlanPaymentOption | string;
|
|
257
|
-
|
|
258
|
-
productTypes?: (SavingsPlanProductType | string)[];
|
|
259
|
-
|
|
260
|
-
currency?: CurrencyCode | string;
|
|
261
|
-
|
|
262
|
-
commitment?: string;
|
|
263
|
-
|
|
264
|
-
upfrontPaymentAmount?: string;
|
|
265
|
-
|
|
266
|
-
recurringPaymentAmount?: string;
|
|
267
|
-
|
|
268
|
-
termDurationInSeconds?: number;
|
|
269
|
-
|
|
270
|
-
tags?: {
|
|
271
|
-
[key: string]: string;
|
|
272
|
-
};
|
|
273
|
-
}
|
|
274
|
-
export declare namespace SavingsPlan {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: SavingsPlan) => any;
|
|
277
|
-
}
|
|
278
|
-
export interface DescribeSavingsPlansResponse {
|
|
279
|
-
|
|
280
|
-
savingsPlans?: SavingsPlan[];
|
|
281
|
-
|
|
282
|
-
nextToken?: string;
|
|
283
|
-
}
|
|
284
|
-
export declare namespace DescribeSavingsPlansResponse {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlansResponse) => any;
|
|
287
|
-
}
|
|
288
|
-
export declare enum SavingsPlanRateFilterAttribute {
|
|
289
|
-
INSTANCE_FAMILY = "instanceFamily",
|
|
290
|
-
INSTANCE_TYPE = "instanceType",
|
|
291
|
-
PRODUCT_DESCRIPTION = "productDescription",
|
|
292
|
-
PRODUCT_ID = "productId",
|
|
293
|
-
REGION = "region",
|
|
294
|
-
TENANCY = "tenancy"
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
export interface SavingsPlanOfferingRateFilterElement {
|
|
298
|
-
|
|
299
|
-
name?: SavingsPlanRateFilterAttribute | string;
|
|
300
|
-
|
|
301
|
-
values?: string[];
|
|
302
|
-
}
|
|
303
|
-
export declare namespace SavingsPlanOfferingRateFilterElement {
|
|
304
|
-
|
|
305
|
-
const filterSensitiveLog: (obj: SavingsPlanOfferingRateFilterElement) => any;
|
|
306
|
-
}
|
|
307
|
-
export interface DescribeSavingsPlansOfferingRatesRequest {
|
|
308
|
-
|
|
309
|
-
savingsPlanOfferingIds?: string[];
|
|
310
|
-
|
|
311
|
-
savingsPlanPaymentOptions?: (SavingsPlanPaymentOption | string)[];
|
|
312
|
-
|
|
313
|
-
savingsPlanTypes?: (SavingsPlanType | string)[];
|
|
314
|
-
|
|
315
|
-
products?: (SavingsPlanProductType | string)[];
|
|
316
|
-
|
|
317
|
-
serviceCodes?: (SavingsPlanRateServiceCode | string)[];
|
|
318
|
-
|
|
319
|
-
usageTypes?: string[];
|
|
320
|
-
|
|
321
|
-
operations?: string[];
|
|
322
|
-
|
|
323
|
-
filters?: SavingsPlanOfferingRateFilterElement[];
|
|
324
|
-
|
|
325
|
-
nextToken?: string;
|
|
326
|
-
|
|
327
|
-
maxResults?: number;
|
|
328
|
-
}
|
|
329
|
-
export declare namespace DescribeSavingsPlansOfferingRatesRequest {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingRatesRequest) => any;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface SavingsPlanOfferingRateProperty {
|
|
335
|
-
|
|
336
|
-
name?: string;
|
|
337
|
-
|
|
338
|
-
value?: string;
|
|
339
|
-
}
|
|
340
|
-
export declare namespace SavingsPlanOfferingRateProperty {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: SavingsPlanOfferingRateProperty) => any;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
export interface ParentSavingsPlanOffering {
|
|
346
|
-
|
|
347
|
-
offeringId?: string;
|
|
348
|
-
|
|
349
|
-
paymentOption?: SavingsPlanPaymentOption | string;
|
|
350
|
-
|
|
351
|
-
planType?: SavingsPlanType | string;
|
|
352
|
-
|
|
353
|
-
durationSeconds?: number;
|
|
354
|
-
|
|
355
|
-
currency?: CurrencyCode | string;
|
|
356
|
-
|
|
357
|
-
planDescription?: string;
|
|
358
|
-
}
|
|
359
|
-
export declare namespace ParentSavingsPlanOffering {
|
|
360
|
-
|
|
361
|
-
const filterSensitiveLog: (obj: ParentSavingsPlanOffering) => any;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
export interface SavingsPlanOfferingRate {
|
|
365
|
-
|
|
366
|
-
savingsPlanOffering?: ParentSavingsPlanOffering;
|
|
367
|
-
|
|
368
|
-
rate?: string;
|
|
369
|
-
|
|
370
|
-
unit?: SavingsPlanRateUnit | string;
|
|
371
|
-
|
|
372
|
-
productType?: SavingsPlanProductType | string;
|
|
373
|
-
|
|
374
|
-
serviceCode?: SavingsPlanRateServiceCode | string;
|
|
375
|
-
|
|
376
|
-
usageType?: string;
|
|
377
|
-
|
|
378
|
-
operation?: string;
|
|
379
|
-
|
|
380
|
-
properties?: SavingsPlanOfferingRateProperty[];
|
|
381
|
-
}
|
|
382
|
-
export declare namespace SavingsPlanOfferingRate {
|
|
383
|
-
|
|
384
|
-
const filterSensitiveLog: (obj: SavingsPlanOfferingRate) => any;
|
|
385
|
-
}
|
|
386
|
-
export interface DescribeSavingsPlansOfferingRatesResponse {
|
|
387
|
-
|
|
388
|
-
searchResults?: SavingsPlanOfferingRate[];
|
|
389
|
-
|
|
390
|
-
nextToken?: string;
|
|
391
|
-
}
|
|
392
|
-
export declare namespace DescribeSavingsPlansOfferingRatesResponse {
|
|
393
|
-
|
|
394
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingRatesResponse) => any;
|
|
395
|
-
}
|
|
396
|
-
export declare enum SavingsPlanOfferingFilterAttribute {
|
|
397
|
-
instanceFamily = "instanceFamily",
|
|
398
|
-
region = "region"
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
export interface SavingsPlanOfferingFilterElement {
|
|
402
|
-
|
|
403
|
-
name?: SavingsPlanOfferingFilterAttribute | string;
|
|
404
|
-
|
|
405
|
-
values?: string[];
|
|
406
|
-
}
|
|
407
|
-
export declare namespace SavingsPlanOfferingFilterElement {
|
|
408
|
-
|
|
409
|
-
const filterSensitiveLog: (obj: SavingsPlanOfferingFilterElement) => any;
|
|
410
|
-
}
|
|
411
|
-
export interface DescribeSavingsPlansOfferingsRequest {
|
|
412
|
-
|
|
413
|
-
offeringIds?: string[];
|
|
414
|
-
|
|
415
|
-
paymentOptions?: (SavingsPlanPaymentOption | string)[];
|
|
416
|
-
|
|
417
|
-
productType?: SavingsPlanProductType | string;
|
|
418
|
-
|
|
419
|
-
planTypes?: (SavingsPlanType | string)[];
|
|
420
|
-
|
|
421
|
-
durations?: number[];
|
|
422
|
-
|
|
423
|
-
currencies?: (CurrencyCode | string)[];
|
|
424
|
-
|
|
425
|
-
descriptions?: string[];
|
|
426
|
-
|
|
427
|
-
serviceCodes?: string[];
|
|
428
|
-
|
|
429
|
-
usageTypes?: string[];
|
|
430
|
-
|
|
431
|
-
operations?: string[];
|
|
432
|
-
|
|
433
|
-
filters?: SavingsPlanOfferingFilterElement[];
|
|
434
|
-
|
|
435
|
-
nextToken?: string;
|
|
436
|
-
|
|
437
|
-
maxResults?: number;
|
|
438
|
-
}
|
|
439
|
-
export declare namespace DescribeSavingsPlansOfferingsRequest {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingsRequest) => any;
|
|
442
|
-
}
|
|
443
|
-
export declare enum SavingsPlanOfferingPropertyKey {
|
|
444
|
-
INSTANCE_FAMILY = "instanceFamily",
|
|
445
|
-
REGION = "region"
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
export interface SavingsPlanOfferingProperty {
|
|
449
|
-
|
|
450
|
-
name?: SavingsPlanOfferingPropertyKey | string;
|
|
451
|
-
|
|
452
|
-
value?: string;
|
|
453
|
-
}
|
|
454
|
-
export declare namespace SavingsPlanOfferingProperty {
|
|
455
|
-
|
|
456
|
-
const filterSensitiveLog: (obj: SavingsPlanOfferingProperty) => any;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
export interface SavingsPlanOffering {
|
|
460
|
-
|
|
461
|
-
offeringId?: string;
|
|
462
|
-
|
|
463
|
-
productTypes?: (SavingsPlanProductType | string)[];
|
|
464
|
-
|
|
465
|
-
planType?: SavingsPlanType | string;
|
|
466
|
-
|
|
467
|
-
description?: string;
|
|
468
|
-
|
|
469
|
-
paymentOption?: SavingsPlanPaymentOption | string;
|
|
470
|
-
|
|
471
|
-
durationSeconds?: number;
|
|
472
|
-
|
|
473
|
-
currency?: CurrencyCode | string;
|
|
474
|
-
|
|
475
|
-
serviceCode?: string;
|
|
476
|
-
|
|
477
|
-
usageType?: string;
|
|
478
|
-
|
|
479
|
-
operation?: string;
|
|
480
|
-
|
|
481
|
-
properties?: SavingsPlanOfferingProperty[];
|
|
482
|
-
}
|
|
483
|
-
export declare namespace SavingsPlanOffering {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: SavingsPlanOffering) => any;
|
|
486
|
-
}
|
|
487
|
-
export interface DescribeSavingsPlansOfferingsResponse {
|
|
488
|
-
|
|
489
|
-
searchResults?: SavingsPlanOffering[];
|
|
490
|
-
|
|
491
|
-
nextToken?: string;
|
|
492
|
-
}
|
|
493
|
-
export declare namespace DescribeSavingsPlansOfferingsResponse {
|
|
494
|
-
|
|
495
|
-
const filterSensitiveLog: (obj: DescribeSavingsPlansOfferingsResponse) => any;
|
|
496
|
-
}
|
|
497
|
-
export interface ListTagsForResourceRequest {
|
|
498
|
-
|
|
499
|
-
resourceArn: string | undefined;
|
|
500
|
-
}
|
|
501
|
-
export declare namespace ListTagsForResourceRequest {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
504
|
-
}
|
|
505
|
-
export interface ListTagsForResourceResponse {
|
|
506
|
-
|
|
507
|
-
tags?: {
|
|
508
|
-
[key: string]: string;
|
|
509
|
-
};
|
|
510
|
-
}
|
|
511
|
-
export declare namespace ListTagsForResourceResponse {
|
|
512
|
-
|
|
513
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
514
|
-
}
|
|
515
|
-
export interface TagResourceRequest {
|
|
516
|
-
|
|
517
|
-
resourceArn: string | undefined;
|
|
518
|
-
|
|
519
|
-
tags: {
|
|
520
|
-
[key: string]: string;
|
|
521
|
-
} | undefined;
|
|
522
|
-
}
|
|
523
|
-
export declare namespace TagResourceRequest {
|
|
524
|
-
|
|
525
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
526
|
-
}
|
|
527
|
-
export interface TagResourceResponse {
|
|
528
|
-
}
|
|
529
|
-
export declare namespace TagResourceResponse {
|
|
530
|
-
|
|
531
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
532
|
-
}
|
|
533
|
-
export interface UntagResourceRequest {
|
|
534
|
-
|
|
535
|
-
resourceArn: string | undefined;
|
|
536
|
-
|
|
537
|
-
tagKeys: string[] | undefined;
|
|
538
|
-
}
|
|
539
|
-
export declare namespace UntagResourceRequest {
|
|
540
|
-
|
|
541
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
542
|
-
}
|
|
543
|
-
export interface UntagResourceResponse {
|
|
544
|
-
}
|
|
545
|
-
export declare namespace UntagResourceResponse {
|
|
546
|
-
|
|
547
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
548
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput } from "../commands/CreateSavingsPlanCommand";
|
|
4
|
-
import { DeleteQueuedSavingsPlanCommandInput, DeleteQueuedSavingsPlanCommandOutput } from "../commands/DeleteQueuedSavingsPlanCommand";
|
|
5
|
-
import { DescribeSavingsPlanRatesCommandInput, DescribeSavingsPlanRatesCommandOutput } from "../commands/DescribeSavingsPlanRatesCommand";
|
|
6
|
-
import { DescribeSavingsPlansCommandInput, DescribeSavingsPlansCommandOutput } from "../commands/DescribeSavingsPlansCommand";
|
|
7
|
-
import { DescribeSavingsPlansOfferingRatesCommandInput, DescribeSavingsPlansOfferingRatesCommandOutput } from "../commands/DescribeSavingsPlansOfferingRatesCommand";
|
|
8
|
-
import { DescribeSavingsPlansOfferingsCommandInput, DescribeSavingsPlansOfferingsCommandOutput } from "../commands/DescribeSavingsPlansOfferingsCommand";
|
|
9
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
10
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
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>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { SavingsplansClientConfig } from "./SavingsplansClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { SavingsplansClientConfig } from "./SavingsplansClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { SavingsplansClientConfig } from "./SavingsplansClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { SavingsplansClientConfig } from "./SavingsplansClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|