@aws-sdk/client-devops-guru 3.987.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 { defaultDevOpsGuruHttpAuthSchemeProvider } 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: "2020-12-01",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.devopsguru",
30
+ errorTypeRegistries,
29
31
  version: "2020-12-01",
30
32
  serviceTarget: "CapstoneControlPlaneService",
31
33
  },
@@ -103,10 +103,10 @@ const _ETR = "EndTimeRange";
103
103
  const _ETRv = "EventTimeRange";
104
104
  const _Ev = "Events";
105
105
  const _Ex = "Explanation";
106
- const _F = "Feedback";
106
+ const _F = "Fields";
107
107
  const _FT = "FromTime";
108
+ const _Fe = "Feedback";
108
109
  const _Fi = "Filters";
109
- const _Fie = "Fields";
110
110
  const _Fil = "Filter";
111
111
  const _G = "Group";
112
112
  const _GB = "GroupBy";
@@ -236,13 +236,13 @@ const _POI = "ProactiveOrganizationInsights";
236
236
  const _POIS = "ProactiveOrganizationInsightSummary";
237
237
  const _PTR = "PredictionTimeRange";
238
238
  const _QC = "QuotaCode";
239
- const _R = "Resources";
240
- const _RA = "ReactiveAnomaly";
239
+ const _R = "Reason";
240
+ const _RA = "Retry-After";
241
241
  const _RAS = "RetryAfterSeconds";
242
242
  const _RASD = "RelatedAnomalySourceDetails";
243
243
  const _RASe = "ReactiveAnomalySummary";
244
- const _RA_ = "Retry-After";
245
- const _RAe = "ReactiveAnomalies";
244
+ const _RAe = "ReactiveAnomaly";
245
+ const _RAea = "ReactiveAnomalies";
246
246
  const _RAel = "RelatedAnomalies";
247
247
  const _RC = "ResourceCollection";
248
248
  const _RCF = "ResourceCollectionFilter";
@@ -276,19 +276,19 @@ const _RREe = "RecommendationRelatedEvents";
276
276
  const _RS = "ReferenceScalar";
277
277
  const _RT = "ResourceType";
278
278
  const _RTF = "ResourceTypeFilters";
279
- const _Re = "Recommendations";
280
- const _Rea = "Reason";
281
- const _Rec = "Recommendation";
279
+ const _Re = "Resources";
280
+ const _Rec = "Recommendations";
281
+ const _Reco = "Recommendation";
282
282
  const _S = "Status";
283
283
  const _SAA = "StatsAtAnomaly";
284
284
  const _SAB = "StatsAtBaseline";
285
- const _SC = "StatusCode";
285
+ const _SC = "ServiceCode";
286
286
  const _SCC = "SnsChannelConfig";
287
287
  const _SCE = "StartCostEstimation";
288
288
  const _SCER = "StartCostEstimationRequest";
289
289
  const _SCERt = "StartCostEstimationResponse";
290
290
  const _SCe = "ServiceCollection";
291
- const _SCer = "ServiceCode";
291
+ const _SCt = "StatusCode";
292
292
  const _SD = "SourceDetails";
293
293
  const _SF = "StatusFilter";
294
294
  const _SH = "ServiceHealth";
@@ -373,18 +373,62 @@ const _h = "http";
373
373
  const _hE = "httpError";
374
374
  const _hH = "httpHeader";
375
375
  const _hQ = "httpQuery";
376
- const _s = "server";
377
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.devopsguru";
376
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.devopsguru";
377
+ const _se = "server";
378
378
  const n0 = "com.amazonaws.devopsguru";
379
379
  import { TypeRegistry } from "@smithy/core/schema";
380
380
  import { DevOpsGuruServiceException } from "../models/DevOpsGuruServiceException";
381
381
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
382
+ const _s_registry = TypeRegistry.for(_s);
383
+ export var DevOpsGuruServiceException$ = [-3, _s, "DevOpsGuruServiceException", 0, [], []];
384
+ _s_registry.registerError(DevOpsGuruServiceException$, DevOpsGuruServiceException);
385
+ const n0_registry = TypeRegistry.for(n0);
382
386
  export var AccessDeniedException$ = [-3, n0, _ADE,
383
387
  { [_e]: _c, [_hE]: 403 },
384
388
  [_M],
385
389
  [0], 1
386
390
  ];
