@aws-sdk/client-bcm-dashboards 3.933.0 → 3.935.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];
@@ -0,0 +1,74 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { BCMDashboardsServiceException as __BaseException } from "./BCMDashboardsServiceException";
3
+ /**
4
+ * <p>You do not have sufficient permissions to perform this action. Verify your IAM permissions and any resource policies.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>An internal error occurred while processing the request. Retry your request. If the problem persists, contact Amazon Web Services Support.</p>
17
+ * @public
18
+ */
19
+ export declare class InternalServerException extends __BaseException {
20
+ readonly name: "InternalServerException";
21
+ readonly $fault: "server";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
26
+ }
27
+ /**
28
+ * <p>The request would exceed service quotas. For example, attempting to create more than 20 widgets in a dashboard or exceeding the maximum number of dashboards per account.</p>
29
+ * @public
30
+ */
31
+ export declare class ServiceQuotaExceededException extends __BaseException {
32
+ readonly name: "ServiceQuotaExceededException";
33
+ readonly $fault: "client";
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
38
+ }
39
+ /**
40
+ * <p>The request was denied due to request throttling. Reduce the frequency of requests and use exponential backoff.</p>
41
+ * @public
42
+ */
43
+ export declare class ThrottlingException extends __BaseException {
44
+ readonly name: "ThrottlingException";
45
+ readonly $fault: "client";
46
+ /**
47
+ * @internal
48
+ */
49
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
50
+ }
51
+ /**
52
+ * <p>The input parameters do not satisfy the requirements. Check the error message for specific validation details.</p>
53
+ * @public
54
+ */
55
+ export declare class ValidationException extends __BaseException {
56
+ readonly name: "ValidationException";
57
+ readonly $fault: "client";
58
+ /**
59
+ * @internal
60
+ */
61
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
62
+ }
63
+ /**
64
+ * <p>The specified resource (dashboard, policy, or widget) was not found. Verify the ARN and try again.</p>
65
+ * @public
66
+ */
67
+ export declare class ResourceNotFoundException extends __BaseException {
68
+ readonly name: "ResourceNotFoundException";
69
+ readonly $fault: "client";
70
+ /**
71
+ * @internal
72
+ */
73
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
74
+ }
@@ -1,17 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { BCMDashboardsServiceException as __BaseException } from "./BCMDashboardsServiceException";
3
- /**
4
- * <p>You do not have sufficient permissions to perform this action. Verify your IAM permissions and any resource policies.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- /**
11
- * @internal
12
- */
13
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
- }
1
+ import { DashboardType, DateTimeType, Dimension, Granularity, GroupDefinitionType, MatchOption, MetricName, VisualType } from "./enums";
15
2
  /**
16
3
  * <p>A key-value pair that can be attached to a dashboard for organization and management purposes.</p>
17
4
  * @public
@@ -28,19 +15,6 @@ export interface ResourceTag {
28
15
  */
29
16
  value: string | undefined;
30
17
  }
31
- /**
32
- * @public
33
- * @enum
34
- */
35
- export declare const VisualType: {
36
- readonly BAR: "BAR";
37
- readonly LINE: "LINE";
38
- readonly STACK: "STACK";
39
- };
40
- /**
41
- * @public
42
- */
43
- export type VisualType = (typeof VisualType)[keyof typeof VisualType];
44
18
  /**
45
19
  * <p>Defines the visual representation settings for widget data, including the visualization type, styling options, and display preferences for different metric types.</p>
46
20
  * @public
@@ -103,24 +77,6 @@ export declare namespace DisplayConfig {
103
77
  _: (name: string, value: any) => T;
104
78
  }
105
79
  }
106
- /**
107
- * @public
108
- * @enum
109
- */
110
- export declare const MatchOption: {
111
- readonly ABSENT: "ABSENT";
112
- readonly CASE_INSENSITIVE: "CASE_INSENSITIVE";
113
- readonly CASE_SENSITIVE: "CASE_SENSITIVE";
114
- readonly CONTAINS: "CONTAINS";
115
- readonly ENDS_WITH: "ENDS_WITH";
116
- readonly EQUALS: "EQUALS";
117
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
118
- readonly STARTS_WITH: "STARTS_WITH";
119
- };
120
- /**
121
- * @public
122
- */
123
- export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
124
80
  /**
125
81
  * <p>Specifies the values and match options for cost category-based filtering in cost and usage queries.</p>
126
82
  * @public
@@ -142,42 +98,6 @@ export interface CostCategoryValues {
142
98
  */
