@aws-sdk/client-appflow 3.303.0 → 3.309.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 (51) hide show
  1. package/dist-cjs/commands/CreateConnectorProfileCommand.js +2 -2
  2. package/dist-cjs/commands/CreateFlowCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -2
  11. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -2
  12. package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
  13. package/dist-cjs/commands/ListFlowsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/RegisterConnectorCommand.js +2 -2
  16. package/dist-cjs/commands/StartFlowCommand.js +2 -2
  17. package/dist-cjs/commands/StopFlowCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -2
  20. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
  24. package/dist-cjs/protocols/Aws_restJson1.js +860 -1162
  25. package/dist-es/commands/CreateConnectorProfileCommand.js +3 -3
  26. package/dist-es/commands/CreateFlowCommand.js +3 -3
  27. package/dist-es/commands/DeleteConnectorProfileCommand.js +3 -3
  28. package/dist-es/commands/DeleteFlowCommand.js +3 -3
  29. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  30. package/dist-es/commands/DescribeConnectorEntityCommand.js +3 -3
  31. package/dist-es/commands/DescribeConnectorProfilesCommand.js +3 -3
  32. package/dist-es/commands/DescribeConnectorsCommand.js +3 -3
  33. package/dist-es/commands/DescribeFlowCommand.js +3 -3
  34. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
  35. package/dist-es/commands/ListConnectorEntitiesCommand.js +3 -3
  36. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  37. package/dist-es/commands/ListFlowsCommand.js +3 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-es/commands/RegisterConnectorCommand.js +3 -3
  40. package/dist-es/commands/StartFlowCommand.js +3 -3
  41. package/dist-es/commands/StopFlowCommand.js +3 -3
  42. package/dist-es/commands/TagResourceCommand.js +3 -3
  43. package/dist-es/commands/UnregisterConnectorCommand.js +3 -3
  44. package/dist-es/commands/UntagResourceCommand.js +3 -3
  45. package/dist-es/commands/UpdateConnectorProfileCommand.js +3 -3
  46. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +3 -3
  47. package/dist-es/commands/UpdateFlowCommand.js +3 -3
  48. package/dist-es/protocols/Aws_restJson1.js +813 -1115
  49. package/dist-types/protocols/Aws_restJson1.d.ts +184 -46
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +46 -46
  51. package/package.json +29 -29
@@ -23,49 +23,187 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
23
23
  import { UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput } from "../commands/UpdateConnectorProfileCommand";
24
24
  import { UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput } from "../commands/UpdateConnectorRegistrationCommand";
25
25
  import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "../commands/UpdateFlowCommand";
