@aws-sdk/client-cost-and-usage-report-service 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.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var CostAndUsageReportServiceServiceException = require('./models/CostAndUsageReportServiceServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,288 +113,6 @@ class CostAndUsageReportServiceClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class CostAndUsageReportServiceServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, CostAndUsageReportServiceServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalErrorException extends CostAndUsageReportServiceServiceException {
121
- name = "InternalErrorException";
122
- $fault = "server";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "InternalErrorException",
127
- $fault: "server",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InternalErrorException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class ValidationException extends CostAndUsageReportServiceServiceException {
135
- name = "ValidationException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "ValidationException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, ValidationException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class ResourceNotFoundException extends CostAndUsageReportServiceServiceException {
149
- name = "ResourceNotFoundException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "ResourceNotFoundException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class DuplicateReportNameException extends CostAndUsageReportServiceServiceException {
163
- name = "DuplicateReportNameException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "DuplicateReportNameException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, DuplicateReportNameException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class ReportLimitReachedException extends CostAndUsageReportServiceServiceException {
177
- name = "ReportLimitReachedException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "ReportLimitReachedException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, ReportLimitReachedException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
-
191
- const _AA = "AdditionalArtifacts";
192
- const _ASE = "AdditionalSchemaElements";
193
- const _BVA = "BillingViewArn";
194
- const _C = "Compression";
195
- const _DRD = "DeleteReportDefinition";
196
- const _DRDR = "DeleteReportDefinitionRequest";
197
- const _DRDRe = "DeleteReportDefinitionResponse";
198
- const _DRDRes = "DescribeReportDefinitionsRequest";
199
- const _DRDResc = "DescribeReportDefinitionsResponse";
200
- const _DRDe = "DescribeReportDefinitions";
201
- const _DRNE = "DuplicateReportNameException";
202
- const _F = "Format";
203
- const _IEE = "InternalErrorException";
204
- const _K = "Key";
205
- const _LTFR = "ListTagsForResource";
206
- const _LTFRR = "ListTagsForResourceRequest";
207
- const _LTFRRi = "ListTagsForResourceResponse";
208
- const _M = "Message";
209
- const _MR = "MaxResults";
210
- const _MRD = "ModifyReportDefinition";
211
- const _MRDR = "ModifyReportDefinitionRequest";
212
- const _MRDRo = "ModifyReportDefinitionResponse";
213
- const _NT = "NextToken";
214
- const _PRD = "PutReportDefinition";
215
- const _PRDR = "PutReportDefinitionRequest";
216
- const _PRDRu = "PutReportDefinitionResponse";
217
- const _RCR = "RefreshClosedReports";
218
- const _RD = "ReportDefinitions";
219
- const _RDL = "ReportDefinitionList";
220
- const _RDe = "ReportDefinition";
221
- const _RLRE = "ReportLimitReachedException";
222
- const _RM = "ResponseMessage";
223
- const _RN = "ReportName";
224
- const _RNFE = "ResourceNotFoundException";
225
- const _RS = "ReportStatus";
226
- const _RV = "ReportVersioning";
227
- const _SB = "S3Bucket";
228
- const _SP = "S3Prefix";
229
- const _SR = "S3Region";
230
- const _T = "Tags";
231
- const _TK = "TagKeys";
232
- const _TL = "TagList";
233
- const _TR = "TagResource";
234
- const _TRR = "TagResourceRequest";
235
- const _TRRa = "TagResourceResponse";
236
- const _TU = "TimeUnit";
237
- const _Ta = "Tag";
238
- const _UR = "UntagResource";
239
- const _URR = "UntagResourceRequest";
240
- const _URRn = "UntagResourceResponse";
241
- const _V = "Value";
242
- const _VE = "ValidationException";
243
- const _c = "client";
244
- const _e = "error";
245
- const _lD = "lastDelivery";
246
- const _lS = "lastStatus";
247
- const _s = "server";
248
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.costandusagereportservice";
249
- const n0 = "com.amazonaws.costandusagereportservice";
250
- var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
251
- 0,
252
- [_RN],
253
- [0], 1
254
- ];
255
- var DeleteReportDefinitionResponse$ = [3, n0, _DRDRe,
256
- 0,
257
- [_RM],
258
- [0]
259
- ];
260
- var DescribeReportDefinitionsRequest$ = [3, n0, _DRDRes,
261
- 0,
262
- [_MR, _NT],
263
- [1, 0]
264
- ];
265
- var DescribeReportDefinitionsResponse$ = [3, n0, _DRDResc,
266
- 0,
267
- [_RD, _NT],
268
- [() => ReportDefinitionList, 0]
269
- ];
270
- var DuplicateReportNameException$ = [-3, n0, _DRNE,
271
- { [_e]: _c },
272
- [_M],
273
- [0]
274
- ];
275
- schema.TypeRegistry.for(n0).registerError(DuplicateReportNameException$, DuplicateReportNameException);
276
- var InternalErrorException$ = [-3, n0, _IEE,
277
- { [_e]: _s },
278
- [_M],
279
- [0]
280
- ];
281
- schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
282
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
283
- 0,
284
- [_RN],
285
- [0], 1
286
- ];
287
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
288
- 0,
289
- [_T],
290
- [() => TagList]
291
- ];
292
- var ModifyReportDefinitionRequest$ = [3, n0, _MRDR,
293
- 0,
294
- [_RN, _RDe],
295
- [0, () => ReportDefinition$], 2
296
- ];
297
- var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
298
- 0,
299
- [],
300
- []
301
- ];
302
- var PutReportDefinitionRequest$ = [3, n0, _PRDR,
303
- 0,
304
- [_RDe, _T],
305
- [() => ReportDefinition$, () => TagList], 1
306
- ];
307
- var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
308
- 0,
309
- [],
310
- []
311
- ];
312
- var ReportDefinition$ = [3, n0, _RDe,
313
- 0,
314
- [_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
315
- [0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ReportStatus$], 8
316
- ];
317
- var ReportLimitReachedException$ = [-3, n0, _RLRE,
318
- { [_e]: _c },
319
- [_M],
320
- [0]
321
- ];
322
- schema.TypeRegistry.for(n0).registerError(ReportLimitReachedException$, ReportLimitReachedException);
323
- var ReportStatus$ = [3, n0, _RS,
324
- 0,
325
- [_lD, _lS],
326
- [0, 0]
327
- ];
328
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
329
- { [_e]: _c },
330
- [_M],
331
- [0]
332
- ];
333
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
334
- var Tag$ = [3, n0, _Ta,
335
- 0,
336
- [_K, _V],
337
- [0, 0], 2
338
- ];
339
- var TagResourceRequest$ = [3, n0, _TRR,
340
- 0,
341
- [_RN, _T],
342
- [0, () => TagList], 2
343
- ];
344
- var TagResourceResponse$ = [3, n0, _TRRa,
345
- 0,
346
- [],
347
- []
348
- ];
349
- var UntagResourceRequest$ = [3, n0, _URR,
350
- 0,
351
- [_RN, _TK],
352
- [0, 64 | 0], 2
353
- ];
354
- var UntagResourceResponse$ = [3, n0, _URRn,
355
- 0,
356
- [],
357
- []
358
- ];
359
- var ValidationException$ = [-3, n0, _VE,
360
- { [_e]: _c },
361
- [_M],
362
- [0]
363
- ];
364
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
365
- var CostAndUsageReportServiceServiceException$ = [-3, _sm, "CostAndUsageReportServiceServiceException", 0, [], []];
366
- schema.TypeRegistry.for(_sm).registerError(CostAndUsageReportServiceServiceException$, CostAndUsageReportServiceServiceException);
367
- var ReportDefinitionList = [1, n0, _RDL,
368
- 0, () => ReportDefinition$
369
- ];
370
- var TagList = [1, n0, _TL,
371
- 0, () => Tag$
372
- ];
373
- var DeleteReportDefinition$ = [9, n0, _DRD,
374
- 0, () => DeleteReportDefinitionRequest$, () => DeleteReportDefinitionResponse$
375
- ];
376
- var DescribeReportDefinitions$ = [9, n0, _DRDe,
377
- 0, () => DescribeReportDefinitionsRequest$, () => DescribeReportDefinitionsResponse$
378
- ];
379
- var ListTagsForResource$ = [9, n0, _LTFR,
380
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
381
- ];
382
- var ModifyReportDefinition$ = [9, n0, _MRD,
383
- 0, () => ModifyReportDefinitionRequest$, () => ModifyReportDefinitionResponse$
384
- ];
385
- var PutReportDefinition$ = [9, n0, _PRD,
386
- 0, () => PutReportDefinitionRequest$, () => PutReportDefinitionResponse$
387
- ];
388
- var TagResource$ = [9, n0, _TR,
389
- 0, () => TagResourceRequest$, () => TagResourceResponse$
390
- ];
391
- var UntagResource$ = [9, n0, _UR,
392
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
393
- ];
394
-
395
116
  class DeleteReportDefinitionCommand extends smithyClient.Command
