@aws-sdk/client-savingsplans 3.649.0 → 3.650.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 +10 -30
- package/dist-es/commands/CreateSavingsPlanCommand.js +1 -3
- package/dist-es/commands/DeleteQueuedSavingsPlanCommand.js +1 -3
- package/dist-es/commands/DescribeSavingsPlanRatesCommand.js +1 -3
- package/dist-es/commands/DescribeSavingsPlansCommand.js +1 -3
- package/dist-es/commands/DescribeSavingsPlansOfferingRatesCommand.js +1 -3
- package/dist-es/commands/DescribeSavingsPlansOfferingsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ReturnSavingsPlanCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -786,9 +786,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
786
786
|
}), "deserializeMetadata");
|
|
787
787
|
|
|
788
788
|
// src/commands/CreateSavingsPlanCommand.ts
|
|
789
|
-
var _CreateSavingsPlanCommand = class _CreateSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
790
|
-
...commonParams
|
|
791
|
-
}).m(function(Command, cs, config, o) {
|
|
789
|
+
var _CreateSavingsPlanCommand = class _CreateSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
792
790
|
return [
|
|
793
791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
794
792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -802,9 +800,7 @@ var CreateSavingsPlanCommand = _CreateSavingsPlanCommand;
|
|
|
802
800
|
|
|
803
801
|
|
|
804
802
|
|
|
805
|
-
var _DeleteQueuedSavingsPlanCommand = class _DeleteQueuedSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
806
|
-
...commonParams
|
|
807
|
-
}).m(function(Command, cs, config, o) {
|
|
803
|
+
var _DeleteQueuedSavingsPlanCommand = class _DeleteQueuedSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
808
804
|
return [
|
|
809
805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
810
806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -818,9 +814,7 @@ var DeleteQueuedSavingsPlanCommand = _DeleteQueuedSavingsPlanCommand;
|
|
|
818
814
|
|
|
819
815
|
|
|
820
816
|
|
|
821
|
-
var _DescribeSavingsPlanRatesCommand = class _DescribeSavingsPlanRatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
822
|
-
...commonParams
|
|
823
|
-
}).m(function(Command, cs, config, o) {
|
|
817
|
+
var _DescribeSavingsPlanRatesCommand = class _DescribeSavingsPlanRatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
824
818
|
return [
|
|
825
819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
826
820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -834,9 +828,7 @@ var DescribeSavingsPlanRatesCommand = _DescribeSavingsPlanRatesCommand;
|
|
|
834
828
|
|
|
835
829
|
|
|
836
830
|
|
|
837
|
-
var _DescribeSavingsPlansCommand = class _DescribeSavingsPlansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
838
|
-
...commonParams
|
|
839
|
-
}).m(function(Command, cs, config, o) {
|
|
831
|
+
var _DescribeSavingsPlansCommand = class _DescribeSavingsPlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
840
832
|
return [
|
|
841
833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
842
834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -850,9 +842,7 @@ var DescribeSavingsPlansCommand = _DescribeSavingsPlansCommand;
|
|
|
850
842
|
|
|
851
843
|
|
|
852
844
|
|
|
853
|
-
var _DescribeSavingsPlansOfferingRatesCommand = class _DescribeSavingsPlansOfferingRatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
854
|
-
...commonParams
|
|
855
|
-
}).m(function(Command, cs, config, o) {
|
|
845
|
+
var _DescribeSavingsPlansOfferingRatesCommand = class _DescribeSavingsPlansOfferingRatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
856
846
|
return [
|
|
857
847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
858
848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -866,9 +856,7 @@ var DescribeSavingsPlansOfferingRatesCommand = _DescribeSavingsPlansOfferingRate
|
|
|
866
856
|
|
|
867
857
|
|
|
868
858
|
|
|
869
|
-
var _DescribeSavingsPlansOfferingsCommand = class _DescribeSavingsPlansOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
870
|
-
...commonParams
|
|
871
|
-
}).m(function(Command, cs, config, o) {
|
|
859
|
+
var _DescribeSavingsPlansOfferingsCommand = class _DescribeSavingsPlansOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
872
860
|
return [
|
|
873
861
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
874
862
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -882,9 +870,7 @@ var DescribeSavingsPlansOfferingsCommand = _DescribeSavingsPlansOfferingsCommand
|
|
|
882
870
|
|
|
883
871
|
|
|
884
872
|
|
|
885
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
886
|
-
...commonParams
|
|
887
|
-
}).m(function(Command, cs, config, o) {
|
|
873
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
888
874
|
return [
|
|
889
875
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
890
876
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -898,9 +884,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
898
884
|
|
|
899
885
|
|
|
900
886
|
|
|
901
|
-
var _ReturnSavingsPlanCommand = class _ReturnSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
902
|
-
...commonParams
|
|
903
|
-
}).m(function(Command, cs, config, o) {
|
|
887
|
+
var _ReturnSavingsPlanCommand = class _ReturnSavingsPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
904
888
|
return [
|
|
905
889
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
906
890
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -914,9 +898,7 @@ var ReturnSavingsPlanCommand = _ReturnSavingsPlanCommand;
|
|
|
914
898
|
|
|
915
899
|
|
|
916
900
|
|
|
917
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
918
|
-
...commonParams
|
|
919
|
-
}).m(function(Command, cs, config, o) {
|
|
901
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
920
902
|
return [
|
|
921
903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
922
904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -930,9 +912,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
930
912
|
|
|
931
913
|
|
|
932
914
|
|
|
933
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
934
|
-
...commonParams
|
|
935
|
-
}).m(function(Command, cs, config, o) {
|
|
915
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
936
916
|
return [
|
|
937
917
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
938
918
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateSavingsPlanCommand, se_CreateSavingsPlanCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSavingsPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteQueuedSavingsPlanCommand, se_DeleteQueuedSavingsPlanCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteQueuedSavingsPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSavingsPlanRatesCommand, se_DescribeSavingsPlanRatesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSavingsPlanRatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSavingsPlansCommand, se_DescribeSavingsPlansCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSavingsPlansCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSavingsPlansOfferingRatesCommand, se_DescribeSavingsPlansOff
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSavingsPlansOfferingRatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSavingsPlansOfferingsCommand, se_DescribeSavingsPlansOfferin
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSavingsPlansOfferingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ReturnSavingsPlanCommand, se_ReturnSavingsPlanCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ReturnSavingsPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|