@aws-sdk/client-chime-sdk-voice 3.1137.0 → 3.1138.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 +3 -3
- package/dist-es/schemas/schemas_0.js +2 -2
- package/dist-types/ChimeSDKVoice.d.ts +199 -193
- package/dist-types/ts3.4/ChimeSDKVoice.d.ts +196 -192
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1137.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -886,10 +886,10 @@ const _tfp = "toll-free-prefix";
|
|
|
886
886
|
const _vpdi = "voice-profile-domain-id";
|
|
887
887
|
const _xN = "xmlName";
|
|
888
888
|
const n0 = "com.amazonaws.chimesdkvoice";
|
|
889
|
-
const _s_registry = TypeRegistry
|
|
889
|
+
const _s_registry = new TypeRegistry(_s);
|
|
890
890
|
var ChimeSDKVoiceServiceException$ = [-3, _s, "ChimeSDKVoiceServiceException", 0, [], []];
|
|
891
891
|
_s_registry.registerError(ChimeSDKVoiceServiceException$, ChimeSDKVoiceServiceException);
|
|
892
|
-
const n0_registry = TypeRegistry
|
|
892
|
+
const n0_registry = new TypeRegistry(n0);
|
|
893
893
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
894
894
|
{ [_e]: _c, [_hE]: 403 },
|
|
895
895
|
[_C, _M],
|
|
@@ -556,10 +556,10 @@ const n0 = "com.amazonaws.chimesdkvoice";
|
|
|
556
556
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
557
557
|
import { ChimeSDKVoiceServiceException } from "../models/ChimeSDKVoiceServiceException";
|
|
558
558
|
import { AccessDeniedException, BadRequestException, ConflictException, ForbiddenException, GoneException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, UnprocessableEntityException, } from "../models/errors";
|
|
559
|
-
const _s_registry = TypeRegistry
|
|
559
|
+
const _s_registry = new TypeRegistry(_s);
|
|
560
560
|
export var ChimeSDKVoiceServiceException$ = [-3, _s, "ChimeSDKVoiceServiceException", 0, [], []];
|
|
561
561
|
_s_registry.registerError(ChimeSDKVoiceServiceException$, ChimeSDKVoiceServiceException);
|
|
562
|
-
const n0_registry = TypeRegistry
|
|
562
|
+
const n0_registry = new TypeRegistry(n0);
|
|
563
563
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
564
564
|
{ [_e]: _c, [_hE]: 403 },
|
|
565
565
|
[_C, _M],
|