396
117
  .classBuilder()
397
118
  .ep(commonParams)
@@ -400,7 +121,7 @@ class DeleteReportDefinitionCommand extends smithyClient.Command
400
121
  })
401
122
  .s("AWSOrigamiServiceGatewayService", "DeleteReportDefinition", {})
402
123
  .n("CostAndUsageReportServiceClient", "DeleteReportDefinitionCommand")
403
- .sc(DeleteReportDefinition$)
124
+ .sc(schemas_0.DeleteReportDefinition$)
404
125
  .build() {
405
126
  }
406
127
 
@@ -412,7 +133,7 @@ class DescribeReportDefinitionsCommand extends smithyClient.Command
412
133
  })
413
134
  .s("AWSOrigamiServiceGatewayService", "DescribeReportDefinitions", {})
414
135
  .n("CostAndUsageReportServiceClient", "DescribeReportDefinitionsCommand")
415
- .sc(DescribeReportDefinitions$)
136
+ .sc(schemas_0.DescribeReportDefinitions$)
416
137
  .build() {
417
138
  }
418
139
 
@@ -424,7 +145,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
424
145
  })
425
146
  .s("AWSOrigamiServiceGatewayService", "ListTagsForResource", {})
426
147
  .n("CostAndUsageReportServiceClient", "ListTagsForResourceCommand")
