@aws-sdk/client-chime-sdk-identity 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ChimeSDKIdentityServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +123 -2
- package/dist-cjs/protocols/Aws_restJson1.js +319 -1287
- package/dist-es/index.js +1 -0
- package/dist-es/models/ChimeSDKIdentityServiceException.js +12 -0
- package/dist-es/models/models_0.js +114 -1
- package/dist-es/protocols/Aws_restJson1.js +659 -1392
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ChimeSDKIdentityServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +58 -25
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ChimeSDKIdentityServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -25
- package/package.json +25 -25
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 ChimeSDKIdentityServiceException = (function (_super) {
|
|
4
|
+
__extends(ChimeSDKIdentityServiceException, _super);
|
|
5
|
+
function ChimeSDKIdentityServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, ChimeSDKIdentityServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return ChimeSDKIdentityServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { ChimeSDKIdentityServiceException };
|
|
@@ -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 { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
4
|
export var AllowMessages;
|
|
4
5
|
(function (AllowMessages) {
|
|
5
6
|
AllowMessages["ALL"] = "ALL";
|
|
@@ -93,6 +94,34 @@ export var ErrorCode;
|
|
|
93
94
|
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
94
95
|
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
95
96
|
})(ErrorCode || (ErrorCode = {}));
|
|
97
|
+
var BadRequestException = (function (_super) {
|
|
98
|
+
__extends(BadRequestException, _super);
|
|
99
|
+
function BadRequestException(opts) {
|
|
100
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
101
|
+
_this.name = "BadRequestException";
|
|
102
|
+
_this.$fault = "client";
|
|
103
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
104
|
+
_this.Code = opts.Code;
|
|
105
|
+
_this.Message = opts.Message;
|
|
106
|
+
return _this;
|
|
107
|
+
}
|
|
108
|
+
return BadRequestException;
|
|
109
|
+
}(__BaseException));
|
|
110
|
+
export { BadRequestException };
|
|
111
|
+
var ConflictException = (function (_super) {
|
|
112
|
+
__extends(ConflictException, _super);
|
|
113
|
+
function ConflictException(opts) {
|
|
114
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
115
|
+
_this.name = "ConflictException";
|
|
116
|
+
_this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
118
|
+
_this.Code = opts.Code;
|
|
119
|
+
_this.Message = opts.Message;
|
|
120
|
+
return _this;
|
|
121
|
+
}
|
|
122
|
+
return ConflictException;
|
|
123
|
+
}(__BaseException));
|
|
124
|
+
export { ConflictException };
|
|
96
125
|
export var Tag;
|
|
97
126
|
(function (Tag) {
|
|
98
127
|
Tag.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Key && { Key: SENSITIVE_STRING })), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
@@ -105,6 +134,90 @@ export var CreateAppInstanceResponse;
|
|
|
105
134
|
(function (CreateAppInstanceResponse) {
|
|
106
135
|
CreateAppInstanceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
136
|
})(CreateAppInstanceResponse || (CreateAppInstanceResponse = {}));
|
|
137
|
+
var ForbiddenException = (function (_super) {
|
|
138
|
+
__extends(ForbiddenException, _super);
|
|
139
|
+
function ForbiddenException(opts) {
|
|
140
|
+
var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
|
|
141
|
+
_this.name = "ForbiddenException";
|
|
142
|
+
_this.$fault = "client";
|
|
143
|
+
Object.setPrototypeOf(_this, ForbiddenException.prototype);
|
|
144
|
+
_this.Code = opts.Code;
|
|
145
|
+
_this.Message = opts.Message;
|
|
146
|
+
return _this;
|
|
147
|
+
}
|
|
148
|
+
return ForbiddenException;
|
|
149
|
+
}(__BaseException));
|
|
150
|
+
export { ForbiddenException };
|
|
151
|
+
var ResourceLimitExceededException = (function (_super) {
|
|
152
|
+
__extends(ResourceLimitExceededException, _super);
|
|
153
|
+
function ResourceLimitExceededException(opts) {
|
|
154
|
+
var _this = _super.call(this, __assign({ name: "ResourceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
155
|
+
_this.name = "ResourceLimitExceededException";
|
|
156
|
+
_this.$fault = "client";
|
|
157
|
+
Object.setPrototypeOf(_this, ResourceLimitExceededException.prototype);
|
|
158
|
+
_this.Code = opts.Code;
|
|
159
|
+
_this.Message = opts.Message;
|
|
160
|
+
return _this;
|
|
161
|
+
}
|
|
162
|
+
return ResourceLimitExceededException;
|
|
163
|
+
}(__BaseException));
|
|
164
|
+
export { ResourceLimitExceededException };
|
|
165
|
+
var ServiceFailureException = (function (_super) {
|
|
166
|
+
__extends(ServiceFailureException, _super);
|
|
167
|
+
function ServiceFailureException(opts) {
|
|
168
|
+
var _this = _super.call(this, __assign({ name: "ServiceFailureException", $fault: "server" }, opts)) || this;
|
|
169
|
+
_this.name = "ServiceFailureException";
|
|
170
|
+
_this.$fault = "server";
|
|
171
|
+
Object.setPrototypeOf(_this, ServiceFailureException.prototype);
|
|
172
|
+
_this.Code = opts.Code;
|
|
173
|
+
_this.Message = opts.Message;
|
|
174
|
+
return _this;
|
|
175
|
+
}
|
|
176
|
+
return ServiceFailureException;
|
|
177
|
+
}(__BaseException));
|
|
178
|
+
export { ServiceFailureException };
|
|
179
|
+
var ServiceUnavailableException = (function (_super) {
|
|
180
|
+
__extends(ServiceUnavailableException, _super);
|
|
181
|
+
function ServiceUnavailableException(opts) {
|
|
182
|
+
var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
|
|
183
|
+
_this.name = "ServiceUnavailableException";
|
|
184
|
+
_this.$fault = "server";
|
|
185
|
+
Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
|
|
186
|
+
_this.Code = opts.Code;
|
|
187
|
+
_this.Message = opts.Message;
|
|
188
|
+
return _this;
|
|
189
|
+
}
|
|
190
|
+
return ServiceUnavailableException;
|
|
191
|
+
}(__BaseException));
|
|
192
|
+
export { ServiceUnavailableException };
|
|
193
|
+
var ThrottledClientException = (function (_super) {
|
|
194
|
+
__extends(ThrottledClientException, _super);
|
|
195
|
+
function ThrottledClientException(opts) {
|
|
196
|
+
var _this = _super.call(this, __assign({ name: "ThrottledClientException", $fault: "client" }, opts)) || this;
|
|
197
|
+
_this.name = "ThrottledClientException";
|
|
198
|
+
_this.$fault = "client";
|
|
199
|
+
Object.setPrototypeOf(_this, ThrottledClientException.prototype);
|
|
200
|
+
_this.Code = opts.Code;
|
|
201
|
+
_this.Message = opts.Message;
|
|
202
|
+
return _this;
|
|
203
|
+
}
|
|
204
|
+
return ThrottledClientException;
|
|
205
|
+
}(__BaseException));
|
|
206
|
+
export { ThrottledClientException };
|
|
207
|
+
var UnauthorizedClientException = (function (_super) {
|
|
208
|
+
__extends(UnauthorizedClientException, _super);
|
|
209
|
+
function UnauthorizedClientException(opts) {
|
|
210
|
+
var _this = _super.call(this, __assign({ name: "UnauthorizedClientException", $fault: "client" }, opts)) || this;
|
|
211
|
+
_this.name = "UnauthorizedClientException";
|
|
212
|
+
_this.$fault = "client";
|
|
213
|
+
Object.setPrototypeOf(_this, UnauthorizedClientException.prototype);
|
|
214
|
+
_this.Code = opts.Code;
|
|
215
|
+
_this.Message = opts.Message;
|
|
216
|
+
return _this;
|
|
217
|
+
}
|
|
218
|
+
return UnauthorizedClientException;
|
|
219
|
+
}(__BaseException));
|
|
220
|
+
export { UnauthorizedClientException };
|
|
108
221
|
export var CreateAppInstanceAdminRequest;
|
|
109
222
|
(function (CreateAppInstanceAdminRequest) {
|
|
110
223
|
CreateAppInstanceAdminRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|