387
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
391
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
392
+ export var ConflictException$ = [-3, n0, _CE,
393
+ { [_e]: _c, [_hE]: 409 },
394
+ [_M, _RI, _RT],
395
+ [0, 0, 0], 3
396
+ ];
397
+ n0_registry.registerError(ConflictException$, ConflictException);
398
+ export var InternalServerException$ = [-3, n0, _ISE,
399
+ { [_e]: _se, [_hE]: 500 },
400
+ [_M, _RAS],
401
+ [0, [1, { [_hH]: _RA }]], 1
402
+ ];
403
+ n0_registry.registerError(InternalServerException$, InternalServerException);
404
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
405
+ { [_e]: _c, [_hE]: 404 },
406
+ [_M, _RI, _RT],
407
+ [0, 0, 0], 3
408
+ ];
409
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
410
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
411
+ { [_e]: _c, [_hE]: 402 },
412
+ [_M],
413
+ [0]
414
+ ];
415
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
416
+ export var ThrottlingException$ = [-3, n0, _TE,
417
+ { [_e]: _c, [_hE]: 429 },
418
+ [_M, _QC, _SC, _RAS],
419
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
420
+ ];
421
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
422
+ export var ValidationException$ = [-3, n0, _VE,
423
+ { [_e]: _c, [_hE]: 400 },
424
+ [_M, _R, _F],
425
+ [0, 0, () => ValidationExceptionFields], 1
426
+ ];
427
+ n0_registry.registerError(ValidationException$, ValidationException);
428
+ export const errorTypeRegistries = [
429
+ _s_registry,
430
+ n0_registry,
431
+ ];
388
432
  export var AccountHealth$ = [3, n0, _AH,
389
433
  0,
390
434
  [_AI, _I],
@@ -462,7 +506,7 @@ export var CloudFormationHealth$ = [3, n0, _CFH,
462
506
  ];
463
507
  export var CloudWatchMetricsDataSummary$ = [3, n0, _CWMDS,
464
508
  0,
465
- [_TMVPL, _SC],
509
+ [_TMVPL, _SCt],
466
510
  [() => TimestampMetricValuePairList, 0]
467
511
  ];
468
512
  export var CloudWatchMetricsDetail$ = [3, n0, _CWMD,
@@ -475,12 +519,6 @@ export var CloudWatchMetricsDimension$ = [3, n0, _CWMDl,
475
519
  [_N, _V],
476
520
  [0, 0]
477
521
  ];
478
- export var ConflictException$ = [-3, n0, _CE,
479
- { [_e]: _c, [_hE]: 409 },
480
- [_M, _RI, _RT],
481
- [0, 0, 0], 3
482
- ];
483
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
484
522
  export var CostEstimationResourceCollectionFilter$ = [3, n0, _CERCF,
485
523
  0,
486
524
  [_CF, _Ta],
@@ -528,7 +566,7 @@ export var DescribeAnomalyRequest$ = [3, n0, _DAR,
528
566
  ];
529
567
  export var DescribeAnomalyResponse$ = [3, n0, _DARe,
530
568
  0,
531
- [_PA, _RA],
569
+ [_PA, _RAe],
532
570
  [() => ProactiveAnomaly$, () => ReactiveAnomaly$]
533
571
  ];
534
572
  export var DescribeEventSourcesConfigRequest$ = [3, n0, _DESCR,
@@ -618,7 +656,7 @@ export var EndTimeRange$ = [3, n0, _ETR,
618
656
  ];
619
657
  export var Event$ = [3, n0, _E,
620
658
  0,
621
- [_RC, _Id, _Ti, _ESv, _N, _DS, _EC, _R],
659
+ [_RC, _Id, _Ti, _ESv, _N, _DS, _EC, _Re],
622
660
  [() => ResourceCollection$, 0, 4, 0, 0, 0, 0, () => EventResources]
623
661
  ];
624
662
  export var EventResource$ = [3, n0, _ER,
@@ -658,7 +696,7 @@ export var GetResourceCollectionResponse$ = [3, n0, _GRCRe,
658
696
  ];
659
697
  export var InsightFeedback$ = [3, n0, _IF,
660
698
  0,
661
- [_Id, _F],
699
+ [_Id, _Fe],
662
700
  [0, 0]
663
701
  ];
664
702
  export var InsightHealth$ = [3, n0, _IH,
@@ -671,12 +709,6 @@ export var InsightTimeRange$ = [3, n0, _ITR,
671
709
  [_ST, _ET],
672
710
  [4, 4], 1
673
711
  ];
674
- export var InternalServerException$ = [-3, n0, _ISE,
675
- { [_e]: _s, [_hE]: 500 },
676
- [_M, _RAS],
677
- [0, [1, { [_hH]: _RA_ }]], 1
678
- ];
679
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
680
712
  export var KMSServerSideEncryptionIntegration$ = [3, n0, _KMSSSEI,
681
713
  0,
682
714
  [_KMSKI, _OIS, _T],
@@ -699,7 +731,7 @@ export var ListAnomaliesForInsightRequest$ = [3, n0, _LAFIR,
699
731
  ];
700
732
  export var ListAnomaliesForInsightResponse$ = [3, n0, _LAFIRi,
701
733
  0,
702
- [_PAr, _RAe, _NT],
734
+ [_PAr, _RAea, _NT],
703
735
  [() => ProactiveAnomalies, () => ReactiveAnomalies, 0]
704
736
  ];
705
737
  export var ListAnomalousLogGroupsRequest$ = [3, n0, _LALGR,
@@ -799,7 +831,7 @@ export var ListRecommendationsRequest$ = [3, n0, _LRR,
799
831
  ];
800
832
  export var ListRecommendationsResponse$ = [3, n0, _LRRi,
801
833
  0,
802
- [_Re, _NT],
834
+ [_Rec, _NT],
803
835
  [() => Recommendations, 0]
804
836
  ];
805
837
  export var LogAnomalyClass$ = [3, n0, _LAC,
@@ -932,7 +964,7 @@ export var PutFeedbackResponse$ = [3, n0, _PFRu,
932
964
  [],
933
965
  []
934
966
  ];
935
- export var ReactiveAnomaly$ = [3, n0, _RA,
967
+ export var ReactiveAnomaly$ = [3, n0, _RAe,
936
968
  0,
937
969
  [_Id, _Seve, _S, _ATR, _ARTR, _SD, _AII, _RC, _T, _N, _De, _CAI, _ARn],
938
970
  [0, 0, 0, () => AnomalyTimeRange$, () => AnomalyReportedTimeRange$, () => AnomalySourceDetails$, 0, () => ResourceCollection$, 0, 0, 0, 0, () => AnomalyResources]
@@ -957,14 +989,14 @@ export var ReactiveOrganizationInsightSummary$ = [3, n0, _ROIS,
957
989
  [_Id, _AI, _OUIr, _N, _Seve, _S, _ITR, _RC, _SCe],
958
990
  [0, 0, 0, 0, 0, 0, () => InsightTimeRange$, () => ResourceCollection$, () => ServiceCollection$]
959
991
  ];
960
- export var Recommendation$ = [3, n0, _Rec,
992
+ export var Recommendation$ = [3, n0, _Reco,
961
993
  0,
962
- [_De, _Lin, _N, _Rea, _RE, _RAel, _Ca],
994
+ [_De, _Lin, _N, _R, _RE, _RAel, _Ca],
963
995
  [0, 0, 0, 0, () => RecommendationRelatedEvents, () => RecommendationRelatedAnomalies, 0]
964
996
  ];
965
997
  export var RecommendationRelatedAnomaly$ = [3, n0, _RRA,
966
998
  0,
967
- [_R, _SD, _AIn],
999
+ [_Re, _SD, _AIn],
968
1000
  [() => RecommendationRelatedAnomalyResources, () => RelatedAnomalySourceDetails, 0]
969
1001
  ];
970
1002
  export var RecommendationRelatedAnomalyResource$ = [3, n0, _RRAR,
@@ -984,7 +1016,7 @@ export var RecommendationRelatedCloudWatchMetricsSourceDetail$ = [3, n0, _RRCWMS
984
1016
  ];
985
1017
  export var RecommendationRelatedEvent$ = [3, n0, _RRE,
986
1018
  0,
987
- [_N, _R],
1019
+ [_N, _Re],
988
1020
  [0, () => RecommendationRelatedEventResources]
989
1021
  ];
990
1022
  export var RecommendationRelatedEventResource$ = [3, n0, _RRER,
@@ -1012,12 +1044,6 @@ export var ResourceCollectionFilter$ = [3, n0, _RCF,
1012
1044
  [_CF, _Ta],
1013
1045
  [() => CloudFormationCollectionFilter$, () => TagCollectionFilters]
1014
1046
  ];
1015
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1016
- { [_e]: _c, [_hE]: 404 },
1017
- [_M, _RI, _RT],
1018
- [0, 0, 0], 3
1019
- ];
1020
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1021
1047
  export var SearchInsightsFilters$ = [3, n0, _SIF,
1022
1048
  0,
1023
1049
  [_Sev, _Sta, _RC, _SCe],
@@ -1068,12 +1094,6 @@ export var ServiceIntegrationConfig$ = [3, n0, _SIC,
1068
1094
  [_OC, _LAD, _KMSSSE],
1069
1095
  [() => OpsCenterIntegration$, () => LogsAnomalyDetectionIntegration$, () => KMSServerSideEncryptionIntegration$]
1070
1096
  ];
1071
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1072
- { [_e]: _c, [_hE]: 402 },
1073
- [_M],
1074
- [0]
1075
- ];
1076
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1077
1097
  export var ServiceResourceCost$ = [3, n0, _SRC,
1078
1098
  0,
1079
1099
  [_T, _Stat, _Cou, _UC, _Cos],
@@ -1119,12 +1139,6 @@ export var TagHealth$ = [3, n0, _TH,
1119
1139
  [_ABK, _TVa, _I, _ARC],
1120
1140
  [0, 0, () => InsightHealth$, 1]
1121
1141
  ];
1122
- export var ThrottlingException$ = [-3, n0, _TE,
1123
- { [_e]: _c, [_hE]: 429 },
1124
- [_M, _QC, _SCer, _RAS],
1125
- [0, 0, 0, [1, { [_hH]: _RA_ }]], 1
1126
- ];
1127
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1128
1142
  export var TimestampMetricValuePair$ = [3, n0, _TMVP,
1129
1143
  0,
1130
1144
  [_Tim, _MV],
@@ -1180,19 +1194,11 @@ export var UpdateTagCollectionFilter$ = [3, n0, _UTCF,
1180
1194
  [_ABK, _TV],
1181
1195
  [0, 64 | 0], 2
1182
1196
  ];
1183
- export var ValidationException$ = [-3, n0, _VE,
1184
- { [_e]: _c, [_hE]: 400 },
1185
- [_M, _Rea, _Fie],
1186
- [0, 0, () => ValidationExceptionFields], 1
1187
- ];
1188
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1189
1197
  export var ValidationExceptionField$ = [3, n0, _VEF,
1190
1198
  0,
1191
1199
  [_N, _M],
1192
1200
  [0, 0], 2
1193
1201
  ];
1194
- export var DevOpsGuruServiceException$ = [-3, _sm, "DevOpsGuruServiceException", 0, [], []];
1195
- TypeRegistry.for(_sm).registerError(DevOpsGuruServiceException$, DevOpsGuruServiceException);
1196
1202
  var AccountHealths = [1, n0, _AHc,
1197
1203
  0, () => AccountHealth$
1198
1204
  ];
@@ -1258,7 +1264,7 @@ var ProactiveInsights = [1, n0, _PI,
1258
1264
  var ProactiveOrganizationInsights = [1, n0, _POI,
1259
1265
  0, () => ProactiveOrganizationInsightSummary$
1260
1266
  ];
1261
- var ReactiveAnomalies = [1, n0, _RAe,
1267
+ var ReactiveAnomalies = [1, n0, _RAea,
1262
1268
  0, () => ReactiveAnomalySummary$
1263
1269
  ];
1264
1270
  var ReactiveInsights = [1, n0, _RIe,
@@ -1282,7 +1288,7 @@ var RecommendationRelatedEventResources = [1, n0, _RRERe,
1282
1288
  var RecommendationRelatedEvents = [1, n0, _RREe,
1283
1289
  0, () => RecommendationRelatedEvent$
1284
1290
  ];
1285
- var Recommendations = [1, n0, _Re,
1291
+ var Recommendations = [1, n0, _Rec,
1286
1292
  0, () => Recommendation$
1287
1293
  ];
1288
1294
  var RelatedAnomalySourceDetails = [1, n0, _RASD,
@@ -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 DevOpsGuruServiceException$: 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 AccountHealth$: StaticStructureSchema;
4
18
  export declare var AccountInsightHealth$: StaticStructureSchema;
5
19
  export declare var AddNotificationChannelRequest$: StaticStructureSchema;
@@ -18,7 +32,6 @@ export declare var CloudFormationHealth$: StaticStructureSchema;
18
32
  export declare var CloudWatchMetricsDataSummary$: StaticStructureSchema;
19
33
  export declare var CloudWatchMetricsDetail$: StaticStructureSchema;
20
34
  export declare var CloudWatchMetricsDimension$: StaticStructureSchema;
21
- export declare var ConflictException$: StaticErrorSchema;
22
35
  export declare var CostEstimationResourceCollectionFilter$: StaticStructureSchema;
23
36
  export declare var CostEstimationTimeRange$: StaticStructureSchema;
24
37
  export declare var DeleteInsightRequest$: StaticStructureSchema;
@@ -57,7 +70,6 @@ export declare var GetResourceCollectionResponse$: StaticStructureSchema;
57
70
  export declare var InsightFeedback$: StaticStructureSchema;
58
71
  export declare var InsightHealth$: StaticStructureSchema;
59
72
  export declare var InsightTimeRange$: StaticStructureSchema;
60
- export declare var InternalServerException$: StaticErrorSchema;
61
73
  export declare var KMSServerSideEncryptionIntegration$: StaticStructureSchema;
62
74
  export declare var KMSServerSideEncryptionIntegrationConfig$: StaticStructureSchema;
63
75
  export declare var ListAnomaliesForInsightFilters$: StaticStructureSchema;
@@ -125,7 +137,6 @@ export declare var RemoveNotificationChannelRequest$: StaticStructureSchema;
125
137
  export declare var RemoveNotificationChannelResponse$: StaticStructureSchema;
126
138
  export declare var ResourceCollection$: StaticStructureSchema;
127
139
  export declare var ResourceCollectionFilter$: StaticStructureSchema;
128
- export declare var ResourceNotFoundException$: StaticErrorSchema;
129
140
  export declare var SearchInsightsFilters$: StaticStructureSchema;
130
141
  export declare var SearchInsightsRequest$: StaticStructureSchema;
131
142
  export declare var SearchInsightsResponse$: StaticStructureSchema;
@@ -136,7 +147,6 @@ export declare var ServiceCollection$: StaticStructureSchema;
136
147
  export declare var ServiceHealth$: StaticStructureSchema;
137
148
  export declare var ServiceInsightHealth$: StaticStructureSchema;
138
149
  export declare var ServiceIntegrationConfig$: StaticStructureSchema;
139
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
140
150
  export declare var ServiceResourceCost$: StaticStructureSchema;
141
151
  export declare var SnsChannelConfig$: StaticStructureSchema;
142
152
  export declare var StartCostEstimationRequest$: StaticStructureSchema;
@@ -146,7 +156,6 @@ export declare var TagCollection$: StaticStructureSchema;
146
156
  export declare var TagCollectionFilter$: StaticStructureSchema;
147
157
  export declare var TagCostEstimationResourceCollectionFilter$: StaticStructureSchema;
148
158
  export declare var TagHealth$: StaticStructureSchema;
149
- export declare var ThrottlingException$: StaticErrorSchema;
150
159
  export declare var TimestampMetricValuePair$: StaticStructureSchema;
151
160
  export declare var UpdateCloudFormationCollectionFilter$: StaticStructureSchema;
152
161
  export declare var UpdateEventSourcesConfigRequest$: StaticStructureSchema;
@@ -158,9 +167,7 @@ export declare var UpdateServiceIntegrationConfig$: StaticStructureSchema;
158
167
  export declare var UpdateServiceIntegrationRequest$: StaticStructureSchema;
159
168
  export declare var UpdateServiceIntegrationResponse$: StaticStructureSchema;
160
169
  export declare var UpdateTagCollectionFilter$: StaticStructureSchema;
161
- export declare var ValidationException$: StaticErrorSchema;
162
170
  export declare var ValidationExceptionField$: StaticStructureSchema;
163
- export declare var DevOpsGuruServiceException$: StaticErrorSchema;
164
171
  export declare var AddNotificationChannel$: StaticOperationSchema;
165
172
  export declare var DeleteInsight$: StaticOperationSchema;
166
173
  export declare var DescribeAccountHealth$: 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 DevOpsGuruServiceException$: 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 AccountHealth$: StaticStructureSchema;
8
17
  export declare var AccountInsightHealth$: StaticStructureSchema;
9
18
  export declare var AddNotificationChannelRequest$: StaticStructureSchema;
@@ -22,7 +31,6 @@ export declare var CloudFormationHealth$: StaticStructureSchema;
22
31
  export declare var CloudWatchMetricsDataSummary$: StaticStructureSchema;
23
32
  export declare var CloudWatchMetricsDetail$: StaticStructureSchema;
24
33
  export declare var CloudWatchMetricsDimension$: StaticStructureSchema;
25
- export declare var ConflictException$: StaticErrorSchema;
26
34
  export declare var CostEstimationResourceCollectionFilter$: StaticStructureSchema;
27
35
  export declare var CostEstimationTimeRange$: StaticStructureSchema;
28
36
  export declare var DeleteInsightRequest$: StaticStructureSchema;
@@ -61,7 +69,6 @@ export declare var GetResourceCollectionResponse$: StaticStructureSchema;
61
69
  export declare var InsightFeedback$: StaticStructureSchema;
62
70
  export declare var InsightHealth$: StaticStructureSchema;
63
71
  export declare var InsightTimeRange$: StaticStructureSchema;
64
- export declare var InternalServerException$: StaticErrorSchema;
65
72
  export declare var KMSServerSideEncryptionIntegration$: StaticStructureSchema;
66
73
  export declare var KMSServerSideEncryptionIntegrationConfig$: StaticStructureSchema;
67
74
  export declare var ListAnomaliesForInsightFilters$: StaticStructureSchema;
@@ -129,7 +136,6 @@ export declare var RemoveNotificationChannelRequest$: StaticStructureSchema;
129
136
  export declare var RemoveNotificationChannelResponse$: StaticStructureSchema;
130
137
  export declare var ResourceCollection$: StaticStructureSchema;
131
138
  export declare var ResourceCollectionFilter$: StaticStructureSchema;
132
- export declare var ResourceNotFoundException$: StaticErrorSchema;
133
139
  export declare var SearchInsightsFilters$: StaticStructureSchema;
134
140
  export declare var SearchInsightsRequest$: StaticStructureSchema;
135
141
  export declare var SearchInsightsResponse$: StaticStructureSchema;
@@ -140,7 +146,6 @@ export declare var ServiceCollection$: StaticStructureSchema;
140
146
  export declare var ServiceHealth$: StaticStructureSchema;
141
147
  export declare var ServiceInsightHealth$: StaticStructureSchema;
142
148
  export declare var ServiceIntegrationConfig$: StaticStructureSchema;
143
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
144
149
  export declare var ServiceResourceCost$: StaticStructureSchema;
145
150
  export declare var SnsChannelConfig$: StaticStructureSchema;
146
151
  export declare var StartCostEstimationRequest$: StaticStructureSchema;
@@ -150,7 +155,6 @@ export declare var TagCollection$: StaticStructureSchema;
150
155
  export declare var TagCollectionFilter$: StaticStructureSchema;
151
156
  export declare var TagCostEstimationResourceCollectionFilter$: StaticStructureSchema;
152
157
  export declare var TagHealth$: StaticStructureSchema;
153
- export declare var ThrottlingException$: StaticErrorSchema;
154
158
  export declare var TimestampMetricValuePair$: StaticStructureSchema;
155
159
  export declare var UpdateCloudFormationCollectionFilter$: StaticStructureSchema;
156
160
  export declare var UpdateEventSourcesConfigRequest$: StaticStructureSchema;
@@ -162,9 +166,7 @@ export declare var UpdateServiceIntegrationConfig$: StaticStructureSchema;
162
166
  export declare var UpdateServiceIntegrationRequest$: StaticStructureSchema;
163
167
  export declare var UpdateServiceIntegrationResponse$: StaticStructureSchema;
164
168
  export declare var UpdateTagCollectionFilter$: StaticStructureSchema;
165
- export declare var ValidationException$: StaticErrorSchema;
166
169
  export declare var ValidationExceptionField$: StaticStructureSchema;
167
- export declare var DevOpsGuruServiceException$: StaticErrorSchema;
168
170
  export declare var AddNotificationChannel$: StaticOperationSchema;
169
171
  export declare var DeleteInsight$: StaticOperationSchema;
170
172
  export declare var DescribeAccountHealth$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-guru",
3
3
  "description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
4
- "version": "3.987.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-devops-guru",
@@ -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.987.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",