427
- .sc(ListTagsForResource$)
148
+ .sc(schemas_0.ListTagsForResource$)
428
149
  .build() {
429
150
  }
430
151
 
@@ -436,7 +157,7 @@ class ModifyReportDefinitionCommand extends smithyClient.Command
436
157
  })
437
158
  .s("AWSOrigamiServiceGatewayService", "ModifyReportDefinition", {})
438
159
  .n("CostAndUsageReportServiceClient", "ModifyReportDefinitionCommand")
439
- .sc(ModifyReportDefinition$)
160
+ .sc(schemas_0.ModifyReportDefinition$)
440
161
  .build() {
441
162
  }
442
163
 
@@ -448,7 +169,7 @@ class PutReportDefinitionCommand extends smithyClient.Command
448
169
  })
449
170
  .s("AWSOrigamiServiceGatewayService", "PutReportDefinition", {})
450
171
  .n("CostAndUsageReportServiceClient", "PutReportDefinitionCommand")
451
- .sc(PutReportDefinition$)
172
+ .sc(schemas_0.PutReportDefinition$)
452
173
  .build() {
453
174
  }
454
175
 
@@ -460,7 +181,7 @@ class TagResourceCommand extends smithyClient.Command
460
181
  })
461
182
  .s("AWSOrigamiServiceGatewayService", "TagResource", {})
462
183
  .n("CostAndUsageReportServiceClient", "TagResourceCommand")
463
- .sc(TagResource$)
184
+ .sc(schemas_0.TagResource$)
464
185
  .build() {
465
186
  }
466
187
 
@@ -472,7 +193,7 @@ class UntagResourceCommand extends smithyClient.Command
472
193
  })
473
194
  .s("AWSOrigamiServiceGatewayService", "UntagResource", {})
474
195
  .n("CostAndUsageReportServiceClient", "UntagResourceCommand")
475
- .sc(UntagResource$)
196
+ .sc(schemas_0.UntagResource$)
476
197
  .build() {
477
198
  }
478
199
 
@@ -566,57 +287,37 @@ Object.defineProperty(exports, "__Client", {
566
287
  enumerable: true,
567
288
  get: function () { return smithyClient.Client; }
568
289
  });
290
+ Object.defineProperty(exports, "CostAndUsageReportServiceServiceException", {
291
+ enumerable: true,
292
+ get: function () { return CostAndUsageReportServiceServiceException.CostAndUsageReportServiceServiceException; }
293
+ });
569
294
  exports.AWSRegion = AWSRegion;
570
295
  exports.AdditionalArtifact = AdditionalArtifact;
571
296
  exports.CompressionFormat = CompressionFormat;
572
297
  exports.CostAndUsageReportService = CostAndUsageReportService;
573
298
  exports.CostAndUsageReportServiceClient = CostAndUsageReportServiceClient;
574
- exports.CostAndUsageReportServiceServiceException = CostAndUsageReportServiceServiceException;
575
- exports.CostAndUsageReportServiceServiceException$ = CostAndUsageReportServiceServiceException$;
576
- exports.DeleteReportDefinition$ = DeleteReportDefinition$;
577
299
  exports.DeleteReportDefinitionCommand = DeleteReportDefinitionCommand;
578
- exports.DeleteReportDefinitionRequest$ = DeleteReportDefinitionRequest$;
579
- exports.DeleteReportDefinitionResponse$ = DeleteReportDefinitionResponse$;
580
- exports.DescribeReportDefinitions$ = DescribeReportDefinitions$;
581
300
  exports.DescribeReportDefinitionsCommand = DescribeReportDefinitionsCommand;
582
- exports.DescribeReportDefinitionsRequest$ = DescribeReportDefinitionsRequest$;
583
- exports.DescribeReportDefinitionsResponse$ = DescribeReportDefinitionsResponse$;
584
- exports.DuplicateReportNameException = DuplicateReportNameException;
585
- exports.DuplicateReportNameException$ = DuplicateReportNameException$;
586
- exports.InternalErrorException = InternalErrorException;
587
- exports.InternalErrorException$ = InternalErrorException$;
588
301
  exports.LastStatus = LastStatus;
589
- exports.ListTagsForResource$ = ListTagsForResource$;
590
302
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
591
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
592
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
593
- exports.ModifyReportDefinition$ = ModifyReportDefinition$;
594
303
  exports.ModifyReportDefinitionCommand = ModifyReportDefinitionCommand;
595
- exports.ModifyReportDefinitionRequest$ = ModifyReportDefinitionRequest$;
596
- exports.ModifyReportDefinitionResponse$ = ModifyReportDefinitionResponse$;
597
- exports.PutReportDefinition$ = PutReportDefinition$;
598
304
  exports.PutReportDefinitionCommand = PutReportDefinitionCommand;
599
- exports.PutReportDefinitionRequest$ = PutReportDefinitionRequest$;
600
- exports.PutReportDefinitionResponse$ = PutReportDefinitionResponse$;
601
- exports.ReportDefinition$ = ReportDefinition$;
602
305
  exports.ReportFormat = ReportFormat;
