@aws-sdk/client-health 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.
@@ -87,10 +87,10 @@ const _aZv = "availabilityZones";
87
87
  const _ac = "actionability";
88
88
  const _acc = "accounts";
89
89
  const _act = "actionabilities";
90
- const _c = "count";
90
+ const _c = "client";
91
91
  const _ca = "category";
92
- const _cl = "client";
93
- const _co = "code";
92
+ const _co = "count";
93
+ const _cod = "code";
94
94
  const _dTRL = "dateTimeRangeList";
95
95
  const _e = "error";
96
96
  const _eA = "entityArn";
@@ -137,7 +137,7 @@ const _oEF = "organizationEntityFilters";
137
137
  const _p = "personas";
138
138
  const _r = "region";
139
139
  const _re = "regions";
140
- const _s = "statuses";
140
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.health";
141
141
  const _sC = "statusCode";
142
142
  const _sCt = "statusCodes";
143
143
  const _sS = "successfulSet";
@@ -145,7 +145,7 @@ const _sT = "startTime";
145
145
  const _sTt = "startTimes";
146
146
  const _se = "service";
147
147
  const _ser = "services";
148
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.health";
148
+ const _st = "statuses";
149
149
  const _t = "tags";
150
150
  const _tF = "tagFilter";
151
151
  const _to = "to";
@@ -153,9 +153,35 @@ const n0 = "com.amazonaws.health";
153
153
  import { TypeRegistry } from "@smithy/core/schema";
154
154
  import { ConcurrentModificationException, InvalidPaginationToken, UnsupportedLocale } from "../models/errors";
155
155
  import { HealthServiceException } from "../models/HealthServiceException";
156
+ const _s_registry = TypeRegistry.for(_s);
157
+ export var HealthServiceException$ = [-3, _s, "HealthServiceException", 0, [], []];
158
+ _s_registry.registerError(HealthServiceException$, HealthServiceException);
159
+ const n0_registry = TypeRegistry.for(n0);
160
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
161
+ { [_e]: _c },
162
+ [_m],
163
+ [0]
164
+ ];
165
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
166
+ export var InvalidPaginationToken$ = [-3, n0, _IPT,
167
+ { [_e]: _c },
168
+ [_m],
169
+ [0]
170
+ ];
171
+ n0_registry.registerError(InvalidPaginationToken$, InvalidPaginationToken);
172
+ export var UnsupportedLocale$ = [-3, n0, _UL,
173
+ { [_e]: _c },
174
+ [_m],
175
+ [0]
176
+ ];
177
+ n0_registry.registerError(UnsupportedLocale$, UnsupportedLocale);
178
+ export const errorTypeRegistries = [
179
+ _s_registry,
180
+ n0_registry,
181
+ ];
156
182
  export var AccountEntityAggregate$ = [3, n0, _AEA,
157
183
  0,
158
- [_aI, _c, _s],
184
+ [_aI, _co, _st],
159
185
  [0, 1, 128 | 1]
160
186
  ];