143
99
  matchOptions?: MatchOption[] | undefined;
144
100
  }
145
- /**
146
- * @public
147
- * @enum
148
- */
149
- export declare const Dimension: {
150
- readonly AZ: "AZ";
151
- readonly BILLING_ENTITY: "BILLING_ENTITY";
152
- readonly CACHE_ENGINE: "CACHE_ENGINE";
153
- readonly COST_CATEGORY_NAME: "COST_CATEGORY_NAME";
154
- readonly DATABASE_ENGINE: "DATABASE_ENGINE";
155
- readonly DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION";
156
- readonly INSTANCE_TYPE: "INSTANCE_TYPE";
157
- readonly INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY";
158
- readonly LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME";
159
- readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
160
- readonly OPERATING_SYSTEM: "OPERATING_SYSTEM";
161
- readonly OPERATION: "OPERATION";
162
- readonly PLATFORM: "PLATFORM";
163
- readonly PURCHASE_TYPE: "PURCHASE_TYPE";
164
- readonly RECORD_TYPE: "RECORD_TYPE";
165
- readonly REGION: "REGION";
166
- readonly RESERVATION_ID: "RESERVATION_ID";
167
- readonly RESOURCE_ID: "RESOURCE_ID";
168
- readonly SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE";
169
- readonly SCOPE: "SCOPE";
170
- readonly SERVICE: "SERVICE";
171
- readonly SUBSCRIPTION_ID: "SUBSCRIPTION_ID";
172
- readonly TAG_KEY: "TAG_KEY";
173
- readonly TENANCY: "TENANCY";
174
- readonly USAGE_TYPE: "USAGE_TYPE";
175
- readonly USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP";
176
- };
177
- /**
178
- * @public
179
- */
180
- export type Dimension = (typeof Dimension)[keyof typeof Dimension];
181
101
  /**
182
102
  * <p>Specifies the values and match options for dimension-based filtering in cost and usage queries.</p>
183
103
  * @public
@@ -220,32 +140,6 @@ export interface TagValues {
220
140
  */
221
141
  matchOptions?: MatchOption[] | undefined;
222
142
  }
223
- /**
224
- * @public
225
- * @enum
226
- */
227
- export declare const Granularity: {
228
- readonly DAILY: "DAILY";
229
- readonly HOURLY: "HOURLY";
230
- readonly MONTHLY: "MONTHLY";
231
- };
232
- /**
233
- * @public
234
- */
235
- export type Granularity = (typeof Granularity)[keyof typeof Granularity];
236
- /**
237
- * @public
238
- * @enum
239
- */
240
- export declare const GroupDefinitionType: {
241
- readonly COST_CATEGORY: "COST_CATEGORY";
242
- readonly DIMENSION: "DIMENSION";
243
- readonly TAG: "TAG";
244
- };
245
- /**
246
- * @public
247
- */
248
- export type GroupDefinitionType = (typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
249
143
  /**
250
144
  * <p>Specifies how to group cost and usage data.</p>
251
145
  * @public
@@ -262,39 +156,6 @@ export interface GroupDefinition {
262
156
  */
263
157
  type?: GroupDefinitionType | undefined;
264
158
  }
265
- /**
266
- * @public
267
- * @enum
268
- */
269
- export declare const MetricName: {
270
- readonly AmortizedCost: "AmortizedCost";
271
- readonly BlendedCost: "BlendedCost";
272
- readonly Cost: "Cost";
273
- readonly Hour: "Hour";
274
- readonly NetAmortizedCost: "NetAmortizedCost";
275
- readonly NetUnblendedCost: "NetUnblendedCost";
276
- readonly NormalizedUsageAmount: "NormalizedUsageAmount";
277
- readonly SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans";
278
- readonly UnblendedCost: "UnblendedCost";
279
- readonly Unit: "Unit";
280
- readonly UsageQuantity: "UsageQuantity";
281
- };
282
- /**
283
- * @public
284
- */
285
- export type MetricName = (typeof MetricName)[keyof typeof MetricName];
286
- /**
287
- * @public
288
- * @enum
289
- */
290
- export declare const DateTimeType: {
291
- readonly ABSOLUTE: "ABSOLUTE";
292
- readonly RELATIVE: "RELATIVE";
293
- };
294
- /**
295
- * @public
296
- */
297
- export type DateTimeType = (typeof DateTimeType)[keyof typeof DateTimeType];
298
159
  /**
299
160
  * <p>Represents a point in time that can be specified as either an absolute date (for example, "2025-07-01") or a relative time period using ISO 8601 duration format (for example, "-P3M" for three months ago).</p>
300
161
  * @public
@@ -337,54 +198,6 @@ export interface CreateDashboardResponse {
337
198
  */