603
- exports.ReportLimitReachedException = ReportLimitReachedException;
604
- exports.ReportLimitReachedException$ = ReportLimitReachedException$;
605
- exports.ReportStatus$ = ReportStatus$;
606
306
  exports.ReportVersioning = ReportVersioning;
607
- exports.ResourceNotFoundException = ResourceNotFoundException;
608
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
609
307
  exports.SchemaElement = SchemaElement;
610
- exports.Tag$ = Tag$;
611
- exports.TagResource$ = TagResource$;
612
308
  exports.TagResourceCommand = TagResourceCommand;
613
- exports.TagResourceRequest$ = TagResourceRequest$;
614
- exports.TagResourceResponse$ = TagResourceResponse$;
615
309
  exports.TimeUnit = TimeUnit;
616
- exports.UntagResource$ = UntagResource$;
617
310
  exports.UntagResourceCommand = UntagResourceCommand;
618
- exports.UntagResourceRequest$ = UntagResourceRequest$;
619
- exports.UntagResourceResponse$ = UntagResourceResponse$;
620
- exports.ValidationException = ValidationException;
621
- exports.ValidationException$ = ValidationException$;
622
311
  exports.paginateDescribeReportDefinitions = paginateDescribeReportDefinitions;
312
+ Object.keys(schemas_0).forEach(function (k) {
313
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
314
+ enumerable: true,
315
+ get: function () { return schemas_0[k]; }
316
+ });
317
+ });
318
+ Object.keys(errors).forEach(function (k) {
319
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
320
+ enumerable: true,
321
+ get: function () { return errors[k]; }
322
+ });
323
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CostAndUsageReportServiceServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class CostAndUsageReportServiceServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, CostAndUsageReportServiceServiceException.prototype);
10
+ }
11
+ }
12
+ exports.CostAndUsageReportServiceServiceException = CostAndUsageReportServiceServiceException;
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReportLimitReachedException = exports.DuplicateReportNameException = exports.ResourceNotFoundException = exports.ValidationException = exports.InternalErrorException = void 0;
4
+ const CostAndUsageReportServiceServiceException_1 = require("./CostAndUsageReportServiceServiceException");
5
+ class InternalErrorException extends CostAndUsageReportServiceServiceException_1.CostAndUsageReportServiceServiceException {
6
+ name = "InternalErrorException";
7
+ $fault = "server";
8
+ Message;
9
+ constructor(opts) {
10
+ super({
11
+ name: "InternalErrorException",
12
+ $fault: "server",
13
+ ...opts,
14
+ });
15
+ Object.setPrototypeOf(this, InternalErrorException.prototype);
16
+ this.Message = opts.Message;
17
+ }
18
+ }
19
+ exports.InternalErrorException = InternalErrorException;
20
+ class ValidationException extends CostAndUsageReportServiceServiceException_1.CostAndUsageReportServiceServiceException {
21
+ name = "ValidationException";
22
+ $fault = "client";
23
+ Message;
24
+ constructor(opts) {
25
+ super({
26
+ name: "ValidationException",
27
+ $fault: "client",
28
+ ...opts,
29
+ });
30
+ Object.setPrototypeOf(this, ValidationException.prototype);
31
+ this.Message = opts.Message;
32
+ }
33
+ }
34
+ exports.ValidationException = ValidationException;
35
+ class ResourceNotFoundException extends CostAndUsageReportServiceServiceException_1.CostAndUsageReportServiceServiceException {
36
+ name = "ResourceNotFoundException";
37
+ $fault = "client";
38
+ Message;
39
+ constructor(opts) {
40
+ super({
41
+ name: "ResourceNotFoundException",
42
+ $fault: "client",
43
+ ...opts,
44
+ });
45
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
46
+ this.Message = opts.Message;
47
+ }
48
+ }
49
+ exports.ResourceNotFoundException = ResourceNotFoundException;
50
+ class DuplicateReportNameException extends CostAndUsageReportServiceServiceException_1.CostAndUsageReportServiceServiceException {
51
+ name = "DuplicateReportNameException";
52
+ $fault = "client";
53
+ Message;
54
+ constructor(opts) {
55
+ super({
56
+ name: "DuplicateReportNameException",
57
+ $fault: "client",
58
+ ...opts,
59
+ });
60
+ Object.setPrototypeOf(this, DuplicateReportNameException.prototype);
61
+ this.Message = opts.Message;
62
+ }
63
+ }
64
+ exports.DuplicateReportNameException = DuplicateReportNameException;
65
+ class ReportLimitReachedException extends CostAndUsageReportServiceServiceException_1.CostAndUsageReportServiceServiceException {
66
+ name = "ReportLimitReachedException";
67
+ $fault = "client";
68
+ Message;
69
+ constructor(opts) {
70
+ super({
71
+ name: "ReportLimitReachedException",
72
+ $fault: "client",
73
+ ...opts,
74
+ });
75
+ Object.setPrototypeOf(this, ReportLimitReachedException.prototype);
76
+ this.Message = opts.Message;
77
+ }
78
+ }
79
+ exports.ReportLimitReachedException = ReportLimitReachedException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2017-01-06",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.costandusagereportservice",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2017-01-06",
33
35
  serviceTarget: "AWSOrigamiServiceGatewayService",
