@aws-sdk/client-savingsplans 3.590.0 → 3.596.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -10
- package/dist-types/commands/CreateSavingsPlanCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQueuedSavingsPlanCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSavingsPlanRatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSavingsPlansCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSavingsPlansOfferingRatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSavingsPlansOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ReturnSavingsPlanCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SavingsplansServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSavingsPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteQueuedSavingsPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSavingsPlanRatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSavingsPlansCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingRatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSavingsPlansOfferingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReturnSavingsPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SavingsplansServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -205,7 +205,6 @@ var SavingsplansClient = _SavingsplansClient;
|
|
|
205
205
|
|
|
206
206
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
207
207
|
|
|
208
|
-
var import_types = require("@smithy/types");
|
|
209
208
|
|
|
210
209
|
// src/protocols/Aws_restJson1.ts
|
|
211
210
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -809,7 +808,6 @@ var CreateSavingsPlanCommand = _CreateSavingsPlanCommand;
|
|
|
809
808
|
|
|
810
809
|
|
|
811
810
|
|
|
812
|
-
|
|
813
811
|
var _DeleteQueuedSavingsPlanCommand = class _DeleteQueuedSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
814
812
|
...commonParams
|
|
815
813
|
}).m(function(Command, cs, config, o) {
|
|
@@ -826,7 +824,6 @@ var DeleteQueuedSavingsPlanCommand = _DeleteQueuedSavingsPlanCommand;
|
|
|
826
824
|
|
|
827
825
|
|
|
828
826
|
|
|
829
|
-
|
|
830
827
|
var _DescribeSavingsPlanRatesCommand = class _DescribeSavingsPlanRatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
831
828
|
...commonParams
|
|
832
829
|
}).m(function(Command, cs, config, o) {
|
|
@@ -843,7 +840,6 @@ var DescribeSavingsPlanRatesCommand = _DescribeSavingsPlanRatesCommand;
|
|
|
843
840
|
|
|
844
841
|
|
|
845
842
|
|
|
846
|
-
|
|
847
843
|
var _DescribeSavingsPlansCommand = class _DescribeSavingsPlansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
848
844
|
...commonParams
|
|
849
845
|
}).m(function(Command, cs, config, o) {
|
|
@@ -860,7 +856,6 @@ var DescribeSavingsPlansCommand = _DescribeSavingsPlansCommand;
|
|
|
860
856
|
|
|
861
857
|
|
|
862
858
|
|
|
863
|
-
|
|
864
859
|
var _DescribeSavingsPlansOfferingRatesCommand = class _DescribeSavingsPlansOfferingRatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
865
860
|
...commonParams
|
|
866
861
|
}).m(function(Command, cs, config, o) {
|
|
@@ -877,7 +872,6 @@ var DescribeSavingsPlansOfferingRatesCommand = _DescribeSavingsPlansOfferingRate
|
|
|
877
872
|
|
|
878
873
|
|
|
879
874
|
|
|
880
|
-
|
|
881
875
|
var _DescribeSavingsPlansOfferingsCommand = class _DescribeSavingsPlansOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
882
876
|
...commonParams
|
|
883
877
|
}).m(function(Command, cs, config, o) {
|
|
@@ -894,7 +888,6 @@ var DescribeSavingsPlansOfferingsCommand = _DescribeSavingsPlansOfferingsCommand
|
|
|
894
888
|
|
|
895
889
|
|
|
896
890
|
|
|
897
|
-
|
|
898
891
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
899
892
|
...commonParams
|
|
900
893
|
}).m(function(Command, cs, config, o) {
|
|
@@ -911,7 +904,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
911
904
|
|
|
912
905
|
|
|
913
906
|
|
|
914
|
-
|
|
915
907
|
var _ReturnSavingsPlanCommand = class _ReturnSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
916
908
|
...commonParams
|
|
917
909
|
}).m(function(Command, cs, config, o) {
|
|
@@ -928,7 +920,6 @@ var ReturnSavingsPlanCommand = _ReturnSavingsPlanCommand;
|
|
|
928
920
|
|
|
929
921
|
|
|
930
922
|
|
|
931
|
-
|
|
932
923
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
933
924
|
...commonParams
|
|
934
925
|
}).m(function(Command, cs, config, o) {
|
|
@@ -945,7 +936,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
945
936
|
|
|
946
937
|
|
|
947
938
|
|
|
948
|
-
|
|
949
939
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
950
940
|
...commonParams
|
|
951
941
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
export * from "./SavingsplansClient";
|
|
10
10
|
export * from "./Savingsplans";
|
|
11
11
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
13
|
-
export { SavingsplansExtensionConfiguration } from "./extensionConfiguration";
|
|
12
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
13
|
+
export type { SavingsplansExtensionConfiguration } from "./extensionConfiguration";
|
|
14
14
|
export * from "./commands";
|
|
15
15
|
export * from "./models";
|
|
16
16
|
export { SavingsplansServiceException } from "./models/SavingsplansServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSavingsPlanCommandInput
|
|
14
15
|
extends CreateSavingsPlanRequest {}
|
|
15
16
|
export interface CreateSavingsPlanCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteQueuedSavingsPlanCommandInput
|
|
14
15
|
extends DeleteQueuedSavingsPlanRequest {}
|
|
15
16
|
export interface DeleteQueuedSavingsPlanCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSavingsPlanRatesCommandInput
|
|
14
15
|
extends DescribeSavingsPlanRatesRequest {}
|
|
15
16
|
export interface DescribeSavingsPlanRatesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSavingsPlansCommandInput
|
|
14
15
|
extends DescribeSavingsPlansRequest {}
|
|
15
16
|
export interface DescribeSavingsPlansCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSavingsPlansOfferingRatesCommandInput
|
|
14
15
|
extends DescribeSavingsPlansOfferingRatesRequest {}
|
|
15
16
|
export interface DescribeSavingsPlansOfferingRatesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSavingsPlansOfferingsCommandInput
|
|
14
15
|
extends DescribeSavingsPlansOfferingsRequest {}
|
|
15
16
|
export interface DescribeSavingsPlansOfferingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ReturnSavingsPlanCommandInput
|
|
14
15
|
extends ReturnSavingsPlanRequest {}
|
|
15
16
|
export interface ReturnSavingsPlanCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../SavingsplansClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../SavingsplansClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class SavingsplansServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-savingsplans",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|