338
199
  arn: string | undefined;
339
200
  }
340
- /**
341
- * <p>An internal error occurred while processing the request. Retry your request. If the problem persists, contact Amazon Web Services Support.</p>
342
- * @public
343
- */
344
- export declare class InternalServerException extends __BaseException {
345
- readonly name: "InternalServerException";
346
- readonly $fault: "server";
347
- /**
348
- * @internal
349
- */
350
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
351
- }
352
- /**
353
- * <p>The request would exceed service quotas. For example, attempting to create more than 20 widgets in a dashboard or exceeding the maximum number of dashboards per account.</p>
354
- * @public
355
- */
356
- export declare class ServiceQuotaExceededException extends __BaseException {
357
- readonly name: "ServiceQuotaExceededException";
358
- readonly $fault: "client";
359
- /**
360
- * @internal
361
- */
362
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
363
- }
364
- /**
365
- * <p>The request was denied due to request throttling. Reduce the frequency of requests and use exponential backoff.</p>
366
- * @public
367
- */
368
- export declare class ThrottlingException extends __BaseException {
369
- readonly name: "ThrottlingException";
370
- readonly $fault: "client";
371
- /**
372
- * @internal
373
- */
374
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
375
- }
376
- /**
377
- * <p>The input parameters do not satisfy the requirements. Check the error message for specific validation details.</p>
378
- * @public
379
- */
380
- export declare class ValidationException extends __BaseException {
381
- readonly name: "ValidationException";
382
- readonly $fault: "client";
383
- /**
384
- * @internal
385
- */
386
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
387
- }
388
201
  /**
389
202
  * @public
390
203
  */
@@ -415,29 +228,6 @@ export interface GetDashboardRequest {
415
228
  */
416
229
  arn: string | undefined;
417
230
  }