34
36
  },
@@ -0,0 +1,218 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UntagResource$ = exports.TagResource$ = exports.PutReportDefinition$ = exports.ModifyReportDefinition$ = exports.ListTagsForResource$ = exports.DescribeReportDefinitions$ = exports.DeleteReportDefinition$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.ReportStatus$ = exports.ReportDefinition$ = exports.PutReportDefinitionResponse$ = exports.PutReportDefinitionRequest$ = exports.ModifyReportDefinitionResponse$ = exports.ModifyReportDefinitionRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.DescribeReportDefinitionsResponse$ = exports.DescribeReportDefinitionsRequest$ = exports.DeleteReportDefinitionResponse$ = exports.DeleteReportDefinitionRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ResourceNotFoundException$ = exports.ReportLimitReachedException$ = exports.InternalErrorException$ = exports.DuplicateReportNameException$ = exports.CostAndUsageReportServiceServiceException$ = void 0;
4
+ const _AA = "AdditionalArtifacts";
5
+ const _ASE = "AdditionalSchemaElements";
6
+ const _BVA = "BillingViewArn";
7
+ const _C = "Compression";
8
+ const _DRD = "DeleteReportDefinition";
9
+ const _DRDR = "DeleteReportDefinitionRequest";
10
+ const _DRDRe = "DeleteReportDefinitionResponse";
11
+ const _DRDRes = "DescribeReportDefinitionsRequest";
12
+ const _DRDResc = "DescribeReportDefinitionsResponse";
13
+ const _DRDe = "DescribeReportDefinitions";
14
+ const _DRNE = "DuplicateReportNameException";
15
+ const _F = "Format";
16
+ const _IEE = "InternalErrorException";
17
+ const _K = "Key";
18
+ const _LTFR = "ListTagsForResource";
19
+ const _LTFRR = "ListTagsForResourceRequest";
20
+ const _LTFRRi = "ListTagsForResourceResponse";
21
+ const _M = "Message";
22
+ const _MR = "MaxResults";
23
+ const _MRD = "ModifyReportDefinition";
24
+ const _MRDR = "ModifyReportDefinitionRequest";
25
+ const _MRDRo = "ModifyReportDefinitionResponse";
26
+ const _NT = "NextToken";
27
+ const _PRD = "PutReportDefinition";
28
+ const _PRDR = "PutReportDefinitionRequest";
29
+ const _PRDRu = "PutReportDefinitionResponse";
30
+ const _RCR = "RefreshClosedReports";
31
+ const _RD = "ReportDefinitions";
32
+ const _RDL = "ReportDefinitionList";
33
+ const _RDe = "ReportDefinition";
34
+ const _RLRE = "ReportLimitReachedException";
35
+ const _RM = "ResponseMessage";
36
+ const _RN = "ReportName";
37
+ const _RNFE = "ResourceNotFoundException";
38
+ const _RS = "ReportStatus";
39
+ const _RV = "ReportVersioning";
40
+ const _SB = "S3Bucket";
41
+ const _SP = "S3Prefix";
42
+ const _SR = "S3Region";
43
+ const _T = "Tags";
44
+ const _TK = "TagKeys";
45
+ const _TL = "TagList";
46
+ const _TR = "TagResource";
47
+ const _TRR = "TagResourceRequest";
48
+ const _TRRa = "TagResourceResponse";
49
+ const _TU = "TimeUnit";
50
+ const _Ta = "Tag";
51
+ const _UR = "UntagResource";
52
+ const _URR = "UntagResourceRequest";
53
+ const _URRn = "UntagResourceResponse";
54
+ const _V = "Value";
55
+ const _VE = "ValidationException";
56
+ const _c = "client";
57
+ const _e = "error";
58
+ const _lD = "lastDelivery";
59
+ const _lS = "lastStatus";
60
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.costandusagereportservice";
61
+ const _se = "server";
62
+ const n0 = "com.amazonaws.costandusagereportservice";
63
+ const schema_1 = require("@smithy/core/schema");
64
+ const CostAndUsageReportServiceServiceException_1 = require("../models/CostAndUsageReportServiceServiceException");
65
+ const errors_1 = require("../models/errors");
66
+ const _s_registry = schema_1.TypeRegistry.for(_s);
67
+ exports.CostAndUsageReportServiceServiceException$ = [-3, _s, "CostAndUsageReportServiceServiceException", 0, [], []];
68
+ _s_registry.registerError(exports.CostAndUsageReportServiceServiceException$, CostAndUsageReportServiceServiceException_1.CostAndUsageReportServiceServiceException);
69
+ const n0_registry = schema_1.TypeRegistry.for(n0);
70
+ exports.DuplicateReportNameException$ = [-3, n0, _DRNE,
71
+ { [_e]: _c },
72
+ [_M],
73
+ [0]
74
+ ];
75
+ n0_registry.registerError(exports.DuplicateReportNameException$, errors_1.DuplicateReportNameException);
76
+ exports.InternalErrorException$ = [-3, n0, _IEE,
77
+ { [_e]: _se },
78
+ [_M],
79
+ [0]
80
+ ];
81
+ n0_registry.registerError(exports.InternalErrorException$, errors_1.InternalErrorException);
82
+ exports.ReportLimitReachedException$ = [-3, n0, _RLRE,
83
+ { [_e]: _c },
84
+ [_M],
85
+ [0]
86
+ ];
87
+ n0_registry.registerError(exports.ReportLimitReachedException$, errors_1.ReportLimitReachedException);
88
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
89
+ { [_e]: _c },
90
+ [_M],
91
+ [0]
92
+ ];
93
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
94
+ exports.ValidationException$ = [-3, n0, _VE,
95
+ { [_e]: _c },
96
+ [_M],
97
+ [0]
98
+ ];
99
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
100
+ exports.errorTypeRegistries = [
101
+ _s_registry,
102
+ n0_registry,
103
+ ];
104
+ exports.DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
105
+ 0,
106
+ [_RN],
107
+ [0], 1
108
+ ];
109
+ exports.DeleteReportDefinitionResponse$ = [3, n0, _DRDRe,
110
+ 0,
111
+ [_RM],
112
+ [0]
113
+ ];
114
+ exports.DescribeReportDefinitionsRequest$ = [3, n0, _DRDRes,
115
+ 0,
116
+ [_MR, _NT],
117
+ [1, 0]
118
+ ];
119
+ exports.DescribeReportDefinitionsResponse$ = [3, n0, _DRDResc,
120
+ 0,
121
+ [_RD, _NT],
122
+ [() => ReportDefinitionList, 0]
123
+ ];
124
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
125
+ 0,
126
+ [_RN],
127
+ [0], 1
128
+ ];
129
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
130
+ 0,
131
+ [_T],
132
+ [() => TagList]
133
+ ];
134
+ exports.ModifyReportDefinitionRequest$ = [3, n0, _MRDR,
135
+ 0,
136
+ [_RN, _RDe],
137
+ [0, () => exports.ReportDefinition$], 2
138
+ ];
139
+ exports.ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
140
+ 0,
141
+ [],
142
+ []
143
+ ];
144
+ exports.PutReportDefinitionRequest$ = [3, n0, _PRDR,
145
+ 0,
146
+ [_RDe, _T],
147
+ [() => exports.ReportDefinition$, () => TagList], 1
148
+ ];
149
+ exports.PutReportDefinitionResponse$ = [3, n0, _PRDRu,
150
+ 0,
151
+ [],
152
+ []
153
+ ];
154
+ exports.ReportDefinition$ = [3, n0, _RDe,
155
+ 0,
156
+ [_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
157
+ [0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => exports.ReportStatus$], 8
158
+ ];
159
+ exports.ReportStatus$ = [3, n0, _RS,
160
+ 0,
161
+ [_lD, _lS],
162
+ [0, 0]
163
+ ];
164
+ exports.Tag$ = [3, n0, _Ta,
165
+ 0,
166
+ [_K, _V],
167
+ [0, 0], 2
168
+ ];
169
+ exports.TagResourceRequest$ = [3, n0, _TRR,
170
+ 0,
171
+ [_RN, _T],
172
+ [0, () => TagList], 2
173
+ ];
174
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
175
+ 0,
176
+ [],
177
+ []
178
+ ];
179
+ exports.UntagResourceRequest$ = [3, n0, _URR,
180
+ 0,
181
+ [_RN, _TK],
182
+ [0, 64 | 0], 2
183
+ ];
184
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
185
+ 0,
186
+ [],
187
+ []
188
+ ];
189
+ var AdditionalArtifactList = 64 | 0;
190
+ var ReportDefinitionList = [1, n0, _RDL,
191
+ 0, () => exports.ReportDefinition$
192
+ ];
193
+ var SchemaElementList = 64 | 0;
194
+ var TagKeyList = 64 | 0;
195
+ var TagList = [1, n0, _TL,
196
+ 0, () => exports.Tag$
197
+ ];
198
+ exports.DeleteReportDefinition$ = [9, n0, _DRD,
199
+ 0, () => exports.DeleteReportDefinitionRequest$, () => exports.DeleteReportDefinitionResponse$
200
+ ];
201
+ exports.DescribeReportDefinitions$ = [9, n0, _DRDe,
202
+ 0, () => exports.DescribeReportDefinitionsRequest$, () => exports.DescribeReportDefinitionsResponse$
203
+ ];
204
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
205
+ 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
206
+ ];
207
+ exports.ModifyReportDefinition$ = [9, n0, _MRD,
208
+ 0, () => exports.ModifyReportDefinitionRequest$, () => exports.ModifyReportDefinitionResponse$
209
+ ];
210
+ exports.PutReportDefinition$ = [9, n0, _PRD,
211
+ 0, () => exports.PutReportDefinitionRequest$, () => exports.PutReportDefinitionResponse$
212
+ ];
213
+ exports.TagResource$ = [9, n0, _TR,
214
+ 0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
215
+ ];
216
+ exports.UntagResource$ = [9, n0, _UR,
217
+ 0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
218
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultCostAndUsageReportServiceHttpAuthSchemeProvider } 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: "2017-01-06",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.costandusagereportservice",
30
+ errorTypeRegistries,
29
31
  version: "2017-01-06",
