@aws-sdk/client-application-discovery-service 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 (55) hide show
  1. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -2
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeAgentsCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  14. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -2
  15. package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -2
  16. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -2
  17. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -2
  19. package/dist-cjs/commands/StartContinuousExportCommand.js +2 -2
  20. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -2
  21. package/dist-cjs/commands/StartExportTaskCommand.js +2 -2
  22. package/dist-cjs/commands/StartImportTaskCommand.js +2 -2
  23. package/dist-cjs/commands/StopContinuousExportCommand.js +2 -2
  24. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  26. package/dist-cjs/protocols/Aws_json1_1.js +530 -552
  27. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +3 -3
  28. package/dist-es/commands/BatchDeleteImportDataCommand.js +3 -3
  29. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  30. package/dist-es/commands/CreateTagsCommand.js +3 -3
  31. package/dist-es/commands/DeleteApplicationsCommand.js +3 -3
  32. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  33. package/dist-es/commands/DescribeAgentsCommand.js +3 -3
  34. package/dist-es/commands/DescribeConfigurationsCommand.js +3 -3
  35. package/dist-es/commands/DescribeContinuousExportsCommand.js +3 -3
  36. package/dist-es/commands/DescribeExportConfigurationsCommand.js +3 -3
  37. package/dist-es/commands/DescribeExportTasksCommand.js +3 -3
  38. package/dist-es/commands/DescribeImportTasksCommand.js +3 -3
  39. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  40. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +3 -3
  41. package/dist-es/commands/ExportConfigurationsCommand.js +3 -3
  42. package/dist-es/commands/GetDiscoverySummaryCommand.js +3 -3
  43. package/dist-es/commands/ListConfigurationsCommand.js +3 -3
  44. package/dist-es/commands/ListServerNeighborsCommand.js +3 -3
  45. package/dist-es/commands/StartContinuousExportCommand.js +3 -3
  46. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +3 -3
  47. package/dist-es/commands/StartExportTaskCommand.js +3 -3
  48. package/dist-es/commands/StartImportTaskCommand.js +3 -3
  49. package/dist-es/commands/StopContinuousExportCommand.js +3 -3
  50. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +3 -3
  51. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  52. package/dist-es/protocols/Aws_json1_1.js +479 -501
  53. package/dist-types/protocols/Aws_json1_1.d.ts +200 -50
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +50 -50
  55. package/package.json +29 -29
@@ -25,53 +25,203 @@ import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "../co
25
25
  import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "../commands/StopContinuousExportCommand";
26
26
  import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "../commands/StopDataCollectionByAgentIdsCommand";