418
- /**
419
- * @public
420
- * @enum
421
- */
422
- export declare const DashboardType: {
423
- readonly CUSTOM: "CUSTOM";
424
- };
425
- /**
426
- * @public
427
- */
428
- export type DashboardType = (typeof DashboardType)[keyof typeof DashboardType];
429
- /**
430
- * <p>The specified resource (dashboard, policy, or widget) was not found. Verify the ARN and try again.</p>
431
- * @public
432
- */
433
- export declare class ResourceNotFoundException extends __BaseException {
434
- readonly name: "ResourceNotFoundException";
435
- readonly $fault: "client";
436
- /**
437
- * @internal
438
- */
439
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
440
- }
441
231
  /**
442
232
  * @public
443
233
  */
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { BCMDashboardsExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { BCMDashboardsServiceException } from "./models/BCMDashboardsServiceException";
@@ -0,0 +1,82 @@
1
+ export declare const VisualType: {
2
+ readonly BAR: "BAR";
3
+ readonly LINE: "LINE";
4
+ readonly STACK: "STACK";
5
+ };
6
+ export type VisualType = (typeof VisualType)[keyof typeof VisualType];
7
+ export declare const MatchOption: {
8
+ readonly ABSENT: "ABSENT";
9
+ readonly CASE_INSENSITIVE: "CASE_INSENSITIVE";
10
+ readonly CASE_SENSITIVE: "CASE_SENSITIVE";
11
+ readonly CONTAINS: "CONTAINS";
12
+ readonly ENDS_WITH: "ENDS_WITH";
13
+ readonly EQUALS: "EQUALS";
14
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
15
+ readonly STARTS_WITH: "STARTS_WITH";
16
+ };
17
+ export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
18
+ export declare const Dimension: {
19
+ readonly AZ: "AZ";
20
+ readonly BILLING_ENTITY: "BILLING_ENTITY";
21
+ readonly CACHE_ENGINE: "CACHE_ENGINE";
22
+ readonly COST_CATEGORY_NAME: "COST_CATEGORY_NAME";
23
+ readonly DATABASE_ENGINE: "DATABASE_ENGINE";
24
+ readonly DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION";
25
+ readonly INSTANCE_TYPE: "INSTANCE_TYPE";
26
+ readonly INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY";
27
+ readonly LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME";
28
+ readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
29
+ readonly OPERATING_SYSTEM: "OPERATING_SYSTEM";
30
+ readonly OPERATION: "OPERATION";
31
+ readonly PLATFORM: "PLATFORM";
32
+ readonly PURCHASE_TYPE: "PURCHASE_TYPE";
33
+ readonly RECORD_TYPE: "RECORD_TYPE";
34
+ readonly REGION: "REGION";
35
+ readonly RESERVATION_ID: "RESERVATION_ID";
36
+ readonly RESOURCE_ID: "RESOURCE_ID";
37
+ readonly SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE";
38
+ readonly SCOPE: "SCOPE";
39
+ readonly SERVICE: "SERVICE";
40
+ readonly SUBSCRIPTION_ID: "SUBSCRIPTION_ID";
41
+ readonly TAG_KEY: "TAG_KEY";
42
+ readonly TENANCY: "TENANCY";
43
+ readonly USAGE_TYPE: "USAGE_TYPE";
44
+ readonly USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP";
45
+ };
46
+ export type Dimension = (typeof Dimension)[keyof typeof Dimension];
47
+ export declare const Granularity: {
48
+ readonly DAILY: "DAILY";
49
+ readonly HOURLY: "HOURLY";
50
+ readonly MONTHLY: "MONTHLY";
51
+ };
52
+ export type Granularity = (typeof Granularity)[keyof typeof Granularity];
53
+ export declare const GroupDefinitionType: {
54
+ readonly COST_CATEGORY: "COST_CATEGORY";
55
+ readonly DIMENSION: "DIMENSION";
56
+ readonly TAG: "TAG";
57
+ };
58
+ export type GroupDefinitionType =
59
+ (typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
60
+ export declare const MetricName: {
61
+ readonly AmortizedCost: "AmortizedCost";
62
+ readonly BlendedCost: "BlendedCost";
63
+ readonly Cost: "Cost";
64
+ readonly Hour: "Hour";
65
+ readonly NetAmortizedCost: "NetAmortizedCost";
66
+ readonly NetUnblendedCost: "NetUnblendedCost";
67
+ readonly NormalizedUsageAmount: "NormalizedUsageAmount";
68
+ readonly SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans";
69
+ readonly UnblendedCost: "UnblendedCost";
70
+ readonly Unit: "Unit";
71
+ readonly UsageQuantity: "UsageQuantity";
72
+ };
73
+ export type MetricName = (typeof MetricName)[keyof typeof MetricName];
74
+ export declare const DateTimeType: {
75
+ readonly ABSOLUTE: "ABSOLUTE";
76
+ readonly RELATIVE: "RELATIVE";
77
+ };
78
+ export type DateTimeType = (typeof DateTimeType)[keyof typeof DateTimeType];
79
+ export declare const DashboardType: {
80
+ readonly CUSTOM: "CUSTOM";
81
+ };
82
+ export type DashboardType = (typeof DashboardType)[keyof typeof DashboardType];
@@ -0,0 +1,44 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { BCMDashboardsServiceException as __BaseException } from "./BCMDashboardsServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare class InternalServerException extends __BaseException {
11
+ readonly name: "InternalServerException";
12
+ readonly $fault: "server";
13
+ constructor(
14
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
15
+ );
16
+ }
17
+ export declare class ServiceQuotaExceededException extends __BaseException {
18
+ readonly name: "ServiceQuotaExceededException";
19
+ readonly $fault: "client";
20
+ constructor(
21
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
22
+ );
23
+ }
24
+ export declare class ThrottlingException extends __BaseException {
25
+ readonly name: "ThrottlingException";
26
+ readonly $fault: "client";
27
+ constructor(
28
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
29
+ );
30
+ }
31
+ export declare class ValidationException extends __BaseException {
32
+ readonly name: "ValidationException";
33
+ readonly $fault: "client";
34
+ constructor(
35
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
36
+ );
37
+ }
38
+ export declare class ResourceNotFoundException extends __BaseException {
39
+ readonly name: "ResourceNotFoundException";
40
+ readonly $fault: "client";
41
+ constructor(
42
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
43
+ );
44
+ }
@@ -1,22 +1,17 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { BCMDashboardsServiceException as __BaseException } from "./BCMDashboardsServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
9
- }
1
+ import {
2
+ DashboardType,
3
+ DateTimeType,
4
+ Dimension,
5
+ Granularity,
6
+ GroupDefinitionType,
7
+ MatchOption,
8
+ MetricName,
9
+ VisualType,
10
+ } from "./enums";
10
11
  export interface ResourceTag {
11
12
  key: string | undefined;
12
13
  value: string | undefined;
13
14
  }