30
32
  serviceTarget: "AWSOrigamiServiceGatewayService",
31
33
  },
@@ -54,12 +54,50 @@ const _c = "client";
54
54
  const _e = "error";
55
55
  const _lD = "lastDelivery";
56
56
  const _lS = "lastStatus";
57
- const _s = "server";
58
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.costandusagereportservice";
57
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.costandusagereportservice";
58
+ const _se = "server";
59
59
  const n0 = "com.amazonaws.costandusagereportservice";
60
60
  import { TypeRegistry } from "@smithy/core/schema";
61
61
  import { CostAndUsageReportServiceServiceException } from "../models/CostAndUsageReportServiceServiceException";
62
62
  import { DuplicateReportNameException, InternalErrorException, ReportLimitReachedException, ResourceNotFoundException, ValidationException, } from "../models/errors";
63
+ const _s_registry = TypeRegistry.for(_s);
64
+ export var CostAndUsageReportServiceServiceException$ = [-3, _s, "CostAndUsageReportServiceServiceException", 0, [], []];
65
+ _s_registry.registerError(CostAndUsageReportServiceServiceException$, CostAndUsageReportServiceServiceException);
66
+ const n0_registry = TypeRegistry.for(n0);
67
+ export var DuplicateReportNameException$ = [-3, n0, _DRNE,
68
+ { [_e]: _c },
69
+ [_M],
70
+ [0]
71
+ ];
72
+ n0_registry.registerError(DuplicateReportNameException$, DuplicateReportNameException);
73
+ export var InternalErrorException$ = [-3, n0, _IEE,
74
+ { [_e]: _se },
75
+ [_M],
76
+ [0]
77
+ ];
78
+ n0_registry.registerError(InternalErrorException$, InternalErrorException);
79
+ export var ReportLimitReachedException$ = [-3, n0, _RLRE,
80
+ { [_e]: _c },
81
+ [_M],
82
+ [0]
83
+ ];
84
+ n0_registry.registerError(ReportLimitReachedException$, ReportLimitReachedException);
85
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
86
+ { [_e]: _c },
87
+ [_M],
88
+ [0]
89
+ ];
90
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
91
+ export var ValidationException$ = [-3, n0, _VE,
92
+ { [_e]: _c },
93
+ [_M],
94
+ [0]
95
+ ];
96
+ n0_registry.registerError(ValidationException$, ValidationException);
97
+ export const errorTypeRegistries = [
98
+ _s_registry,
99
+ n0_registry,
100
+ ];
63
101
  export var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
