@aws-sdk/client-applicationcostprofiler 3.51.0 → 3.54.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ApplicationCostProfilerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +67 -1
- package/dist-cjs/protocols/Aws_restJson1.js +83 -246
- package/dist-es/index.js +1 -0
- package/dist-es/models/ApplicationCostProfilerServiceException.js +12 -0
- package/dist-es/models/models_0.js +62 -1
- package/dist-es/protocols/Aws_restJson1.js +147 -276
- package/dist-types/ApplicationCostProfilerClient.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ApplicationCostProfilerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +37 -21
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ApplicationCostProfilerClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ApplicationCostProfilerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -21
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +33 -33
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { ApplicationCostProfilerServiceException as __BaseException } from "./ApplicationCostProfilerServiceException";
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
return _this;
|
|
11
|
+
}
|
|
12
|
+
return AccessDeniedException;
|
|
13
|
+
}(__BaseException));
|
|
14
|
+
export { AccessDeniedException };
|
|
2
15
|
export var DeleteReportDefinitionRequest;
|
|
3
16
|
(function (DeleteReportDefinitionRequest) {
|
|
4
17
|
DeleteReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -7,6 +20,42 @@ export var DeleteReportDefinitionResult;
|
|
|
7
20
|
(function (DeleteReportDefinitionResult) {
|
|
8
21
|
DeleteReportDefinitionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
22
|
})(DeleteReportDefinitionResult || (DeleteReportDefinitionResult = {}));
|
|
23
|
+
var InternalServerException = (function (_super) {
|
|
24
|
+
__extends(InternalServerException, _super);
|
|
25
|
+
function InternalServerException(opts) {
|
|
26
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
27
|
+
_this.name = "InternalServerException";
|
|
28
|
+
_this.$fault = "server";
|
|
29
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return InternalServerException;
|
|
33
|
+
}(__BaseException));
|
|
34
|
+
export { InternalServerException };
|
|
35
|
+
var ThrottlingException = (function (_super) {
|
|
36
|
+
__extends(ThrottlingException, _super);
|
|
37
|
+
function ThrottlingException(opts) {
|
|
38
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
39
|
+
_this.name = "ThrottlingException";
|
|
40
|
+
_this.$fault = "client";
|
|
41
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
42
|
+
return _this;
|
|
43
|
+
}
|
|
44
|
+
return ThrottlingException;
|
|
45
|
+
}(__BaseException));
|
|
46
|
+
export { ThrottlingException };
|
|
47
|
+
var ValidationException = (function (_super) {
|
|
48
|
+
__extends(ValidationException, _super);
|
|
49
|
+
function ValidationException(opts) {
|
|
50
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
51
|
+
_this.name = "ValidationException";
|
|
52
|
+
_this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
54
|
+
return _this;
|
|
55
|
+
}
|
|
56
|
+
return ValidationException;
|
|
57
|
+
}(__BaseException));
|
|
58
|
+
export { ValidationException };
|
|
10
59
|
export var GetReportDefinitionRequest;
|
|
11
60
|
(function (GetReportDefinitionRequest) {
|
|
12
61
|
GetReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -69,6 +118,18 @@ export var PutReportDefinitionResult;
|
|
|
69
118
|
(function (PutReportDefinitionResult) {
|
|
70
119
|
PutReportDefinitionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
120
|
})(PutReportDefinitionResult || (PutReportDefinitionResult = {}));
|
|
121
|
+
var ServiceQuotaExceededException = (function (_super) {
|
|
122
|
+
__extends(ServiceQuotaExceededException, _super);
|
|
123
|
+
function ServiceQuotaExceededException(opts) {
|
|
124
|
+
var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
125
|
+
_this.name = "ServiceQuotaExceededException";
|
|
126
|
+
_this.$fault = "client";
|
|
127
|
+
Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
|
|
128
|
+
return _this;
|
|
129
|
+
}
|
|
130
|
+
return ServiceQuotaExceededException;
|
|
131
|
+
}(__BaseException));
|
|
132
|
+
export { ServiceQuotaExceededException };
|
|
72
133
|
export var UpdateReportDefinitionRequest;
|
|
73
134
|
(function (UpdateReportDefinitionRequest) {
|
|
74
135
|
UpdateReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|