@aws-sdk/client-sesv2 3.987.0 → 3.989.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.
@@ -7,6 +7,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
7
7
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
8
8
  import { defaultSESv2HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
9
9
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
10
+ import { errorTypeRegistries } from "./schemas/schemas_0";
10
11
  export const getRuntimeConfig = (config) => {
11
12
  return {
12
13
  apiVersion: "2019-09-27",
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  protocol: config?.protocol ?? AwsRestJsonProtocol,
33
34
  protocolSettings: config?.protocolSettings ?? {
34
35
  defaultNamespace: "com.amazonaws.sesv2",
36
+ errorTypeRegistries,
35
37
  version: "2019-09-27",
36
38
  serviceTarget: "SimpleEmailService_v2",
37
39
  },
@@ -496,10 +496,10 @@ const _MI = "MessageId";
496
496
  const _MIDS = "MessageInsightsDataSource";
497
497
  const _MIF = "MessageInsightsFilters";
498
498
  const _MP = "MissingPercentage";
499
- const _MR = "MaxResults";
499
+ const _MR = "MessageRejected";
500
500
  const _MRE = "MultiRegionEndpoints";
501
501
  const _MREu = "MultiRegionEndpoint";
502
- const _MRe = "MessageRejected";
502
+ const _MRa = "MaxResults";
503
503
  const _MSR = "MaxSendRate";
504
504
  const _MT = "MailType";
505
505
  const _MTL = "MessageTagList";
@@ -794,12 +794,98 @@ const _h = "http";
794
794
  const _hE = "httpError";
795
795
  const _hQ = "httpQuery";
796
796
  const _m = "message";
797
- const _s = "server";
798
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.sesv2";
797
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sesv2";
798
+ const _se = "server";
799
799
  const n0 = "com.amazonaws.sesv2";
800
800
  import { TypeRegistry } from "@smithy/core/schema";
801
801
  import { AccountSuspendedException, AlreadyExistsException, BadRequestException, ConcurrentModificationException, ConflictException, InternalServiceErrorException, InvalidNextTokenException, LimitExceededException, MailFromDomainNotVerifiedException, MessageRejected, NotFoundException, SendingPausedException, TooManyRequestsException, } from "../models/errors";
802
802
  import { SESv2ServiceException } from "../models/SESv2ServiceException";
803
+ const _s_registry = TypeRegistry.for(_s);
804
+ export var SESv2ServiceException$ = [-3, _s, "SESv2ServiceException", 0, [], []];
805
+ _s_registry.registerError(SESv2ServiceException$, SESv2ServiceException);
806
+ const n0_registry = TypeRegistry.for(n0);
807
+ export var AccountSuspendedException$ = [-3, n0, _ASE,
808
+ { [_e]: _c, [_hE]: 400 },
809
+ [_m],
810
+ [0]
811
+ ];
812
+ n0_registry.registerError(AccountSuspendedException$, AccountSuspendedException);
813
+ export var AlreadyExistsException$ = [-3, n0, _AEE,
814
+ { [_e]: _c, [_hE]: 400 },
815
+ [_m],
816
+ [0]
817
+ ];
818
+ n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
819
+ export var BadRequestException$ = [-3, n0, _BRE,
820
+ { [_e]: _c, [_hE]: 400 },
821
+ [_m],
822
+ [0]
823
+ ];
824
+ n0_registry.registerError(BadRequestException$, BadRequestException);
825
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
826
+ { [_e]: _se, [_hE]: 500 },
827
+ [_m],
828
+ [0]
829
+ ];
830
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
831
+ export var ConflictException$ = [-3, n0, _CE,
832
+ { [_e]: _c, [_hE]: 409 },
833
+ [_m],
834
+ [0]
835
+ ];
836
+ n0_registry.registerError(ConflictException$, ConflictException);
837
+ export var InternalServiceErrorException$ = [-3, n0, _ISEE,
838
+ { [_e]: _se, [_hE]: 500 },
839
+ [_m],
840
+ [0]
841
+ ];
842
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
843
+ export var InvalidNextTokenException$ = [-3, n0, _INTE,
844
+ { [_e]: _c, [_hE]: 400 },
845
+ [_m],
846
+ [0]
847
+ ];
848
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
849
+ export var LimitExceededException$ = [-3, n0, _LEE,
850
+ { [_e]: _c, [_hE]: 400 },
851
+ [_m],
852
+ [0]
853
+ ];
854
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
855
+ export var MailFromDomainNotVerifiedException$ = [-3, n0, _MFDNVE,
856
+ { [_e]: _c, [_hE]: 400 },
857
+ [_m],
858
+ [0]
859
+ ];
860
+ n0_registry.registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
861
+ export var MessageRejected$ = [-3, n0, _MR,
862
+ { [_e]: _c, [_hE]: 400 },
863
+ [_m],
864
+ [0]
865
+ ];
866
+ n0_registry.registerError(MessageRejected$, MessageRejected);
867
+ export var NotFoundException$ = [-3, n0, _NFE,
868
+ { [_e]: _c, [_hE]: 404 },
869
+ [_m],
870
+ [0]
871
+ ];
872
+ n0_registry.registerError(NotFoundException$, NotFoundException);
873
+ export var SendingPausedException$ = [-3, n0, _SPE,
874
+ { [_e]: _c, [_hE]: 400 },
875
+ [_m],
876
+ [0]
877
+ ];
878
+ n0_registry.registerError(SendingPausedException$, SendingPausedException);
879
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
880
+ { [_e]: _c, [_hE]: 429 },
881
+ [_m],
882
+ [0]
883
+ ];
884
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
885
+ export const errorTypeRegistries = [
886
+ _s_registry,
887
+ n0_registry,
888
+ ];
803
889
  var AdditionalContactEmailAddress = [0, n0, _ACEA, 8, 0];
804
890
  var EmailSubject = [0, n0, _ES, 8, 0];
805
891
  var InsightsEmailAddress = [0, n0, _IEA, 8, 0];
@@ -811,18 +897,6 @@ export var AccountDetails$ = [3, n0, _AD,
811
897
  [_MT, _WURL, _CL, _UCD, _ACEAd, _RD],
812
898
  [0, [() => WebsiteURL, 0], 0, [() => UseCaseDescription, 0], [() => AdditionalContactEmailAddresses, 0], () => ReviewDetails$]
813
899
  ];
814
- export var AccountSuspendedException$ = [-3, n0, _ASE,
815
- { [_e]: _c, [_hE]: 400 },
816
- [_m],
817
- [0]
818
- ];
819
- TypeRegistry.for(n0).registerError(AccountSuspendedException$, AccountSuspendedException);
820
- export var AlreadyExistsException$ = [-3, n0, _AEE,
821
- { [_e]: _c, [_hE]: 400 },
822
- [_m],
823
- [0]
824
- ];
825
- TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExistsException);
826
900
  export var ArchivingOptions$ = [3, n0, _AO,
827
901
  0,
828
902
  [_AA],
@@ -833,12 +907,6 @@ export var Attachment$ = [3, n0, _A,
833
907
  [_RC, _FN, _CD, _CDo, _CI, _CTE, _CT],
834
908
  [21, 0, 0, 0, 0, 0, 0], 2
835
909
  ];
836
- export var BadRequestException$ = [-3, n0, _BRE,
837
- { [_e]: _c, [_hE]: 400 },
838
- [_m],
839
- [0]
840
- ];
841
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
842
910
  export var BatchGetMetricDataQuery$ = [3, n0, _BGMDQ,
843
911
  0,
844
912
  [_I, _N, _M, _SD, _ED, _D],
@@ -909,18 +977,6 @@ export var Complaint$ = [3, n0, _C,
909
977
  [_CST, _CFT],
910
978
  [0, 0]
911
979
  ];
912
- export var ConcurrentModificationException$ = [-3, n0, _CME,
913
- { [_e]: _s, [_hE]: 500 },
914
- [_m],
915
- [0]
916
- ];
917
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
918
- export var ConflictException$ = [-3, n0, _CE,
919
- { [_e]: _c, [_hE]: 409 },
920
- [_m],
921
- [0]
922
- ];
923
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
924
980
  export var Contact$ = [3, n0, _Co,
925
981
  0,
926
982
  [_EA, _TP, _TDP, _UA, _LUT],
@@ -1666,18 +1722,6 @@ export var InsightsEvent$ = [3, n0, _IE,
1666
1722
  [_Ti, _Ty, _Det],
1667
1723
  [4, 0, () => EventDetails$]
1668
1724
  ];
1669
- export var InternalServiceErrorException$ = [-3, n0, _ISEE,
1670
- { [_e]: _s, [_hE]: 500 },
1671
- [_m],
1672
- [0]
1673
- ];
1674
- TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
1675
- export var InvalidNextTokenException$ = [-3, n0, _INTE,
1676
- { [_e]: _c, [_hE]: 400 },
1677
- [_m],
1678
- [0]
1679
- ];
1680
- TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
1681
1725
  export var IspPlacement$ = [3, n0, _IPsp,
1682
1726
  0,
1683
1727
  [_IN, _PSl],
@@ -1688,12 +1732,6 @@ export var KinesisFirehoseDestination$ = [3, n0, _KFD,
1688
1732
  [_IRAa, _DSAe],
1689
1733
  [0, 0], 2
1690
1734
  ];
1691
- export var LimitExceededException$ = [-3, n0, _LEE,
1692
- { [_e]: _c, [_hE]: 400 },
1693
- [_m],
1694
- [0]
1695
- ];
1696
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1697
1735
  export var ListConfigurationSetsRequest$ = [3, n0, _LCSR,
1698
1736
  0,
1699
1737
  [_NT, _PS],
@@ -1904,12 +1942,6 @@ export var MailFromAttributes$ = [3, n0, _MFA,
1904
1942
  [_MFD, _MFDS, _BOMF],
1905
1943
  [0, 0, 0], 3
1906
1944
  ];
1907
- export var MailFromDomainNotVerifiedException$ = [-3, n0, _MFDNVE,
1908
- { [_e]: _c, [_hE]: 400 },
1909
- [_m],
1910
- [0]
1911
- ];
1912
- TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
1913
1945
  export var Message$ = [3, n0, _Me,
1914
1946
  0,
1915
1947
  [_Su, _B, _He, _At],
@@ -1922,7 +1954,7 @@ export var MessageHeader$ = [3, n0, _MH,
1922
1954
  ];
1923
1955
  export var MessageInsightsDataSource$ = [3, n0, _MIDS,
1924
1956
  0,
1925
- [_SD, _ED, _Inc, _Ex, _MR],
1957
+ [_SD, _ED, _Inc, _Ex, _MRa],
1926
1958
  [4, 4, [() => MessageInsightsFilters$, 0], [() => MessageInsightsFilters$, 0], 1], 2
1927
1959
  ];
1928
1960
  export var MessageInsightsFilters$ = [3, n0, _MIF,
@@ -1930,12 +1962,6 @@ export var MessageInsightsFilters$ = [3, n0, _MIF,
1930
1962
  [_FEA, _Des, _Su, _Is, _LDE, _LEEa],
1931
1963
  [[() => EmailAddressFilterList, 0], [() => EmailAddressFilterList, 0], [() => EmailSubjectFilterList, 0], 64 | 0, 64 | 0, 64 | 0]
1932
1964
  ];
1933
- export var MessageRejected$ = [-3, n0, _MRe,
1934
- { [_e]: _c, [_hE]: 400 },
1935
- [_m],
1936
- [0]
1937
- ];
1938
- TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
1939
1965
  export var MessageTag$ = [3, n0, _MTe,
1940
1966
  0,
1941
1967
  [_Na, _V],
@@ -1961,12 +1987,6 @@ export var MultiRegionEndpoint$ = [3, n0, _MREu,
1961
1987
  [_EN, _S, _EIn, _Reg, _CTr, _LUT],
1962
1988
  [0, 0, 0, 64 | 0, 4, 4]
1963
1989
  ];
1964
- export var NotFoundException$ = [-3, n0, _NFE,
1965
- { [_e]: _c, [_hE]: 404 },
1966
- [_m],
1967
- [0]
1968
- ];
1969
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1970
1990
  export var OverallVolume$ = [3, n0, _OV,
1971
1991
  0,
1972
1992
  [_VS, _RRP, _DIP],
@@ -2287,12 +2307,6 @@ export var SendingOptions$ = [3, n0, _SO,
2287
2307
  [_SEe],
2288
2308
  [2]
2289
2309
  ];
2290
- export var SendingPausedException$ = [-3, n0, _SPE,
2291
- { [_e]: _c, [_hE]: 400 },
2292
- [_m],
2293
- [0]
2294
- ];
2295
- TypeRegistry.for(n0).registerError(SendingPausedException$, SendingPausedException);
2296
2310
  export var SendQuota$ = [3, n0, _SQ,
2297
2311
  0,
2298
2312
  [_MHS, _MSR, _SLH],
@@ -2408,12 +2422,6 @@ export var TestRenderEmailTemplateResponse$ = [3, n0, _TRETRe,
2408
2422
  [_RTen],
2409
2423
  [0], 1
2410
2424
  ];
2411
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
2412
- { [_e]: _c, [_hE]: 429 },
2413
- [_m],
2414
- [0]
2415
- ];
2416
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
2417
2425
  export var Topic$ = [3, n0, _Top,
2418
2426
  0,
2419
2427
  [_TNo, _DNi, _DSSe, _De],
@@ -2544,8 +2552,6 @@ export var VolumeStatistics$ = [3, n0, _VS,
2544
2552
  [_IRC, _SRC, _PI, _PSr],
2545
2553
  [1, 1, 1, 1]
2546
2554
  ];
2547
- export var SESv2ServiceException$ = [-3, _sm, "SESv2ServiceException", 0, [], []];
2548
- TypeRegistry.for(_sm).registerError(SESv2ServiceException$, SESv2ServiceException);
2549
2555
  var AdditionalContactEmailAddresses = [1, n0, _ACEAd,
2550
2556
  8, [() => AdditionalContactEmailAddress,
2551
2557
  0]
@@ -1,10 +1,28 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var AccountDetails$: StaticStructureSchema;
3
+ export declare var SESv2ServiceException$: StaticErrorSchema;
3
4
  export declare var AccountSuspendedException$: StaticErrorSchema;
4
5
  export declare var AlreadyExistsException$: StaticErrorSchema;
6
+ export declare var BadRequestException$: StaticErrorSchema;
7
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
8
+ export declare var ConflictException$: StaticErrorSchema;
9
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
10
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
11
+ export declare var LimitExceededException$: StaticErrorSchema;
12
+ export declare var MailFromDomainNotVerifiedException$: StaticErrorSchema;
13
+ export declare var MessageRejected$: StaticErrorSchema;
14
+ export declare var NotFoundException$: StaticErrorSchema;
15
+ export declare var SendingPausedException$: StaticErrorSchema;
16
+ export declare var TooManyRequestsException$: StaticErrorSchema;
17
+ /**
18
+ * TypeRegistry instances containing modeled errors.
19
+ * @internal
20
+ *
21
+ */
22
+ export declare const errorTypeRegistries: TypeRegistry[];
23
+ export declare var AccountDetails$: StaticStructureSchema;
5
24
  export declare var ArchivingOptions$: StaticStructureSchema;
6
25
  export declare var Attachment$: StaticStructureSchema;
7
- export declare var BadRequestException$: StaticErrorSchema;
8
26
  export declare var BatchGetMetricDataQuery$: StaticStructureSchema;
9
27
  export declare var BatchGetMetricDataRequest$: StaticStructureSchema;
10
28
  export declare var BatchGetMetricDataResponse$: StaticStructureSchema;
@@ -19,8 +37,6 @@ export declare var CancelExportJobResponse$: StaticStructureSchema;
19
37
  export declare var CloudWatchDestination$: StaticStructureSchema;
20
38
  export declare var CloudWatchDimensionConfiguration$: StaticStructureSchema;
21
39
  export declare var Complaint$: StaticStructureSchema;
22
- export declare var ConcurrentModificationException$: StaticErrorSchema;
23
- export declare var ConflictException$: StaticErrorSchema;
24
40
  export declare var Contact$: StaticStructureSchema;
25
41
  export declare var ContactList$: StaticStructureSchema;
26
42
  export declare var ContactListDestination$: StaticStructureSchema;
@@ -170,11 +186,8 @@ export declare var ImportDestination$: StaticStructureSchema;
170
186
  export declare var ImportJobSummary$: StaticStructureSchema;
171
187
  export declare var InboxPlacementTrackingOption$: StaticStructureSchema;
172
188
  export declare var InsightsEvent$: StaticStructureSchema;
173
- export declare var InternalServiceErrorException$: StaticErrorSchema;
174
- export declare var InvalidNextTokenException$: StaticErrorSchema;
175
189
  export declare var IspPlacement$: StaticStructureSchema;
176
190
  export declare var KinesisFirehoseDestination$: StaticStructureSchema;
177
- export declare var LimitExceededException$: StaticErrorSchema;
178
191
  export declare var ListConfigurationSetsRequest$: StaticStructureSchema;
179
192
  export declare var ListConfigurationSetsResponse$: StaticStructureSchema;
180
193
  export declare var ListContactListsRequest$: StaticStructureSchema;
@@ -217,18 +230,15 @@ export declare var ListTenantsRequest$: StaticStructureSchema;
217
230
  export declare var ListTenantsResponse$: StaticStructureSchema;
218
231
  export declare var MailboxValidation$: StaticStructureSchema;
219
232
  export declare var MailFromAttributes$: StaticStructureSchema;
220
- export declare var MailFromDomainNotVerifiedException$: StaticErrorSchema;
221
233
  export declare var Message$: StaticStructureSchema;
222
234
  export declare var MessageHeader$: StaticStructureSchema;
223
235
  export declare var MessageInsightsDataSource$: StaticStructureSchema;
224
236
  export declare var MessageInsightsFilters$: StaticStructureSchema;
225
- export declare var MessageRejected$: StaticErrorSchema;
226
237
  export declare var MessageTag$: StaticStructureSchema;
227
238
  export declare var MetricDataError$: StaticStructureSchema;
228
239
  export declare var MetricDataResult$: StaticStructureSchema;
229
240
  export declare var MetricsDataSource$: StaticStructureSchema;
230
241
  export declare var MultiRegionEndpoint$: StaticStructureSchema;
231
- export declare var NotFoundException$: StaticErrorSchema;
232
242
  export declare var OverallVolume$: StaticStructureSchema;
233
243
  export declare var PinpointDestination$: StaticStructureSchema;
234
244
  export declare var PlacementStatistics$: StaticStructureSchema;
@@ -293,7 +303,6 @@ export declare var SendCustomVerificationEmailResponse$: StaticStructureSchema;
293
303
  export declare var SendEmailRequest$: StaticStructureSchema;
294
304
  export declare var SendEmailResponse$: StaticStructureSchema;
295
305
  export declare var SendingOptions$: StaticStructureSchema;
296
- export declare var SendingPausedException$: StaticErrorSchema;
297
306
  export declare var SendQuota$: StaticStructureSchema;
298
307
  export declare var SnsDestination$: StaticStructureSchema;
299
308
  export declare var SOARecord$: StaticStructureSchema;
@@ -317,7 +326,6 @@ export declare var TenantInfo$: StaticStructureSchema;
317
326
  export declare var TenantResource$: StaticStructureSchema;
318
327
  export declare var TestRenderEmailTemplateRequest$: StaticStructureSchema;
319
328
  export declare var TestRenderEmailTemplateResponse$: StaticStructureSchema;
320
- export declare var TooManyRequestsException$: StaticErrorSchema;
321
329
  export declare var Topic$: StaticStructureSchema;
322
330
  export declare var TopicFilter$: StaticStructureSchema;
323
331
  export declare var TopicPreference$: StaticStructureSchema;
@@ -344,7 +352,6 @@ export declare var VdmAttributes$: StaticStructureSchema;
344
352
  export declare var VdmOptions$: StaticStructureSchema;
345
353
  export declare var VerificationInfo$: StaticStructureSchema;
346
354
  export declare var VolumeStatistics$: StaticStructureSchema;
347
- export declare var SESv2ServiceException$: StaticErrorSchema;
348
355
  export declare var BatchGetMetricData$: StaticOperationSchema;
349
356
  export declare var CancelExportJob$: StaticOperationSchema;
350
357
  export declare var CreateConfigurationSet$: StaticOperationSchema;
@@ -1,14 +1,27 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
6
- export declare var AccountDetails$: StaticStructureSchema;
7
+ export declare var SESv2ServiceException$: StaticErrorSchema;
7
8
  export declare var AccountSuspendedException$: StaticErrorSchema;
8
9
  export declare var AlreadyExistsException$: StaticErrorSchema;
10
+ export declare var BadRequestException$: StaticErrorSchema;
11
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
12
+ export declare var ConflictException$: StaticErrorSchema;
13
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
14
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
15
+ export declare var LimitExceededException$: StaticErrorSchema;
16
+ export declare var MailFromDomainNotVerifiedException$: StaticErrorSchema;
17
+ export declare var MessageRejected$: StaticErrorSchema;
18
+ export declare var NotFoundException$: StaticErrorSchema;
19
+ export declare var SendingPausedException$: StaticErrorSchema;
20
+ export declare var TooManyRequestsException$: StaticErrorSchema;
21
+ export declare const errorTypeRegistries: TypeRegistry[];
22
+ export declare var AccountDetails$: StaticStructureSchema;
9
23
  export declare var ArchivingOptions$: StaticStructureSchema;
10
24
  export declare var Attachment$: StaticStructureSchema;
11
- export declare var BadRequestException$: StaticErrorSchema;
12
25
  export declare var BatchGetMetricDataQuery$: StaticStructureSchema;
13
26
  export declare var BatchGetMetricDataRequest$: StaticStructureSchema;
14
27
  export declare var BatchGetMetricDataResponse$: StaticStructureSchema;
@@ -23,8 +36,6 @@ export declare var CancelExportJobResponse$: StaticStructureSchema;
23
36
  export declare var CloudWatchDestination$: StaticStructureSchema;
24
37
  export declare var CloudWatchDimensionConfiguration$: StaticStructureSchema;
25
38
  export declare var Complaint$: StaticStructureSchema;
26
- export declare var ConcurrentModificationException$: StaticErrorSchema;
27
- export declare var ConflictException$: StaticErrorSchema;
28
39
  export declare var Contact$: StaticStructureSchema;
29
40
  export declare var ContactList$: StaticStructureSchema;
30
41
  export declare var ContactListDestination$: StaticStructureSchema;
@@ -174,11 +185,8 @@ export declare var ImportDestination$: StaticStructureSchema;
174
185
  export declare var ImportJobSummary$: StaticStructureSchema;
175
186
  export declare var InboxPlacementTrackingOption$: StaticStructureSchema;
176
187
  export declare var InsightsEvent$: StaticStructureSchema;
177
- export declare var InternalServiceErrorException$: StaticErrorSchema;
178
- export declare var InvalidNextTokenException$: StaticErrorSchema;
179
188
  export declare var IspPlacement$: StaticStructureSchema;
180
189
  export declare var KinesisFirehoseDestination$: StaticStructureSchema;
181
- export declare var LimitExceededException$: StaticErrorSchema;
182
190
  export declare var ListConfigurationSetsRequest$: StaticStructureSchema;
183
191
  export declare var ListConfigurationSetsResponse$: StaticStructureSchema;
184
192
  export declare var ListContactListsRequest$: StaticStructureSchema;
@@ -221,18 +229,15 @@ export declare var ListTenantsRequest$: StaticStructureSchema;
221
229
  export declare var ListTenantsResponse$: StaticStructureSchema;
222
230
  export declare var MailboxValidation$: StaticStructureSchema;
223
231
  export declare var MailFromAttributes$: StaticStructureSchema;
224
- export declare var MailFromDomainNotVerifiedException$: StaticErrorSchema;
225
232
  export declare var Message$: StaticStructureSchema;
226
233
  export declare var MessageHeader$: StaticStructureSchema;
227
234
  export declare var MessageInsightsDataSource$: StaticStructureSchema;
228
235
  export declare var MessageInsightsFilters$: StaticStructureSchema;
229
- export declare var MessageRejected$: StaticErrorSchema;
230
236
  export declare var MessageTag$: StaticStructureSchema;
231
237
  export declare var MetricDataError$: StaticStructureSchema;
232
238
  export declare var MetricDataResult$: StaticStructureSchema;
233
239
  export declare var MetricsDataSource$: StaticStructureSchema;
234
240
  export declare var MultiRegionEndpoint$: StaticStructureSchema;
235
- export declare var NotFoundException$: StaticErrorSchema;
236
241
  export declare var OverallVolume$: StaticStructureSchema;
237
242
  export declare var PinpointDestination$: StaticStructureSchema;
238
243
  export declare var PlacementStatistics$: StaticStructureSchema;
@@ -297,7 +302,6 @@ export declare var SendCustomVerificationEmailResponse$: StaticStructureSchema;
297
302
  export declare var SendEmailRequest$: StaticStructureSchema;
298
303
  export declare var SendEmailResponse$: StaticStructureSchema;
299
304
  export declare var SendingOptions$: StaticStructureSchema;
300
- export declare var SendingPausedException$: StaticErrorSchema;
301
305
  export declare var SendQuota$: StaticStructureSchema;
302
306
  export declare var SnsDestination$: StaticStructureSchema;
303
307
  export declare var SOARecord$: StaticStructureSchema;
@@ -321,7 +325,6 @@ export declare var TenantInfo$: StaticStructureSchema;
321
325
  export declare var TenantResource$: StaticStructureSchema;
322
326
  export declare var TestRenderEmailTemplateRequest$: StaticStructureSchema;
323
327
  export declare var TestRenderEmailTemplateResponse$: StaticStructureSchema;
324
- export declare var TooManyRequestsException$: StaticErrorSchema;
325
328
  export declare var Topic$: StaticStructureSchema;
326
329
  export declare var TopicFilter$: StaticStructureSchema;
327
330
  export declare var TopicPreference$: StaticStructureSchema;
@@ -348,7 +351,6 @@ export declare var VdmAttributes$: StaticStructureSchema;
348
351
  export declare var VdmOptions$: StaticStructureSchema;
349
352
  export declare var VerificationInfo$: StaticStructureSchema;
350
353
  export declare var VolumeStatistics$: StaticStructureSchema;
351
- export declare var SESv2ServiceException$: StaticErrorSchema;
352
354
  export declare var BatchGetMetricData$: StaticOperationSchema;
353
355
  export declare var CancelExportJob$: StaticOperationSchema;
354
356
  export declare var CreateConfigurationSet$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sesv2",
3
3
  "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sesv2",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
- "@aws-sdk/signature-v4-multi-region": "3.987.0",
31
+ "@aws-sdk/signature-v4-multi-region": "3.989.0",
32
32
  "@aws-sdk/types": "^3.973.1",
33
- "@aws-sdk/util-endpoints": "3.987.0",
33
+ "@aws-sdk/util-endpoints": "3.989.0",
34
34
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
35
- "@aws-sdk/util-user-agent-node": "^3.972.5",
35
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
36
36
  "@smithy/config-resolver": "^4.4.6",
37
- "@smithy/core": "^3.22.1",
37
+ "@smithy/core": "^3.23.0",
38
38
  "@smithy/fetch-http-handler": "^5.3.9",
39
39
  "@smithy/hash-node": "^4.2.8",
40
40
  "@smithy/invalid-dependency": "^4.2.8",
41
41
  "@smithy/middleware-content-length": "^4.2.8",
42
- "@smithy/middleware-endpoint": "^4.4.13",
43
- "@smithy/middleware-retry": "^4.4.30",
42
+ "@smithy/middleware-endpoint": "^4.4.14",
43
+ "@smithy/middleware-retry": "^4.4.31",
44
44
  "@smithy/middleware-serde": "^4.2.9",
45
45
  "@smithy/middleware-stack": "^4.2.8",
46
46
  "@smithy/node-config-provider": "^4.3.8",
47
- "@smithy/node-http-handler": "^4.4.9",
47
+ "@smithy/node-http-handler": "^4.4.10",
48
48
  "@smithy/protocol-http": "^5.3.8",
49
- "@smithy/smithy-client": "^4.11.2",
49
+ "@smithy/smithy-client": "^4.11.3",
50
50
  "@smithy/types": "^4.12.0",
51
51
  "@smithy/url-parser": "^4.2.8",
52
52
  "@smithy/util-base64": "^4.3.0",
53
53
  "@smithy/util-body-length-browser": "^4.2.0",
54
54
  "@smithy/util-body-length-node": "^4.2.1",
55
- "@smithy/util-defaults-mode-browser": "^4.3.29",
56
- "@smithy/util-defaults-mode-node": "^4.2.32",
55
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
56
+ "@smithy/util-defaults-mode-node": "^4.2.33",
57
57
  "@smithy/util-endpoints": "^3.2.8",
58
58
  "@smithy/util-middleware": "^4.2.8",
59
59
  "@smithy/util-retry": "^4.2.8",