@aws-sdk/client-billing 3.927.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.
- package/dist-cjs/index.js +494 -613
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/BillingClient.js +2 -0
- package/dist-es/commands/AssociateSourceViewsCommand.js +3 -9
- package/dist-es/commands/CreateBillingViewCommand.js +3 -10
- package/dist-es/commands/DeleteBillingViewCommand.js +3 -9
- package/dist-es/commands/DisassociateSourceViewsCommand.js +3 -9
- package/dist-es/commands/GetBillingViewCommand.js +3 -10
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ListBillingViewsCommand.js +3 -10
- package/dist-es/commands/ListSourceViewsForBillingViewCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateBillingViewCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -31
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +451 -0
- package/dist-types/BillingClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -24
- 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 +68 -0
- package/dist-types/ts3.4/BillingClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -18
- 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 +74 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -473
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -110
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -149
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateSourceViewsCommandInput, AssociateSourceViewsCommandOutput } from "../commands/AssociateSourceViewsCommand";
|
|
4
|
-
import { CreateBillingViewCommandInput, CreateBillingViewCommandOutput } from "../commands/CreateBillingViewCommand";
|
|
5
|
-
import { DeleteBillingViewCommandInput, DeleteBillingViewCommandOutput } from "../commands/DeleteBillingViewCommand";
|
|
6
|
-
import { DisassociateSourceViewsCommandInput, DisassociateSourceViewsCommandOutput } from "../commands/DisassociateSourceViewsCommand";
|
|
7
|
-
import { GetBillingViewCommandInput, GetBillingViewCommandOutput } from "../commands/GetBillingViewCommand";
|
|
8
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
9
|
-
import { ListBillingViewsCommandInput, ListBillingViewsCommandOutput } from "../commands/ListBillingViewsCommand";
|
|
10
|
-
import { ListSourceViewsForBillingViewCommandInput, ListSourceViewsForBillingViewCommandOutput } from "../commands/ListSourceViewsForBillingViewCommand";
|
|
11
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
12
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
13
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
14
|
-
import { UpdateBillingViewCommandInput, UpdateBillingViewCommandOutput } from "../commands/UpdateBillingViewCommand";
|
|
15
|
-
/**
|
|
16
|
-
* serializeAws_json1_0AssociateSourceViewsCommand
|
|
17
|
-
*/
|
|
18
|
-
export declare const se_AssociateSourceViewsCommand: (input: AssociateSourceViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_json1_0CreateBillingViewCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_CreateBillingViewCommand: (input: CreateBillingViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_json1_0DeleteBillingViewCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_DeleteBillingViewCommand: (input: DeleteBillingViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_json1_0DisassociateSourceViewsCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_DisassociateSourceViewsCommand: (input: DisassociateSourceViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_json1_0GetBillingViewCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_GetBillingViewCommand: (input: GetBillingViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_json1_0GetResourcePolicyCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_json1_0ListBillingViewsCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_ListBillingViewsCommand: (input: ListBillingViewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_json1_0ListSourceViewsForBillingViewCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ListSourceViewsForBillingViewCommand: (input: ListSourceViewsForBillingViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_json1_0TagResourceCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_0UpdateBillingViewCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_UpdateBillingViewCommand: (input: UpdateBillingViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* deserializeAws_json1_0AssociateSourceViewsCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const de_AssociateSourceViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSourceViewsCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* deserializeAws_json1_0CreateBillingViewCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const de_CreateBillingViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBillingViewCommandOutput>;
|
|
71
|
-
/**
|
|
72
|
-
* deserializeAws_json1_0DeleteBillingViewCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const de_DeleteBillingViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBillingViewCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* deserializeAws_json1_0DisassociateSourceViewsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const de_DisassociateSourceViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSourceViewsCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* deserializeAws_json1_0GetBillingViewCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const de_GetBillingViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBillingViewCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_json1_0GetResourcePolicyCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_json1_0ListBillingViewsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_ListBillingViewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingViewsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_json1_0ListSourceViewsForBillingViewCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_ListSourceViewsForBillingViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceViewsForBillingViewCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_json1_0UpdateBillingViewCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_UpdateBillingViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBillingViewCommandOutput>;
|
|
@@ -1,149 +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
|
-
AssociateSourceViewsCommandInput,
|
|
8
|
-
AssociateSourceViewsCommandOutput,
|
|
9
|
-
} from "../commands/AssociateSourceViewsCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateBillingViewCommandInput,
|
|
12
|
-
CreateBillingViewCommandOutput,
|
|
13
|
-
} from "../commands/CreateBillingViewCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteBillingViewCommandInput,
|
|
16
|
-
DeleteBillingViewCommandOutput,
|
|
17
|
-
} from "../commands/DeleteBillingViewCommand";
|
|
18
|
-
import {
|
|
19
|
-
DisassociateSourceViewsCommandInput,
|
|
20
|
-
DisassociateSourceViewsCommandOutput,
|
|
21
|
-
} from "../commands/DisassociateSourceViewsCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetBillingViewCommandInput,
|
|
24
|
-
GetBillingViewCommandOutput,
|
|
25
|
-
} from "../commands/GetBillingViewCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetResourcePolicyCommandInput,
|
|
28
|
-
GetResourcePolicyCommandOutput,
|
|
29
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListBillingViewsCommandInput,
|
|
32
|
-
ListBillingViewsCommandOutput,
|
|
33
|
-
} from "../commands/ListBillingViewsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListSourceViewsForBillingViewCommandInput,
|
|
36
|
-
ListSourceViewsForBillingViewCommandOutput,
|
|
37
|
-
} from "../commands/ListSourceViewsForBillingViewCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListTagsForResourceCommandInput,
|
|
40
|
-
ListTagsForResourceCommandOutput,
|
|
41
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
42
|
-
import {
|
|
43
|
-
TagResourceCommandInput,
|
|
44
|
-
TagResourceCommandOutput,
|
|
45
|
-
} from "../commands/TagResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
UntagResourceCommandInput,
|
|
48
|
-
UntagResourceCommandOutput,
|
|
49
|
-
} from "../commands/UntagResourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
UpdateBillingViewCommandInput,
|
|
52
|
-
UpdateBillingViewCommandOutput,
|
|
53
|
-
} from "../commands/UpdateBillingViewCommand";
|
|
54
|
-
export declare const se_AssociateSourceViewsCommand: (
|
|
55
|
-
input: AssociateSourceViewsCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_CreateBillingViewCommand: (
|
|
59
|
-
input: CreateBillingViewCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_DeleteBillingViewCommand: (
|
|
63
|
-
input: DeleteBillingViewCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DisassociateSourceViewsCommand: (
|
|
67
|
-
input: DisassociateSourceViewsCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetBillingViewCommand: (
|
|
71
|
-
input: GetBillingViewCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
75
|
-
input: GetResourcePolicyCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListBillingViewsCommand: (
|
|
79
|
-
input: ListBillingViewsCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListSourceViewsForBillingViewCommand: (
|
|
83
|
-
input: ListSourceViewsForBillingViewCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
87
|
-
input: ListTagsForResourceCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_TagResourceCommand: (
|
|
91
|
-
input: TagResourceCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_UntagResourceCommand: (
|
|
95
|
-
input: UntagResourceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_UpdateBillingViewCommand: (
|
|
99
|
-
input: UpdateBillingViewCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const de_AssociateSourceViewsCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<AssociateSourceViewsCommandOutput>;
|
|
106
|
-
export declare const de_CreateBillingViewCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<CreateBillingViewCommandOutput>;
|
|
110
|
-
export declare const de_DeleteBillingViewCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<DeleteBillingViewCommandOutput>;
|
|
114
|
-
export declare const de_DisassociateSourceViewsCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<DisassociateSourceViewsCommandOutput>;
|
|
118
|
-
export declare const de_GetBillingViewCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<GetBillingViewCommandOutput>;
|
|
122
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
126
|
-
export declare const de_ListBillingViewsCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<ListBillingViewsCommandOutput>;
|
|
130
|
-
export declare const de_ListSourceViewsForBillingViewCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<ListSourceViewsForBillingViewCommandOutput>;
|
|
134
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
138
|
-
export declare const de_TagResourceCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<TagResourceCommandOutput>;
|
|
142
|
-
export declare const de_UntagResourceCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
146
|
-
export declare const de_UpdateBillingViewCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<UpdateBillingViewCommandOutput>;
|