@aws-sdk/client-notifications 3.986.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultNotificationsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-05-10",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.notifications",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "Notifications",
31
33
  },
@@ -255,16 +255,16 @@ const _oU = "organizationalUnits";
255
255
  const _oUI = "organizationalUnitId";
256
256
  const _pS = "paragraphSummary";
257
257
  const _qC = "quotaCode";
258
- const _r = "regions";
258
+ const _r = "reason";
259
259
  const _rA = "relatedAccount";
260
260
  const _rAS = "retryAfterSeconds";
261
261
  const _rI = "resourceId";
262
262
  const _rR = "relatedResources";
263
263
  const _rT = "resourceType";
264
- const _re = "reason";
265
- const _s = "source";
266
- const _sC = "subCategory";
267
- const _sCe = "serviceCode";
264
+ const _re = "regions";
265
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.notifications";
266
+ const _sC = "serviceCode";
267
+ const _sCu = "subCategory";
268
268
  const _sD = "summarizationDimensions";
269
269
  const _sEDU = "sourceEventDetailUrl";
270
270
  const _sEDUDT = "sourceEventDetailUrlDisplayText";
@@ -277,7 +277,7 @@ const _sT = "startTime";
277
277
  const _sV = "schemaVersion";
278
278
  const _sVa = "sampleValues";
279
279
  const _se = "server";
280
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.notifications";
280
+ const _so = "source";
281
281
  const _st = "status";
282
282
  const _su = "subtype";
283
283
  const _t = "tags";
@@ -291,12 +291,56 @@ const n0 = "com.amazonaws.notifications";
291
291
  import { TypeRegistry } from "@smithy/core/schema";
292
292
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
293
293
  import { NotificationsServiceException } from "../models/NotificationsServiceException";
294
+ const _s_registry = TypeRegistry.for(_s);
295
+ export var NotificationsServiceException$ = [-3, _s, "NotificationsServiceException", 0, [], []];
296
+ _s_registry.registerError(NotificationsServiceException$, NotificationsServiceException);
297
+ const n0_registry = TypeRegistry.for(n0);
294
298
  export var AccessDeniedException$ = [-3, n0, _ADE,
295
299
  { [_e]: _c, [_hE]: 403 },
296
300
  [_m],
297
301
  [0], 1
298
302
  ];
