@aws-sdk/client-pipes 3.649.0 → 3.651.1
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 +10 -30
- package/dist-es/commands/CreatePipeCommand.js +1 -3
- package/dist-es/commands/DeletePipeCommand.js +1 -3
- package/dist-es/commands/DescribePipeCommand.js +1 -3
- package/dist-es/commands/ListPipesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartPipeCommand.js +1 -3
- package/dist-es/commands/StopPipeCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdatePipeCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1316,9 +1316,7 @@ var _ra = "retry-after";
|
|
|
1316
1316
|
var _tK = "tagKeys";
|
|
1317
1317
|
|
|
1318
1318
|
// src/commands/CreatePipeCommand.ts
|
|
1319
|
-
var _CreatePipeCommand = class _CreatePipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1320
|
-
...commonParams
|
|
1321
|
-
}).m(function(Command, cs, config, o) {
|
|
1319
|
+
var _CreatePipeCommand = class _CreatePipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1322
1320
|
return [
|
|
1323
1321
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1324
1322
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1332,9 +1330,7 @@ var CreatePipeCommand = _CreatePipeCommand;
|
|
|
1332
1330
|
|
|
1333
1331
|
|
|
1334
1332
|
|
|
1335
|
-
var _DeletePipeCommand = class _DeletePipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1336
|
-
...commonParams
|
|
1337
|
-
}).m(function(Command, cs, config, o) {
|
|
1333
|
+
var _DeletePipeCommand = class _DeletePipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1338
1334
|
return [
|
|
1339
1335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1340
1336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1348,9 +1344,7 @@ var DeletePipeCommand = _DeletePipeCommand;
|
|
|
1348
1344
|
|
|
1349
1345
|
|
|
1350
1346
|
|
|
1351
|
-
var _DescribePipeCommand = class _DescribePipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1352
|
-
...commonParams
|
|
1353
|
-
}).m(function(Command, cs, config, o) {
|
|
1347
|
+
var _DescribePipeCommand = class _DescribePipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1354
1348
|
return [
|
|
1355
1349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1356
1350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1364,9 +1358,7 @@ var DescribePipeCommand = _DescribePipeCommand;
|
|
|
1364
1358
|
|
|
1365
1359
|
|
|
1366
1360
|
|
|
1367
|
-
var _ListPipesCommand = class _ListPipesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1368
|
-
...commonParams
|
|
1369
|
-
}).m(function(Command, cs, config, o) {
|
|
1361
|
+
var _ListPipesCommand = class _ListPipesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1370
1362
|
return [
|
|
1371
1363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1372
1364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1380,9 +1372,7 @@ var ListPipesCommand = _ListPipesCommand;
|
|
|
1380
1372
|
|
|
1381
1373
|
|
|
1382
1374
|
|
|
1383
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1384
|
-
...commonParams
|
|
1385
|
-
}).m(function(Command, cs, config, o) {
|
|
1375
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1386
1376
|
return [
|
|
1387
1377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1388
1378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1396,9 +1386,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1396
1386
|
|
|
1397
1387
|
|
|
1398
1388
|
|
|
1399
|
-
var _StartPipeCommand = class _StartPipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1400
|
-
...commonParams
|
|
1401
|
-
}).m(function(Command, cs, config, o) {
|
|
1389
|
+
var _StartPipeCommand = class _StartPipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1402
1390
|
return [
|
|
1403
1391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1404
1392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1412,9 +1400,7 @@ var StartPipeCommand = _StartPipeCommand;
|
|
|
1412
1400
|
|
|
1413
1401
|
|
|
1414
1402
|
|
|
1415
|
-
var _StopPipeCommand = class _StopPipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1416
|
-
...commonParams
|
|
1417
|
-
}).m(function(Command, cs, config, o) {
|
|
1403
|
+
var _StopPipeCommand = class _StopPipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1418
1404
|
return [
|
|
1419
1405
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1420
1406
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1428,9 +1414,7 @@ var StopPipeCommand = _StopPipeCommand;
|
|
|
1428
1414
|
|
|
1429
1415
|
|
|
1430
1416
|
|
|
1431
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1432
|
-
...commonParams
|
|
1433
|
-
}).m(function(Command, cs, config, o) {
|
|
1417
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1434
1418
|
return [
|
|
1435
1419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1436
1420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1444,9 +1428,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1444
1428
|
|
|
1445
1429
|
|
|
1446
1430
|
|
|
1447
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1448
|
-
...commonParams
|
|
1449
|
-
}).m(function(Command, cs, config, o) {
|
|
1431
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1450
1432
|
return [
|
|
1451
1433
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1452
1434
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1460,9 +1442,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1460
1442
|
|
|
1461
1443
|
|
|
1462
1444
|
|
|
1463
|
-
var _UpdatePipeCommand = class _UpdatePipeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1464
|
-
...commonParams
|
|
1465
|
-
}).m(function(Command, cs, config, o) {
|
|
1445
|
+
var _UpdatePipeCommand = class _UpdatePipeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1466
1446
|
return [
|
|
1467
1447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1468
1448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreatePipeCommand, se_CreatePipeCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreatePipeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePipeCommand, se_DeletePipeCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePipeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribePipeCommand, se_DescribePipeCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribePipeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListPipesCommand, se_ListPipesCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListPipesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartPipeCommand, se_StartPipeCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartPipeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopPipeCommand, se_StopPipeCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopPipeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdatePipeCommand, se_UpdatePipeCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdatePipeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pipes",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|