@aws-sdk/client-pipes 3.775.0 → 3.777.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-types/commands/CreatePipeCommand.d.ts +1 -0
- package/dist-types/commands/DeletePipeCommand.d.ts +1 -0
- package/dist-types/commands/DescribePipeCommand.d.ts +1 -0
- package/dist-types/commands/ListPipesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/StartPipeCommand.d.ts +1 -0
- package/dist-types/commands/StopPipeCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePipeCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -430,6 +430,7 @@ declare const CreatePipeCommand_base: {
|
|
|
430
430
|
* @throws {@link PipesServiceException}
|
|
431
431
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
432
432
|
*
|
|
433
|
+
*
|
|
433
434
|
* @public
|
|
434
435
|
*/
|
|
435
436
|
export declare class CreatePipeCommand extends CreatePipeCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeletePipeCommand_base: {
|
|
|
74
74
|
* @throws {@link PipesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeletePipeCommand extends DeletePipeCommand_base {
|
|
@@ -423,6 +423,7 @@ declare const DescribePipeCommand_base: {
|
|
|
423
423
|
* @throws {@link PipesServiceException}
|
|
424
424
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
425
425
|
*
|
|
426
|
+
*
|
|
426
427
|
* @public
|
|
427
428
|
*/
|
|
428
429
|
export declare class DescribePipeCommand extends DescribePipeCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListPipesCommand_base: {
|
|
|
83
83
|
* @throws {@link PipesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListPipesCommand extends ListPipesCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link PipesServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const StartPipeCommand_base: {
|
|
|
74
74
|
* @throws {@link PipesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StartPipeCommand extends StartPipeCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* @throws {@link PipesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link PipesServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -418,6 +418,7 @@ declare const UpdatePipeCommand_base: {
|
|
|
418
418
|
* @throws {@link PipesServiceException}
|
|
419
419
|
* <p>Base exception class for all service exceptions from Pipes service.</p>
|
|
420
420
|
*
|
|
421
|
+
*
|
|
421
422
|
* @public
|
|
422
423
|
*/
|
|
423
424
|
export declare class UpdatePipeCommand extends UpdatePipeCommand_base {
|
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.777.0",
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|