@aws-sdk/client-savingsplans 3.1086.0 → 3.1088.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.
Files changed (28) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Savingsplans.d.ts +32 -43
  3. package/dist-types/ts3.4/SavingsplansClient.d.ts +7 -20
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateSavingsPlanCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/DeleteQueuedSavingsPlanCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/DescribeSavingsPlanRatesCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/DescribeSavingsPlansCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingRatesCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingsCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/ReturnSavingsPlanCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  18. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  19. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  20. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  21. package/dist-types/ts3.4/models/errors.d.ts +4 -12
  22. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  23. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  24. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  25. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  26. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  27. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  28. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -31,10 +31,7 @@ import {
31
31
  ReturnSavingsPlanCommandInput,
32
32
  ReturnSavingsPlanCommandOutput,
33
33
  } from "./commands/ReturnSavingsPlanCommand";
34
- import {
35
- TagResourceCommandInput,
36
- TagResourceCommandOutput,
37
- } from "./commands/TagResourceCommand";
34
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
38
35
  import {
39
36
  UntagResourceCommandInput,
40
37
  UntagResourceCommandOutput,
@@ -43,144 +40,136 @@ import { SavingsplansClient } from "./SavingsplansClient";
43
40
  export interface Savingsplans {
44
41
  createSavingsPlan(
45
42
  args: CreateSavingsPlanCommandInput,
46
- options?: __HttpHandlerOptions
43
+ options?: __HttpHandlerOptions,
47
44
  ): Promise<CreateSavingsPlanCommandOutput>;
48
45
  createSavingsPlan(
49
46
  args: CreateSavingsPlanCommandInput,
50
- cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void
47
+ cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void,
51
48
  ): void;
52
49
  createSavingsPlan(
53
50
  args: CreateSavingsPlanCommandInput,
54
51
  options: __HttpHandlerOptions,
55
- cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void
52
+ cb: (err: any, data?: CreateSavingsPlanCommandOutput) => void,
56
53
  ): void;
57
54
  deleteQueuedSavingsPlan(
58
55
  args: DeleteQueuedSavingsPlanCommandInput,
59
- options?: __HttpHandlerOptions
56
+ options?: __HttpHandlerOptions,
60
57
  ): Promise<DeleteQueuedSavingsPlanCommandOutput>;
61
58
  deleteQueuedSavingsPlan(
62
59
  args: DeleteQueuedSavingsPlanCommandInput,
63
- cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void
60
+ cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void,
64
61
  ): void;
65
62
  deleteQueuedSavingsPlan(
66
63
  args: DeleteQueuedSavingsPlanCommandInput,
67
64
  options: __HttpHandlerOptions,
68
- cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void
65
+ cb: (err: any, data?: DeleteQueuedSavingsPlanCommandOutput) => void,
69
66
  ): void;
70
67
  describeSavingsPlanRates(
71
68
  args: DescribeSavingsPlanRatesCommandInput,
72
- options?: __HttpHandlerOptions
69
+ options?: __HttpHandlerOptions,
73
70
  ): Promise<DescribeSavingsPlanRatesCommandOutput>;
74
71
  describeSavingsPlanRates(
75
72
  args: DescribeSavingsPlanRatesCommandInput,
76
- cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void
73
+ cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void,
77
74
  ): void;
78
75
  describeSavingsPlanRates(
79
76
  args: DescribeSavingsPlanRatesCommandInput,
80
77
  options: __HttpHandlerOptions,
81
- cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void
78
+ cb: (err: any, data?: DescribeSavingsPlanRatesCommandOutput) => void,
82
79
  ): void;
83
80
  describeSavingsPlans(): Promise<DescribeSavingsPlansCommandOutput>;
84
81
  describeSavingsPlans(
85
82
  args: DescribeSavingsPlansCommandInput,
86
- options?: __HttpHandlerOptions
83
+ options?: __HttpHandlerOptions,
87
84
  ): Promise<DescribeSavingsPlansCommandOutput>;
88
85
  describeSavingsPlans(
89
86
  args: DescribeSavingsPlansCommandInput,
90
- cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void
87
+ cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void,
91
88
  ): void;
92
89
  describeSavingsPlans(
93
90
  args: DescribeSavingsPlansCommandInput,
94
91
  options: __HttpHandlerOptions,
95
- cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void
92
+ cb: (err: any, data?: DescribeSavingsPlansCommandOutput) => void,
96
93
  ): void;
97
94
  describeSavingsPlansOfferingRates(): Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
98
95
  describeSavingsPlansOfferingRates(
99
96
  args: DescribeSavingsPlansOfferingRatesCommandInput,
100
- options?: __HttpHandlerOptions
97
+ options?: __HttpHandlerOptions,
101
98
  ): Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
102
99
  describeSavingsPlansOfferingRates(
103
100
  args: DescribeSavingsPlansOfferingRatesCommandInput,
104
- cb: (
105
- err: any,
106
- data?: DescribeSavingsPlansOfferingRatesCommandOutput
107
- ) => void
101
+ cb: (err: any, data?: DescribeSavingsPlansOfferingRatesCommandOutput) => void,
108
102
  ): void;
109
103
  describeSavingsPlansOfferingRates(
110
104
  args: DescribeSavingsPlansOfferingRatesCommandInput,
111
105
  options: __HttpHandlerOptions,
112
- cb: (
113
- err: any,
114
- data?: DescribeSavingsPlansOfferingRatesCommandOutput
115
- ) => void
106
+ cb: (err: any, data?: DescribeSavingsPlansOfferingRatesCommandOutput) => void,
116
107
  ): void;
117
108
  describeSavingsPlansOfferings(): Promise<DescribeSavingsPlansOfferingsCommandOutput>;
118
109
  describeSavingsPlansOfferings(
119
110
  args: DescribeSavingsPlansOfferingsCommandInput,
120
- options?: __HttpHandlerOptions
111
+ options?: __HttpHandlerOptions,
121
112
  ): Promise<DescribeSavingsPlansOfferingsCommandOutput>;
122
113
  describeSavingsPlansOfferings(
123
114
  args: DescribeSavingsPlansOfferingsCommandInput,
124
- cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void
115
+ cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void,
125
116
  ): void;
126
117
  describeSavingsPlansOfferings(
127
118
  args: DescribeSavingsPlansOfferingsCommandInput,
128
119
  options: __HttpHandlerOptions,
129
- cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void
120
+ cb: (err: any, data?: DescribeSavingsPlansOfferingsCommandOutput) => void,
130
121
  ): void;
131
122
  listTagsForResource(
132
123
  args: ListTagsForResourceCommandInput,
133
- options?: __HttpHandlerOptions
124
+ options?: __HttpHandlerOptions,
134
125
  ): Promise<ListTagsForResourceCommandOutput>;
135
126
  listTagsForResource(
136
127
  args: ListTagsForResourceCommandInput,
137
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
128
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
138
129
  ): void;
139
130
  listTagsForResource(
140
131
  args: ListTagsForResourceCommandInput,
141
132
  options: __HttpHandlerOptions,
142
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
133
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
143
134
  ): void;
144
135
  returnSavingsPlan(
145
136
  args: ReturnSavingsPlanCommandInput,
146
- options?: __HttpHandlerOptions
137
+ options?: __HttpHandlerOptions,
147
138
  ): Promise<ReturnSavingsPlanCommandOutput>;
148
139
  returnSavingsPlan(
149
140
  args: ReturnSavingsPlanCommandInput,
150
- cb: (err: any, data?: ReturnSavingsPlanCommandOutput) => void
141
+ cb: (err: any, data?: ReturnSavingsPlanCommandOutput) => void,
151
142
  ): void;
152
143
  returnSavingsPlan(
153
144
  args: ReturnSavingsPlanCommandInput,
154
145
  options: __HttpHandlerOptions,
155
- cb: (err: any, data?: ReturnSavingsPlanCommandOutput) => void
146
+ cb: (err: any, data?: ReturnSavingsPlanCommandOutput) => void,
156
147
  ): void;
157
148
  tagResource(
158
149
  args: TagResourceCommandInput,
159
- options?: __HttpHandlerOptions
150
+ options?: __HttpHandlerOptions,
160
151
  ): Promise<TagResourceCommandOutput>;
161
152
  tagResource(
162
153
  args: TagResourceCommandInput,
163
- cb: (err: any, data?: TagResourceCommandOutput) => void
154
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
164
155
  ): void;
165
156
  tagResource(
166
157
  args: TagResourceCommandInput,
167
158
  options: __HttpHandlerOptions,
168
- cb: (err: any, data?: TagResourceCommandOutput) => void
159
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
169
160
  ): void;
170
161
  untagResource(
171
162
  args: UntagResourceCommandInput,
172
- options?: __HttpHandlerOptions
163
+ options?: __HttpHandlerOptions,
173
164
  ): Promise<UntagResourceCommandOutput>;
174
165
  untagResource(
175
166
  args: UntagResourceCommandInput,
176
- cb: (err: any, data?: UntagResourceCommandOutput) => void
167
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
177
168
  ): void;
178
169
  untagResource(
179
170
  args: UntagResourceCommandInput,
180
171
  options: __HttpHandlerOptions,
181
- cb: (err: any, data?: UntagResourceCommandOutput) => void
172
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
182
173
  ): void;
183
174
  }
184
- export declare class Savingsplans
185
- extends SavingsplansClient
186
- implements Savingsplans {}
175
+ export declare class Savingsplans extends SavingsplansClient implements Savingsplans {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -68,10 +65,7 @@ import {
68
65
  ReturnSavingsPlanCommandInput,
69
66
  ReturnSavingsPlanCommandOutput,
70
67
  } from "./commands/ReturnSavingsPlanCommand";
71
- import {
72
- TagResourceCommandInput,
73
- TagResourceCommandOutput,
74
- } from "./commands/TagResourceCommand";
68
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
69
  import {
76
70
  UntagResourceCommandInput,
77
71
  UntagResourceCommandOutput,
@@ -105,8 +99,7 @@ export type ServiceOutputTypes =
105
99
  | ReturnSavingsPlanCommandOutput
106
100
  | TagResourceCommandOutput
107
101
  | UntagResourceCommandOutput;
108
- export interface ClientDefaults
109
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
102
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
110
103
  requestHandler?: __HttpHandlerUserInput;
111
104
  sha256?: __ChecksumConstructor | __HashConstructor;
112
105
  urlParser?: __UrlParser;
@@ -131,9 +124,7 @@ export interface ClientDefaults
131
124
  extensions?: RuntimeExtension[];
132
125
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
133
126
  }
134
- export type SavingsplansClientConfigType = Partial<
135
- __SmithyConfiguration<__HttpHandlerOptions>
136
- > &
127
+ export type SavingsplansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
137
128
  ClientDefaults &
138
129
  UserAgentInputConfig &
139
130
  RetryInputConfig &
@@ -142,8 +133,7 @@ export type SavingsplansClientConfigType = Partial<
142
133
  EndpointInputConfig<EndpointParameters> &
143
134
  HttpAuthSchemeInputConfig &
144
135
  ClientInputEndpointParameters;
145
- export interface SavingsplansClientConfig
146
- extends SavingsplansClientConfigType {}
136
+ export interface SavingsplansClientConfig extends SavingsplansClientConfigType {}
147
137
  export type SavingsplansClientResolvedConfigType =
148
138
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
149
139
  Required<ClientDefaults> &
@@ -155,8 +145,7 @@ export type SavingsplansClientResolvedConfigType =
155
145
  EndpointResolvedConfig<EndpointParameters> &
156
146
  HttpAuthSchemeResolvedConfig &
157
147
  ClientResolvedEndpointParameters;
158
- export interface SavingsplansClientResolvedConfig
159
- extends SavingsplansClientResolvedConfigType {}
148
+ export interface SavingsplansClientResolvedConfig extends SavingsplansClientResolvedConfigType {}
160
149
  export declare class SavingsplansClient extends __Client<
161
150
  __HttpHandlerOptions,
162
151
  ServiceInputTypes,
@@ -164,8 +153,6 @@ export declare class SavingsplansClient extends __Client<
164
153
  SavingsplansClientResolvedConfig
165
154
  > {
166
155
  readonly config: SavingsplansClientResolvedConfig;
167
- constructor(
168
- ...[configuration]: __CheckOptionalClientConfig<SavingsplansClientConfig>
169
- );
156
+ constructor(...[configuration]: __CheckOptionalClientConfig<SavingsplansClientConfig>);
170
157
  destroy(): void;
171
158
  }
@@ -7,17 +7,10 @@ import { SavingsplansHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: SavingsplansHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SavingsplansHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): SavingsplansHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { SavingsplansClientResolvedConfig } from "../SavingsplansClient";
15
- export interface SavingsplansHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface SavingsplansHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface SavingsplansHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- SavingsplansClientResolvedConfig,
22
- HandlerExecutionContext,
23
- SavingsplansHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface SavingsplansHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ SavingsplansClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ SavingsplansHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultSavingsplansHttpAuthSchemeParametersProvider: (
27
25
  config: SavingsplansClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<SavingsplansHttpAuthSchemeParameters>;
31
- export interface SavingsplansHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<SavingsplansHttpAuthSchemeParameters> {}
29
+ export interface SavingsplansHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SavingsplansHttpAuthSchemeParameters> {}
33
30
  export declare const defaultSavingsplansHttpAuthSchemeProvider: SavingsplansHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: SavingsplansHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: SavingsplansHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./SavingsplansClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  SavingsplansClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateSavingsPlanRequest,
4
- CreateSavingsPlanResponse,
5
- } from "../models/models_0";
2
+ import { CreateSavingsPlanRequest, CreateSavingsPlanResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateSavingsPlanCommandInput
8
- extends CreateSavingsPlanRequest {}
4
+ export interface CreateSavingsPlanCommandInput extends CreateSavingsPlanRequest {}
9
5
  export interface CreateSavingsPlanCommandOutput
10
- extends CreateSavingsPlanResponse,
11
- __MetadataBearer {}
6
+ extends CreateSavingsPlanResponse, __MetadataBearer {}
12
7
  declare const CreateSavingsPlanCommand_base: {
13
8
  new (
14
- input: CreateSavingsPlanCommandInput
9
+ input: CreateSavingsPlanCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateSavingsPlanCommandInput,
17
12
  CreateSavingsPlanCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateSavingsPlanCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateSavingsPlanCommandInput
18
+ input: CreateSavingsPlanCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateSavingsPlanCommandInput,
26
21
  CreateSavingsPlanCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteQueuedSavingsPlanResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteQueuedSavingsPlanCommandInput
8
- extends DeleteQueuedSavingsPlanRequest {}
7
+ export interface DeleteQueuedSavingsPlanCommandInput extends DeleteQueuedSavingsPlanRequest {}
9
8
  export interface DeleteQueuedSavingsPlanCommandOutput
10
- extends DeleteQueuedSavingsPlanResponse,
11
- __MetadataBearer {}
9
+ extends DeleteQueuedSavingsPlanResponse, __MetadataBearer {}
12
10
  declare const DeleteQueuedSavingsPlanCommand_base: {
13
11
  new (
14
- input: DeleteQueuedSavingsPlanCommandInput
12
+ input: DeleteQueuedSavingsPlanCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteQueuedSavingsPlanCommandInput,
17
15
  DeleteQueuedSavingsPlanCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteQueuedSavingsPlanCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteQueuedSavingsPlanCommandInput
21
+ input: DeleteQueuedSavingsPlanCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteQueuedSavingsPlanCommandInput,
26
24
  DeleteQueuedSavingsPlanCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeSavingsPlanRatesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeSavingsPlanRatesCommandInput
8
- extends DescribeSavingsPlanRatesRequest {}
7
+ export interface DescribeSavingsPlanRatesCommandInput extends DescribeSavingsPlanRatesRequest {}
9
8
  export interface DescribeSavingsPlanRatesCommandOutput
10
- extends DescribeSavingsPlanRatesResponse,
11
- __MetadataBearer {}
9
+ extends DescribeSavingsPlanRatesResponse, __MetadataBearer {}
12
10
  declare const DescribeSavingsPlanRatesCommand_base: {
13
11
  new (
14
- input: DescribeSavingsPlanRatesCommandInput
12
+ input: DescribeSavingsPlanRatesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeSavingsPlanRatesCommandInput,
17
15
  DescribeSavingsPlanRatesCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeSavingsPlanRatesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeSavingsPlanRatesCommandInput
21
+ input: DescribeSavingsPlanRatesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeSavingsPlanRatesCommandInput,
26
24
  DescribeSavingsPlanRatesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeSavingsPlansRequest,
4
- DescribeSavingsPlansResponse,
5
- } from "../models/models_0";
2
+ import { DescribeSavingsPlansRequest, DescribeSavingsPlansResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeSavingsPlansCommandInput
8
- extends DescribeSavingsPlansRequest {}
4
+ export interface DescribeSavingsPlansCommandInput extends DescribeSavingsPlansRequest {}
9
5
  export interface DescribeSavingsPlansCommandOutput
10
- extends DescribeSavingsPlansResponse,
11
- __MetadataBearer {}
6
+ extends DescribeSavingsPlansResponse, __MetadataBearer {}
12
7
  declare const DescribeSavingsPlansCommand_base: {
13
8
  new (
14
- input: DescribeSavingsPlansCommandInput
9
+ input: DescribeSavingsPlansCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeSavingsPlansCommandInput,
17
12
  DescribeSavingsPlansCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeSavingsPlansOfferingRatesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeSavingsPlansOfferingRatesCommandInput
8
- extends DescribeSavingsPlansOfferingRatesRequest {}
7
+ export interface DescribeSavingsPlansOfferingRatesCommandInput extends DescribeSavingsPlansOfferingRatesRequest {}
9
8
  export interface DescribeSavingsPlansOfferingRatesCommandOutput
10
- extends DescribeSavingsPlansOfferingRatesResponse,
11
- __MetadataBearer {}
9
+ extends DescribeSavingsPlansOfferingRatesResponse, __MetadataBearer {}
12
10
  declare const DescribeSavingsPlansOfferingRatesCommand_base: {
13
11
  new (
14
- input: DescribeSavingsPlansOfferingRatesCommandInput
12
+ input: DescribeSavingsPlansOfferingRatesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeSavingsPlansOfferingRatesCommandInput,
17
15
  DescribeSavingsPlansOfferingRatesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeSavingsPlansOfferingsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeSavingsPlansOfferingsCommandInput
8
- extends DescribeSavingsPlansOfferingsRequest {}
7
+ export interface DescribeSavingsPlansOfferingsCommandInput extends DescribeSavingsPlansOfferingsRequest {}
9
8
  export interface DescribeSavingsPlansOfferingsCommandOutput
10
- extends DescribeSavingsPlansOfferingsResponse,
11
- __MetadataBearer {}
9
+ extends DescribeSavingsPlansOfferingsResponse, __MetadataBearer {}
12
10
  declare const DescribeSavingsPlansOfferingsCommand_base: {
13
11
  new (
14
- input: DescribeSavingsPlansOfferingsCommandInput
12
+ input: DescribeSavingsPlansOfferingsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeSavingsPlansOfferingsCommandInput,
17
15
  DescribeSavingsPlansOfferingsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ReturnSavingsPlanRequest,
4
- ReturnSavingsPlanResponse,
5
- } from "../models/models_0";
2
+ import { ReturnSavingsPlanRequest, ReturnSavingsPlanResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ReturnSavingsPlanCommandInput
8
- extends ReturnSavingsPlanRequest {}
4
+ export interface ReturnSavingsPlanCommandInput extends ReturnSavingsPlanRequest {}
9
5
  export interface ReturnSavingsPlanCommandOutput
10
- extends ReturnSavingsPlanResponse,
11
- __MetadataBearer {}
6
+ extends ReturnSavingsPlanResponse, __MetadataBearer {}
12
7
  declare const ReturnSavingsPlanCommand_base: {
13
8
  new (
14
- input: ReturnSavingsPlanCommandInput
9
+ input: ReturnSavingsPlanCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ReturnSavingsPlanCommandInput,
17
12
  ReturnSavingsPlanCommandOutput,
@@ -20,7 +15,7 @@ declare const ReturnSavingsPlanCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ReturnSavingsPlanCommandInput
18
+ input: ReturnSavingsPlanCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ReturnSavingsPlanCommandInput,
26
21
  ReturnSavingsPlanCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface SavingsplansExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -81,8 +81,7 @@ export declare const SavingsPlanRateUnit: {
81
81
  readonly WRITE_CAPACITY_UNIT_HRS: "WriteCapacityUnit-Hrs";
82
82
  readonly WRITE_REQUEST_UNITS: "WriteRequestUnits";
83
83
  };
84
- export type SavingsPlanRateUnit =
85
- (typeof SavingsPlanRateUnit)[keyof typeof SavingsPlanRateUnit];
84
+ export type SavingsPlanRateUnit = (typeof SavingsPlanRateUnit)[keyof typeof SavingsPlanRateUnit];
86
85
  export declare const SavingsPlansFilterName: {
87
86
  readonly COMMITMENT: "commitment";
88
87
  readonly EC2_INSTANCE_FAMILY: "ec2-instance-family";
@@ -107,8 +106,7 @@ export declare const SavingsPlanState: {
107
106
  readonly RETIRED: "retired";
108
107
  readonly RETURNED: "returned";
109
108
  };
110
- export type SavingsPlanState =
111
- (typeof SavingsPlanState)[keyof typeof SavingsPlanState];
109
+ export type SavingsPlanState = (typeof SavingsPlanState)[keyof typeof SavingsPlanState];
112
110
  export declare const SavingsPlanPaymentOption: {
113
111
  readonly ALL_UPFRONT: "All Upfront";
114
112
  readonly NO_UPFRONT: "No Upfront";
@@ -122,8 +120,7 @@ export declare const SavingsPlanType: {
122
120
  readonly EC2_INSTANCE: "EC2Instance";
123
121
  readonly SAGEMAKER: "SageMaker";
124
122
  };
125
- export type SavingsPlanType =
126
- (typeof SavingsPlanType)[keyof typeof SavingsPlanType];
123
+ export type SavingsPlanType = (typeof SavingsPlanType)[keyof typeof SavingsPlanType];
127
124
  export declare const SavingsPlanRateFilterAttribute: {
128
125
  readonly INSTANCE_FAMILY: "instanceFamily";
129
126
  readonly INSTANCE_TYPE: "instanceType";
@@ -3,28 +3,20 @@ import { SavingsplansServiceException as __BaseException } from "./SavingsplansS
3
3
  export declare class InternalServerException extends __BaseException {
4
4
  readonly name: "InternalServerException";
5
5
  readonly $fault: "server";
6
- constructor(
7
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
9
7
  }
10
8
  export declare class ResourceNotFoundException extends __BaseException {
11
9
  readonly name: "ResourceNotFoundException";
12
10
  readonly $fault: "client";
13
- constructor(
14
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
16
12
  }
17
13
  export declare class ServiceQuotaExceededException extends __BaseException {
18
14
  readonly name: "ServiceQuotaExceededException";
19
15
  readonly $fault: "client";
20
- constructor(
21
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
22
- );
16
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
23
17
  }
24
18
  export declare class ValidationException extends __BaseException {
25
19
  readonly name: "ValidationException";
26
20
  readonly $fault: "client";
27
- constructor(
28
- opts: __ExceptionOptionType<ValidationException, __BaseException>
29
- );
21
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
30
22
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: SavingsplansClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SavingsplansHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
@@ -1,9 +1,5 @@
1
1
  import { TypeRegistry } from "@smithy/core/schema";
2
- import {
3
- StaticErrorSchema,
4
- StaticOperationSchema,
5
- StaticStructureSchema,
6
- } from "@smithy/types";
2
+ import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
7
3
  export declare var SavingsplansServiceException$: StaticErrorSchema;
8
4
  export declare var InternalServerException$: StaticErrorSchema;
9
5
  export declare var ResourceNotFoundException$: StaticErrorSchema;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-savingsplans",
3
+ "version": "3.1088.0",
3
4
  "description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
4
- "version": "3.1086.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-savingsplans",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-savingsplans"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -14,18 +45,14 @@
14
45
  "generate:client": "node ../../scripts/generate-clients/single-service",
15
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
47
  },
17
- "main": "./dist-cjs/index.js",
18
- "types": "./dist-types/index.d.ts",
19
- "module": "./dist-es/index.js",
20
- "sideEffects": false,
21
48
  "dependencies": {
22
- "@aws-sdk/core": "^3.975.1",
23
- "@aws-sdk/credential-provider-node": "^3.972.67",
24
- "@aws-sdk/types": "^3.974.0",
25
- "@smithy/core": "^3.29.2",
26
- "@smithy/fetch-http-handler": "^5.6.4",
27
- "@smithy/node-http-handler": "^4.9.4",
28
- "@smithy/types": "^4.16.0",
49
+ "@aws-sdk/core": "^3.975.3",
50
+ "@aws-sdk/credential-provider-node": "^3.972.69",
51
+ "@aws-sdk/types": "^3.974.2",
52
+ "@smithy/core": "^3.29.4",
53
+ "@smithy/fetch-http-handler": "^5.6.6",
54
+ "@smithy/node-http-handler": "^4.9.6",
55
+ "@smithy/types": "^4.16.1",
29
56
  "tslib": "^2.6.2"
30
57
  },
31
58
  "devDependencies": {
@@ -38,32 +65,5 @@
38
65
  },
39
66
  "engines": {
40
67
  "node": ">=20.0.0"
41
- },
42
- "typesVersions": {
43
- "<4.5": {
44
- "dist-types/*": [
45
- "dist-types/ts3.4/*"
46
- ]
47
- }
48
- },
49
- "files": [
50
- "dist-*/**"
51
- ],
52
- "author": {
53
- "name": "AWS SDK for JavaScript Team",
54
- "url": "https://aws.amazon.com/sdk-for-javascript/"
55
- },
56
- "license": "Apache-2.0",
57
- "browser": {
58
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
59
- },
60
- "react-native": {
61
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
62
- },
63
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-savingsplans",
64
- "repository": {
65
- "type": "git",
66
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
67
- "directory": "clients/client-savingsplans"
68
68
  }
69
69
  }