@aws-sdk/client-savingsplans 3.928.0 → 3.929.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 (31) hide show
  1. package/dist-cjs/index.js +489 -475
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SavingsplansClient.js +2 -0
  4. package/dist-es/commands/CreateSavingsPlanCommand.js +3 -9
  5. package/dist-es/commands/DeleteQueuedSavingsPlanCommand.js +3 -9
  6. package/dist-es/commands/DescribeSavingsPlanRatesCommand.js +3 -9
  7. package/dist-es/commands/DescribeSavingsPlansCommand.js +3 -9
  8. package/dist-es/commands/DescribeSavingsPlansOfferingRatesCommand.js +3 -9
  9. package/dist-es/commands/DescribeSavingsPlansOfferingsCommand.js +3 -9
  10. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  11. package/dist-es/commands/ReturnSavingsPlanCommand.js +3 -9
  12. package/dist-es/commands/TagResourceCommand.js +3 -9
  13. package/dist-es/commands/UntagResourceCommand.js +3 -9
  14. package/dist-es/runtimeConfig.shared.js +2 -0
  15. package/dist-es/schemas/schemas_0.js +476 -0
  16. package/dist-types/SavingsplansClient.d.ts +10 -1
  17. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  18. package/dist-types/runtimeConfig.d.ts +1 -0
  19. package/dist-types/runtimeConfig.native.d.ts +1 -0
  20. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  21. package/dist-types/schemas/schemas_0.d.ts +80 -0
  22. package/dist-types/ts3.4/SavingsplansClient.d.ts +4 -0
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  27. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  28. package/package.json +2 -3
  29. package/dist-es/protocols/Aws_restJson1.js +0 -394
  30. package/dist-types/protocols/Aws_restJson1.d.ts +0 -92
  31. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -125
@@ -1,125 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateSavingsPlanCommandInput,
8
- CreateSavingsPlanCommandOutput,
9
- } from "../commands/CreateSavingsPlanCommand";
10
- import {
11
- DeleteQueuedSavingsPlanCommandInput,
12
- DeleteQueuedSavingsPlanCommandOutput,
13
- } from "../commands/DeleteQueuedSavingsPlanCommand";
14
- import {
15
- DescribeSavingsPlanRatesCommandInput,
16
- DescribeSavingsPlanRatesCommandOutput,
17
- } from "../commands/DescribeSavingsPlanRatesCommand";
18
- import {
19
- DescribeSavingsPlansCommandInput,
20
- DescribeSavingsPlansCommandOutput,
21
- } from "../commands/DescribeSavingsPlansCommand";
22
- import {
23
- DescribeSavingsPlansOfferingRatesCommandInput,
24
- DescribeSavingsPlansOfferingRatesCommandOutput,
25
- } from "../commands/DescribeSavingsPlansOfferingRatesCommand";
26
- import {
27
- DescribeSavingsPlansOfferingsCommandInput,
28
- DescribeSavingsPlansOfferingsCommandOutput,
29
- } from "../commands/DescribeSavingsPlansOfferingsCommand";
30
- import {
31
- ListTagsForResourceCommandInput,
32
- ListTagsForResourceCommandOutput,
33
- } from "../commands/ListTagsForResourceCommand";
34
- import {
35
- ReturnSavingsPlanCommandInput,
36
- ReturnSavingsPlanCommandOutput,
37
- } from "../commands/ReturnSavingsPlanCommand";
38
- import {
39
- TagResourceCommandInput,
40
- TagResourceCommandOutput,
41
- } from "../commands/TagResourceCommand";
42
- import {
43
- UntagResourceCommandInput,
44
- UntagResourceCommandOutput,
45
- } from "../commands/UntagResourceCommand";
46
- export declare const se_CreateSavingsPlanCommand: (
47
- input: CreateSavingsPlanCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_DeleteQueuedSavingsPlanCommand: (
51
- input: DeleteQueuedSavingsPlanCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_DescribeSavingsPlanRatesCommand: (
55
- input: DescribeSavingsPlanRatesCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_DescribeSavingsPlansCommand: (
59
- input: DescribeSavingsPlansCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_DescribeSavingsPlansOfferingRatesCommand: (
63
- input: DescribeSavingsPlansOfferingRatesCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DescribeSavingsPlansOfferingsCommand: (
67
- input: DescribeSavingsPlansOfferingsCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_ListTagsForResourceCommand: (
71
- input: ListTagsForResourceCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_ReturnSavingsPlanCommand: (
75
- input: ReturnSavingsPlanCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_TagResourceCommand: (
79
- input: TagResourceCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_UntagResourceCommand: (
83
- input: UntagResourceCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const de_CreateSavingsPlanCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<CreateSavingsPlanCommandOutput>;
90
- export declare const de_DeleteQueuedSavingsPlanCommand: (
91
- output: __HttpResponse,
92
- context: __SerdeContext
93
- ) => Promise<DeleteQueuedSavingsPlanCommandOutput>;
94
- export declare const de_DescribeSavingsPlanRatesCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<DescribeSavingsPlanRatesCommandOutput>;
98
- export declare const de_DescribeSavingsPlansCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<DescribeSavingsPlansCommandOutput>;
102
- export declare const de_DescribeSavingsPlansOfferingRatesCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<DescribeSavingsPlansOfferingRatesCommandOutput>;
106
- export declare const de_DescribeSavingsPlansOfferingsCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<DescribeSavingsPlansOfferingsCommandOutput>;
110
- export declare const de_ListTagsForResourceCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<ListTagsForResourceCommandOutput>;
114
- export declare const de_ReturnSavingsPlanCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<ReturnSavingsPlanCommandOutput>;
118
- export declare const de_TagResourceCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<TagResourceCommandOutput>;
122
- export declare const de_UntagResourceCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<UntagResourceCommandOutput>;