@aws-sdk/client-chime-sdk-voice 3.1136.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1135.0";
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.for(_s);
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.for(n0);
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.for(_s);
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.for(n0);
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],