@aws-sdk/client-bcm-dashboards 3.934.0 → 3.936.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 CHANGED
@@ -127,76 +127,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends BCMDashboardsS
127
127
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
128
128
  }
129
129
  };
130
- const VisualType = {
131
- BAR: "BAR",
132
- LINE: "LINE",
133
- STACK: "STACK",
134
- };
135
- const MatchOption = {
136
- ABSENT: "ABSENT",
137
- CASE_INSENSITIVE: "CASE_INSENSITIVE",
138
- CASE_SENSITIVE: "CASE_SENSITIVE",
139
- CONTAINS: "CONTAINS",
140
- ENDS_WITH: "ENDS_WITH",
141
- EQUALS: "EQUALS",
142
- GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
143
- STARTS_WITH: "STARTS_WITH",
144
- };
145
- const Dimension = {
146
- AZ: "AZ",
147
- BILLING_ENTITY: "BILLING_ENTITY",
148
- CACHE_ENGINE: "CACHE_ENGINE",
149
- COST_CATEGORY_NAME: "COST_CATEGORY_NAME",
150
- DATABASE_ENGINE: "DATABASE_ENGINE",
151
- DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION",
152
- INSTANCE_TYPE: "INSTANCE_TYPE",
153
- INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY",
154
- LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME",
155
- LINKED_ACCOUNT: "LINKED_ACCOUNT",
156
- OPERATING_SYSTEM: "OPERATING_SYSTEM",
157
- OPERATION: "OPERATION",
158
- PLATFORM: "PLATFORM",
159
- PURCHASE_TYPE: "PURCHASE_TYPE",
160
- RECORD_TYPE: "RECORD_TYPE",
161
- REGION: "REGION",
162
- RESERVATION_ID: "RESERVATION_ID",
163
- RESOURCE_ID: "RESOURCE_ID",
164
- SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE",
165
- SCOPE: "SCOPE",
166
- SERVICE: "SERVICE",
167
- SUBSCRIPTION_ID: "SUBSCRIPTION_ID",
168
- TAG_KEY: "TAG_KEY",
169
- TENANCY: "TENANCY",
170
- USAGE_TYPE: "USAGE_TYPE",
171
- USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP",
172
- };
173
- const Granularity = {
174
- DAILY: "DAILY",
175
- HOURLY: "HOURLY",
176
- MONTHLY: "MONTHLY",
177
- };
178
- const GroupDefinitionType = {
179
- COST_CATEGORY: "COST_CATEGORY",
180
- DIMENSION: "DIMENSION",
181
- TAG: "TAG",
182
- };
183
- const MetricName = {
184
- AmortizedCost: "AmortizedCost",
185
- BlendedCost: "BlendedCost",
186
- Cost: "Cost",
187
- Hour: "Hour",
188
- NetAmortizedCost: "NetAmortizedCost",
189
- NetUnblendedCost: "NetUnblendedCost",
190
- NormalizedUsageAmount: "NormalizedUsageAmount",
191
- SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans",
192
- UnblendedCost: "UnblendedCost",
193
- Unit: "Unit",
194
- UsageQuantity: "UsageQuantity",
195
- };
196
- const DateTimeType = {
197
- ABSOLUTE: "ABSOLUTE",
198
- RELATIVE: "RELATIVE",
199
- };
200
130
  let InternalServerException$1 = class InternalServerException extends BCMDashboardsServiceException$1 {
201
131
  name = "InternalServerException";
202
132
  $fault = "server";
@@ -245,9 +175,6 @@ let ValidationException$1 = class ValidationException extends BCMDashboardsServi
245
175
  Object.setPrototypeOf(this, ValidationException.prototype);
246
176
  }
247
177
  };
