@aws-sdk/client-appconfig 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/AppConfigServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +93 -2
- package/dist-cjs/protocols/Aws_restJson1.js +293 -995
- package/dist-es/index.js +1 -0
- package/dist-es/models/AppConfigServiceException.js +12 -0
- package/dist-es/models/models_0.js +86 -1
- package/dist-es/protocols/Aws_restJson1.js +647 -1134
- package/dist-types/AppConfigClient.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/AppConfigServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +44 -19
- 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/AppConfigClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -19
- 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
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var AppConfigServiceException = (function (_super) {
|
|
4
|
+
__extends(AppConfigServiceException, _super);
|
|
5
|
+
function AppConfigServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, AppConfigServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return AppConfigServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { AppConfigServiceException };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException";
|
|
3
4
|
export var Application;
|
|
4
5
|
(function (Application) {
|
|
5
6
|
Application.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -31,10 +32,38 @@ export var BadRequestReason;
|
|
|
31
32
|
(function (BadRequestReason) {
|
|
32
33
|
BadRequestReason["INVALID_CONFIGURATION"] = "InvalidConfiguration";
|
|
33
34
|
})(BadRequestReason || (BadRequestReason = {}));
|
|
35
|
+
var BadRequestException = (function (_super) {
|
|
36
|
+
__extends(BadRequestException, _super);
|
|
37
|
+
function BadRequestException(opts) {
|
|
38
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
39
|
+
_this.name = "BadRequestException";
|
|
40
|
+
_this.$fault = "client";
|
|
41
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
42
|
+
_this.Message = opts.Message;
|
|
43
|
+
_this.Reason = opts.Reason;
|
|
44
|
+
_this.Details = opts.Details;
|
|
45
|
+
return _this;
|
|
46
|
+
}
|
|
47
|
+
return BadRequestException;
|
|
48
|
+
}(__BaseException));
|
|
49
|
+
export { BadRequestException };
|
|
34
50
|
export var CreateApplicationRequest;
|
|
35
51
|
(function (CreateApplicationRequest) {
|
|
36
52
|
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
53
|
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
54
|
+
var InternalServerException = (function (_super) {
|
|
55
|
+
__extends(InternalServerException, _super);
|
|
56
|
+
function InternalServerException(opts) {
|
|
57
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
58
|
+
_this.name = "InternalServerException";
|
|
59
|
+
_this.$fault = "server";
|
|
60
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
61
|
+
_this.Message = opts.Message;
|
|
62
|
+
return _this;
|
|
63
|
+
}
|
|
64
|
+
return InternalServerException;
|
|
65
|
+
}(__BaseException));
|
|
66
|
+
export { InternalServerException };
|
|
38
67
|
export var ValidatorType;
|
|
39
68
|
(function (ValidatorType) {
|
|
40
69
|
ValidatorType["JSON_SCHEMA"] = "JSON_SCHEMA";
|
|
@@ -52,6 +81,20 @@ export var CreateConfigurationProfileRequest;
|
|
|
52
81
|
(function (CreateConfigurationProfileRequest) {
|
|
53
82
|
CreateConfigurationProfileRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Validators && { Validators: obj.Validators.map(function (item) { return Validator.filterSensitiveLog(item); }) }))); };
|
|
54
83
|
})(CreateConfigurationProfileRequest || (CreateConfigurationProfileRequest = {}));
|
|
84
|
+
var ResourceNotFoundException = (function (_super) {
|
|
85
|
+
__extends(ResourceNotFoundException, _super);
|
|
86
|
+
function ResourceNotFoundException(opts) {
|
|
87
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
88
|
+
_this.name = "ResourceNotFoundException";
|
|
89
|
+
_this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
91
|
+
_this.Message = opts.Message;
|
|
92
|
+
_this.ResourceName = opts.ResourceName;
|
|
93
|
+
return _this;
|
|
94
|
+
}
|
|
95
|
+
return ResourceNotFoundException;
|
|
96
|
+
}(__BaseException));
|
|
97
|
+
export { ResourceNotFoundException };
|
|
55
98
|
export var GrowthType;
|
|
56
99
|
(function (GrowthType) {
|
|
57
100
|
GrowthType["EXPONENTIAL"] = "EXPONENTIAL";
|
|
@@ -89,6 +132,19 @@ export var Environment;
|
|
|
89
132
|
(function (Environment) {
|
|
90
133
|
Environment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
134
|
})(Environment || (Environment = {}));
|
|
135
|
+
var ConflictException = (function (_super) {
|
|
136
|
+
__extends(ConflictException, _super);
|
|
137
|
+
function ConflictException(opts) {
|
|
138
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
139
|
+
_this.name = "ConflictException";
|
|
140
|
+
_this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
142
|
+
_this.Message = opts.Message;
|
|
143
|
+
return _this;
|
|
144
|
+
}
|
|
145
|
+
return ConflictException;
|
|
146
|
+
}(__BaseException));
|
|
147
|
+
export { ConflictException };
|
|
92
148
|
export var CreateHostedConfigurationVersionRequest;
|
|
93
149
|
(function (CreateHostedConfigurationVersionRequest) {
|
|
94
150
|
CreateHostedConfigurationVersionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Content && { Content: SENSITIVE_STRING }))); };
|
|
@@ -101,6 +157,35 @@ export var BytesMeasure;
|
|
|
101
157
|
(function (BytesMeasure) {
|
|
102
158
|
BytesMeasure["KILOBYTES"] = "KILOBYTES";
|
|
103
159
|
})(BytesMeasure || (BytesMeasure = {}));
|
|
160
|
+
var PayloadTooLargeException = (function (_super) {
|
|
161
|
+
__extends(PayloadTooLargeException, _super);
|
|
162
|
+
function PayloadTooLargeException(opts) {
|
|
163
|
+
var _this = _super.call(this, __assign({ name: "PayloadTooLargeException", $fault: "client" }, opts)) || this;
|
|
164
|
+
_this.name = "PayloadTooLargeException";
|
|
165
|
+
_this.$fault = "client";
|
|
166
|
+
Object.setPrototypeOf(_this, PayloadTooLargeException.prototype);
|
|
167
|
+
_this.Message = opts.Message;
|
|
168
|
+
_this.Measure = opts.Measure;
|
|
169
|
+
_this.Limit = opts.Limit;
|
|
170
|
+
_this.Size = opts.Size;
|
|
171
|
+
return _this;
|
|
172
|
+
}
|
|
173
|
+
return PayloadTooLargeException;
|
|
174
|
+
}(__BaseException));
|
|
175
|
+
export { PayloadTooLargeException };
|
|
176
|
+
var ServiceQuotaExceededException = (function (_super) {
|
|
177
|
+
__extends(ServiceQuotaExceededException, _super);
|
|
178
|
+
function ServiceQuotaExceededException(opts) {
|
|
179
|
+
var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
180
|
+
_this.name = "ServiceQuotaExceededException";
|
|
181
|
+
_this.$fault = "client";
|
|
182
|
+
Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
|
|
183
|
+
_this.Message = opts.Message;
|
|
184
|
+
return _this;
|
|
185
|
+
}
|
|
186
|
+
return ServiceQuotaExceededException;
|
|
187
|
+
}(__BaseException));
|
|
188
|
+
export { ServiceQuotaExceededException };
|
|
104
189
|
export var DeleteApplicationRequest;
|
|
105
190
|
(function (DeleteApplicationRequest) {
|
|
106
191
|
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|