299
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
303
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
304
+ export var ConflictException$ = [-3, n0, _CE,
305
+ { [_e]: _c, [_hE]: 409 },
306
+ [_m, _rI],
307
+ [0, 0], 2
308
+ ];
309
+ n0_registry.registerError(ConflictException$, ConflictException);
310
+ export var InternalServerException$ = [-3, n0, _ISE,
311
+ { [_e]: _se, [_hE]: 500 },
312
+ [_m],
313
+ [0], 1
314
+ ];
315
+ n0_registry.registerError(InternalServerException$, InternalServerException);
316
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
317
+ { [_e]: _c, [_hE]: 404 },
318
+ [_m, _rI],
319
+ [0, 0], 2
320
+ ];
321
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
322
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
323
+ { [_e]: _c, [_hE]: 402 },
324
+ [_m, _rT, _rI, _sC, _qC],
325
+ [0, 0, 0, 0, 0], 2
326
+ ];
327
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
328
+ export var ThrottlingException$ = [-3, n0, _TE,
329
+ { [_e]: _c, [_hE]: 429 },
330
+ [_m, _sC, _qC, _rAS],
331
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
332
+ ];
333
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
334
+ export var ValidationException$ = [-3, n0, _VE,
335
+ { [_e]: _c, [_hE]: 400 },
336
+ [_m, _r, _fL],
337
+ [0, 0, () => ValidationExceptionFieldList], 1
338
+ ];
339
+ n0_registry.registerError(ValidationException$, ValidationException);
340
+ export const errorTypeRegistries = [
341
+ _s_registry,
342
+ n0_registry,
343
+ ];
300
344
  export var AggregationDetail$ = [3, n0, _AD,
301
345
  0,
302
346
  [_sD],
@@ -352,15 +396,9 @@ export var AssociateOrganizationalUnitResponse$ = [3, n0, _AOURs,
352
396
  [],
353
397
  []
354
398
  ];
355
- export var ConflictException$ = [-3, n0, _CE,
356
- { [_e]: _c, [_hE]: 409 },
357
- [_m, _rI],
358
- [0, 0], 2
359
- ];
360
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
361
399
  export var CreateEventRuleRequest$ = [3, n0, _CERR,
362
400
  0,
363
- [_nCA, _s, _eT, _r, _eP],
401
+ [_nCA, _so, _eT, _re, _eP],
364
402
  [0, 0, 0, 64 | 0, 0], 4
365
403
  ];
366
404
  export var CreateEventRuleResponse$ = [3, n0, _CERRr,
@@ -475,12 +513,12 @@ export var EnableNotificationsAccessForOrganizationResponse$ = [3, n0, _ENAFORn,
475
513
  ];
476
514
  export var EventRuleStatusSummary$ = [3, n0, _ERSS,
477
515
  0,
478
- [_st, _re],
516
+ [_st, _r],
479
517
  [0, 0], 2
480
518
  ];
481
519
  export var EventRuleStructure$ = [3, n0, _ERS,
482
520
  0,
483
- [_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
521
+ [_a, _nCA, _cT, _so, _eT, _eP, _re, _mR, _sSBR],
484
522
  [0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion], 9
485
523
  ];
486
524
  export var GetEventRuleRequest$ = [3, n0, _GERR,
@@ -490,7 +528,7 @@ export var GetEventRuleRequest$ = [3, n0, _GERR,
490
528
  ];
491
529
  export var GetEventRuleResponse$ = [3, n0, _GERRe,
492
530
  0,
493
- [_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
531
+ [_a, _nCA, _cT, _so, _eT, _eP, _re, _mR, _sSBR],
494
532
  [0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion], 9
495
533
  ];
496
534
  export var GetManagedNotificationChildEventRequest$ = [3, n0, _GMNCER,
@@ -510,7 +548,7 @@ export var GetManagedNotificationConfigurationRequest$ = [3, n0, _GMNCR,
510
548
  ];
511
549
  export var GetManagedNotificationConfigurationResponse$ = [3, n0, _GMNCRe,
512
550
  0,
513
- [_a, _n, _d, _ca, _sC],
551
+ [_a, _n, _d, _ca, _sCu],
514
552
  [0, 0, 0, 0, 0], 5
515
553
  ];
516
554
  export var GetManagedNotificationEventRequest$ = [3, n0, _GMNER,
@@ -553,12 +591,6 @@ export var GetNotificationsAccessForOrganizationResponse$ = [3, n0, _GNAFORe,
553
591
  [_nAFO],
554
592
  [() => NotificationsAccessForOrganization$], 1
555
593
  ];
556
- export var InternalServerException$ = [-3, n0, _ISE,
557
- { [_e]: _se, [_hE]: 500 },
558
- [_m],
559
- [0], 1
560
- ];
561
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
562
594
  export var ListChannelsRequest$ = [3, n0, _LCR,
563
595
  0,
564
596
  [_nCA, _mRa, _nT],
@@ -611,8 +643,8 @@ export var ListManagedNotificationConfigurationsResponse$ = [3, n0, _LMNCRi,
611
643
  ];
612
644
  export var ListManagedNotificationEventsRequest$ = [3, n0, _LMNER,
613
645
  0,
614
- [_sT, _eTn, _l, _s, _mRa, _nT, _oUI, _rA],
615
- [[5, { [_hQ]: _sT }], [5, { [_hQ]: _eTn }], [0, { [_hQ]: _l }], [0, { [_hQ]: _s }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _rA }]]
646
+ [_sT, _eTn, _l, _so, _mRa, _nT, _oUI, _rA],
647
+ [[5, { [_hQ]: _sT }], [5, { [_hQ]: _eTn }], [0, { [_hQ]: _l }], [0, { [_hQ]: _so }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _oUI }], [0, { [_hQ]: _rA }]]
616
648
  ];
617
649
  export var ListManagedNotificationEventsResponse$ = [3, n0, _LMNERi,
618
650
  0,
@@ -641,8 +673,8 @@ export var ListNotificationConfigurationsResponse$ = [3, n0, _LNCRi,
641
673
  ];
642
674
  export var ListNotificationEventsRequest$ = [3, n0, _LNER,
643
675
  0,
644
- [_sT, _eTn, _l, _s, _iCE, _aNEA, _mRa, _nT, _oUI],
645
- [[5, { [_hQ]: _sT }], [5, { [_hQ]: _eTn }], [0, { [_hQ]: _l }], [0, { [_hQ]: _s }], [2, { [_hQ]: _iCE }], [0, { [_hQ]: _aNEA }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _oUI }]]
676
+ [_sT, _eTn, _l, _so, _iCE, _aNEA, _mRa, _nT, _oUI],
677
+ [[5, { [_hQ]: _sT }], [5, { [_hQ]: _eTn }], [0, { [_hQ]: _l }], [0, { [_hQ]: _so }], [2, { [_hQ]: _iCE }], [0, { [_hQ]: _aNEA }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _oUI }]]
646
678
  ];
647
679
  export var ListNotificationEventsResponse$ = [3, n0, _LNERi,
648
680
  0,
@@ -721,7 +753,7 @@ export var ManagedNotificationEventSummary$ = [3, n0, _MNES,
721
753
  ];
722
754
  export var ManagedSourceEventMetadataSummary$ = [3, n0, _MSEMS,
723
755
  0,
724
- [_s, _eT, _eOR],
756
+ [_so, _eT, _eOR],
725
757
  [0, 0, 0], 2
726
758
  ];
727
759
  export var MediaElement$ = [3, n0, _ME,
@@ -771,7 +803,7 @@ export var NotificationHubOverview$ = [3, n0, _NHO,
771
803
  ];
772
804
  export var NotificationHubStatusSummary$ = [3, n0, _NHSS,
773
805
  0,
774
- [_st, _re],
806
+ [_st, _r],
775
807
  [0, 0], 2
776
808
  ];
777
809
  export var NotificationsAccessForOrganization$ = [3, n0, _NAFO,
@@ -794,26 +826,14 @@ export var Resource$ = [3, n0, _R,
794
826
  [_i, _a, _dU, _t],
795
827
  [0, 0, 0, 64 | 0]
796
828
  ];
797
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
798
- { [_e]: _c, [_hE]: 404 },
799
- [_m, _rI],
800
- [0, 0], 2
801
- ];
802
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
803
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
804
- { [_e]: _c, [_hE]: 402 },
805
- [_m, _rT, _rI, _sCe, _qC],
806
- [0, 0, 0, 0, 0], 2
807
- ];
808
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
809
829
  export var SourceEventMetadata$ = [3, n0, _SEM,
810
830
  0,
811
- [_eTV, _sEI, _rA, _s, _eOT, _eT, _rR, _eOR],
831
+ [_eTV, _sEI, _rA, _so, _eOT, _eT, _rR, _eOR],
812
832
  [0, 0, 0, 0, 5, 0, () => Resources, 0], 7
813
833
  ];
814
834
  export var SourceEventMetadataSummary$ = [3, n0, _SEMS,
815
835
  0,
816
- [_s, _eT, _eOR],
836
+ [_so, _eT, _eOR],
817
837
  [0, 0, 0], 2
818
838
  ];
819
839
  export var SummarizationDimensionDetail$ = [3, n0, _SDD,
@@ -841,12 +861,6 @@ export var TextPartValue$ = [3, n0, _TPV,
841
861
  [_ty, _dT, _tBL, _u],
842
862
  [0, 0, 128 | 0, 0], 1
843
863
  ];
844
- export var ThrottlingException$ = [-3, n0, _TE,
845
- { [_e]: _c, [_hE]: 429 },
846
- [_m, _sCe, _qC, _rAS],
847
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
848
- ];
849
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
850
864
  export var UntagResourceRequest$ = [3, n0, _URR,
851
865
  0,
852
866
  [_a, _tK],
@@ -859,7 +873,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
859
873
  ];
860
874
  export var UpdateEventRuleRequest$ = [3, n0, _UERR,
861
875
  0,
862
- [_a, _eP, _r],
876
+ [_a, _eP, _re],
863
877
  [[0, 1], 0, 64 | 0], 1
864
878
  ];
865
879
  export var UpdateEventRuleResponse$ = [3, n0, _UERRp,
@@ -877,19 +891,11 @@ export var UpdateNotificationConfigurationResponse$ = [3, n0, _UNCRp,
877
891
  [_a],
878
892
  [0], 1
879
893
  ];
880
- export var ValidationException$ = [-3, n0, _VE,
881
- { [_e]: _c, [_hE]: 400 },
882
- [_m, _re, _fL],
883
- [0, 0, () => ValidationExceptionFieldList], 1
884
- ];
885
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
886
894
  export var ValidationExceptionField$ = [3, n0, _VEF,
887
895
  0,
888
896
  [_n, _m],
889
897
  [0, 0], 2
890
898
  ];
891
- export var NotificationsServiceException$ = [-3, _sm, "NotificationsServiceException", 0, [], []];
892
- TypeRegistry.for(_sm).registerError(NotificationsServiceException$, NotificationsServiceException);
893
899
  var AggregatedNotificationRegions = 64 | 0;
894
900
  var AggregationKeys = [1, n0, _AKg,
895
901
  0, () => AggregationKey$
@@ -1,5 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var NotificationsServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
3
17
  export declare var AggregationDetail$: StaticStructureSchema;
4
18
  export declare var AggregationKey$: StaticStructureSchema;
5
19
  export declare var AggregationSummary$: StaticStructureSchema;
@@ -11,7 +25,6 @@ export declare var AssociateManagedNotificationAdditionalChannelRequest$: Static
11
25
  export declare var AssociateManagedNotificationAdditionalChannelResponse$: StaticStructureSchema;
12
26
  export declare var AssociateOrganizationalUnitRequest$: StaticStructureSchema;
13
27
  export declare var AssociateOrganizationalUnitResponse$: StaticStructureSchema;
14
- export declare var ConflictException$: StaticErrorSchema;
15
28
  export declare var CreateEventRuleRequest$: StaticStructureSchema;
16
29
  export declare var CreateEventRuleResponse$: StaticStructureSchema;
17
30
  export declare var CreateNotificationConfigurationRequest$: StaticStructureSchema;
@@ -51,7 +64,6 @@ export declare var GetNotificationEventRequest$: StaticStructureSchema;
51
64
  export declare var GetNotificationEventResponse$: StaticStructureSchema;
52
65
  export declare var GetNotificationsAccessForOrganizationRequest$: StaticStructureSchema;
53
66
  export declare var GetNotificationsAccessForOrganizationResponse$: StaticStructureSchema;
54
- export declare var InternalServerException$: StaticErrorSchema;
55
67
  export declare var ListChannelsRequest$: StaticStructureSchema;
56
68
  export declare var ListChannelsResponse$: StaticStructureSchema;
57
69
  export declare var ListEventRulesRequest$: StaticStructureSchema;
@@ -99,8 +111,6 @@ export declare var NotificationsAccessForOrganization$: StaticStructureSchema;
99
111
  export declare var RegisterNotificationHubRequest$: StaticStructureSchema;
100
112
  export declare var RegisterNotificationHubResponse$: StaticStructureSchema;
101
113
  export declare var Resource$: StaticStructureSchema;
102
- export declare var ResourceNotFoundException$: StaticErrorSchema;
103
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
104
114
  export declare var SourceEventMetadata$: StaticStructureSchema;
105
115
  export declare var SourceEventMetadataSummary$: StaticStructureSchema;
106
116
  export declare var SummarizationDimensionDetail$: StaticStructureSchema;
@@ -108,16 +118,13 @@ export declare var SummarizationDimensionOverview$: StaticStructureSchema;
108
118
  export declare var TagResourceRequest$: StaticStructureSchema;
109
119
  export declare var TagResourceResponse$: StaticStructureSchema;
110
120
  export declare var TextPartValue$: StaticStructureSchema;
111
- export declare var ThrottlingException$: StaticErrorSchema;
112
121
  export declare var UntagResourceRequest$: StaticStructureSchema;
113
122
  export declare var UntagResourceResponse$: StaticStructureSchema;
114
123
  export declare var UpdateEventRuleRequest$: StaticStructureSchema;
115
124
  export declare var UpdateEventRuleResponse$: StaticStructureSchema;
116
125
  export declare var UpdateNotificationConfigurationRequest$: StaticStructureSchema;
117
126
  export declare var UpdateNotificationConfigurationResponse$: StaticStructureSchema;
118
- export declare var ValidationException$: StaticErrorSchema;
119
127
  export declare var ValidationExceptionField$: StaticStructureSchema;
120
- export declare var NotificationsServiceException$: StaticErrorSchema;
121
128
  export declare var AssociateChannel$: StaticOperationSchema;
122
129
  export declare var AssociateManagedNotificationAccountContact$: StaticOperationSchema;
123
130
  export declare var AssociateManagedNotificationAdditionalChannel$: StaticOperationSchema;
@@ -1,9 +1,18 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var NotificationsServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
7
16
  export declare var AggregationDetail$: StaticStructureSchema;
8
17
  export declare var AggregationKey$: StaticStructureSchema;
9
18
  export declare var AggregationSummary$: StaticStructureSchema;
@@ -15,7 +24,6 @@ export declare var AssociateManagedNotificationAdditionalChannelRequest$: Static
15
24
  export declare var AssociateManagedNotificationAdditionalChannelResponse$: StaticStructureSchema;
16
25
  export declare var AssociateOrganizationalUnitRequest$: StaticStructureSchema;
17
26
  export declare var AssociateOrganizationalUnitResponse$: StaticStructureSchema;
18
- export declare var ConflictException$: StaticErrorSchema;
19
27
  export declare var CreateEventRuleRequest$: StaticStructureSchema;
20
28
  export declare var CreateEventRuleResponse$: StaticStructureSchema;
21
29
  export declare var CreateNotificationConfigurationRequest$: StaticStructureSchema;
@@ -55,7 +63,6 @@ export declare var GetNotificationEventRequest$: StaticStructureSchema;
55
63
  export declare var GetNotificationEventResponse$: StaticStructureSchema;
56
64
  export declare var GetNotificationsAccessForOrganizationRequest$: StaticStructureSchema;
57
65
  export declare var GetNotificationsAccessForOrganizationResponse$: StaticStructureSchema;
58
- export declare var InternalServerException$: StaticErrorSchema;
59
66
  export declare var ListChannelsRequest$: StaticStructureSchema;
60
67
  export declare var ListChannelsResponse$: StaticStructureSchema;
61
68
  export declare var ListEventRulesRequest$: StaticStructureSchema;
@@ -103,8 +110,6 @@ export declare var NotificationsAccessForOrganization$: StaticStructureSchema;
103
110
  export declare var RegisterNotificationHubRequest$: StaticStructureSchema;
104
111
  export declare var RegisterNotificationHubResponse$: StaticStructureSchema;
105
112
  export declare var Resource$: StaticStructureSchema;
106
- export declare var ResourceNotFoundException$: StaticErrorSchema;
107
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
108
113
  export declare var SourceEventMetadata$: StaticStructureSchema;
109
114
  export declare var SourceEventMetadataSummary$: StaticStructureSchema;
110
115
  export declare var SummarizationDimensionDetail$: StaticStructureSchema;
@@ -112,16 +117,13 @@ export declare var SummarizationDimensionOverview$: StaticStructureSchema;
112
117
  export declare var TagResourceRequest$: StaticStructureSchema;
113
118
  export declare var TagResourceResponse$: StaticStructureSchema;
114
119
  export declare var TextPartValue$: StaticStructureSchema;
115
- export declare var ThrottlingException$: StaticErrorSchema;
116
120
  export declare var UntagResourceRequest$: StaticStructureSchema;
117
121
  export declare var UntagResourceResponse$: StaticStructureSchema;
118
122
  export declare var UpdateEventRuleRequest$: StaticStructureSchema;
119
123
  export declare var UpdateEventRuleResponse$: StaticStructureSchema;
120
124
  export declare var UpdateNotificationConfigurationRequest$: StaticStructureSchema;
121
125
  export declare var UpdateNotificationConfigurationResponse$: StaticStructureSchema;
122
- export declare var ValidationException$: StaticErrorSchema;
123
126
  export declare var ValidationExceptionField$: StaticStructureSchema;
124
- export declare var NotificationsServiceException$: StaticErrorSchema;
125
127
  export declare var AssociateChannel$: StaticOperationSchema;
126
128
  export declare var AssociateManagedNotificationAccountContact$: StaticOperationSchema;
127
129
  export declare var AssociateManagedNotificationAdditionalChannel$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-notifications",
3
3
  "description": "AWS SDK for JavaScript Notifications Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
4
+ "version": "3.988.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-notifications",
@@ -21,38 +21,38 @@
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.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
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.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.986.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",