@aws-sdk/client-backupsearch 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.
@@ -139,35 +139,73 @@ const _qC = "quotaCode";
139
139
  const _rAS = "retryAfterSeconds";
140
140
  const _rI = "resourceId";
141
141
  const _rT = "resourceType";
142
- const _s = "server";
142
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.backupsearch";
143
143
  const _sC = "serviceCode";
144
144
  const _sES = "s3ExportSpecification";
145
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.backupsearch";
145
+ const _se = "server";
146
146
  const _sp = "sparse";
147
147
  const _tK = "tagKeys";
148
148
  const n0 = "com.amazonaws.backupsearch";
149
149
  import { TypeRegistry } from "@smithy/core/schema";
150
150
  import { BackupSearchServiceException } from "../models/BackupSearchServiceException";
151
151
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
152
- var FilePath = [0, n0, _FP, 8, 0];
153
- var ObjectKey = [0, n0, _OK, 8, 0];
152
+ const _s_registry = TypeRegistry.for(_s);
153
+ export var BackupSearchServiceException$ = [-3, _s, "BackupSearchServiceException", 0, [], []];
154
+ _s_registry.registerError(BackupSearchServiceException$, BackupSearchServiceException);
155
+ const n0_registry = TypeRegistry.for(n0);
154
156
  export var AccessDeniedException$ = [-3, n0, _ADE,
155
157
  { [_e]: _c, [_hE]: 403 },
156
158
  [_m],
157
159
  [0], 1
158
160
  ];
159
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
160
- export var BackupCreationTimeFilter$ = [3, n0, _BCTF,
161
- 0,
162
- [_CA, _CB],
163
- [4, 4]
164
- ];
161
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
165
162
  export var ConflictException$ = [-3, n0, _CE,
166
163
  { [_e]: _c, [_hE]: 409 },
167
164
  [_m, _rI, _rT],
168
165
  [0, 0, 0], 3
169
166
  ];