64
102
  0,
65
103
  [_RN],
@@ -80,18 +118,6 @@ export var DescribeReportDefinitionsResponse$ = [3, n0, _DRDResc,
80
118
  [_RD, _NT],
81
119
  [() => ReportDefinitionList, 0]
82
120
  ];
83
- export var DuplicateReportNameException$ = [-3, n0, _DRNE,
84
- { [_e]: _c },
85
- [_M],
86
- [0]
87
- ];
88
- TypeRegistry.for(n0).registerError(DuplicateReportNameException$, DuplicateReportNameException);
89
- export var InternalErrorException$ = [-3, n0, _IEE,
90
- { [_e]: _s },
91
- [_M],
92
- [0]
93
- ];
94
- TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
95
121
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
96
122
  0,
97
123
  [_RN],
@@ -127,23 +153,11 @@ export var ReportDefinition$ = [3, n0, _RDe,
127
153
  [_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
128
154
  [0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ReportStatus$], 8
129
155
  ];
130
- export var ReportLimitReachedException$ = [-3, n0, _RLRE,
131
- { [_e]: _c },
132
- [_M],
133
- [0]
134
- ];
135
- TypeRegistry.for(n0).registerError(ReportLimitReachedException$, ReportLimitReachedException);
136
156
  export var ReportStatus$ = [3, n0, _RS,
137
157
  0,
138
158
  [_lD, _lS],
139
159
  [0, 0]
140
160
  ];
141
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
142
- { [_e]: _c },
143
- [_M],
144
- [0]
145
- ];
146
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
147
161
  export var Tag$ = [3, n0, _Ta,
148
162
  0,
149
163
  [_K, _V],
@@ -169,14 +183,6 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
169
183
  [],
170
184
  []
171
185
  ];
172
- export var ValidationException$ = [-3, n0, _VE,
173
- { [_e]: _c },
174
- [_M],
175
- [0]
176
- ];
177
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
178
- export var CostAndUsageReportServiceServiceException$ = [-3, _sm, "CostAndUsageReportServiceServiceException", 0, [], []];
179
- TypeRegistry.for(_sm).registerError(CostAndUsageReportServiceServiceException$, CostAndUsageReportServiceServiceException);
180
186
  var AdditionalArtifactList = 64 | 0;
