11// smithy-typescript generated code
2- import { XYZServiceSyntheticServiceException as __BaseException } from "./XYZServiceSyntheticServiceException" ;
32import { NumericValue } from "@smithy/core/serde" ;
4- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client" ;
53
64/**
75 * @public
@@ -11,28 +9,6 @@ export interface Alpha {
119 timestamp ?: Date | undefined ;
1210}
1311
14- /**
15- * @public
16- */
17- export class CodedThrottlingError extends __BaseException {
18- readonly name : "CodedThrottlingError" = "CodedThrottlingError" ;
19- readonly $fault : "client" = "client" ;
20- $retryable = {
21- throttling : true ,
22- } ;
23- /**
24- * @internal
25- */
26- constructor ( opts : __ExceptionOptionType < CodedThrottlingError , __BaseException > ) {
27- super ( {
28- name : "CodedThrottlingError" ,
29- $fault : "client" ,
30- ...opts ,
31- } ) ;
32- Object . setPrototypeOf ( this , CodedThrottlingError . prototype ) ;
33- }
34- }
35-
3612/**
3713 * @public
3814 */
@@ -64,86 +40,6 @@ export interface GetNumbersResponse {
6440 bigInteger ?: bigint | undefined ;
6541}
6642
67- /**
68- * @public
69- */
70- export class HaltError extends __BaseException {
71- readonly name : "HaltError" = "HaltError" ;
72- readonly $fault : "client" = "client" ;
73- /**
74- * @internal
75- */
76- constructor ( opts : __ExceptionOptionType < HaltError , __BaseException > ) {
77- super ( {
78- name : "HaltError" ,
79- $fault : "client" ,
80- ...opts ,
81- } ) ;
82- Object . setPrototypeOf ( this , HaltError . prototype ) ;
83- }
84- }
85-
86- /**
87- * @public
88- */
89- export class MysteryThrottlingError extends __BaseException {
90- readonly name : "MysteryThrottlingError" = "MysteryThrottlingError" ;
91- readonly $fault : "client" = "client" ;
92- $retryable = {
93- throttling : true ,
94- } ;
95- /**
96- * @internal
97- */
98- constructor ( opts : __ExceptionOptionType < MysteryThrottlingError , __BaseException > ) {
99- super ( {
100- name : "MysteryThrottlingError" ,
101- $fault : "client" ,
102- ...opts ,
103- } ) ;
104- Object . setPrototypeOf ( this , MysteryThrottlingError . prototype ) ;
105- }
106- }
107-
108- /**
109- * @public
110- */
111- export class RetryableError extends __BaseException {
112- readonly name : "RetryableError" = "RetryableError" ;
113- readonly $fault : "client" = "client" ;
114- $retryable = { } ;
115- /**
116- * @internal
117- */
118- constructor ( opts : __ExceptionOptionType < RetryableError , __BaseException > ) {
119- super ( {
120- name : "RetryableError" ,
121- $fault : "client" ,
122- ...opts ,
123- } ) ;
124- Object . setPrototypeOf ( this , RetryableError . prototype ) ;
125- }
126- }
127-
128- /**
129- * @public
130- */
131- export class XYZServiceServiceException extends __BaseException {
132- readonly name : "XYZServiceServiceException" = "XYZServiceServiceException" ;
133- readonly $fault : "client" = "client" ;
134- /**
135- * @internal
136- */
137- constructor ( opts : __ExceptionOptionType < XYZServiceServiceException , __BaseException > ) {
138- super ( {
139- name : "XYZServiceServiceException" ,
140- $fault : "client" ,
141- ...opts ,
142- } ) ;
143- Object . setPrototypeOf ( this , XYZServiceServiceException . prototype ) ;
144- }
145- }
146-
14743/**
14844 * @public
14945 */
0 commit comments