161
187
  export var AffectedEntity$ = [3, n0, _AE,
@@ -163,12 +189,6 @@ export var AffectedEntity$ = [3, n0, _AE,
163
189
  [_eA, _eAv, _eV, _eU, _aAI, _lUT, _sC, _t, _eM],
164
190
  [0, 0, 0, 0, 0, 4, 0, 128 | 0, 128 | 0]
165
191
  ];
166
- export var ConcurrentModificationException$ = [-3, n0, _CME,
167
- { [_e]: _cl },
168
- [_m],
169
- [0]
170
- ];
171
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
172
192
  export var DateTimeRange$ = [3, n0, _DTR,
173
193
  0,
174
194
  [_f, _to],
@@ -296,7 +316,7 @@ export var EntityAccountFilter$ = [3, n0, _EAF,
296
316
  ];
297
317
  export var EntityAggregate$ = [3, n0, _EA,
298
318
  0,
299
- [_eAv, _c, _s],
319
+ [_eAv, _co, _st],
300
320
  [0, 1, 128 | 1]
301
321
  ];
302
322
  export var EntityFilter$ = [3, n0, _EF,
@@ -316,7 +336,7 @@ export var EventAccountFilter$ = [3, n0, _EAFv,
316
336
  ];
317
337
  export var EventAggregate$ = [3, n0, _EAv,
318
338
  0,
319
- [_aV, _c],
339
+ [_aV, _co],
320
340
  [0, 1]
321
341
  ];
322
342
  export var EventDescription$ = [3, n0, _ED,
@@ -341,7 +361,7 @@ export var EventFilter$ = [3, n0, _EFv,
341
361
  ];
342
362
  export var EventType$ = [3, n0, _ET,
343
363
  0,
344
- [_se, _co, _ca, _ac, _p],
364
+ [_se, _cod, _ca, _ac, _p],
345
365
  [0, 0, 0, 0, 64 | 0]
346
366
  ];
347
367
  export var EventTypeFilter$ = [3, n0, _ETF,
@@ -349,12 +369,6 @@ export var EventTypeFilter$ = [3, n0, _ETF,
349
369
  [_eTCve, _ser, _eTCven, _act, _p],
350
370
  [64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
351
371
  ];
352
- export var InvalidPaginationToken$ = [-3, n0, _IPT,
353
- { [_e]: _cl },
354
- [_m],
355
- [0]
356
- ];
357
- TypeRegistry.for(n0).registerError(InvalidPaginationToken$, InvalidPaginationToken);
358
372
  export var OrganizationAffectedEntitiesErrorItem$ = [3, n0, _OAEEI,
359
373
  0,
360
374
  [_aAI, _eAv, _eN, _eMr],
@@ -362,7 +376,7 @@ export var OrganizationAffectedEntitiesErrorItem$ = [3, n0, _OAEEI,
362
376
  ];
363
377
  export var OrganizationEntityAggregate$ = [3, n0, _OEA,
364
378
  0,
365
- [_eAv, _c, _s, _acc],
379
+ [_eAv, _co, _st, _acc],
366
380
  [0, 1, 128 | 1, () => AccountEntityAggregatesList]
367
381
  ];
368
382
  export var OrganizationEvent$ = [3, n0, _OE,
@@ -385,15 +399,7 @@ export var OrganizationEventFilter$ = [3, n0, _OEF,
385
399
  [_act, _eTCve, _aAIw, _ser, _re, _sT, _eTn, _lUT, _eAnt, _eVn, _eTCven, _eSCv, _p],
386
400
  [64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => DateTimeRange$, () => DateTimeRange$, () => DateTimeRange$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
387
401
  ];
388
- export var UnsupportedLocale$ = [-3, n0, _UL,
389
- { [_e]: _cl },
390
- [_m],
391
- [0]
392
- ];
393
- TypeRegistry.for(n0).registerError(UnsupportedLocale$, UnsupportedLocale);
394
402
  var __Unit = "unit";
395
- export var HealthServiceException$ = [-3, _sm, "HealthServiceException", 0, [], []];
396
- TypeRegistry.for(_sm).registerError(HealthServiceException$, HealthServiceException);
397
403
  var AccountEntityAggregatesList = [1, n0, _AEAL,
398
404
  0, () => AccountEntityAggregate$
399
405
  ];
@@ -1,7 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var HealthServiceException$: StaticErrorSchema;
4
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
5
+ export declare var InvalidPaginationToken$: StaticErrorSchema;
6
+ export declare var UnsupportedLocale$: StaticErrorSchema;
7
+ /**
8
+ * TypeRegistry instances containing modeled errors.
9
+ * @internal
10
+ *
11
+ */
12
+ export declare const errorTypeRegistries: TypeRegistry[];
2
13
  export declare var AccountEntityAggregate$: StaticStructureSchema;
3
14
  export declare var AffectedEntity$: StaticStructureSchema;
4
- export declare var ConcurrentModificationException$: StaticErrorSchema;
5
15
  export declare var DateTimeRange$: StaticStructureSchema;
6
16
  export declare var DescribeAffectedAccountsForOrganizationRequest$: StaticStructureSchema;
7
17
  export declare var DescribeAffectedAccountsForOrganizationResponse$: StaticStructureSchema;
@@ -38,15 +48,12 @@ export declare var EventDetailsErrorItem$: StaticStructureSchema;
38
48
  export declare var EventFilter$: StaticStructureSchema;
39
49
  export declare var EventType$: StaticStructureSchema;
40
50
  export declare var EventTypeFilter$: StaticStructureSchema;
41
- export declare var InvalidPaginationToken$: StaticErrorSchema;
42
51
  export declare var OrganizationAffectedEntitiesErrorItem$: StaticStructureSchema;
43
52
  export declare var OrganizationEntityAggregate$: StaticStructureSchema;
44
53
  export declare var OrganizationEvent$: StaticStructureSchema;
45
54
  export declare var OrganizationEventDetails$: StaticStructureSchema;
46
55
  export declare var OrganizationEventDetailsErrorItem$: StaticStructureSchema;
47
56
  export declare var OrganizationEventFilter$: StaticStructureSchema;
48
- export declare var UnsupportedLocale$: StaticErrorSchema;
49
- export declare var HealthServiceException$: StaticErrorSchema;
50
57
  export declare var DescribeAffectedAccountsForOrganization$: StaticOperationSchema;
51
58
  export declare var DescribeAffectedEntities$: StaticOperationSchema;
52
59
  export declare var DescribeAffectedEntitiesForOrganization$: StaticOperationSchema;
@@ -1,11 +1,16 @@
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 HealthServiceException$: StaticErrorSchema;
8
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
9
+ export declare var InvalidPaginationToken$: StaticErrorSchema;
10
+ export declare var UnsupportedLocale$: StaticErrorSchema;
11
+ export declare const errorTypeRegistries: TypeRegistry[];
6
12
  export declare var AccountEntityAggregate$: StaticStructureSchema;
7
13
  export declare var AffectedEntity$: StaticStructureSchema;
8
- export declare var ConcurrentModificationException$: StaticErrorSchema;
9
14
  export declare var DateTimeRange$: StaticStructureSchema;
10
15
  export declare var DescribeAffectedAccountsForOrganizationRequest$: StaticStructureSchema;
11
16
  export declare var DescribeAffectedAccountsForOrganizationResponse$: StaticStructureSchema;
@@ -42,15 +47,12 @@ export declare var EventDetailsErrorItem$: StaticStructureSchema;
42
47
  export declare var EventFilter$: StaticStructureSchema;
43
48
  export declare var EventType$: StaticStructureSchema;
44
49
  export declare var EventTypeFilter$: StaticStructureSchema;
45
- export declare var InvalidPaginationToken$: StaticErrorSchema;
46
50
  export declare var OrganizationAffectedEntitiesErrorItem$: StaticStructureSchema;
47
51
  export declare var OrganizationEntityAggregate$: StaticStructureSchema;
48
52
  export declare var OrganizationEvent$: StaticStructureSchema;
49
53
  export declare var OrganizationEventDetails$: StaticStructureSchema;
50
54
  export declare var OrganizationEventDetailsErrorItem$: StaticStructureSchema;
51
55
  export declare var OrganizationEventFilter$: StaticStructureSchema;
52
- export declare var UnsupportedLocale$: StaticErrorSchema;
53
- export declare var HealthServiceException$: StaticErrorSchema;
54
56
  export declare var DescribeAffectedAccountsForOrganization$: StaticOperationSchema;
55
57
  export declare var DescribeAffectedEntities$: StaticOperationSchema;
56
58
  export declare var DescribeAffectedEntitiesForOrganization$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-health",
3
3
  "description": "AWS SDK for JavaScript Health 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-health",
@@ -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",