27
27
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
28
- export declare const serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand: (input: AssociateConfigurationItemsToApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1BatchDeleteImportDataCommand: (input: BatchDeleteImportDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DeleteApplicationsCommand: (input: DeleteApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DescribeAgentsCommand: (input: DescribeAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1DescribeConfigurationsCommand: (input: DescribeConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1DescribeContinuousExportsCommand: (input: DescribeContinuousExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1DescribeExportConfigurationsCommand: (input: DescribeExportConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1DescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1DescribeImportTasksCommand: (input: DescribeImportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand: (input: DisassociateConfigurationItemsFromApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1ExportConfigurationsCommand: (input: ExportConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1GetDiscoverySummaryCommand: (input: GetDiscoverySummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1ListServerNeighborsCommand: (input: ListServerNeighborsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1StartContinuousExportCommand: (input: StartContinuousExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1StartDataCollectionByAgentIdsCommand: (input: StartDataCollectionByAgentIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1StartExportTaskCommand: (input: StartExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1StartImportTaskCommand: (input: StartImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1StopContinuousExportCommand: (input: StopContinuousExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1StopDataCollectionByAgentIdsCommand: (input: StopDataCollectionByAgentIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
54
- export declare const deserializeAws_json1_1BatchDeleteImportDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImportDataCommandOutput>;
55
- export declare const deserializeAws_json1_1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
56
- export declare const deserializeAws_json1_1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
57
- export declare const deserializeAws_json1_1DeleteApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationsCommandOutput>;
58
- export declare const deserializeAws_json1_1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
59
- export declare const deserializeAws_json1_1DescribeAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentsCommandOutput>;
60
- export declare const deserializeAws_json1_1DescribeConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationsCommandOutput>;
61
- export declare const deserializeAws_json1_1DescribeContinuousExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContinuousExportsCommandOutput>;
62
- export declare const deserializeAws_json1_1DescribeExportConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportConfigurationsCommandOutput>;
63
- export declare const deserializeAws_json1_1DescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
64
- export declare const deserializeAws_json1_1DescribeImportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportTasksCommandOutput>;
65
- export declare const deserializeAws_json1_1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
66
- export declare const deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
67
- export declare const deserializeAws_json1_1ExportConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportConfigurationsCommandOutput>;
68
- export declare const deserializeAws_json1_1GetDiscoverySummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDiscoverySummaryCommandOutput>;
69
- export declare const deserializeAws_json1_1ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
70
- export declare const deserializeAws_json1_1ListServerNeighborsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerNeighborsCommandOutput>;
71
- export declare const deserializeAws_json1_1StartContinuousExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContinuousExportCommandOutput>;
72
- export declare const deserializeAws_json1_1StartDataCollectionByAgentIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataCollectionByAgentIdsCommandOutput>;
73
- export declare const deserializeAws_json1_1StartExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExportTaskCommandOutput>;
74
- export declare const deserializeAws_json1_1StartImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportTaskCommandOutput>;
75
- export declare const deserializeAws_json1_1StopContinuousExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContinuousExportCommandOutput>;
76
- export declare const deserializeAws_json1_1StopDataCollectionByAgentIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDataCollectionByAgentIdsCommandOutput>;
77
- export declare const deserializeAws_json1_1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
28
+ /**
29
+ * serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand
30
+ */
31
+ export declare const se_AssociateConfigurationItemsToApplicationCommand: (input: AssociateConfigurationItemsToApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_json1_1BatchDeleteImportDataCommand
34
+ */
35
+ export declare const se_BatchDeleteImportDataCommand: (input: BatchDeleteImportDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_json1_1CreateApplicationCommand
38
+ */
39
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_json1_1CreateTagsCommand
42
+ */
43
+ export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_json1_1DeleteApplicationsCommand
46
+ */
47
+ export declare const se_DeleteApplicationsCommand: (input: DeleteApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_json1_1DeleteTagsCommand
50
+ */
51
+ export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_json1_1DescribeAgentsCommand
54
+ */
55
+ export declare const se_DescribeAgentsCommand: (input: DescribeAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_1DescribeConfigurationsCommand
58
+ */
59
+ export declare const se_DescribeConfigurationsCommand: (input: DescribeConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_1DescribeContinuousExportsCommand
62
+ */
63
+ export declare const se_DescribeContinuousExportsCommand: (input: DescribeContinuousExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_1DescribeExportConfigurationsCommand
66
+ */
67
+ export declare const se_DescribeExportConfigurationsCommand: (input: DescribeExportConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_json1_1DescribeExportTasksCommand
70
+ */
71
+ export declare const se_DescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_1DescribeImportTasksCommand
74
+ */
75
+ export declare const se_DescribeImportTasksCommand: (input: DescribeImportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_1DescribeTagsCommand
78
+ */
79
+ export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand
82
+ */
83
+ export declare const se_DisassociateConfigurationItemsFromApplicationCommand: (input: DisassociateConfigurationItemsFromApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_1ExportConfigurationsCommand
86
+ */
87
+ export declare const se_ExportConfigurationsCommand: (input: ExportConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_1GetDiscoverySummaryCommand
90
+ */
91
+ export declare const se_GetDiscoverySummaryCommand: (input: GetDiscoverySummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_1ListConfigurationsCommand
94
+ */
95
+ export declare const se_ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_1ListServerNeighborsCommand
98
+ */
99
+ export declare const se_ListServerNeighborsCommand: (input: ListServerNeighborsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_1StartContinuousExportCommand
102
+ */
103
+ export declare const se_StartContinuousExportCommand: (input: StartContinuousExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_1StartDataCollectionByAgentIdsCommand
106
+ */
107
+ export declare const se_StartDataCollectionByAgentIdsCommand: (input: StartDataCollectionByAgentIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_json1_1StartExportTaskCommand
110
+ */
111
+ export declare const se_StartExportTaskCommand: (input: StartExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_1StartImportTaskCommand
114
+ */
115
+ export declare const se_StartImportTaskCommand: (input: StartImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_1StopContinuousExportCommand
118
+ */
119
+ export declare const se_StopContinuousExportCommand: (input: StopContinuousExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_1StopDataCollectionByAgentIdsCommand
122
+ */
123
+ export declare const se_StopDataCollectionByAgentIdsCommand: (input: StopDataCollectionByAgentIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_1UpdateApplicationCommand
126
+ */
127
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand
130
+ */
131
+ export declare const de_AssociateConfigurationItemsToApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
132
+ /**
133
+ * deserializeAws_json1_1BatchDeleteImportDataCommand
134
+ */
135
+ export declare const de_BatchDeleteImportDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImportDataCommandOutput>;
136
+ /**
137
+ * deserializeAws_json1_1CreateApplicationCommand
138
+ */
139
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
140
+ /**
141
+ * deserializeAws_json1_1CreateTagsCommand
142
+ */
143
+ export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
144
+ /**
145
+ * deserializeAws_json1_1DeleteApplicationsCommand
146
+ */
147
+ export declare const de_DeleteApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationsCommandOutput>;
148
+ /**
149
+ * deserializeAws_json1_1DeleteTagsCommand
150
+ */
151
+ export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
152
+ /**
153
+ * deserializeAws_json1_1DescribeAgentsCommand
154
+ */
155
+ export declare const de_DescribeAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentsCommandOutput>;
156
+ /**
157
+ * deserializeAws_json1_1DescribeConfigurationsCommand
158
+ */
159
+ export declare const de_DescribeConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationsCommandOutput>;
160
+ /**
161
+ * deserializeAws_json1_1DescribeContinuousExportsCommand
162
+ */
163
+ export declare const de_DescribeContinuousExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContinuousExportsCommandOutput>;
164
+ /**
165
+ * deserializeAws_json1_1DescribeExportConfigurationsCommand
166
+ */
167
+ export declare const de_DescribeExportConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportConfigurationsCommandOutput>;
168
+ /**
169
+ * deserializeAws_json1_1DescribeExportTasksCommand
170
+ */
171
+ export declare const de_DescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
172
+ /**
173
+ * deserializeAws_json1_1DescribeImportTasksCommand
174
+ */
175
+ export declare const de_DescribeImportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportTasksCommandOutput>;
176
+ /**
177
+ * deserializeAws_json1_1DescribeTagsCommand
178
+ */
179
+ export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
180
+ /**
181
+ * deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand
182
+ */
183
+ export declare const de_DisassociateConfigurationItemsFromApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
184
+ /**
185
+ * deserializeAws_json1_1ExportConfigurationsCommand
186
+ */
187
+ export declare const de_ExportConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportConfigurationsCommandOutput>;
188
+ /**
189
+ * deserializeAws_json1_1GetDiscoverySummaryCommand
190
+ */
191
+ export declare const de_GetDiscoverySummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDiscoverySummaryCommandOutput>;
192
+ /**
193
+ * deserializeAws_json1_1ListConfigurationsCommand
194
+ */
195
+ export declare const de_ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
196
+ /**
197
+ * deserializeAws_json1_1ListServerNeighborsCommand
198
+ */
199
+ export declare const de_ListServerNeighborsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerNeighborsCommandOutput>;
200
+ /**
201
+ * deserializeAws_json1_1StartContinuousExportCommand
202
+ */
203
+ export declare const de_StartContinuousExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContinuousExportCommandOutput>;
204
+ /**
205
+ * deserializeAws_json1_1StartDataCollectionByAgentIdsCommand
206
+ */
207
+ export declare const de_StartDataCollectionByAgentIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataCollectionByAgentIdsCommandOutput>;
208
+ /**
209
+ * deserializeAws_json1_1StartExportTaskCommand
210
+ */
211
+ export declare const de_StartExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExportTaskCommandOutput>;
212
+ /**
213
+ * deserializeAws_json1_1StartImportTaskCommand
214
+ */
215
+ export declare const de_StartImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportTaskCommandOutput>;
216
+ /**
217
+ * deserializeAws_json1_1StopContinuousExportCommand
218
+ */
219
+ export declare const de_StopContinuousExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContinuousExportCommandOutput>;
220
+ /**
221
+ * deserializeAws_json1_1StopDataCollectionByAgentIdsCommand
222
+ */
223
+ export declare const de_StopDataCollectionByAgentIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDataCollectionByAgentIdsCommandOutput>;
224
+ /**
225
+ * deserializeAws_json1_1UpdateApplicationCommand
226
+ */
227
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
@@ -103,203 +103,203 @@ import {
103
103
  UpdateApplicationCommandInput,
104
104
  UpdateApplicationCommandOutput,
105
105
  } from "../commands/UpdateApplicationCommand";
106
- export declare const serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand: (
106
+ export declare const se_AssociateConfigurationItemsToApplicationCommand: (
107
107
  input: AssociateConfigurationItemsToApplicationCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1BatchDeleteImportDataCommand: (
110
+ export declare const se_BatchDeleteImportDataCommand: (
111
111
  input: BatchDeleteImportDataCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1CreateApplicationCommand: (
114
+ export declare const se_CreateApplicationCommand: (
115
115
  input: CreateApplicationCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1CreateTagsCommand: (
118
+ export declare const se_CreateTagsCommand: (
119
119
  input: CreateTagsCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DeleteApplicationsCommand: (
122
+ export declare const se_DeleteApplicationsCommand: (
123
123
  input: DeleteApplicationsCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DeleteTagsCommand: (
126
+ export declare const se_DeleteTagsCommand: (
127
127
  input: DeleteTagsCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DescribeAgentsCommand: (
130
+ export declare const se_DescribeAgentsCommand: (
131
131
  input: DescribeAgentsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DescribeConfigurationsCommand: (
134
+ export declare const se_DescribeConfigurationsCommand: (
135
135
  input: DescribeConfigurationsCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1DescribeContinuousExportsCommand: (
138
+ export declare const se_DescribeContinuousExportsCommand: (
139
139
  input: DescribeContinuousExportsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1DescribeExportConfigurationsCommand: (
142
+ export declare const se_DescribeExportConfigurationsCommand: (
143
143
  input: DescribeExportConfigurationsCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1DescribeExportTasksCommand: (
146
+ export declare const se_DescribeExportTasksCommand: (
147
147
  input: DescribeExportTasksCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1DescribeImportTasksCommand: (
150
+ export declare const se_DescribeImportTasksCommand: (
151
151
  input: DescribeImportTasksCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1DescribeTagsCommand: (
154
+ export declare const se_DescribeTagsCommand: (
155
155
  input: DescribeTagsCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand: (
158
+ export declare const se_DisassociateConfigurationItemsFromApplicationCommand: (
159
159
  input: DisassociateConfigurationItemsFromApplicationCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1ExportConfigurationsCommand: (
162
+ export declare const se_ExportConfigurationsCommand: (
163
163
  input: ExportConfigurationsCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1GetDiscoverySummaryCommand: (
166
+ export declare const se_GetDiscoverySummaryCommand: (
167
167
  input: GetDiscoverySummaryCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1ListConfigurationsCommand: (
170
+ export declare const se_ListConfigurationsCommand: (
171
171
  input: ListConfigurationsCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_1ListServerNeighborsCommand: (
174
+ export declare const se_ListServerNeighborsCommand: (
175
175
  input: ListServerNeighborsCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_1StartContinuousExportCommand: (
178
+ export declare const se_StartContinuousExportCommand: (
179
179
  input: StartContinuousExportCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_1StartDataCollectionByAgentIdsCommand: (
182
+ export declare const se_StartDataCollectionByAgentIdsCommand: (
183
183
  input: StartDataCollectionByAgentIdsCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_json1_1StartExportTaskCommand: (
186
+ export declare const se_StartExportTaskCommand: (
187
187
  input: StartExportTaskCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_1StartImportTaskCommand: (
190
+ export declare const se_StartImportTaskCommand: (
191
191
  input: StartImportTaskCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_json1_1StopContinuousExportCommand: (
194
+ export declare const se_StopContinuousExportCommand: (
195
195
  input: StopContinuousExportCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_json1_1StopDataCollectionByAgentIdsCommand: (
198
+ export declare const se_StopDataCollectionByAgentIdsCommand: (
199
199
  input: StopDataCollectionByAgentIdsCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_json1_1UpdateApplicationCommand: (
202
+ export declare const se_UpdateApplicationCommand: (
203
203
  input: UpdateApplicationCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand: (
206
+ export declare const de_AssociateConfigurationItemsToApplicationCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
210
- export declare const deserializeAws_json1_1BatchDeleteImportDataCommand: (
210
+ export declare const de_BatchDeleteImportDataCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<BatchDeleteImportDataCommandOutput>;
214
- export declare const deserializeAws_json1_1CreateApplicationCommand: (
214
+ export declare const de_CreateApplicationCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<CreateApplicationCommandOutput>;
218
- export declare const deserializeAws_json1_1CreateTagsCommand: (
218
+ export declare const de_CreateTagsCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<CreateTagsCommandOutput>;
222
- export declare const deserializeAws_json1_1DeleteApplicationsCommand: (
222
+ export declare const de_DeleteApplicationsCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DeleteApplicationsCommandOutput>;
226
- export declare const deserializeAws_json1_1DeleteTagsCommand: (
226
+ export declare const de_DeleteTagsCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DeleteTagsCommandOutput>;
230
- export declare const deserializeAws_json1_1DescribeAgentsCommand: (
230
+ export declare const de_DescribeAgentsCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DescribeAgentsCommandOutput>;
234
- export declare const deserializeAws_json1_1DescribeConfigurationsCommand: (
234
+ export declare const de_DescribeConfigurationsCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DescribeConfigurationsCommandOutput>;
238
- export declare const deserializeAws_json1_1DescribeContinuousExportsCommand: (
238
+ export declare const de_DescribeContinuousExportsCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<DescribeContinuousExportsCommandOutput>;
242
- export declare const deserializeAws_json1_1DescribeExportConfigurationsCommand: (
242
+ export declare const de_DescribeExportConfigurationsCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<DescribeExportConfigurationsCommandOutput>;
246
- export declare const deserializeAws_json1_1DescribeExportTasksCommand: (
246
+ export declare const de_DescribeExportTasksCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<DescribeExportTasksCommandOutput>;
250
- export declare const deserializeAws_json1_1DescribeImportTasksCommand: (
250
+ export declare const de_DescribeImportTasksCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<DescribeImportTasksCommandOutput>;
254
- export declare const deserializeAws_json1_1DescribeTagsCommand: (
254
+ export declare const de_DescribeTagsCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<DescribeTagsCommandOutput>;
258
- export declare const deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand: (
258
+ export declare const de_DisassociateConfigurationItemsFromApplicationCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
262
- export declare const deserializeAws_json1_1ExportConfigurationsCommand: (
262
+ export declare const de_ExportConfigurationsCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<ExportConfigurationsCommandOutput>;
266
- export declare const deserializeAws_json1_1GetDiscoverySummaryCommand: (
266
+ export declare const de_GetDiscoverySummaryCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<GetDiscoverySummaryCommandOutput>;
270
- export declare const deserializeAws_json1_1ListConfigurationsCommand: (
270
+ export declare const de_ListConfigurationsCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<ListConfigurationsCommandOutput>;
274
- export declare const deserializeAws_json1_1ListServerNeighborsCommand: (
274
+ export declare const de_ListServerNeighborsCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<ListServerNeighborsCommandOutput>;
278
- export declare const deserializeAws_json1_1StartContinuousExportCommand: (
278
+ export declare const de_StartContinuousExportCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<StartContinuousExportCommandOutput>;
282
- export declare const deserializeAws_json1_1StartDataCollectionByAgentIdsCommand: (
282
+ export declare const de_StartDataCollectionByAgentIdsCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<StartDataCollectionByAgentIdsCommandOutput>;
286
- export declare const deserializeAws_json1_1StartExportTaskCommand: (
286
+ export declare const de_StartExportTaskCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<StartExportTaskCommandOutput>;
290
- export declare const deserializeAws_json1_1StartImportTaskCommand: (
290
+ export declare const de_StartImportTaskCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<StartImportTaskCommandOutput>;
294
- export declare const deserializeAws_json1_1StopContinuousExportCommand: (
294
+ export declare const de_StopContinuousExportCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<StopContinuousExportCommandOutput>;
298
- export declare const deserializeAws_json1_1StopDataCollectionByAgentIdsCommand: (
298
+ export declare const de_StopDataCollectionByAgentIdsCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<StopDataCollectionByAgentIdsCommandOutput>;
302
- export declare const deserializeAws_json1_1UpdateApplicationCommand: (
302
+ export declare const de_UpdateApplicationCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<UpdateApplicationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service 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
  "uuid": "^8.3.2"