170
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
167
+ n0_registry.registerError(ConflictException$, ConflictException);
168
+ export var InternalServerException$ = [-3, n0, _ISE,
169
+ { [_e]: _se, [_hE]: 500 },
170
+ [_m, _rAS],
171
+ [0, [1, { [_hH]: _RA }]], 1
172
+ ];
173
+ n0_registry.registerError(InternalServerException$, InternalServerException);
174
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
175
+ { [_e]: _c, [_hE]: 404 },
176
+ [_m, _rI, _rT],
177
+ [0, 0, 0], 3
178
+ ];
179
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
180
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
181
+ { [_e]: _c, [_hE]: 402 },
182
+ [_m, _rI, _rT, _sC, _qC],
183
+ [0, 0, 0, 0, 0], 5
184
+ ];
185
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
186
+ export var ThrottlingException$ = [-3, n0, _TE,
187
+ { [_e]: _c, [_hE]: 429 },
188
+ [_m, _sC, _qC, _rAS],
189
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
190
+ ];
191
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
192
+ export var ValidationException$ = [-3, n0, _VE,
193
+ { [_e]: _c, [_hE]: 400 },
194
+ [_m],
195
+ [0], 1
196
+ ];
197
+ n0_registry.registerError(ValidationException$, ValidationException);
198
+ export const errorTypeRegistries = [
199
+ _s_registry,
200
+ n0_registry,
201
+ ];
202
+ var FilePath = [0, n0, _FP, 8, 0];
203
+ var ObjectKey = [0, n0, _OK, 8, 0];
204
+ export var BackupCreationTimeFilter$ = [3, n0, _BCTF,
205
+ 0,
206
+ [_CA, _CB],
207
+ [4, 4]
208
+ ];
171
209
  export var CurrentSearchProgress$ = [3, n0, _CSP,
172
210
  0,
173
211
  [_RPSC, _ISC, _IMC],
@@ -208,12 +246,6 @@ export var GetSearchResultExportJobOutput$ = [3, n0, _GSREJO,
208
246
  [_EJI, _EJA, _St, _CTr, _CTo, _SM, _ES, _SJA],
209
247
  [0, 0, 0, 4, 4, 0, () => ExportSpecification$, 0], 1
210
248
  ];
211
- export var InternalServerException$ = [-3, n0, _ISE,
212
- { [_e]: _s, [_hE]: 500 },
213
- [_m, _rAS],
214
- [0, [1, { [_hH]: _RA }]], 1
215
- ];
216
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
217
249
  export var ItemFilters$ = [3, n0, _IF,
218
250
  0,
219
251
  [_SIF, _EBSIFt],
@@ -274,12 +306,6 @@ export var LongCondition$ = [3, n0, _LC,
274
306
  [_V, _O],
275
307
  [1, 0], 1
276
308
  ];
277
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
278
- { [_e]: _c, [_hE]: 404 },
279
- [_m, _rI, _rT],
280
- [0, 0, 0], 3
281
- ];
282
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
283
309
  export var S3ExportSpecification$ = [3, n0, _SES,
284
310
  0,
285
311
  [_DB, _DP],
@@ -315,12 +341,6 @@ export var SearchScopeSummary$ = [3, n0, _SSS,
315
341
  [_TRPTSC, _TITSC],
316
342
  [1, 1]
317
343
  ];
318
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
319
- { [_e]: _c, [_hE]: 402 },
320
- [_m, _rI, _rT, _sC, _qC],
321
- [0, 0, 0, 0, 0], 5
322
- ];
323
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
324
344
  export var StartSearchJobInput$ = [3, n0, _SSJI,
325
345
  0,
326
346
  [_SS, _T, _N, _EKA, _CTl, _IF],
@@ -366,12 +386,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
366
386
  [],
367
387
  []
368
388
  ];
369
- export var ThrottlingException$ = [-3, n0, _TE,
370
- { [_e]: _c, [_hE]: 429 },
371
- [_m, _sC, _qC, _rAS],
372
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
373
- ];
374
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
375
389
  export var TimeCondition$ = [3, n0, _TC,
376
390
  0,
377
391
  [_V, _O],
@@ -387,14 +401,6 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
387
401
  [],
388
402
  []
389
403
  ];
390
- export var ValidationException$ = [-3, n0, _VE,
391
- { [_e]: _c, [_hE]: 400 },
392
- [_m],
393
- [0], 1
394
- ];
395
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
396
- export var BackupSearchServiceException$ = [-3, _sm, "BackupSearchServiceException", 0, [], []];
397
- TypeRegistry.for(_sm).registerError(BackupSearchServiceException$, BackupSearchServiceException);
398
404
  var EBSItemFilters = [1, n0, _EBSIFt,
399
405
  0, () => EBSItemFilter$
400
406
  ];
@@ -1,7 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var BackupSearchServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
3
- export declare var BackupCreationTimeFilter$: StaticStructureSchema;
4
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[];
17
+ export declare var BackupCreationTimeFilter$: StaticStructureSchema;
5
18
  export declare var CurrentSearchProgress$: StaticStructureSchema;
6
19
  export declare var EBSItemFilter$: StaticStructureSchema;
7
20
  export declare var EBSResultItem$: StaticStructureSchema;
@@ -10,7 +23,6 @@ export declare var GetSearchJobInput$: StaticStructureSchema;
10
23
  export declare var GetSearchJobOutput$: StaticStructureSchema;
11
24
  export declare var GetSearchResultExportJobInput$: StaticStructureSchema;
12
25
  export declare var GetSearchResultExportJobOutput$: StaticStructureSchema;
13
- export declare var InternalServerException$: StaticErrorSchema;
14
26
  export declare var ItemFilters$: StaticStructureSchema;
15
27
  export declare var ListSearchJobBackupsInput$: StaticStructureSchema;
16
28
  export declare var ListSearchJobBackupsOutput$: StaticStructureSchema;
@@ -23,7 +35,6 @@ export declare var ListSearchResultExportJobsOutput$: StaticStructureSchema;
23
35
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
24
36
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
25
37
  export declare var LongCondition$: StaticStructureSchema;
26
- export declare var ResourceNotFoundException$: StaticErrorSchema;
27
38
  export declare var S3ExportSpecification$: StaticStructureSchema;
28
39
  export declare var S3ItemFilter$: StaticStructureSchema;
29
40
  export declare var S3ResultItem$: StaticStructureSchema;
@@ -31,7 +42,6 @@ export declare var SearchJobBackupsResult$: StaticStructureSchema;
31
42
  export declare var SearchJobSummary$: StaticStructureSchema;
32
43
  export declare var SearchScope$: StaticStructureSchema;
33
44
  export declare var SearchScopeSummary$: StaticStructureSchema;
34
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
35
45
  export declare var StartSearchJobInput$: StaticStructureSchema;
36
46
  export declare var StartSearchJobOutput$: StaticStructureSchema;
37
47
  export declare var StartSearchResultExportJobInput$: StaticStructureSchema;
@@ -41,12 +51,9 @@ export declare var StopSearchJobOutput$: StaticStructureSchema;
41
51
  export declare var StringCondition$: StaticStructureSchema;
42
52
  export declare var TagResourceRequest$: StaticStructureSchema;
43
53
  export declare var TagResourceResponse$: StaticStructureSchema;
44
- export declare var ThrottlingException$: StaticErrorSchema;
45
54
  export declare var TimeCondition$: StaticStructureSchema;
46
55
  export declare var UntagResourceRequest$: StaticStructureSchema;
47
56
  export declare var UntagResourceResponse$: StaticStructureSchema;
48
- export declare var ValidationException$: StaticErrorSchema;
49
- export declare var BackupSearchServiceException$: StaticErrorSchema;
50
57
  export declare var ExportSpecification$: StaticUnionSchema;
51
58
  export declare var ResultItem$: StaticUnionSchema;
52
59
  export declare var GetSearchJob$: StaticOperationSchema;
@@ -1,12 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var BackupSearchServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
8
- export declare var BackupCreationTimeFilter$: StaticStructureSchema;
9
10
  export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalServerException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
17
+ export declare var BackupCreationTimeFilter$: StaticStructureSchema;
10
18
  export declare var CurrentSearchProgress$: StaticStructureSchema;
11
19
  export declare var EBSItemFilter$: StaticStructureSchema;
12
20
  export declare var EBSResultItem$: StaticStructureSchema;
@@ -15,7 +23,6 @@ export declare var GetSearchJobInput$: StaticStructureSchema;
15
23
  export declare var GetSearchJobOutput$: StaticStructureSchema;
16
24
  export declare var GetSearchResultExportJobInput$: StaticStructureSchema;
17
25
  export declare var GetSearchResultExportJobOutput$: StaticStructureSchema;
18
- export declare var InternalServerException$: StaticErrorSchema;
19
26
  export declare var ItemFilters$: StaticStructureSchema;
20
27
  export declare var ListSearchJobBackupsInput$: StaticStructureSchema;
21
28
  export declare var ListSearchJobBackupsOutput$: StaticStructureSchema;
@@ -28,7 +35,6 @@ export declare var ListSearchResultExportJobsOutput$: StaticStructureSchema;
28
35
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
29
36
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
30
37
  export declare var LongCondition$: StaticStructureSchema;
31
- export declare var ResourceNotFoundException$: StaticErrorSchema;
32
38
  export declare var S3ExportSpecification$: StaticStructureSchema;
33
39
  export declare var S3ItemFilter$: StaticStructureSchema;
34
40
  export declare var S3ResultItem$: StaticStructureSchema;
@@ -36,7 +42,6 @@ export declare var SearchJobBackupsResult$: StaticStructureSchema;
36
42
  export declare var SearchJobSummary$: StaticStructureSchema;
37
43
  export declare var SearchScope$: StaticStructureSchema;
38
44
  export declare var SearchScopeSummary$: StaticStructureSchema;
39
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
40
45
  export declare var StartSearchJobInput$: StaticStructureSchema;
41
46
  export declare var StartSearchJobOutput$: StaticStructureSchema;
42
47
  export declare var StartSearchResultExportJobInput$: StaticStructureSchema;
@@ -46,12 +51,9 @@ export declare var StopSearchJobOutput$: StaticStructureSchema;
46
51
  export declare var StringCondition$: StaticStructureSchema;
47
52
  export declare var TagResourceRequest$: StaticStructureSchema;
48
53
  export declare var TagResourceResponse$: StaticStructureSchema;
49
- export declare var ThrottlingException$: StaticErrorSchema;
50
54
  export declare var TimeCondition$: StaticStructureSchema;
51
55
  export declare var UntagResourceRequest$: StaticStructureSchema;
52
56
  export declare var UntagResourceResponse$: StaticStructureSchema;
53
- export declare var ValidationException$: StaticErrorSchema;
54
- export declare var BackupSearchServiceException$: StaticErrorSchema;
55
57
  export declare var ExportSpecification$: StaticUnionSchema;
56
58
  export declare var ResultItem$: StaticUnionSchema;
57
59
  export declare var GetSearchJob$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backupsearch",
3
3
  "description": "AWS SDK for JavaScript Backupsearch 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-backupsearch",
@@ -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.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
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.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.7",
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",