@aws-sdk/client-pipes 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.
- package/dist-cjs/index.js +29 -1235
- package/dist-cjs/models/PipesServiceException.js +12 -0
- package/dist-cjs/models/errors.js +104 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1025 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +51 -45
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultPipesHttpAuthSchemeProvider } 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: "2015-10-07",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.pipes",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://events.amazonaws.com/doc/2015-10-07",
|
|
30
32
|
version: "2015-10-07",
|
|
31
33
|
serviceTarget: "Pipes",
|
|
@@ -205,8 +205,8 @@ const _QSP = "QueryStringParameters";
|
|
|
205
205
|
const _QSPM = "QueryStringParametersMap";
|
|
206
206
|
const _QSV = "QueryStringValue";
|
|
207
207
|
const _R = "Resources";
|
|
208
|
-
const _RA = "
|
|
209
|
-
const
|
|
208
|
+
const _RA = "Retry-After";
|
|
209
|
+
const _RAo = "RoleArn";
|
|
210
210
|
const _RDP = "RedshiftDataParameters";
|
|
211
211
|
const _RI = "ReferenceId";
|
|
212
212
|
const _RMQBP = "RabbitMQBrokerParameters";
|
|
@@ -322,10 +322,10 @@ const _rA = "resourceArn";
|
|
|
322
322
|
const _rAS = "retryAfterSeconds";
|
|
323
323
|
const _rI = "resourceId";
|
|
324
324
|
const _rT = "resourceType";
|
|
325
|
-
const _s = "
|
|
325
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.pipes";
|
|
326
326
|
const _sC = "serviceCode";
|
|
327
327
|
const _sIGB = "sizeInGiB";
|
|
328
|
-
const
|
|
328
|
+
const _se = "server";
|
|
329
329
|
const _t = "type";
|
|
330
330
|
const _tK = "tagKeys";
|
|
331
331
|
const _ta = "tags";
|
|
@@ -335,6 +335,50 @@ const n0 = "com.amazonaws.pipes";
|
|
|
335
335
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
336
336
|
import { ConflictException, InternalException, NotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
337
337
|
import { PipesServiceException } from "../models/PipesServiceException";
|
|
338
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
339
|
+
export var PipesServiceException$ = [-3, _s, "PipesServiceException", 0, [], []];
|
|
340
|
+
_s_registry.registerError(PipesServiceException$, PipesServiceException);
|
|
341
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
342
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
343
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
344
|
+
[_m, _rI, _rT],
|
|
345
|
+
[0, 0, 0], 3
|
|
346
|
+
];
|
|
347
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
348
|
+
export var InternalException$ = [-3, n0, _IE,
|
|
349
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
350
|
+
[_m, _rAS],
|
|
351
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
352
|
+
];
|
|
353
|
+
n0_registry.registerError(InternalException$, InternalException);
|
|
354
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
355
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
356
|
+
[_m],
|
|
357
|
+
[0]
|
|
358
|
+
];
|
|
359
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
360
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
361
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
362
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
363
|
+
[0, 0, 0, 0, 0], 5
|
|
364
|
+
];
|
|
365
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
366
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
367
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
368
|
+
[_m, _sC, _qC, _rAS],
|
|
369
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
370
|
+
];
|
|
371
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
372
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
373
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
374
|
+
[_m, _fL],
|
|
375
|
+
[0, () => ValidationExceptionFieldList]
|
|
376
|
+
];
|
|
377
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
378
|
+
export const errorTypeRegistries = [
|
|
379
|
+
_s_registry,
|
|
380
|
+
n0_registry,
|
|
381
|
+
];
|
|
338
382
|
var CapacityProvider = [0, n0, _CP, 8, 0];
|
|
339
383
|
var Database = [0, n0, _D, 8, 0];
|
|
340
384
|
var DbUser = [0, n0, _DU, 8, 0];
|
|
@@ -417,15 +461,9 @@ export var CloudwatchLogsLogDestinationParameters$ = [3, n0, _CLLDP,
|
|
|
417
461
|
[_LGA],
|
|
418
462
|
[0], 1
|
|
419
463
|
];
|
|
420
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
421
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
422
|
-
[_m, _rI, _rT],
|
|
423
|
-
[0, 0, 0], 3
|
|
424
|
-
];
|
|
425
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
426
464
|
export var CreatePipeRequest$ = [3, n0, _CPR,
|
|
427
465
|
0,
|
|
428
|
-
[_N, _So, _Ta,
|
|
466
|
+
[_N, _So, _Ta, _RAo, _De, _DS, _SP, _En, _EPn, _TP, _Tag, _LC, _KKI],
|
|
429
467
|
[[0, 1], 0, 0, 0, [() => PipeDescription, 0], 0, [() => PipeSourceParameters$, 0], 0, [() => PipeEnrichmentParameters$, 0], [() => PipeTargetParameters$, 0], [() => TagMap, 0], () => PipeLogConfigurationParameters$, 0], 4
|
|
430
468
|
];
|
|
431
469
|
export var CreatePipeResponse$ = [3, n0, _CPRr,
|
|
@@ -455,7 +493,7 @@ export var DescribePipeRequest$ = [3, n0, _DPRes,
|
|
|
455
493
|
];
|
|
456
494
|
export var DescribePipeResponse$ = [3, n0, _DPResc,
|
|
457
495
|
0,
|
|
458
|
-
[_Ar, _N, _De, _DS, _CS, _SR, _So, _SP, _En, _EPn, _Ta, _TP,
|
|
496
|
+
[_Ar, _N, _De, _DS, _CS, _SR, _So, _SP, _En, _EPn, _Ta, _TP, _RAo, _Tag, _CT, _LMT, _LC, _KKI],
|
|
459
497
|
[0, 0, [() => PipeDescription, 0], 0, 0, 0, 0, [() => PipeSourceParameters$, 0], 0, [() => PipeEnrichmentParameters$, 0], 0, [() => PipeTargetParameters$, 0], 0, [() => TagMap, 0], 4, 4, () => PipeLogConfiguration$, 0]
|
|
460
498
|
];
|
|
461
499
|
export var DimensionMapping$ = [3, n0, _DM,
|
|
@@ -518,12 +556,6 @@ export var FirehoseLogDestinationParameters$ = [3, n0, _FLDP,
|
|
|
518
556
|
[_DSA],
|
|
519
557
|
[0], 1
|
|
520
558
|
];
|
|
521
|
-
export var InternalException$ = [-3, n0, _IE,
|
|
522
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
523
|
-
[_m, _rAS],
|
|
524
|
-
[0, [1, { [_hH]: _RA_ }]], 1
|
|
525
|
-
];
|
|
526
|
-
TypeRegistry.for(n0).registerError(InternalException$, InternalException);
|
|
527
559
|
export var ListPipesRequest$ = [3, n0, _LPR,
|
|
528
560
|
0,
|
|
529
561
|
[_NP, _DS, _CS, _SPo, _TPa, _NT, _L],
|
|
@@ -559,12 +591,6 @@ export var NetworkConfiguration$ = [3, n0, _NC,
|
|
|
559
591
|
[_aC],
|
|
560
592
|
[[() => AwsVpcConfiguration$, 0]]
|
|
561
593
|
];
|
|
562
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
563
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
564
|
-
[_m],
|
|
565
|
-
[0]
|
|
566
|
-
];
|
|
567
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
568
594
|
export var Pipe$ = [3, n0, _Pip,
|
|
569
595
|
0,
|
|
570
596
|
[_N, _Ar, _DS, _CS, _SR, _CT, _LMT, _So, _Ta, _En],
|
|
@@ -725,12 +751,6 @@ export var SelfManagedKafkaAccessConfigurationVpc$ = [3, n0, _SMKACV,
|
|
|
725
751
|
[_Sub, _SG],
|
|
726
752
|
[[() => SubnetIds, 0], [() => SecurityGroupIds, 0]]
|
|
727
753
|
];
|
|
728
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
729
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
730
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
731
|
-
[0, 0, 0, 0, 0], 5
|
|
732
|
-
];
|
|
733
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
734
754
|
export var SingleMeasureMapping$ = [3, n0, _SMMi,
|
|
735
755
|
0,
|
|
736
756
|
[_MV, _MVT, _MN],
|
|
@@ -771,12 +791,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
771
791
|
[],
|
|
772
792
|
[]
|
|
773
793
|
];
|
|
774
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
775
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
776
|
-
[_m, _sC, _qC, _rAS],
|
|
777
|
-
[0, 0, 0, [1, { [_hH]: _RA_ }]], 1
|
|
778
|
-
];
|
|
779
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
780
794
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
781
795
|
0,
|
|
782
796
|
[_rA, _tK],
|
|
@@ -789,7 +803,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
789
803
|
];
|
|
790
804
|
export var UpdatePipeRequest$ = [3, n0, _UPR,
|
|
791
805
|
0,
|
|
792
|
-
[_N,
|
|
806
|
+
[_N, _RAo, _De, _DS, _SP, _En, _EPn, _Ta, _TP, _LC, _KKI],
|
|
793
807
|
[[0, 1], 0, [() => PipeDescription, 0], 0, [() => UpdatePipeSourceParameters$, 0], 0, [() => PipeEnrichmentParameters$, 0], 0, [() => PipeTargetParameters$, 0], () => PipeLogConfigurationParameters$, 0], 2
|
|
794
808
|
];
|
|
795
809
|
export var UpdatePipeResponse$ = [3, n0, _UPRp,
|
|
@@ -837,19 +851,11 @@ export var UpdatePipeSourceSqsQueueParameters$ = [3, n0, _UPSSQP,
|
|
|
837
851
|
[_BS, _MBWIS],
|
|
838
852
|
[1, 1]
|
|
839
853
|
];
|
|
840
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
841
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
842
|
-
[_m, _fL],
|
|
843
|
-
[0, () => ValidationExceptionFieldList]
|
|
844
|
-
];
|
|
845
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
846
854
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
847
855
|
0,
|
|
848
856
|
[_n, _m],
|
|
849
857
|
[0, 0], 2
|
|
850
858
|
];
|
|
851
|
-
export var PipesServiceException$ = [-3, _sm, "PipesServiceException", 0, [], []];
|
|
852
|
-
TypeRegistry.for(_sm).registerError(PipesServiceException$, PipesServiceException);
|
|
853
859
|
var BatchDependsOn = [1, n0, _BDO,
|
|
854
860
|
0, () => BatchJobDependency$
|
|
855
861
|
];
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var PipesServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
6
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
7
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
8
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
9
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
10
|
+
/**
|
|
11
|
+
* TypeRegistry instances containing modeled errors.
|
|
12
|
+
* @internal
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
16
|
export declare var AwsVpcConfiguration$: StaticStructureSchema;
|
|
3
17
|
export declare var BatchArrayProperties$: StaticStructureSchema;
|
|
4
18
|
export declare var BatchContainerOverrides$: StaticStructureSchema;
|
|
@@ -9,7 +23,6 @@ export declare var BatchRetryStrategy$: StaticStructureSchema;
|
|
|
9
23
|
export declare var CapacityProviderStrategyItem$: StaticStructureSchema;
|
|
10
24
|
export declare var CloudwatchLogsLogDestination$: StaticStructureSchema;
|
|
11
25
|
export declare var CloudwatchLogsLogDestinationParameters$: StaticStructureSchema;
|
|
12
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
13
26
|
export declare var CreatePipeRequest$: StaticStructureSchema;
|
|
14
27
|
export declare var CreatePipeResponse$: StaticStructureSchema;
|
|
15
28
|
export declare var DeadLetterConfig$: StaticStructureSchema;
|
|
@@ -29,7 +42,6 @@ export declare var Filter$: StaticStructureSchema;
|
|
|
29
42
|
export declare var FilterCriteria$: StaticStructureSchema;
|
|
30
43
|
export declare var FirehoseLogDestination$: StaticStructureSchema;
|
|
31
44
|
export declare var FirehoseLogDestinationParameters$: StaticStructureSchema;
|
|
32
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
33
45
|
export declare var ListPipesRequest$: StaticStructureSchema;
|
|
34
46
|
export declare var ListPipesResponse$: StaticStructureSchema;
|
|
35
47
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
@@ -37,7 +49,6 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
37
49
|
export declare var MultiMeasureAttributeMapping$: StaticStructureSchema;
|
|
38
50
|
export declare var MultiMeasureMapping$: StaticStructureSchema;
|
|
39
51
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
40
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
41
52
|
export declare var Pipe$: StaticStructureSchema;
|
|
42
53
|
export declare var PipeEnrichmentHttpParameters$: StaticStructureSchema;
|
|
43
54
|
export declare var PipeEnrichmentParameters$: StaticStructureSchema;
|
|
@@ -70,7 +81,6 @@ export declare var S3LogDestination$: StaticStructureSchema;
|
|
|
70
81
|
export declare var S3LogDestinationParameters$: StaticStructureSchema;
|
|
71
82
|
export declare var SageMakerPipelineParameter$: StaticStructureSchema;
|
|
72
83
|
export declare var SelfManagedKafkaAccessConfigurationVpc$: StaticStructureSchema;
|
|
73
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
74
84
|
export declare var SingleMeasureMapping$: StaticStructureSchema;
|
|
75
85
|
export declare var StartPipeRequest$: StaticStructureSchema;
|
|
76
86
|
export declare var StartPipeResponse$: StaticStructureSchema;
|
|
@@ -79,7 +89,6 @@ export declare var StopPipeResponse$: StaticStructureSchema;
|
|
|
79
89
|
export declare var Tag$: StaticStructureSchema;
|
|
80
90
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
81
91
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
82
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
83
92
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
84
93
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
85
94
|
export declare var UpdatePipeRequest$: StaticStructureSchema;
|
|
@@ -92,9 +101,7 @@ export declare var UpdatePipeSourceParameters$: StaticStructureSchema;
|
|
|
92
101
|
export declare var UpdatePipeSourceRabbitMQBrokerParameters$: StaticStructureSchema;
|
|
93
102
|
export declare var UpdatePipeSourceSelfManagedKafkaParameters$: StaticStructureSchema;
|
|
94
103
|
export declare var UpdatePipeSourceSqsQueueParameters$: StaticStructureSchema;
|
|
95
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
96
104
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
97
|
-
export declare var PipesServiceException$: StaticErrorSchema;
|
|
98
105
|
export declare var MQBrokerAccessCredentials$: StaticUnionSchema;
|
|
99
106
|
export declare var MSKAccessCredentials$: StaticUnionSchema;
|
|
100
107
|
export declare var SelfManagedKafkaAccessConfigurationCredentials$: StaticUnionSchema;
|
|
@@ -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
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var PipesServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
11
|
+
export declare var NotFoundException$: 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 AwsVpcConfiguration$: StaticStructureSchema;
|
|
8
17
|
export declare var BatchArrayProperties$: StaticStructureSchema;
|
|
9
18
|
export declare var BatchContainerOverrides$: StaticStructureSchema;
|
|
@@ -14,7 +23,6 @@ export declare var BatchRetryStrategy$: StaticStructureSchema;
|
|
|
14
23
|
export declare var CapacityProviderStrategyItem$: StaticStructureSchema;
|
|
15
24
|
export declare var CloudwatchLogsLogDestination$: StaticStructureSchema;
|
|
16
25
|
export declare var CloudwatchLogsLogDestinationParameters$: StaticStructureSchema;
|
|
17
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
18
26
|
export declare var CreatePipeRequest$: StaticStructureSchema;
|
|
19
27
|
export declare var CreatePipeResponse$: StaticStructureSchema;
|
|
20
28
|
export declare var DeadLetterConfig$: StaticStructureSchema;
|
|
@@ -34,7 +42,6 @@ export declare var Filter$: StaticStructureSchema;
|
|
|
34
42
|
export declare var FilterCriteria$: StaticStructureSchema;
|
|
35
43
|
export declare var FirehoseLogDestination$: StaticStructureSchema;
|
|
36
44
|
export declare var FirehoseLogDestinationParameters$: StaticStructureSchema;
|
|
37
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
38
45
|
export declare var ListPipesRequest$: StaticStructureSchema;
|
|
39
46
|
export declare var ListPipesResponse$: StaticStructureSchema;
|
|
40
47
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
@@ -42,7 +49,6 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
42
49
|
export declare var MultiMeasureAttributeMapping$: StaticStructureSchema;
|
|
43
50
|
export declare var MultiMeasureMapping$: StaticStructureSchema;
|
|
44
51
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
45
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
46
52
|
export declare var Pipe$: StaticStructureSchema;
|
|
47
53
|
export declare var PipeEnrichmentHttpParameters$: StaticStructureSchema;
|
|
48
54
|
export declare var PipeEnrichmentParameters$: StaticStructureSchema;
|
|
@@ -75,7 +81,6 @@ export declare var S3LogDestination$: StaticStructureSchema;
|
|
|
75
81
|
export declare var S3LogDestinationParameters$: StaticStructureSchema;
|
|
76
82
|
export declare var SageMakerPipelineParameter$: StaticStructureSchema;
|
|
77
83
|
export declare var SelfManagedKafkaAccessConfigurationVpc$: StaticStructureSchema;
|
|
78
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
79
84
|
export declare var SingleMeasureMapping$: StaticStructureSchema;
|
|
80
85
|
export declare var StartPipeRequest$: StaticStructureSchema;
|
|
81
86
|
export declare var StartPipeResponse$: StaticStructureSchema;
|
|
@@ -84,7 +89,6 @@ export declare var StopPipeResponse$: StaticStructureSchema;
|
|
|
84
89
|
export declare var Tag$: StaticStructureSchema;
|
|
85
90
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
86
91
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
87
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
88
92
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
89
93
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
90
94
|
export declare var UpdatePipeRequest$: StaticStructureSchema;
|
|
@@ -97,9 +101,7 @@ export declare var UpdatePipeSourceParameters$: StaticStructureSchema;
|
|
|
97
101
|
export declare var UpdatePipeSourceRabbitMQBrokerParameters$: StaticStructureSchema;
|
|
98
102
|
export declare var UpdatePipeSourceSelfManagedKafkaParameters$: StaticStructureSchema;
|
|
99
103
|
export declare var UpdatePipeSourceSqsQueueParameters$: StaticStructureSchema;
|
|
100
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
101
104
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
102
|
-
export declare var PipesServiceException$: StaticErrorSchema;
|
|
103
105
|
export declare var MQBrokerAccessCredentials$: StaticUnionSchema;
|
|
104
106
|
export declare var MSKAccessCredentials$: StaticUnionSchema;
|
|
105
107
|
export declare var SelfManagedKafkaAccessConfigurationCredentials$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pipes",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pipes Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-pipes",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
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.
|
|
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.
|
|
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.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|