248
- const DashboardType = {
249
- CUSTOM: "CUSTOM",
250
- };
251
178
  let ResourceNotFoundException$1 = class ResourceNotFoundException extends BCMDashboardsServiceException$1 {
252
179
  name = "ResourceNotFoundException";
253
180
  $fault = "client";
@@ -802,6 +729,80 @@ smithyClient.createAggregatedClient(commands, BCMDashboards);
802
729
 
803
730
  const paginateListDashboards = core.createPaginator(BCMDashboardsClient, ListDashboardsCommand, "nextToken", "nextToken", "maxResults");
804
731
 
732
+ const VisualType = {
733
+ BAR: "BAR",
734
+ LINE: "LINE",
735
+ STACK: "STACK",
736
+ };
737
+ const MatchOption = {
738
+ ABSENT: "ABSENT",
739
+ CASE_INSENSITIVE: "CASE_INSENSITIVE",
740
+ CASE_SENSITIVE: "CASE_SENSITIVE",
741
+ CONTAINS: "CONTAINS",
742
+ ENDS_WITH: "ENDS_WITH",
743
+ EQUALS: "EQUALS",
744
+ GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
745
+ STARTS_WITH: "STARTS_WITH",
746
+ };
747
+ const Dimension = {
748
+ AZ: "AZ",
749
+ BILLING_ENTITY: "BILLING_ENTITY",
750
+ CACHE_ENGINE: "CACHE_ENGINE",
751
+ COST_CATEGORY_NAME: "COST_CATEGORY_NAME",
752
+ DATABASE_ENGINE: "DATABASE_ENGINE",
753
+ DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION",
754
+ INSTANCE_TYPE: "INSTANCE_TYPE",
755
+ INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY",
756
+ LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME",
757
+ LINKED_ACCOUNT: "LINKED_ACCOUNT",
758
+ OPERATING_SYSTEM: "OPERATING_SYSTEM",
759
+ OPERATION: "OPERATION",
760
+ PLATFORM: "PLATFORM",
761
+ PURCHASE_TYPE: "PURCHASE_TYPE",
762
+ RECORD_TYPE: "RECORD_TYPE",
763
+ REGION: "REGION",
764
+ RESERVATION_ID: "RESERVATION_ID",
765
+ RESOURCE_ID: "RESOURCE_ID",
766
+ SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE",
767
+ SCOPE: "SCOPE",
768
+ SERVICE: "SERVICE",
769
+ SUBSCRIPTION_ID: "SUBSCRIPTION_ID",
770
+ TAG_KEY: "TAG_KEY",
771
+ TENANCY: "TENANCY",
772
+ USAGE_TYPE: "USAGE_TYPE",
773
+ USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP",
774
+ };
775
+ const Granularity = {
776
+ DAILY: "DAILY",
777
+ HOURLY: "HOURLY",
778
+ MONTHLY: "MONTHLY",
779
+ };
780
+ const GroupDefinitionType = {
781
+ COST_CATEGORY: "COST_CATEGORY",
782
+ DIMENSION: "DIMENSION",
783
+ TAG: "TAG",
784
+ };
785
+ const MetricName = {
786
+ AmortizedCost: "AmortizedCost",
787
+ BlendedCost: "BlendedCost",
788
+ Cost: "Cost",
789
+ Hour: "Hour",
790
+ NetAmortizedCost: "NetAmortizedCost",
791
+ NetUnblendedCost: "NetUnblendedCost",
792
+ NormalizedUsageAmount: "NormalizedUsageAmount",
793
+ SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans",
794
+ UnblendedCost: "UnblendedCost",
795
+ Unit: "Unit",
796
+ UsageQuantity: "UsageQuantity",
797
+ };
798
+ const DateTimeType = {
799
+ ABSOLUTE: "ABSOLUTE",
800
+ RELATIVE: "RELATIVE",
801
+ };
802
+ const DashboardType = {
803
+ CUSTOM: "CUSTOM",
804
+ };
805
+
805
806
  Object.defineProperty(exports, "$Command", {
806
807
  enumerable: true,
807
808
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./BCMDashboardsClient";
2
2
  export * from "./BCMDashboards";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { BCMDashboardsServiceException } from "./models/BCMDashboardsServiceException";
@@ -0,0 +1,73 @@
1
+ export const VisualType = {
2
+ BAR: "BAR",
3
+ LINE: "LINE",
4
+ STACK: "STACK",
5
+ };
6
+ export const MatchOption = {
7
+ ABSENT: "ABSENT",
8
+ CASE_INSENSITIVE: "CASE_INSENSITIVE",
9
+ CASE_SENSITIVE: "CASE_SENSITIVE",
10
+ CONTAINS: "CONTAINS",
11
+ ENDS_WITH: "ENDS_WITH",
12
+ EQUALS: "EQUALS",
13
+ GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
14
+ STARTS_WITH: "STARTS_WITH",
15
+ };
16
+ export const Dimension = {
17
+ AZ: "AZ",
18
+ BILLING_ENTITY: "BILLING_ENTITY",
19
+ CACHE_ENGINE: "CACHE_ENGINE",
20
+ COST_CATEGORY_NAME: "COST_CATEGORY_NAME",
21
+ DATABASE_ENGINE: "DATABASE_ENGINE",
22
+ DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION",
23
+ INSTANCE_TYPE: "INSTANCE_TYPE",
24
+ INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY",
25
+ LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME",
26
+ LINKED_ACCOUNT: "LINKED_ACCOUNT",
27
+ OPERATING_SYSTEM: "OPERATING_SYSTEM",
28
+ OPERATION: "OPERATION",
29
+ PLATFORM: "PLATFORM",
30
+ PURCHASE_TYPE: "PURCHASE_TYPE",
31
+ RECORD_TYPE: "RECORD_TYPE",
32
+ REGION: "REGION",
33
+ RESERVATION_ID: "RESERVATION_ID",
34
+ RESOURCE_ID: "RESOURCE_ID",
35
+ SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE",
36
+ SCOPE: "SCOPE",
37
+ SERVICE: "SERVICE",
38
+ SUBSCRIPTION_ID: "SUBSCRIPTION_ID",
39
+ TAG_KEY: "TAG_KEY",
40
+ TENANCY: "TENANCY",
41
+ USAGE_TYPE: "USAGE_TYPE",
42
+ USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP",
43
+ };
44
+ export const Granularity = {
45
+ DAILY: "DAILY",
46
+ HOURLY: "HOURLY",
47
+ MONTHLY: "MONTHLY",
48
+ };
49
+ export const GroupDefinitionType = {
50
+ COST_CATEGORY: "COST_CATEGORY",
51
+ DIMENSION: "DIMENSION",
52
+ TAG: "TAG",
53
+ };
54
+ export const MetricName = {
55
+ AmortizedCost: "AmortizedCost",
56
+ BlendedCost: "BlendedCost",
57
+ Cost: "Cost",
58
+ Hour: "Hour",
59
+ NetAmortizedCost: "NetAmortizedCost",
60
+ NetUnblendedCost: "NetUnblendedCost",
61
+ NormalizedUsageAmount: "NormalizedUsageAmount",
62
+ SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans",
63
+ UnblendedCost: "UnblendedCost",
64
+ Unit: "Unit",
65
+ UsageQuantity: "UsageQuantity",
66
+ };
67
+ export const DateTimeType = {
68
+ ABSOLUTE: "ABSOLUTE",
69
+ RELATIVE: "RELATIVE",
70
+ };
71
+ export const DashboardType = {
72
+ CUSTOM: "CUSTOM",
73
+ };
@@ -0,0 +1,73 @@
1
+ import { BCMDashboardsServiceException as __BaseException } from "./BCMDashboardsServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
14
+ export class InternalServerException extends __BaseException {
15
+ name = "InternalServerException";
16
+ $fault = "server";
17
+ constructor(opts) {
18
+ super({
19
+ name: "InternalServerException",
20
+ $fault: "server",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, InternalServerException.prototype);
24
+ }
25
+ }
26
+ export class ServiceQuotaExceededException extends __BaseException {
27
+ name = "ServiceQuotaExceededException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "ServiceQuotaExceededException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
36
+ }
37
+ }
38
+ export class ThrottlingException extends __BaseException {
39
+ name = "ThrottlingException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "ThrottlingException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
48
+ }
49
+ }
50
+ export class ValidationException extends __BaseException {
51
+ name = "ValidationException";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "ValidationException",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, ValidationException.prototype);
60
+ }
61
+ }
62
+ export class ResourceNotFoundException extends __BaseException {
63
+ name = "ResourceNotFoundException";
64
+ $fault = "client";
65
+ constructor(opts) {
66
+ super({
67
+ name: "ResourceNotFoundException",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
72
+ }
73
+ }
@@ -1,146 +1 @@
1
- import { BCMDashboardsServiceException as __BaseException } from "./BCMDashboardsServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- }
14
- export const VisualType = {
15
- BAR: "BAR",
16
- LINE: "LINE",
17
- STACK: "STACK",
18
- };
19
- export const MatchOption = {
20
- ABSENT: "ABSENT",
21
- CASE_INSENSITIVE: "CASE_INSENSITIVE",
22
- CASE_SENSITIVE: "CASE_SENSITIVE",
23
- CONTAINS: "CONTAINS",
24
- ENDS_WITH: "ENDS_WITH",
25
- EQUALS: "EQUALS",
26
- GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
27
- STARTS_WITH: "STARTS_WITH",
28
- };
29
- export const Dimension = {
30
- AZ: "AZ",
31
- BILLING_ENTITY: "BILLING_ENTITY",
32
- CACHE_ENGINE: "CACHE_ENGINE",
33
- COST_CATEGORY_NAME: "COST_CATEGORY_NAME",
34
- DATABASE_ENGINE: "DATABASE_ENGINE",
35
- DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION",
36
- INSTANCE_TYPE: "INSTANCE_TYPE",
37
- INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY",
38
- LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME",
39
- LINKED_ACCOUNT: "LINKED_ACCOUNT",
40
- OPERATING_SYSTEM: "OPERATING_SYSTEM",
41
- OPERATION: "OPERATION",
42
- PLATFORM: "PLATFORM",
43
- PURCHASE_TYPE: "PURCHASE_TYPE",
44
- RECORD_TYPE: "RECORD_TYPE",
45
- REGION: "REGION",
46
- RESERVATION_ID: "RESERVATION_ID",
47
- RESOURCE_ID: "RESOURCE_ID",
48
- SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE",
49
- SCOPE: "SCOPE",
50
- SERVICE: "SERVICE",
51
- SUBSCRIPTION_ID: "SUBSCRIPTION_ID",
52
- TAG_KEY: "TAG_KEY",
53
- TENANCY: "TENANCY",
54
- USAGE_TYPE: "USAGE_TYPE",
55
- USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP",
56
- };
57
- export const Granularity = {
58
- DAILY: "DAILY",
59
- HOURLY: "HOURLY",
60
- MONTHLY: "MONTHLY",
61
- };
62
- export const GroupDefinitionType = {
63
- COST_CATEGORY: "COST_CATEGORY",
64
- DIMENSION: "DIMENSION",
65
- TAG: "TAG",
66
- };
67
- export const MetricName = {
68
- AmortizedCost: "AmortizedCost",
69
- BlendedCost: "BlendedCost",
70
- Cost: "Cost",
71
- Hour: "Hour",
72
- NetAmortizedCost: "NetAmortizedCost",
73
- NetUnblendedCost: "NetUnblendedCost",
74
- NormalizedUsageAmount: "NormalizedUsageAmount",
75
- SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans",
76
- UnblendedCost: "UnblendedCost",
77
- Unit: "Unit",
78
- UsageQuantity: "UsageQuantity",
79
- };
80
- export const DateTimeType = {
81
- ABSOLUTE: "ABSOLUTE",
82
- RELATIVE: "RELATIVE",
83
- };
84
- export class InternalServerException extends __BaseException {
85
- name = "InternalServerException";
86
- $fault = "server";
87
- constructor(opts) {
88
- super({
89
- name: "InternalServerException",
90
- $fault: "server",
91
- ...opts,
92
- });
93
- Object.setPrototypeOf(this, InternalServerException.prototype);
94
- }
95
- }
96
- export class ServiceQuotaExceededException extends __BaseException {
97
- name = "ServiceQuotaExceededException";
98
- $fault = "client";
99
- constructor(opts) {
100
- super({
101
- name: "ServiceQuotaExceededException",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
106
- }
107
- }
108
- export class ThrottlingException extends __BaseException {
109
- name = "ThrottlingException";
110
- $fault = "client";
111
- constructor(opts) {
112
- super({
113
- name: "ThrottlingException",
114
- $fault: "client",
115
- ...opts,
116
- });
117
- Object.setPrototypeOf(this, ThrottlingException.prototype);
118
- }
119
- }
120
- export class ValidationException extends __BaseException {
121
- name = "ValidationException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "ValidationException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, ValidationException.prototype);
130
- }
131
- }
132
- export const DashboardType = {
133
- CUSTOM: "CUSTOM",
134
- };
135
- export class ResourceNotFoundException extends __BaseException {
136
- name = "ResourceNotFoundException";
137
- $fault = "client";
138
- constructor(opts) {
139
- super({
140
- name: "ResourceNotFoundException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
145
- }
146
- }
1
+ export {};
@@ -113,7 +113,7 @@ const _wi = "width";
113
113
  const n0 = "com.amazonaws.bcmdashboards";
114
114
  import { TypeRegistry } from "@smithy/core/schema";
115
115
  import { BCMDashboardsServiceException as __BCMDashboardsServiceException } from "../models/BCMDashboardsServiceException";
116
- import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
116
+ import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
117
117
  export var AccessDeniedException = [
118
118
  -3,
119
119
  n0,
@@ -10,5 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { BCMDashboardsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
- export * from "./models";
13
+ export * from "./models/enums";
14
+ export * from "./models/errors";
15
+ export type * from "./models/models_0";
14
16
  export { BCMDashboardsServiceException } from "./models/BCMDashboardsServiceException";
@@ -0,0 +1,137 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const VisualType: {
6
+ readonly BAR: "BAR";
7
+ readonly LINE: "LINE";
8
+ readonly STACK: "STACK";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type VisualType = (typeof VisualType)[keyof typeof VisualType];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const MatchOption: {
19
+ readonly ABSENT: "ABSENT";
20
+ readonly CASE_INSENSITIVE: "CASE_INSENSITIVE";
21
+ readonly CASE_SENSITIVE: "CASE_SENSITIVE";
22
+ readonly CONTAINS: "CONTAINS";
23
+ readonly ENDS_WITH: "ENDS_WITH";
24
+ readonly EQUALS: "EQUALS";
25
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
26
+ readonly STARTS_WITH: "STARTS_WITH";
27
+ };
28
+ /**
29
+ * @public
30
+ */
31
+ export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
32
+ /**
33
+ * @public
34
+ * @enum
35
+ */
36
+ export declare const Dimension: {
37
+ readonly AZ: "AZ";
38
+ readonly BILLING_ENTITY: "BILLING_ENTITY";
39
+ readonly CACHE_ENGINE: "CACHE_ENGINE";
40
+ readonly COST_CATEGORY_NAME: "COST_CATEGORY_NAME";
41
+ readonly DATABASE_ENGINE: "DATABASE_ENGINE";
42
+ readonly DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION";
43
+ readonly INSTANCE_TYPE: "INSTANCE_TYPE";
44
+ readonly INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY";
45
+ readonly LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME";
46
+ readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
47
+ readonly OPERATING_SYSTEM: "OPERATING_SYSTEM";
48
+ readonly OPERATION: "OPERATION";
49
+ readonly PLATFORM: "PLATFORM";
50
+ readonly PURCHASE_TYPE: "PURCHASE_TYPE";
51
+ readonly RECORD_TYPE: "RECORD_TYPE";
52
+ readonly REGION: "REGION";
53
+ readonly RESERVATION_ID: "RESERVATION_ID";
54
+ readonly RESOURCE_ID: "RESOURCE_ID";
55
+ readonly SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE";
56
+ readonly SCOPE: "SCOPE";
57
+ readonly SERVICE: "SERVICE";
58
+ readonly SUBSCRIPTION_ID: "SUBSCRIPTION_ID";
59
+ readonly TAG_KEY: "TAG_KEY";
60
+ readonly TENANCY: "TENANCY";
61
+ readonly USAGE_TYPE: "USAGE_TYPE";
62
+ readonly USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type Dimension = (typeof Dimension)[keyof typeof Dimension];
68
+ /**
69
+ * @public
70
+ * @enum
71
+ */
72
+ export declare const Granularity: {
73
+ readonly DAILY: "DAILY";
74
+ readonly HOURLY: "HOURLY";
75
+ readonly MONTHLY: "MONTHLY";
76
+ };
77
+ /**
78
+ * @public
79
+ */
80
+ export type Granularity = (typeof Granularity)[keyof typeof Granularity];
81
+ /**
82
+ * @public
83
+ * @enum
84
+ */
85
+ export declare const GroupDefinitionType: {
86
+ readonly COST_CATEGORY: "COST_CATEGORY";
87
+ readonly DIMENSION: "DIMENSION";
88
+ readonly TAG: "TAG";
89
+ };
90
+ /**
91
+ * @public
92
+ */
93
+ export type GroupDefinitionType = (typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
94
+ /**
95
+ * @public
96
+ * @enum
97
+ */
98
+ export declare const MetricName: {
99
+ readonly AmortizedCost: "AmortizedCost";
100
+ readonly BlendedCost: "BlendedCost";
101
+ readonly Cost: "Cost";
102
+ readonly Hour: "Hour";
103
+ readonly NetAmortizedCost: "NetAmortizedCost";
104
+ readonly NetUnblendedCost: "NetUnblendedCost";
105
+ readonly NormalizedUsageAmount: "NormalizedUsageAmount";
106
+ readonly SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans";
107
+ readonly UnblendedCost: "UnblendedCost";
108
+ readonly Unit: "Unit";
109
+ readonly UsageQuantity: "UsageQuantity";
110
+ };
111
+ /**
112
+ * @public
113
+ */
114
+ export type MetricName = (typeof MetricName)[keyof typeof MetricName];
115
+ /**
116
+ * @public
117
+ * @enum
118
+ */
119
+ export declare const DateTimeType: {
120
+ readonly ABSOLUTE: "ABSOLUTE";
121
+ readonly RELATIVE: "RELATIVE";
122
+ };
123
+ /**
124
+ * @public
125
+ */
126
+ export type DateTimeType = (typeof DateTimeType)[keyof typeof DateTimeType];
127
+ /**
128
+ * @public
129
+ * @enum
130
+ */
131
+ export declare const DashboardType: {
132
+ readonly CUSTOM: "CUSTOM";
133
+ };
134
+ /**
135
+ * @public
136
+ */
137
+ export type DashboardType = (typeof DashboardType)[keyof typeof DashboardType];