26
- export declare const serializeAws_restJson1CreateConnectorProfileCommand: (input: CreateConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1CreateFlowCommand: (input: CreateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1DeleteConnectorProfileCommand: (input: DeleteConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1DeleteFlowCommand: (input: DeleteFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1DescribeConnectorEntityCommand: (input: DescribeConnectorEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DescribeConnectorProfilesCommand: (input: DescribeConnectorProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DescribeConnectorsCommand: (input: DescribeConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DescribeFlowExecutionRecordsCommand: (input: DescribeFlowExecutionRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1ListConnectorEntitiesCommand: (input: ListConnectorEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1RegisterConnectorCommand: (input: RegisterConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1StartFlowCommand: (input: StartFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1StopFlowCommand: (input: StopFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1UnregisterConnectorCommand: (input: UnregisterConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1UpdateConnectorProfileCommand: (input: UpdateConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1UpdateConnectorRegistrationCommand: (input: UpdateConnectorRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1UpdateFlowCommand: (input: UpdateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const deserializeAws_restJson1CreateConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorProfileCommandOutput>;
50
- export declare const deserializeAws_restJson1CreateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowCommandOutput>;
51
- export declare const deserializeAws_restJson1DeleteConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorProfileCommandOutput>;
52
- export declare const deserializeAws_restJson1DeleteFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowCommandOutput>;
53
- export declare const deserializeAws_restJson1DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
54
- export declare const deserializeAws_restJson1DescribeConnectorEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorEntityCommandOutput>;
55
- export declare const deserializeAws_restJson1DescribeConnectorProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorProfilesCommandOutput>;
56
- export declare const deserializeAws_restJson1DescribeConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorsCommandOutput>;
57
- export declare const deserializeAws_restJson1DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
58
- export declare const deserializeAws_restJson1DescribeFlowExecutionRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowExecutionRecordsCommandOutput>;
59
- export declare const deserializeAws_restJson1ListConnectorEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorEntitiesCommandOutput>;
60
- export declare const deserializeAws_restJson1ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
61
- export declare const deserializeAws_restJson1ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
62
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
63
- export declare const deserializeAws_restJson1RegisterConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterConnectorCommandOutput>;
64
- export declare const deserializeAws_restJson1StartFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCommandOutput>;
65
- export declare const deserializeAws_restJson1StopFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowCommandOutput>;
66
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
67
- export declare const deserializeAws_restJson1UnregisterConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnregisterConnectorCommandOutput>;
68
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
69
- export declare const deserializeAws_restJson1UpdateConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorProfileCommandOutput>;
70
- export declare const deserializeAws_restJson1UpdateConnectorRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorRegistrationCommandOutput>;
71
- export declare const deserializeAws_restJson1UpdateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowCommandOutput>;
26
+ /**
27
+ * serializeAws_restJson1CreateConnectorProfileCommand
28
+ */
29
+ export declare const se_CreateConnectorProfileCommand: (input: CreateConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
+ /**
31
+ * serializeAws_restJson1CreateFlowCommand
32
+ */
33
+ export declare const se_CreateFlowCommand: (input: CreateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_restJson1DeleteConnectorProfileCommand
36
+ */
37
+ export declare const se_DeleteConnectorProfileCommand: (input: DeleteConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1DeleteFlowCommand
40
+ */
41
+ export declare const se_DeleteFlowCommand: (input: DeleteFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1DescribeConnectorCommand
44
+ */
45
+ export declare const se_DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1DescribeConnectorEntityCommand
48
+ */
49
+ export declare const se_DescribeConnectorEntityCommand: (input: DescribeConnectorEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1DescribeConnectorProfilesCommand
52
+ */
53
+ export declare const se_DescribeConnectorProfilesCommand: (input: DescribeConnectorProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1DescribeConnectorsCommand
56
+ */
57
+ export declare const se_DescribeConnectorsCommand: (input: DescribeConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1DescribeFlowCommand
60
+ */
61
+ export declare const se_DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1DescribeFlowExecutionRecordsCommand
64
+ */
65
+ export declare const se_DescribeFlowExecutionRecordsCommand: (input: DescribeFlowExecutionRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1ListConnectorEntitiesCommand
68
+ */
69
+ export declare const se_ListConnectorEntitiesCommand: (input: ListConnectorEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1ListConnectorsCommand
72
+ */
73
+ export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1ListFlowsCommand
76
+ */
77
+ export declare const se_ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1ListTagsForResourceCommand
80
+ */
81
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1RegisterConnectorCommand
84
+ */
85
+ export declare const se_RegisterConnectorCommand: (input: RegisterConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1StartFlowCommand
88
+ */
89
+ export declare const se_StartFlowCommand: (input: StartFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1StopFlowCommand
92
+ */
93
+ export declare const se_StopFlowCommand: (input: StopFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1TagResourceCommand
96
+ */
97
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1UnregisterConnectorCommand
100
+ */
101
+ export declare const se_UnregisterConnectorCommand: (input: UnregisterConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1UntagResourceCommand
104
+ */
105
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1UpdateConnectorProfileCommand
108
+ */
109
+ export declare const se_UpdateConnectorProfileCommand: (input: UpdateConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1UpdateConnectorRegistrationCommand
112
+ */
113
+ export declare const se_UpdateConnectorRegistrationCommand: (input: UpdateConnectorRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1UpdateFlowCommand
116
+ */
117
+ export declare const se_UpdateFlowCommand: (input: UpdateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * deserializeAws_restJson1CreateConnectorProfileCommand
120
+ */
121
+ export declare const de_CreateConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorProfileCommandOutput>;
122
+ /**
123
+ * deserializeAws_restJson1CreateFlowCommand
124
+ */
125
+ export declare const de_CreateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowCommandOutput>;
126
+ /**
127
+ * deserializeAws_restJson1DeleteConnectorProfileCommand
128
+ */
129
+ export declare const de_DeleteConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorProfileCommandOutput>;
130
+ /**
131
+ * deserializeAws_restJson1DeleteFlowCommand
132
+ */
133
+ export declare const de_DeleteFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowCommandOutput>;
134
+ /**
135
+ * deserializeAws_restJson1DescribeConnectorCommand
136
+ */
137
+ export declare const de_DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
138
+ /**
139
+ * deserializeAws_restJson1DescribeConnectorEntityCommand
140
+ */
141
+ export declare const de_DescribeConnectorEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorEntityCommandOutput>;
142
+ /**
143
+ * deserializeAws_restJson1DescribeConnectorProfilesCommand
144
+ */
145
+ export declare const de_DescribeConnectorProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorProfilesCommandOutput>;
146
+ /**
147
+ * deserializeAws_restJson1DescribeConnectorsCommand
148
+ */
149
+ export declare const de_DescribeConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorsCommandOutput>;
150
+ /**
151
+ * deserializeAws_restJson1DescribeFlowCommand
152
+ */
153
+ export declare const de_DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
154
+ /**
155
+ * deserializeAws_restJson1DescribeFlowExecutionRecordsCommand
156
+ */
157
+ export declare const de_DescribeFlowExecutionRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowExecutionRecordsCommandOutput>;
158
+ /**
159
+ * deserializeAws_restJson1ListConnectorEntitiesCommand
160
+ */
161
+ export declare const de_ListConnectorEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorEntitiesCommandOutput>;
162
+ /**
163
+ * deserializeAws_restJson1ListConnectorsCommand
164
+ */
165
+ export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
166
+ /**
167
+ * deserializeAws_restJson1ListFlowsCommand
168
+ */
169
+ export declare const de_ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
170
+ /**
171
+ * deserializeAws_restJson1ListTagsForResourceCommand
172
+ */
173
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
174
+ /**
175
+ * deserializeAws_restJson1RegisterConnectorCommand
176
+ */
177
+ export declare const de_RegisterConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterConnectorCommandOutput>;
178
+ /**
179
+ * deserializeAws_restJson1StartFlowCommand
180
+ */
181
+ export declare const de_StartFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1StopFlowCommand
184
+ */
185
+ export declare const de_StopFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1TagResourceCommand
188
+ */
189
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1UnregisterConnectorCommand
192
+ */
193
+ export declare const de_UnregisterConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnregisterConnectorCommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1UntagResourceCommand
196
+ */
197
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1UpdateConnectorProfileCommand
200
+ */
201
+ export declare const de_UpdateConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorProfileCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1UpdateConnectorRegistrationCommand
204
+ */
205
+ export declare const de_UpdateConnectorRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorRegistrationCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1UpdateFlowCommand
208
+ */
209
+ export declare const de_UpdateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowCommandOutput>;
@@ -95,187 +95,187 @@ import {
95
95
  UpdateFlowCommandInput,
96
96
  UpdateFlowCommandOutput,
97
97
  } from "../commands/UpdateFlowCommand";
98
- export declare const serializeAws_restJson1CreateConnectorProfileCommand: (
98
+ export declare const se_CreateConnectorProfileCommand: (
99
99
  input: CreateConnectorProfileCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1CreateFlowCommand: (
102
+ export declare const se_CreateFlowCommand: (
103
103
  input: CreateFlowCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1DeleteConnectorProfileCommand: (
106
+ export declare const se_DeleteConnectorProfileCommand: (
107
107
  input: DeleteConnectorProfileCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1DeleteFlowCommand: (
110
+ export declare const se_DeleteFlowCommand: (
111
111
  input: DeleteFlowCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1DescribeConnectorCommand: (
114
+ export declare const se_DescribeConnectorCommand: (
115
115
  input: DescribeConnectorCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1DescribeConnectorEntityCommand: (
118
+ export declare const se_DescribeConnectorEntityCommand: (
119
119
  input: DescribeConnectorEntityCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DescribeConnectorProfilesCommand: (
122
+ export declare const se_DescribeConnectorProfilesCommand: (
123
123
  input: DescribeConnectorProfilesCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1DescribeConnectorsCommand: (
126
+ export declare const se_DescribeConnectorsCommand: (
127
127
  input: DescribeConnectorsCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1DescribeFlowCommand: (
130
+ export declare const se_DescribeFlowCommand: (
131
131
  input: DescribeFlowCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1DescribeFlowExecutionRecordsCommand: (
134
+ export declare const se_DescribeFlowExecutionRecordsCommand: (
135
135
  input: DescribeFlowExecutionRecordsCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1ListConnectorEntitiesCommand: (
138
+ export declare const se_ListConnectorEntitiesCommand: (
139
139
  input: ListConnectorEntitiesCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1ListConnectorsCommand: (
142
+ export declare const se_ListConnectorsCommand: (
143
143
  input: ListConnectorsCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1ListFlowsCommand: (
146
+ export declare const se_ListFlowsCommand: (
147
147
  input: ListFlowsCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
150
+ export declare const se_ListTagsForResourceCommand: (
151
151
  input: ListTagsForResourceCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1RegisterConnectorCommand: (
154
+ export declare const se_RegisterConnectorCommand: (
155
155
  input: RegisterConnectorCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1StartFlowCommand: (
158
+ export declare const se_StartFlowCommand: (
159
159
  input: StartFlowCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1StopFlowCommand: (
162
+ export declare const se_StopFlowCommand: (
163
163
  input: StopFlowCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1TagResourceCommand: (
166
+ export declare const se_TagResourceCommand: (
167
167
  input: TagResourceCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1UnregisterConnectorCommand: (
170
+ export declare const se_UnregisterConnectorCommand: (
171
171
  input: UnregisterConnectorCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1UntagResourceCommand: (
174
+ export declare const se_UntagResourceCommand: (
175
175
  input: UntagResourceCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1UpdateConnectorProfileCommand: (
178
+ export declare const se_UpdateConnectorProfileCommand: (
179
179
  input: UpdateConnectorProfileCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1UpdateConnectorRegistrationCommand: (
182
+ export declare const se_UpdateConnectorRegistrationCommand: (
183
183
  input: UpdateConnectorRegistrationCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1UpdateFlowCommand: (
186
+ export declare const se_UpdateFlowCommand: (
187
187
  input: UpdateFlowCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const deserializeAws_restJson1CreateConnectorProfileCommand: (
190
+ export declare const de_CreateConnectorProfileCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<CreateConnectorProfileCommandOutput>;
194
- export declare const deserializeAws_restJson1CreateFlowCommand: (
194
+ export declare const de_CreateFlowCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<CreateFlowCommandOutput>;
198
- export declare const deserializeAws_restJson1DeleteConnectorProfileCommand: (
198
+ export declare const de_DeleteConnectorProfileCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<DeleteConnectorProfileCommandOutput>;
202
- export declare const deserializeAws_restJson1DeleteFlowCommand: (
202
+ export declare const de_DeleteFlowCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<DeleteFlowCommandOutput>;
206
- export declare const deserializeAws_restJson1DescribeConnectorCommand: (
206
+ export declare const de_DescribeConnectorCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<DescribeConnectorCommandOutput>;
210
- export declare const deserializeAws_restJson1DescribeConnectorEntityCommand: (
210
+ export declare const de_DescribeConnectorEntityCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<DescribeConnectorEntityCommandOutput>;
214
- export declare const deserializeAws_restJson1DescribeConnectorProfilesCommand: (
214
+ export declare const de_DescribeConnectorProfilesCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<DescribeConnectorProfilesCommandOutput>;
218
- export declare const deserializeAws_restJson1DescribeConnectorsCommand: (
218
+ export declare const de_DescribeConnectorsCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<DescribeConnectorsCommandOutput>;
222
- export declare const deserializeAws_restJson1DescribeFlowCommand: (
222
+ export declare const de_DescribeFlowCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DescribeFlowCommandOutput>;
226
- export declare const deserializeAws_restJson1DescribeFlowExecutionRecordsCommand: (
226
+ export declare const de_DescribeFlowExecutionRecordsCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DescribeFlowExecutionRecordsCommandOutput>;
230
- export declare const deserializeAws_restJson1ListConnectorEntitiesCommand: (
230
+ export declare const de_ListConnectorEntitiesCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<ListConnectorEntitiesCommandOutput>;
234
- export declare const deserializeAws_restJson1ListConnectorsCommand: (
234
+ export declare const de_ListConnectorsCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<ListConnectorsCommandOutput>;
238
- export declare const deserializeAws_restJson1ListFlowsCommand: (
238
+ export declare const de_ListFlowsCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<ListFlowsCommandOutput>;
242
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
242
+ export declare const de_ListTagsForResourceCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<ListTagsForResourceCommandOutput>;
246
- export declare const deserializeAws_restJson1RegisterConnectorCommand: (
246
+ export declare const de_RegisterConnectorCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<RegisterConnectorCommandOutput>;
250
- export declare const deserializeAws_restJson1StartFlowCommand: (
250
+ export declare const de_StartFlowCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<StartFlowCommandOutput>;
254
- export declare const deserializeAws_restJson1StopFlowCommand: (
254
+ export declare const de_StopFlowCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<StopFlowCommandOutput>;
258
- export declare const deserializeAws_restJson1TagResourceCommand: (
258
+ export declare const de_TagResourceCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<TagResourceCommandOutput>;
262
- export declare const deserializeAws_restJson1UnregisterConnectorCommand: (
262
+ export declare const de_UnregisterConnectorCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<UnregisterConnectorCommandOutput>;
266
- export declare const deserializeAws_restJson1UntagResourceCommand: (
266
+ export declare const de_UntagResourceCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<UntagResourceCommandOutput>;
270
- export declare const deserializeAws_restJson1UpdateConnectorProfileCommand: (
270
+ export declare const de_UpdateConnectorProfileCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<UpdateConnectorProfileCommandOutput>;
274
- export declare const deserializeAws_restJson1UpdateConnectorRegistrationCommand: (
274
+ export declare const de_UpdateConnectorRegistrationCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<UpdateConnectorRegistrationCommandOutput>;
278
- export declare const deserializeAws_restJson1UpdateFlowCommand: (
278
+ export declare const de_UpdateFlowCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<UpdateFlowCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appflow",
3
3
  "description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },