@aws-sdk/client-billing 3.1079.0 → 3.1080.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/README.md +35 -0
- package/dist-cjs/index.js +289 -20
- package/dist-es/Billing.js +12 -0
- package/dist-es/commands/GetBillingPreferencesCommand.js +4 -0
- package/dist-es/commands/GetCreditAllocationHistoryCommand.js +4 -0
- package/dist-es/commands/GetCreditsCommand.js +4 -0
- package/dist-es/commands/RedeemCreditsCommand.js +4 -0
- package/dist-es/commands/UpdateBillingPreferencesCommand.js +4 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/GetCreditAllocationHistoryPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +207 -19
- package/dist-types/Billing.d.ts +42 -0
- package/dist-types/BillingClient.d.ts +7 -2
- package/dist-types/commands/GetBillingPreferencesCommand.d.ts +108 -0
- package/dist-types/commands/GetCreditAllocationHistoryCommand.d.ts +106 -0
- package/dist-types/commands/GetCreditsCommand.d.ts +124 -0
- package/dist-types/commands/RedeemCreditsCommand.d.ts +81 -0
- package/dist-types/commands/UpdateBillingPreferencesCommand.d.ts +87 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +78 -0
- package/dist-types/models/models_0.d.ts +418 -1
- package/dist-types/pagination/GetCreditAllocationHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/Billing.d.ts +92 -0
- package/dist-types/ts3.4/BillingClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/GetBillingPreferencesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetCreditAllocationHistoryCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetCreditsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RedeemCreditsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateBillingPreferencesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +41 -0
- package/dist-types/ts3.4/models/models_0.d.ts +103 -0
- package/dist-types/ts3.4/pagination/GetCreditAllocationHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/package.json +3 -3
|
@@ -15,22 +15,35 @@ export declare var ThrottlingException$: StaticErrorSchema;
|
|
|
15
15
|
export declare var ValidationException$: StaticErrorSchema;
|
|
16
16
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
17
17
|
export declare var ActiveTimeRange$: StaticStructureSchema;
|
|
18
|
+
export declare var Amount$: StaticStructureSchema;
|
|
18
19
|
export declare var AssociateSourceViewsRequest$: StaticStructureSchema;
|
|
19
20
|
export declare var AssociateSourceViewsResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var BillingFeatureFilter$: StaticStructureSchema;
|
|
22
|
+
export declare var BillingPeriod$: StaticStructureSchema;
|
|
23
|
+
export declare var BillingPreferenceForKey$: StaticStructureSchema;
|
|
24
|
+
export declare var BillingPreferenceSummary$: StaticStructureSchema;
|
|
20
25
|
export declare var BillingViewElement$: StaticStructureSchema;
|
|
21
26
|
export declare var BillingViewHealthStatus$: StaticStructureSchema;
|
|
22
27
|
export declare var BillingViewListElement$: StaticStructureSchema;
|
|
23
28
|
export declare var CostCategoryValues$: StaticStructureSchema;
|
|
24
29
|
export declare var CreateBillingViewRequest$: StaticStructureSchema;
|
|
25
30
|
export declare var CreateBillingViewResponse$: StaticStructureSchema;
|
|
31
|
+
export declare var CreditAllocationHistoryEntry$: StaticStructureSchema;
|
|
32
|
+
export declare var CreditData$: StaticStructureSchema;
|
|
26
33
|
export declare var DeleteBillingViewRequest$: StaticStructureSchema;
|
|
27
34
|
export declare var DeleteBillingViewResponse$: StaticStructureSchema;
|
|
28
35
|
export declare var DimensionValues$: StaticStructureSchema;
|
|
29
36
|
export declare var DisassociateSourceViewsRequest$: StaticStructureSchema;
|
|
30
37
|
export declare var DisassociateSourceViewsResponse$: StaticStructureSchema;
|
|
31
38
|
export declare var Expression$: StaticStructureSchema;
|
|
39
|
+
export declare var GetBillingPreferencesRequest$: StaticStructureSchema;
|
|
40
|
+
export declare var GetBillingPreferencesResponse$: StaticStructureSchema;
|
|
32
41
|
export declare var GetBillingViewRequest$: StaticStructureSchema;
|
|
33
42
|
export declare var GetBillingViewResponse$: StaticStructureSchema;
|
|
43
|
+
export declare var GetCreditAllocationHistoryRequest$: StaticStructureSchema;
|
|
44
|
+
export declare var GetCreditAllocationHistoryResponse$: StaticStructureSchema;
|
|
45
|
+
export declare var GetCreditsRequest$: StaticStructureSchema;
|
|
46
|
+
export declare var GetCreditsResponse$: StaticStructureSchema;
|
|
34
47
|
export declare var GetResourcePolicyRequest$: StaticStructureSchema;
|
|
35
48
|
export declare var GetResourcePolicyResponse$: StaticStructureSchema;
|
|
36
49
|
export declare var ListBillingViewsRequest$: StaticStructureSchema;
|
|
@@ -39,6 +52,8 @@ export declare var ListSourceViewsForBillingViewRequest$: StaticStructureSchema;
|
|
|
39
52
|
export declare var ListSourceViewsForBillingViewResponse$: StaticStructureSchema;
|
|
40
53
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
41
54
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
55
|
+
export declare var RedeemCreditsRequest$: StaticStructureSchema;
|
|
56
|
+
export declare var RedeemCreditsResponse$: StaticStructureSchema;
|
|
42
57
|
export declare var ResourceTag$: StaticStructureSchema;
|
|
43
58
|
export declare var StringSearch$: StaticStructureSchema;
|
|
44
59
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
@@ -47,6 +62,8 @@ export declare var TagValues$: StaticStructureSchema;
|
|
|
47
62
|
export declare var TimeRange$: StaticStructureSchema;
|
|
48
63
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
49
64
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var UpdateBillingPreferencesRequest$: StaticStructureSchema;
|
|
66
|
+
export declare var UpdateBillingPreferencesResponse$: StaticStructureSchema;
|
|
50
67
|
export declare var UpdateBillingViewRequest$: StaticStructureSchema;
|
|
51
68
|
export declare var UpdateBillingViewResponse$: StaticStructureSchema;
|
|
52
69
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
@@ -54,11 +71,16 @@ export declare var AssociateSourceViews$: StaticOperationSchema;
|
|
|
54
71
|
export declare var CreateBillingView$: StaticOperationSchema;
|
|
55
72
|
export declare var DeleteBillingView$: StaticOperationSchema;
|
|
56
73
|
export declare var DisassociateSourceViews$: StaticOperationSchema;
|
|
74
|
+
export declare var GetBillingPreferences$: StaticOperationSchema;
|
|
57
75
|
export declare var GetBillingView$: StaticOperationSchema;
|
|
76
|
+
export declare var GetCreditAllocationHistory$: StaticOperationSchema;
|
|
77
|
+
export declare var GetCredits$: StaticOperationSchema;
|
|
58
78
|
export declare var GetResourcePolicy$: StaticOperationSchema;
|
|
59
79
|
export declare var ListBillingViews$: StaticOperationSchema;
|
|
60
80
|
export declare var ListSourceViewsForBillingView$: StaticOperationSchema;
|
|
61
81
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
82
|
+
export declare var RedeemCredits$: StaticOperationSchema;
|
|
62
83
|
export declare var TagResource$: StaticOperationSchema;
|
|
63
84
|
export declare var UntagResource$: StaticOperationSchema;
|
|
85
|
+
export declare var UpdateBillingPreferences$: StaticOperationSchema;
|
|
64
86
|
export declare var UpdateBillingView$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-billing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Billing Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1080.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
22
|
+
"@aws-sdk/core": "^3.974.28",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.63",
|
|
24
24
|
"@aws-sdk/types": "^3.973.15",
|
|
25
25
|
"@smithy/core": "^3.29.0",
|
|
26
26
|
"@smithy/fetch-http-handler": "^5.6.2",
|