@aws-sdk/client-chime-sdk-identity 3.301.0 → 3.303.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/models/models_0.js +40 -47
- package/dist-es/models/models_0.js +40 -47
- package/dist-types/models/models_0.d.ts +75 -40
- package/dist-types/ts3.4/models/models_0.d.ts +51 -40
- package/package.json +34 -34
|
@@ -4,53 +4,46 @@ exports.ListAppInstanceUsersResponseFilterSensitiveLog = exports.ListAppInstance
|
|
|
4
4
|
exports.UpdateAppInstanceUserEndpointResponseFilterSensitiveLog = exports.UpdateAppInstanceUserEndpointRequestFilterSensitiveLog = exports.UpdateAppInstanceUserRequestFilterSensitiveLog = exports.UpdateAppInstanceBotRequestFilterSensitiveLog = exports.UpdateAppInstanceRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RegisterAppInstanceUserEndpointResponseFilterSensitiveLog = exports.RegisterAppInstanceUserEndpointRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const ChimeSDKIdentityServiceException_1 = require("./ChimeSDKIdentityServiceException");
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
48
|
-
ErrorCode["Throttled"] = "Throttled";
|
|
49
|
-
ErrorCode["Throttling"] = "Throttling";
|
|
50
|
-
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
51
|
-
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
52
|
-
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
53
|
-
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
7
|
+
exports.AllowMessages = {
|
|
8
|
+
ALL: "ALL",
|
|
9
|
+
NONE: "NONE",
|
|
10
|
+
};
|
|
11
|
+
exports.RespondsTo = {
|
|
12
|
+
STANDARD_MESSAGES: "STANDARD_MESSAGES",
|
|
13
|
+
};
|
|
14
|
+
exports.ExpirationCriterion = {
|
|
15
|
+
CREATED_TIMESTAMP: "CREATED_TIMESTAMP",
|
|
16
|
+
};
|
|
17
|
+
exports.EndpointStatus = {
|
|
18
|
+
ACTIVE: "ACTIVE",
|
|
19
|
+
INACTIVE: "INACTIVE",
|
|
20
|
+
};
|
|
21
|
+
exports.EndpointStatusReason = {
|
|
22
|
+
INVALID_DEVICE_TOKEN: "INVALID_DEVICE_TOKEN",
|
|
23
|
+
INVALID_PINPOINT_ARN: "INVALID_PINPOINT_ARN",
|
|
24
|
+
};
|
|
25
|
+
exports.AppInstanceUserEndpointType = {
|
|
26
|
+
APNS: "APNS",
|
|
27
|
+
APNS_SANDBOX: "APNS_SANDBOX",
|
|
28
|
+
GCM: "GCM",
|
|
29
|
+
};
|
|
30
|
+
exports.ErrorCode = {
|
|
31
|
+
AccessDenied: "AccessDenied",
|
|
32
|
+
BadRequest: "BadRequest",
|
|
33
|
+
Conflict: "Conflict",
|
|
34
|
+
Forbidden: "Forbidden",
|
|
35
|
+
NotFound: "NotFound",
|
|
36
|
+
PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
|
|
37
|
+
PreconditionFailed: "PreconditionFailed",
|
|
38
|
+
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
39
|
+
ServiceFailure: "ServiceFailure",
|
|
40
|
+
ServiceUnavailable: "ServiceUnavailable",
|
|
41
|
+
Throttled: "Throttled",
|
|
42
|
+
Throttling: "Throttling",
|
|
43
|
+
Unauthorized: "Unauthorized",
|
|
44
|
+
Unprocessable: "Unprocessable",
|
|
45
|
+
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
46
|
+
};
|
|
54
47
|
class BadRequestException extends ChimeSDKIdentityServiceException_1.ChimeSDKIdentityServiceException {
|
|
55
48
|
constructor(opts) {
|
|
56
49
|
super({
|
|
@@ -1,52 +1,45 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
export
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
44
|
-
ErrorCode["Throttled"] = "Throttled";
|
|
45
|
-
ErrorCode["Throttling"] = "Throttling";
|
|
46
|
-
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
47
|
-
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
48
|
-
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
49
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
3
|
+
export const AllowMessages = {
|
|
4
|
+
ALL: "ALL",
|
|
5
|
+
NONE: "NONE",
|
|
6
|
+
};
|
|
7
|
+
export const RespondsTo = {
|
|
8
|
+
STANDARD_MESSAGES: "STANDARD_MESSAGES",
|
|
9
|
+
};
|
|
10
|
+
export const ExpirationCriterion = {
|
|
11
|
+
CREATED_TIMESTAMP: "CREATED_TIMESTAMP",
|
|
12
|
+
};
|
|
13
|
+
export const EndpointStatus = {
|
|
14
|
+
ACTIVE: "ACTIVE",
|
|
15
|
+
INACTIVE: "INACTIVE",
|
|
16
|
+
};
|
|
17
|
+
export const EndpointStatusReason = {
|
|
18
|
+
INVALID_DEVICE_TOKEN: "INVALID_DEVICE_TOKEN",
|
|
19
|
+
INVALID_PINPOINT_ARN: "INVALID_PINPOINT_ARN",
|
|
20
|
+
};
|
|
21
|
+
export const AppInstanceUserEndpointType = {
|
|
22
|
+
APNS: "APNS",
|
|
23
|
+
APNS_SANDBOX: "APNS_SANDBOX",
|
|
24
|
+
GCM: "GCM",
|
|
25
|
+
};
|
|
26
|
+
export const ErrorCode = {
|
|
27
|
+
AccessDenied: "AccessDenied",
|
|
28
|
+
BadRequest: "BadRequest",
|
|
29
|
+
Conflict: "Conflict",
|
|
30
|
+
Forbidden: "Forbidden",
|
|
31
|
+
NotFound: "NotFound",
|
|
32
|
+
PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
|
|
33
|
+
PreconditionFailed: "PreconditionFailed",
|
|
34
|
+
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
35
|
+
ServiceFailure: "ServiceFailure",
|
|
36
|
+
ServiceUnavailable: "ServiceUnavailable",
|
|
37
|
+
Throttled: "Throttled",
|
|
38
|
+
Throttling: "Throttling",
|
|
39
|
+
Unauthorized: "Unauthorized",
|
|
40
|
+
Unprocessable: "Unprocessable",
|
|
41
|
+
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
42
|
+
};
|
|
50
43
|
export class BadRequestException extends __BaseException {
|
|
51
44
|
constructor(opts) {
|
|
52
45
|
super({
|
|
@@ -2,11 +2,16 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
ALL
|
|
8
|
-
NONE
|
|
9
|
-
}
|
|
7
|
+
export declare const AllowMessages: {
|
|
8
|
+
readonly ALL: "ALL";
|
|
9
|
+
readonly NONE: "NONE";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type AllowMessages = (typeof AllowMessages)[keyof typeof AllowMessages];
|
|
10
15
|
/**
|
|
11
16
|
* @public
|
|
12
17
|
* <p>The details of an <code>AppInstance</code>, an instance of an Amazon Chime SDK messaging
|
|
@@ -78,10 +83,15 @@ export interface AppInstanceAdminSummary {
|
|
|
78
83
|
}
|
|
79
84
|
/**
|
|
80
85
|
* @public
|
|
86
|
+
* @enum
|
|
81
87
|
*/
|
|
82
|
-
export declare
|
|
83
|
-
STANDARD_MESSAGES
|
|
84
|
-
}
|
|
88
|
+
export declare const RespondsTo: {
|
|
89
|
+
readonly STANDARD_MESSAGES: "STANDARD_MESSAGES";
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export type RespondsTo = (typeof RespondsTo)[keyof typeof RespondsTo];
|
|
85
95
|
/**
|
|
86
96
|
* @public
|
|
87
97
|
* <p>The configuration for an Amazon Lex V2 bot.</p>
|
|
@@ -206,10 +216,15 @@ export interface AppInstanceRetentionSettings {
|
|
|
206
216
|
}
|
|
207
217
|
/**
|
|
208
218
|
* @public
|
|
219
|
+
* @enum
|
|
209
220
|
*/
|
|
210
|
-
export declare
|
|
211
|
-
CREATED_TIMESTAMP
|
|
212
|
-
}
|
|
221
|
+
export declare const ExpirationCriterion: {
|
|
222
|
+
readonly CREATED_TIMESTAMP: "CREATED_TIMESTAMP";
|
|
223
|
+
};
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
export type ExpirationCriterion = (typeof ExpirationCriterion)[keyof typeof ExpirationCriterion];
|
|
213
228
|
/**
|
|
214
229
|
* @public
|
|
215
230
|
* <p>Determines the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
@@ -270,18 +285,28 @@ export interface EndpointAttributes {
|
|
|
270
285
|
}
|
|
271
286
|
/**
|
|
272
287
|
* @public
|
|
288
|
+
* @enum
|
|
273
289
|
*/
|
|
274
|
-
export declare
|
|
275
|
-
ACTIVE
|
|
276
|
-
INACTIVE
|
|
277
|
-
}
|
|
290
|
+
export declare const EndpointStatus: {
|
|
291
|
+
readonly ACTIVE: "ACTIVE";
|
|
292
|
+
readonly INACTIVE: "INACTIVE";
|
|
293
|
+
};
|
|
278
294
|
/**
|
|
279
295
|
* @public
|
|
280
296
|
*/
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
297
|
+
export type EndpointStatus = (typeof EndpointStatus)[keyof typeof EndpointStatus];
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
* @enum
|
|
301
|
+
*/
|
|
302
|
+
export declare const EndpointStatusReason: {
|
|
303
|
+
readonly INVALID_DEVICE_TOKEN: "INVALID_DEVICE_TOKEN";
|
|
304
|
+
readonly INVALID_PINPOINT_ARN: "INVALID_PINPOINT_ARN";
|
|
305
|
+
};
|
|
306
|
+
/**
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
export type EndpointStatusReason = (typeof EndpointStatusReason)[keyof typeof EndpointStatusReason];
|
|
285
310
|
/**
|
|
286
311
|
* @public
|
|
287
312
|
* <p>A read-only field that represents the state of an <code>AppInstanceUserEndpoint</code>. Supported values:</p>
|
|
@@ -318,12 +343,17 @@ export interface EndpointState {
|
|
|
318
343
|
}
|
|
319
344
|
/**
|
|
320
345
|
* @public
|
|
346
|
+
* @enum
|
|
321
347
|
*/
|
|
322
|
-
export declare
|
|
323
|
-
APNS
|
|
324
|
-
APNS_SANDBOX
|
|
325
|
-
GCM
|
|
326
|
-
}
|
|
348
|
+
export declare const AppInstanceUserEndpointType: {
|
|
349
|
+
readonly APNS: "APNS";
|
|
350
|
+
readonly APNS_SANDBOX: "APNS_SANDBOX";
|
|
351
|
+
readonly GCM: "GCM";
|
|
352
|
+
};
|
|
353
|
+
/**
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
export type AppInstanceUserEndpointType = (typeof AppInstanceUserEndpointType)[keyof typeof AppInstanceUserEndpointType];
|
|
327
357
|
/**
|
|
328
358
|
* @public
|
|
329
359
|
* <p>An endpoint under an Amazon Chime <code>AppInstanceUser</code> that receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>
|
|
@@ -442,24 +472,29 @@ export interface AppInstanceUserSummary {
|
|
|
442
472
|
}
|
|
443
473
|
/**
|
|
444
474
|
* @public
|
|
475
|
+
* @enum
|
|
445
476
|
*/
|
|
446
|
-
export declare
|
|
447
|
-
AccessDenied
|
|
448
|
-
BadRequest
|
|
449
|
-
Conflict
|
|
450
|
-
Forbidden
|
|
451
|
-
NotFound
|
|
452
|
-
PhoneNumberAssociationsExist
|
|
453
|
-
PreconditionFailed
|
|
454
|
-
ResourceLimitExceeded
|
|
455
|
-
ServiceFailure
|
|
456
|
-
ServiceUnavailable
|
|
457
|
-
Throttled
|
|
458
|
-
Throttling
|
|
459
|
-
Unauthorized
|
|
460
|
-
Unprocessable
|
|
461
|
-
VoiceConnectorGroupAssociationsExist
|
|
462
|
-
}
|
|
477
|
+
export declare const ErrorCode: {
|
|
478
|
+
readonly AccessDenied: "AccessDenied";
|
|
479
|
+
readonly BadRequest: "BadRequest";
|
|
480
|
+
readonly Conflict: "Conflict";
|
|
481
|
+
readonly Forbidden: "Forbidden";
|
|
482
|
+
readonly NotFound: "NotFound";
|
|
483
|
+
readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist";
|
|
484
|
+
readonly PreconditionFailed: "PreconditionFailed";
|
|
485
|
+
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
486
|
+
readonly ServiceFailure: "ServiceFailure";
|
|
487
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
488
|
+
readonly Throttled: "Throttled";
|
|
489
|
+
readonly Throttling: "Throttling";
|
|
490
|
+
readonly Unauthorized: "Unauthorized";
|
|
491
|
+
readonly Unprocessable: "Unprocessable";
|
|
492
|
+
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
463
498
|
/**
|
|
464
499
|
* @public
|
|
465
500
|
* <p>The input parameters don't match the service's restrictions.</p>
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
ALL
|
|
5
|
-
NONE
|
|
6
|
-
}
|
|
3
|
+
export declare const AllowMessages: {
|
|
4
|
+
readonly ALL: "ALL";
|
|
5
|
+
readonly NONE: "NONE";
|
|
6
|
+
};
|
|
7
|
+
export type AllowMessages = (typeof AllowMessages)[keyof typeof AllowMessages];
|
|
7
8
|
export interface AppInstance {
|
|
8
9
|
AppInstanceArn?: string;
|
|
9
10
|
Name?: string;
|
|
@@ -23,9 +24,10 @@ export interface AppInstanceAdmin {
|
|
|
23
24
|
export interface AppInstanceAdminSummary {
|
|
24
25
|
Admin?: Identity;
|
|
25
26
|
}
|
|
26
|
-
export declare
|
|
27
|
-
STANDARD_MESSAGES
|
|
28
|
-
}
|
|
27
|
+
export declare const RespondsTo: {
|
|
28
|
+
readonly STANDARD_MESSAGES: "STANDARD_MESSAGES";
|
|
29
|
+
};
|
|
30
|
+
export type RespondsTo = (typeof RespondsTo)[keyof typeof RespondsTo];
|
|
29
31
|
export interface LexConfiguration {
|
|
30
32
|
RespondsTo: RespondsTo | string | undefined;
|
|
31
33
|
LexBotAliasArn: string | undefined;
|
|
@@ -59,9 +61,11 @@ export interface ChannelRetentionSettings {
|
|
|
59
61
|
export interface AppInstanceRetentionSettings {
|
|
60
62
|
ChannelRetentionSettings?: ChannelRetentionSettings;
|
|
61
63
|
}
|
|
62
|
-
export declare
|
|
63
|
-
CREATED_TIMESTAMP
|
|
64
|
-
}
|
|
64
|
+
export declare const ExpirationCriterion: {
|
|
65
|
+
readonly CREATED_TIMESTAMP: "CREATED_TIMESTAMP";
|
|
66
|
+
};
|
|
67
|
+
export type ExpirationCriterion =
|
|
68
|
+
(typeof ExpirationCriterion)[keyof typeof ExpirationCriterion];
|
|
65
69
|
export interface ExpirationSettings {
|
|
66
70
|
ExpirationDays: number | undefined;
|
|
67
71
|
ExpirationCriterion: ExpirationCriterion | string | undefined;
|
|
@@ -78,23 +82,29 @@ export interface EndpointAttributes {
|
|
|
78
82
|
DeviceToken: string | undefined;
|
|
79
83
|
VoipDeviceToken?: string;
|
|
80
84
|
}
|
|
81
|
-
export declare
|
|
82
|
-
ACTIVE
|
|
83
|
-
INACTIVE
|
|
84
|
-
}
|
|
85
|
-
export
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
85
|
+
export declare const EndpointStatus: {
|
|
86
|
+
readonly ACTIVE: "ACTIVE";
|
|
87
|
+
readonly INACTIVE: "INACTIVE";
|
|
88
|
+
};
|
|
89
|
+
export type EndpointStatus =
|
|
90
|
+
(typeof EndpointStatus)[keyof typeof EndpointStatus];
|
|
91
|
+
export declare const EndpointStatusReason: {
|
|
92
|
+
readonly INVALID_DEVICE_TOKEN: "INVALID_DEVICE_TOKEN";
|
|
93
|
+
readonly INVALID_PINPOINT_ARN: "INVALID_PINPOINT_ARN";
|
|
94
|
+
};
|
|
95
|
+
export type EndpointStatusReason =
|
|
96
|
+
(typeof EndpointStatusReason)[keyof typeof EndpointStatusReason];
|
|
89
97
|
export interface EndpointState {
|
|
90
98
|
Status: EndpointStatus | string | undefined;
|
|
91
99
|
StatusReason?: EndpointStatusReason | string;
|
|
92
100
|
}
|
|
93
|
-
export declare
|
|
94
|
-
APNS
|
|
95
|
-
APNS_SANDBOX
|
|
96
|
-
GCM
|
|
97
|
-
}
|
|
101
|
+
export declare const AppInstanceUserEndpointType: {
|
|
102
|
+
readonly APNS: "APNS";
|
|
103
|
+
readonly APNS_SANDBOX: "APNS_SANDBOX";
|
|
104
|
+
readonly GCM: "GCM";
|
|
105
|
+
};
|
|
106
|
+
export type AppInstanceUserEndpointType =
|
|
107
|
+
(typeof AppInstanceUserEndpointType)[keyof typeof AppInstanceUserEndpointType];
|
|
98
108
|
export interface AppInstanceUserEndpoint {
|
|
99
109
|
AppInstanceUserArn?: string;
|
|
100
110
|
EndpointId?: string;
|
|
@@ -120,23 +130,24 @@ export interface AppInstanceUserSummary {
|
|
|
120
130
|
Name?: string;
|
|
121
131
|
Metadata?: string;
|
|
122
132
|
}
|
|
123
|
-
export declare
|
|
124
|
-
AccessDenied
|
|
125
|
-
BadRequest
|
|
126
|
-
Conflict
|
|
127
|
-
Forbidden
|
|
128
|
-
NotFound
|
|
129
|
-
PhoneNumberAssociationsExist
|
|
130
|
-
PreconditionFailed
|
|
131
|
-
ResourceLimitExceeded
|
|
132
|
-
ServiceFailure
|
|
133
|
-
ServiceUnavailable
|
|
134
|
-
Throttled
|
|
135
|
-
Throttling
|
|
136
|
-
Unauthorized
|
|
137
|
-
Unprocessable
|
|
138
|
-
VoiceConnectorGroupAssociationsExist
|
|
139
|
-
}
|
|
133
|
+
export declare const ErrorCode: {
|
|
134
|
+
readonly AccessDenied: "AccessDenied";
|
|
135
|
+
readonly BadRequest: "BadRequest";
|
|
136
|
+
readonly Conflict: "Conflict";
|
|
137
|
+
readonly Forbidden: "Forbidden";
|
|
138
|
+
readonly NotFound: "NotFound";
|
|
139
|
+
readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist";
|
|
140
|
+
readonly PreconditionFailed: "PreconditionFailed";
|
|
141
|
+
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
142
|
+
readonly ServiceFailure: "ServiceFailure";
|
|
143
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
144
|
+
readonly Throttled: "Throttled";
|
|
145
|
+
readonly Throttling: "Throttling";
|
|
146
|
+
readonly Unauthorized: "Unauthorized";
|
|
147
|
+
readonly Unprocessable: "Unprocessable";
|
|
148
|
+
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
149
|
+
};
|
|
150
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
140
151
|
export declare class BadRequestException extends __BaseException {
|
|
141
152
|
readonly name: "BadRequestException";
|
|
142
153
|
readonly $fault: "client";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|