@aws-sdk/client-pipes 3.928.0 → 3.930.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.
Files changed (34) hide show
  1. package/dist-cjs/index.js +1279 -908
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/PipesClient.js +2 -0
  4. package/dist-es/commands/CreatePipeCommand.js +3 -10
  5. package/dist-es/commands/DeletePipeCommand.js +3 -9
  6. package/dist-es/commands/DescribePipeCommand.js +3 -10
  7. package/dist-es/commands/ListPipesCommand.js +3 -10
  8. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  9. package/dist-es/commands/StartPipeCommand.js +3 -9
  10. package/dist-es/commands/StopPipeCommand.js +3 -9
  11. package/dist-es/commands/TagResourceCommand.js +3 -10
  12. package/dist-es/commands/UntagResourceCommand.js +3 -9
  13. package/dist-es/commands/UpdatePipeCommand.js +3 -10
  14. package/dist-es/models/models_0.js +0 -264
  15. package/dist-es/runtimeConfig.shared.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +1251 -0
  17. package/dist-types/PipesClient.d.ts +10 -1
  18. package/dist-types/models/models_0.d.ts +12 -139
  19. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  20. package/dist-types/runtimeConfig.d.ts +1 -0
  21. package/dist-types/runtimeConfig.native.d.ts +1 -0
  22. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  23. package/dist-types/schemas/schemas_0.d.ts +177 -0
  24. package/dist-types/ts3.4/PipesClient.d.ts +4 -0
  25. package/dist-types/ts3.4/models/models_0.d.ts +0 -104
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +184 -0
  31. package/package.json +33 -33
  32. package/dist-es/protocols/Aws_restJson1.js +0 -531
  33. package/dist-types/protocols/Aws_restJson1.d.ts +0 -92
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -125
@@ -1,125 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreatePipeCommandInput,
8
- CreatePipeCommandOutput,
9
- } from "../commands/CreatePipeCommand";
10
- import {
11
- DeletePipeCommandInput,
12
- DeletePipeCommandOutput,
13
- } from "../commands/DeletePipeCommand";
14
- import {
15
- DescribePipeCommandInput,
16
- DescribePipeCommandOutput,
17
- } from "../commands/DescribePipeCommand";
18
- import {
19
- ListPipesCommandInput,
20
- ListPipesCommandOutput,
21
- } from "../commands/ListPipesCommand";
22
- import {
23
- ListTagsForResourceCommandInput,
24
- ListTagsForResourceCommandOutput,
25
- } from "../commands/ListTagsForResourceCommand";
26
- import {
27
- StartPipeCommandInput,
28
- StartPipeCommandOutput,
29
- } from "../commands/StartPipeCommand";
30
- import {
31
- StopPipeCommandInput,
32
- StopPipeCommandOutput,
33
- } from "../commands/StopPipeCommand";
34
- import {
35
- TagResourceCommandInput,
36
- TagResourceCommandOutput,
37
- } from "../commands/TagResourceCommand";
38
- import {
39
- UntagResourceCommandInput,
40
- UntagResourceCommandOutput,
41
- } from "../commands/UntagResourceCommand";
42
- import {
43
- UpdatePipeCommandInput,
44
- UpdatePipeCommandOutput,
45
- } from "../commands/UpdatePipeCommand";
46
- export declare const se_CreatePipeCommand: (
47
- input: CreatePipeCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_DeletePipeCommand: (
51
- input: DeletePipeCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_DescribePipeCommand: (
55
- input: DescribePipeCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_ListPipesCommand: (
59
- input: ListPipesCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_ListTagsForResourceCommand: (
63
- input: ListTagsForResourceCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_StartPipeCommand: (
67
- input: StartPipeCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_StopPipeCommand: (
71
- input: StopPipeCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_TagResourceCommand: (
75
- input: TagResourceCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_UntagResourceCommand: (
79
- input: UntagResourceCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_UpdatePipeCommand: (
83
- input: UpdatePipeCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const de_CreatePipeCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<CreatePipeCommandOutput>;
90
- export declare const de_DeletePipeCommand: (
91
- output: __HttpResponse,
92
- context: __SerdeContext
93
- ) => Promise<DeletePipeCommandOutput>;
94
- export declare const de_DescribePipeCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<DescribePipeCommandOutput>;
98
- export declare const de_ListPipesCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<ListPipesCommandOutput>;
102
- export declare const de_ListTagsForResourceCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<ListTagsForResourceCommandOutput>;
106
- export declare const de_StartPipeCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<StartPipeCommandOutput>;
110
- export declare const de_StopPipeCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<StopPipeCommandOutput>;
114
- export declare const de_TagResourceCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<TagResourceCommandOutput>;
118
- export declare const de_UntagResourceCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<UntagResourceCommandOutput>;
122
- export declare const de_UpdatePipeCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<UpdatePipeCommandOutput>;