14
- export declare const VisualType: {
15
- readonly BAR: "BAR";
16
- readonly LINE: "LINE";
17
- readonly STACK: "STACK";
18
- };
19
- export type VisualType = (typeof VisualType)[keyof typeof VisualType];
20
15
  export interface GraphDisplayConfig {
21
16
  visualType: VisualType | undefined;
22
17
  }
@@ -47,51 +42,11 @@ export declare namespace DisplayConfig {
47
42
  _: (name: string, value: any) => T;
48
43
  }
49
44
  }
50
- export declare const MatchOption: {
51
- readonly ABSENT: "ABSENT";
52
- readonly CASE_INSENSITIVE: "CASE_INSENSITIVE";
53
- readonly CASE_SENSITIVE: "CASE_SENSITIVE";
54
- readonly CONTAINS: "CONTAINS";
55
- readonly ENDS_WITH: "ENDS_WITH";
56
- readonly EQUALS: "EQUALS";
57
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
58
- readonly STARTS_WITH: "STARTS_WITH";
59
- };
60
- export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
61
45
  export interface CostCategoryValues {
62
46
  key?: string | undefined;
63
47
  values?: string[] | undefined;
64
48
  matchOptions?: MatchOption[] | undefined;
65
49
  }
66
- export declare const Dimension: {
67
- readonly AZ: "AZ";
68
- readonly BILLING_ENTITY: "BILLING_ENTITY";
69
- readonly CACHE_ENGINE: "CACHE_ENGINE";
70
- readonly COST_CATEGORY_NAME: "COST_CATEGORY_NAME";
71
- readonly DATABASE_ENGINE: "DATABASE_ENGINE";
72
- readonly DEPLOYMENT_OPTION: "DEPLOYMENT_OPTION";
73
- readonly INSTANCE_TYPE: "INSTANCE_TYPE";
74
- readonly INSTANCE_TYPE_FAMILY: "INSTANCE_TYPE_FAMILY";
75
- readonly LEGAL_ENTITY_NAME: "LEGAL_ENTITY_NAME";
76
- readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
77
- readonly OPERATING_SYSTEM: "OPERATING_SYSTEM";
78
- readonly OPERATION: "OPERATION";
79
- readonly PLATFORM: "PLATFORM";
80
- readonly PURCHASE_TYPE: "PURCHASE_TYPE";
81
- readonly RECORD_TYPE: "RECORD_TYPE";
82
- readonly REGION: "REGION";
83
- readonly RESERVATION_ID: "RESERVATION_ID";
84
- readonly RESOURCE_ID: "RESOURCE_ID";
85
- readonly SAVINGS_PLANS_TYPE: "SAVINGS_PLANS_TYPE";
86
- readonly SCOPE: "SCOPE";
87
- readonly SERVICE: "SERVICE";
88
- readonly SUBSCRIPTION_ID: "SUBSCRIPTION_ID";
89
- readonly TAG_KEY: "TAG_KEY";
90
- readonly TENANCY: "TENANCY";
91
- readonly USAGE_TYPE: "USAGE_TYPE";
92
- readonly USAGE_TYPE_GROUP: "USAGE_TYPE_GROUP";
93
- };
94
- export type Dimension = (typeof Dimension)[keyof typeof Dimension];
95
50
  export interface DimensionValues {
96
51
  key: Dimension | undefined;
97
52
  values: string[] | undefined;
@@ -102,42 +57,10 @@ export interface TagValues {
102
57
  values?: string[] | undefined;
103
58
  matchOptions?: MatchOption[] | undefined;
104
59
  }
105
- export declare const Granularity: {
106
- readonly DAILY: "DAILY";
107
- readonly HOURLY: "HOURLY";
108
- readonly MONTHLY: "MONTHLY";
109
- };
110
- export type Granularity = (typeof Granularity)[keyof typeof Granularity];
111
- export declare const GroupDefinitionType: {
112
- readonly COST_CATEGORY: "COST_CATEGORY";
113
- readonly DIMENSION: "DIMENSION";
114
- readonly TAG: "TAG";
115
- };
116
- export type GroupDefinitionType =
117
- (typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
118
60
  export interface GroupDefinition {
119
61
  key: string | undefined;
120
62
  type?: GroupDefinitionType | undefined;
121
63
  }
122
- export declare const MetricName: {
123
- readonly AmortizedCost: "AmortizedCost";
124
- readonly BlendedCost: "BlendedCost";
125
- readonly Cost: "Cost";
126
- readonly Hour: "Hour";
127
- readonly NetAmortizedCost: "NetAmortizedCost";
128
- readonly NetUnblendedCost: "NetUnblendedCost";
129
- readonly NormalizedUsageAmount: "NormalizedUsageAmount";
130
- readonly SpendCoveredBySavingsPlans: "SpendCoveredBySavingsPlans";
131
- readonly UnblendedCost: "UnblendedCost";
132
- readonly Unit: "Unit";
133
- readonly UsageQuantity: "UsageQuantity";
134
- };
135
- export type MetricName = (typeof MetricName)[keyof typeof MetricName];
136
- export declare const DateTimeType: {
137
- readonly ABSOLUTE: "ABSOLUTE";
138
- readonly RELATIVE: "RELATIVE";
139
- };
140
- export type DateTimeType = (typeof DateTimeType)[keyof typeof DateTimeType];
141
64
  export interface DateTimeValue {
142
65
  type: DateTimeType | undefined;
143
66
  value: string | undefined;
@@ -149,34 +72,6 @@ export interface DateTimeRange {
149
72
  export interface CreateDashboardResponse {
150
73
  arn: string | undefined;
151
74
  }
152
- export declare class InternalServerException extends __BaseException {
153
- readonly name: "InternalServerException";
154
- readonly $fault: "server";
155
- constructor(
156
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
157
- );
158
- }
159
- export declare class ServiceQuotaExceededException extends __BaseException {
160
- readonly name: "ServiceQuotaExceededException";
161
- readonly $fault: "client";
162
- constructor(
163
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
164
- );
165
- }
166
- export declare class ThrottlingException extends __BaseException {
167
- readonly name: "ThrottlingException";
168
- readonly $fault: "client";
169
- constructor(
170
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
171
- );
172
- }
173
- export declare class ValidationException extends __BaseException {
174
- readonly name: "ValidationException";
175
- readonly $fault: "client";
176
- constructor(
177
- opts: __ExceptionOptionType<ValidationException, __BaseException>
178
- );
179
- }
180
75
  export interface DeleteDashboardRequest {
181
76
  arn: string | undefined;
182
77
  }
@@ -186,17 +81,6 @@ export interface DeleteDashboardResponse {
186
81
  export interface GetDashboardRequest {
187
82
  arn: string | undefined;
188
83
  }
189
- export declare const DashboardType: {
190
- readonly CUSTOM: "CUSTOM";
191
- };
192
- export type DashboardType = (typeof DashboardType)[keyof typeof DashboardType];
193
- export declare class ResourceNotFoundException extends __BaseException {
194
- readonly name: "ResourceNotFoundException";
195
- readonly $fault: "client";
196
- constructor(
197
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
198
- );
199
- }
200
84
  export interface GetResourcePolicyRequest {
201
85
  resourceArn: string | undefined;
202
86
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bcm-dashboards",
3
3
  "description": "AWS SDK for JavaScript Bcm Dashboards Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bcm-dashboards",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";