@aws-sdk/client-kinesis-analytics 3.306.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 (45) hide show
  1. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -2
  2. package/dist-cjs/commands/AddApplicationInputCommand.js +2 -2
  3. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -2
  4. package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -2
  5. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -2
  6. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
  13. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -2
  14. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  17. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  21. package/dist-cjs/protocols/Aws_json1_1.js +515 -553
  22. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
  23. package/dist-es/commands/AddApplicationInputCommand.js +3 -3
  24. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
  25. package/dist-es/commands/AddApplicationOutputCommand.js +3 -3
  26. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
  27. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  28. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
  29. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  30. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
  31. package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -3
  32. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
  33. package/dist-es/commands/DescribeApplicationCommand.js +3 -3
  34. package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -3
  35. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  37. package/dist-es/commands/StartApplicationCommand.js +3 -3
  38. package/dist-es/commands/StopApplicationCommand.js +3 -3
  39. package/dist-es/commands/TagResourceCommand.js +3 -3
  40. package/dist-es/commands/UntagResourceCommand.js +3 -3
  41. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  42. package/dist-es/protocols/Aws_json1_1.js +474 -512
  43. package/dist-types/protocols/Aws_json1_1.d.ts +160 -40
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +40 -40
  45. package/package.json +6 -6
@@ -20,43 +20,163 @@ import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../co
20
20
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
21
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
22
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
23
- export declare const serializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand: (input: AddApplicationCloudWatchLoggingOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1AddApplicationInputCommand: (input: AddApplicationInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1AddApplicationInputProcessingConfigurationCommand: (input: AddApplicationInputProcessingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1AddApplicationOutputCommand: (input: AddApplicationOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1AddApplicationReferenceDataSourceCommand: (input: AddApplicationReferenceDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand: (input: DeleteApplicationCloudWatchLoggingOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand: (input: DeleteApplicationInputProcessingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DeleteApplicationOutputCommand: (input: DeleteApplicationOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1DeleteApplicationReferenceDataSourceCommand: (input: DeleteApplicationReferenceDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DescribeApplicationCommand: (input: DescribeApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1DiscoverInputSchemaCommand: (input: DiscoverInputSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
44
- export declare const deserializeAws_json1_1AddApplicationInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationInputCommandOutput>;
45
- export declare const deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
46
- export declare const deserializeAws_json1_1AddApplicationOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationOutputCommandOutput>;
47
- export declare const deserializeAws_json1_1AddApplicationReferenceDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationReferenceDataSourceCommandOutput>;
48
- export declare const deserializeAws_json1_1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
49
- export declare const deserializeAws_json1_1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
50
- export declare const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
51
- export declare const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
52
- export declare const deserializeAws_json1_1DeleteApplicationOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationOutputCommandOutput>;
53
- export declare const deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
54
- export declare const deserializeAws_json1_1DescribeApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationCommandOutput>;
55
- export declare const deserializeAws_json1_1DiscoverInputSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInputSchemaCommandOutput>;
56
- export declare const deserializeAws_json1_1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
57
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
58
- export declare const deserializeAws_json1_1StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
59
- export declare const deserializeAws_json1_1StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
60
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
61
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
62
- export declare const deserializeAws_json1_1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
23
+ /**
24
+ * serializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand
25
+ */
26
+ export declare const se_AddApplicationCloudWatchLoggingOptionCommand: (input: AddApplicationCloudWatchLoggingOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
+ /**
28
+ * serializeAws_json1_1AddApplicationInputCommand
29
+ */
30
+ export declare const se_AddApplicationInputCommand: (input: AddApplicationInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ /**
32
+ * serializeAws_json1_1AddApplicationInputProcessingConfigurationCommand
33
+ */
34
+ export declare const se_AddApplicationInputProcessingConfigurationCommand: (input: AddApplicationInputProcessingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_json1_1AddApplicationOutputCommand
37
+ */
38
+ export declare const se_AddApplicationOutputCommand: (input: AddApplicationOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_json1_1AddApplicationReferenceDataSourceCommand
41
+ */
42
+ export declare const se_AddApplicationReferenceDataSourceCommand: (input: AddApplicationReferenceDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_json1_1CreateApplicationCommand
45
+ */
46
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_json1_1DeleteApplicationCommand
49
+ */
50
+ export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand
53
+ */
54
+ export declare const se_DeleteApplicationCloudWatchLoggingOptionCommand: (input: DeleteApplicationCloudWatchLoggingOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand
57
+ */
58
+ export declare const se_DeleteApplicationInputProcessingConfigurationCommand: (input: DeleteApplicationInputProcessingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_json1_1DeleteApplicationOutputCommand
61
+ */
62
+ export declare const se_DeleteApplicationOutputCommand: (input: DeleteApplicationOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_json1_1DeleteApplicationReferenceDataSourceCommand
65
+ */
66
+ export declare const se_DeleteApplicationReferenceDataSourceCommand: (input: DeleteApplicationReferenceDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1DescribeApplicationCommand
69
+ */
70
+ export declare const se_DescribeApplicationCommand: (input: DescribeApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_json1_1DiscoverInputSchemaCommand
73
+ */
74
+ export declare const se_DiscoverInputSchemaCommand: (input: DiscoverInputSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1ListApplicationsCommand
77
+ */
78
+ export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_json1_1ListTagsForResourceCommand
81
+ */
82
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_json1_1StartApplicationCommand
85
+ */
86
+ export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_json1_1StopApplicationCommand
89
+ */
90
+ export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1TagResourceCommand
93
+ */
94
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1UntagResourceCommand
97
+ */
98
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1UpdateApplicationCommand
101
+ */
102
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand
105
+ */
106
+ export declare const de_AddApplicationCloudWatchLoggingOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
107
+ /**
108
+ * deserializeAws_json1_1AddApplicationInputCommand
109
+ */
110
+ export declare const de_AddApplicationInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationInputCommandOutput>;
111
+ /**
112
+ * deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommand
113
+ */
114
+ export declare const de_AddApplicationInputProcessingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
115
+ /**
116
+ * deserializeAws_json1_1AddApplicationOutputCommand
117
+ */
118
+ export declare const de_AddApplicationOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationOutputCommandOutput>;
119
+ /**
120
+ * deserializeAws_json1_1AddApplicationReferenceDataSourceCommand
121
+ */
122
+ export declare const de_AddApplicationReferenceDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationReferenceDataSourceCommandOutput>;
123
+ /**
124
+ * deserializeAws_json1_1CreateApplicationCommand
125
+ */
126
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
127
+ /**
128
+ * deserializeAws_json1_1DeleteApplicationCommand
129
+ */
130
+ export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
131
+ /**
132
+ * deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand
133
+ */
134
+ export declare const de_DeleteApplicationCloudWatchLoggingOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
135
+ /**
136
+ * deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand
137
+ */
138
+ export declare const de_DeleteApplicationInputProcessingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
139
+ /**
140
+ * deserializeAws_json1_1DeleteApplicationOutputCommand
141
+ */
142
+ export declare const de_DeleteApplicationOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationOutputCommandOutput>;
143
+ /**
144
+ * deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommand
145
+ */
146
+ export declare const de_DeleteApplicationReferenceDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
147
+ /**
148
+ * deserializeAws_json1_1DescribeApplicationCommand
149
+ */
150
+ export declare const de_DescribeApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationCommandOutput>;
151
+ /**
152
+ * deserializeAws_json1_1DiscoverInputSchemaCommand
153
+ */
154
+ export declare const de_DiscoverInputSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInputSchemaCommandOutput>;
155
+ /**
156
+ * deserializeAws_json1_1ListApplicationsCommand
157
+ */
158
+ export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
159
+ /**
160
+ * deserializeAws_json1_1ListTagsForResourceCommand
161
+ */
162
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
163
+ /**
164
+ * deserializeAws_json1_1StartApplicationCommand
165
+ */
166
+ export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
167
+ /**
168
+ * deserializeAws_json1_1StopApplicationCommand
169
+ */
170
+ export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
171
+ /**
172
+ * deserializeAws_json1_1TagResourceCommand
173
+ */
174
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
175
+ /**
176
+ * deserializeAws_json1_1UntagResourceCommand
177
+ */
178
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
179
+ /**
180
+ * deserializeAws_json1_1UpdateApplicationCommand
181
+ */
182
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
@@ -83,163 +83,163 @@ import {
83
83
  UpdateApplicationCommandInput,
84
84
  UpdateApplicationCommandOutput,
85
85
  } from "../commands/UpdateApplicationCommand";
86
- export declare const serializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand: (
86
+ export declare const se_AddApplicationCloudWatchLoggingOptionCommand: (
87
87
  input: AddApplicationCloudWatchLoggingOptionCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1AddApplicationInputCommand: (
90
+ export declare const se_AddApplicationInputCommand: (
91
91
  input: AddApplicationInputCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1AddApplicationInputProcessingConfigurationCommand: (
94
+ export declare const se_AddApplicationInputProcessingConfigurationCommand: (
95
95
  input: AddApplicationInputProcessingConfigurationCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1AddApplicationOutputCommand: (
98
+ export declare const se_AddApplicationOutputCommand: (
99
99
  input: AddApplicationOutputCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1AddApplicationReferenceDataSourceCommand: (
102
+ export declare const se_AddApplicationReferenceDataSourceCommand: (
103
103
  input: AddApplicationReferenceDataSourceCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1CreateApplicationCommand: (
106
+ export declare const se_CreateApplicationCommand: (
107
107
  input: CreateApplicationCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1DeleteApplicationCommand: (
110
+ export declare const se_DeleteApplicationCommand: (
111
111
  input: DeleteApplicationCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand: (
114
+ export declare const se_DeleteApplicationCloudWatchLoggingOptionCommand: (
115
115
  input: DeleteApplicationCloudWatchLoggingOptionCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand: (
118
+ export declare const se_DeleteApplicationInputProcessingConfigurationCommand: (
119
119
  input: DeleteApplicationInputProcessingConfigurationCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DeleteApplicationOutputCommand: (
122
+ export declare const se_DeleteApplicationOutputCommand: (
123
123
  input: DeleteApplicationOutputCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DeleteApplicationReferenceDataSourceCommand: (
126
+ export declare const se_DeleteApplicationReferenceDataSourceCommand: (
127
127
  input: DeleteApplicationReferenceDataSourceCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DescribeApplicationCommand: (
130
+ export declare const se_DescribeApplicationCommand: (
131
131
  input: DescribeApplicationCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DiscoverInputSchemaCommand: (
134
+ export declare const se_DiscoverInputSchemaCommand: (
135
135
  input: DiscoverInputSchemaCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1ListApplicationsCommand: (
138
+ export declare const se_ListApplicationsCommand: (
139
139
  input: ListApplicationsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
142
+ export declare const se_ListTagsForResourceCommand: (
143
143
  input: ListTagsForResourceCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1StartApplicationCommand: (
146
+ export declare const se_StartApplicationCommand: (
147
147
  input: StartApplicationCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1StopApplicationCommand: (
150
+ export declare const se_StopApplicationCommand: (
151
151
  input: StopApplicationCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1TagResourceCommand: (
154
+ export declare const se_TagResourceCommand: (
155
155
  input: TagResourceCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1UntagResourceCommand: (
158
+ export declare const se_UntagResourceCommand: (
159
159
  input: UntagResourceCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1UpdateApplicationCommand: (
162
+ export declare const se_UpdateApplicationCommand: (
163
163
  input: UpdateApplicationCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand: (
166
+ export declare const de_AddApplicationCloudWatchLoggingOptionCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
170
- export declare const deserializeAws_json1_1AddApplicationInputCommand: (
170
+ export declare const de_AddApplicationInputCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<AddApplicationInputCommandOutput>;
174
- export declare const deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommand: (
174
+ export declare const de_AddApplicationInputProcessingConfigurationCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
178
- export declare const deserializeAws_json1_1AddApplicationOutputCommand: (
178
+ export declare const de_AddApplicationOutputCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<AddApplicationOutputCommandOutput>;
182
- export declare const deserializeAws_json1_1AddApplicationReferenceDataSourceCommand: (
182
+ export declare const de_AddApplicationReferenceDataSourceCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<AddApplicationReferenceDataSourceCommandOutput>;
186
- export declare const deserializeAws_json1_1CreateApplicationCommand: (
186
+ export declare const de_CreateApplicationCommand: (
187
187
  output: __HttpResponse,
188
188
  context: __SerdeContext
189
189
  ) => Promise<CreateApplicationCommandOutput>;
190
- export declare const deserializeAws_json1_1DeleteApplicationCommand: (
190
+ export declare const de_DeleteApplicationCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<DeleteApplicationCommandOutput>;
194
- export declare const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand: (
194
+ export declare const de_DeleteApplicationCloudWatchLoggingOptionCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
198
- export declare const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand: (
198
+ export declare const de_DeleteApplicationInputProcessingConfigurationCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
202
- export declare const deserializeAws_json1_1DeleteApplicationOutputCommand: (
202
+ export declare const de_DeleteApplicationOutputCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<DeleteApplicationOutputCommandOutput>;
206
- export declare const deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommand: (
206
+ export declare const de_DeleteApplicationReferenceDataSourceCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
210
- export declare const deserializeAws_json1_1DescribeApplicationCommand: (
210
+ export declare const de_DescribeApplicationCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<DescribeApplicationCommandOutput>;
214
- export declare const deserializeAws_json1_1DiscoverInputSchemaCommand: (
214
+ export declare const de_DiscoverInputSchemaCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<DiscoverInputSchemaCommandOutput>;
218
- export declare const deserializeAws_json1_1ListApplicationsCommand: (
218
+ export declare const de_ListApplicationsCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<ListApplicationsCommandOutput>;
222
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
222
+ export declare const de_ListTagsForResourceCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<ListTagsForResourceCommandOutput>;
226
- export declare const deserializeAws_json1_1StartApplicationCommand: (
226
+ export declare const de_StartApplicationCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<StartApplicationCommandOutput>;
230
- export declare const deserializeAws_json1_1StopApplicationCommand: (
230
+ export declare const de_StopApplicationCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<StopApplicationCommandOutput>;
234
- export declare const deserializeAws_json1_1TagResourceCommand: (
234
+ export declare const de_TagResourceCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<TagResourceCommandOutput>;
238
- export declare const deserializeAws_json1_1UntagResourceCommand: (
238
+ export declare const de_UntagResourceCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<UntagResourceCommandOutput>;
242
- export declare const deserializeAws_json1_1UpdateApplicationCommand: (
242
+ export declare const de_UpdateApplicationCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<UpdateApplicationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics",
3
3
  "description": "AWS SDK for JavaScript Kinesis Analytics Client for Node.js, Browser and React Native",
4
- "version": "3.306.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,9 +21,9 @@
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.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
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.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",