@aws-sdk/client-cost-optimization-hub 3.926.0 → 3.928.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 +913 -730
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CostOptimizationHubClient.js +2 -0
- package/dist-es/commands/GetPreferencesCommand.js +3 -9
- package/dist-es/commands/GetRecommendationCommand.js +3 -9
- package/dist-es/commands/ListEnrollmentStatusesCommand.js +3 -9
- package/dist-es/commands/ListRecommendationSummariesCommand.js +3 -9
- package/dist-es/commands/ListRecommendationsCommand.js +3 -9
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +3 -9
- package/dist-es/commands/UpdatePreferencesCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +892 -0
- package/dist-types/CostOptimizationHubClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +105 -0
- package/dist-types/ts3.4/CostOptimizationHubClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +110 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -670
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -65
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -89
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { GetPreferencesCommandInput, GetPreferencesCommandOutput } from "../commands/GetPreferencesCommand";
|
|
4
|
-
import { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "../commands/GetRecommendationCommand";
|
|
5
|
-
import { ListEnrollmentStatusesCommandInput, ListEnrollmentStatusesCommandOutput } from "../commands/ListEnrollmentStatusesCommand";
|
|
6
|
-
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
|
|
7
|
-
import { ListRecommendationSummariesCommandInput, ListRecommendationSummariesCommandOutput } from "../commands/ListRecommendationSummariesCommand";
|
|
8
|
-
import { UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput } from "../commands/UpdateEnrollmentStatusCommand";
|
|
9
|
-
import { UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput } from "../commands/UpdatePreferencesCommand";
|
|
10
|
-
/**
|
|
11
|
-
* serializeAws_json1_0GetPreferencesCommand
|
|
12
|
-
*/
|
|
13
|
-
export declare const se_GetPreferencesCommand: (input: GetPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
|
-
/**
|
|
15
|
-
* serializeAws_json1_0GetRecommendationCommand
|
|
16
|
-
*/
|
|
17
|
-
export declare const se_GetRecommendationCommand: (input: GetRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
-
/**
|
|
19
|
-
* serializeAws_json1_0ListEnrollmentStatusesCommand
|
|
20
|
-
*/
|
|
21
|
-
export declare const se_ListEnrollmentStatusesCommand: (input: ListEnrollmentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_json1_0ListRecommendationsCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_json1_0ListRecommendationSummariesCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_ListRecommendationSummariesCommand: (input: ListRecommendationSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_json1_0UpdateEnrollmentStatusCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_UpdateEnrollmentStatusCommand: (input: UpdateEnrollmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_json1_0UpdatePreferencesCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_UpdatePreferencesCommand: (input: UpdatePreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* deserializeAws_json1_0GetPreferencesCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const de_GetPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPreferencesCommandOutput>;
|
|
42
|
-
/**
|
|
43
|
-
* deserializeAws_json1_0GetRecommendationCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const de_GetRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationCommandOutput>;
|
|
46
|
-
/**
|
|
47
|
-
* deserializeAws_json1_0ListEnrollmentStatusesCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const de_ListEnrollmentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnrollmentStatusesCommandOutput>;
|
|
50
|
-
/**
|
|
51
|
-
* deserializeAws_json1_0ListRecommendationsCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const de_ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
|
|
54
|
-
/**
|
|
55
|
-
* deserializeAws_json1_0ListRecommendationSummariesCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const de_ListRecommendationSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationSummariesCommandOutput>;
|
|
58
|
-
/**
|
|
59
|
-
* deserializeAws_json1_0UpdateEnrollmentStatusCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const de_UpdateEnrollmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnrollmentStatusCommandOutput>;
|
|
62
|
-
/**
|
|
63
|
-
* deserializeAws_json1_0UpdatePreferencesCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const de_UpdatePreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePreferencesCommandOutput>;
|
|
@@ -1,89 +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
|
-
GetPreferencesCommandInput,
|
|
8
|
-
GetPreferencesCommandOutput,
|
|
9
|
-
} from "../commands/GetPreferencesCommand";
|
|
10
|
-
import {
|
|
11
|
-
GetRecommendationCommandInput,
|
|
12
|
-
GetRecommendationCommandOutput,
|
|
13
|
-
} from "../commands/GetRecommendationCommand";
|
|
14
|
-
import {
|
|
15
|
-
ListEnrollmentStatusesCommandInput,
|
|
16
|
-
ListEnrollmentStatusesCommandOutput,
|
|
17
|
-
} from "../commands/ListEnrollmentStatusesCommand";
|
|
18
|
-
import {
|
|
19
|
-
ListRecommendationsCommandInput,
|
|
20
|
-
ListRecommendationsCommandOutput,
|
|
21
|
-
} from "../commands/ListRecommendationsCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListRecommendationSummariesCommandInput,
|
|
24
|
-
ListRecommendationSummariesCommandOutput,
|
|
25
|
-
} from "../commands/ListRecommendationSummariesCommand";
|
|
26
|
-
import {
|
|
27
|
-
UpdateEnrollmentStatusCommandInput,
|
|
28
|
-
UpdateEnrollmentStatusCommandOutput,
|
|
29
|
-
} from "../commands/UpdateEnrollmentStatusCommand";
|
|
30
|
-
import {
|
|
31
|
-
UpdatePreferencesCommandInput,
|
|
32
|
-
UpdatePreferencesCommandOutput,
|
|
33
|
-
} from "../commands/UpdatePreferencesCommand";
|
|
34
|
-
export declare const se_GetPreferencesCommand: (
|
|
35
|
-
input: GetPreferencesCommandInput,
|
|
36
|
-
context: __SerdeContext
|
|
37
|
-
) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const se_GetRecommendationCommand: (
|
|
39
|
-
input: GetRecommendationCommandInput,
|
|
40
|
-
context: __SerdeContext
|
|
41
|
-
) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const se_ListEnrollmentStatusesCommand: (
|
|
43
|
-
input: ListEnrollmentStatusesCommandInput,
|
|
44
|
-
context: __SerdeContext
|
|
45
|
-
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const se_ListRecommendationsCommand: (
|
|
47
|
-
input: ListRecommendationsCommandInput,
|
|
48
|
-
context: __SerdeContext
|
|
49
|
-
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const se_ListRecommendationSummariesCommand: (
|
|
51
|
-
input: ListRecommendationSummariesCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_UpdateEnrollmentStatusCommand: (
|
|
55
|
-
input: UpdateEnrollmentStatusCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_UpdatePreferencesCommand: (
|
|
59
|
-
input: UpdatePreferencesCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const de_GetPreferencesCommand: (
|
|
63
|
-
output: __HttpResponse,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<GetPreferencesCommandOutput>;
|
|
66
|
-
export declare const de_GetRecommendationCommand: (
|
|
67
|
-
output: __HttpResponse,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<GetRecommendationCommandOutput>;
|
|
70
|
-
export declare const de_ListEnrollmentStatusesCommand: (
|
|
71
|
-
output: __HttpResponse,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<ListEnrollmentStatusesCommandOutput>;
|
|
74
|
-
export declare const de_ListRecommendationsCommand: (
|
|
75
|
-
output: __HttpResponse,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<ListRecommendationsCommandOutput>;
|
|
78
|
-
export declare const de_ListRecommendationSummariesCommand: (
|
|
79
|
-
output: __HttpResponse,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<ListRecommendationSummariesCommandOutput>;
|
|
82
|
-
export declare const de_UpdateEnrollmentStatusCommand: (
|
|
83
|
-
output: __HttpResponse,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<UpdateEnrollmentStatusCommandOutput>;
|
|
86
|
-
export declare const de_UpdatePreferencesCommand: (
|
|
87
|
-
output: __HttpResponse,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<UpdatePreferencesCommandOutput>;
|