181
187
  var ReportDefinitionList = [1, n0, _RDL,
182
188
  0, () => ReportDefinition$
@@ -1,10 +1,21 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var CostAndUsageReportServiceServiceException$: StaticErrorSchema;
4
+ export declare var DuplicateReportNameException$: StaticErrorSchema;
5
+ export declare var InternalErrorException$: StaticErrorSchema;
6
+ export declare var ReportLimitReachedException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ValidationException$: StaticErrorSchema;
9
+ /**
10
+ * TypeRegistry instances containing modeled errors.
11
+ * @internal
12
+ *
13
+ */
14
+ export declare const errorTypeRegistries: TypeRegistry[];
2
15
  export declare var DeleteReportDefinitionRequest$: StaticStructureSchema;
3
16
  export declare var DeleteReportDefinitionResponse$: StaticStructureSchema;
4
17
  export declare var DescribeReportDefinitionsRequest$: StaticStructureSchema;
5
18
  export declare var DescribeReportDefinitionsResponse$: StaticStructureSchema;
6
- export declare var DuplicateReportNameException$: StaticErrorSchema;
7
- export declare var InternalErrorException$: StaticErrorSchema;
8
19
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
9
20
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
10
21
  export declare var ModifyReportDefinitionRequest$: StaticStructureSchema;
@@ -12,16 +23,12 @@ export declare var ModifyReportDefinitionResponse$: StaticStructureSchema;
12
23
  export declare var PutReportDefinitionRequest$: StaticStructureSchema;
13
24
  export declare var PutReportDefinitionResponse$: StaticStructureSchema;
14
25
  export declare var ReportDefinition$: StaticStructureSchema;
15
- export declare var ReportLimitReachedException$: StaticErrorSchema;
16
26
  export declare var ReportStatus$: StaticStructureSchema;
17
- export declare var ResourceNotFoundException$: StaticErrorSchema;
18
27
  export declare var Tag$: StaticStructureSchema;
19
28
  export declare var TagResourceRequest$: StaticStructureSchema;
20
29
  export declare var TagResourceResponse$: StaticStructureSchema;
21
30
  export declare var UntagResourceRequest$: StaticStructureSchema;
22
31
  export declare var UntagResourceResponse$: StaticStructureSchema;
23
- export declare var ValidationException$: StaticErrorSchema;
24
- export declare var CostAndUsageReportServiceServiceException$: StaticErrorSchema;
25
32
  export declare var DeleteReportDefinition$: StaticOperationSchema;
26
33
  export declare var DescribeReportDefinitions$: StaticOperationSchema;
27
34
  export declare var ListTagsForResource$: StaticOperationSchema;
@@ -1,14 +1,20 @@
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 CostAndUsageReportServiceServiceException$: StaticErrorSchema;
8
+ export declare var DuplicateReportNameException$: StaticErrorSchema;
9
+ export declare var InternalErrorException$: StaticErrorSchema;
10
+ export declare var ReportLimitReachedException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ValidationException$: StaticErrorSchema;
13
+ export declare const errorTypeRegistries: TypeRegistry[];
6
14
  export declare var DeleteReportDefinitionRequest$: StaticStructureSchema;
7
15
  export declare var DeleteReportDefinitionResponse$: StaticStructureSchema;
8
16
  export declare var DescribeReportDefinitionsRequest$: StaticStructureSchema;
9
17
  export declare var DescribeReportDefinitionsResponse$: StaticStructureSchema;
10
- export declare var DuplicateReportNameException$: StaticErrorSchema;
11
- export declare var InternalErrorException$: StaticErrorSchema;
12
18
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
13
19
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
14
20
  export declare var ModifyReportDefinitionRequest$: StaticStructureSchema;
@@ -16,16 +22,12 @@ export declare var ModifyReportDefinitionResponse$: StaticStructureSchema;
16
22
  export declare var PutReportDefinitionRequest$: StaticStructureSchema;
17
23
  export declare var PutReportDefinitionResponse$: StaticStructureSchema;
18
24
  export declare var ReportDefinition$: StaticStructureSchema;
19
- export declare var ReportLimitReachedException$: StaticErrorSchema;
20
25
  export declare var ReportStatus$: StaticStructureSchema;
21
- export declare var ResourceNotFoundException$: StaticErrorSchema;
22
26
  export declare var Tag$: StaticStructureSchema;
23
27
  export declare var TagResourceRequest$: StaticStructureSchema;
24
28
  export declare var TagResourceResponse$: StaticStructureSchema;
25
29
  export declare var UntagResourceRequest$: StaticStructureSchema;
26
30
  export declare var UntagResourceResponse$: StaticStructureSchema;
27
- export declare var ValidationException$: StaticErrorSchema;
28
- export declare var CostAndUsageReportServiceServiceException$: StaticErrorSchema;
29
31
  export declare var DeleteReportDefinition$: StaticOperationSchema;
30
32
  export declare var DescribeReportDefinitions$: StaticOperationSchema;
31
33
  export declare var ListTagsForResource$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-and-usage-report-service",
3
3
  "description": "AWS SDK for JavaScript Cost And Usage Report Service 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-cost-and-usage-report-service",
@@ -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",