@aws-sdk/client-ssm-sap 3.928.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +940 -1243
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SsmSapClient.js +2 -0
- package/dist-es/commands/DeleteResourcePermissionCommand.js +3 -9
- package/dist-es/commands/DeregisterApplicationCommand.js +3 -9
- package/dist-es/commands/GetApplicationCommand.js +3 -9
- package/dist-es/commands/GetComponentCommand.js +3 -9
- package/dist-es/commands/GetConfigurationCheckOperationCommand.js +3 -9
- package/dist-es/commands/GetDatabaseCommand.js +3 -10
- package/dist-es/commands/GetOperationCommand.js +3 -9
- package/dist-es/commands/GetResourcePermissionCommand.js +3 -9
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -9
- package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +3 -9
- package/dist-es/commands/ListDatabasesCommand.js +3 -9
- package/dist-es/commands/ListOperationEventsCommand.js +3 -9
- package/dist-es/commands/ListOperationsCommand.js +3 -9
- package/dist-es/commands/ListSubCheckResultsCommand.js +3 -9
- package/dist-es/commands/ListSubCheckRuleResultsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutResourcePermissionCommand.js +3 -9
- package/dist-es/commands/RegisterApplicationCommand.js +3 -10
- package/dist-es/commands/StartApplicationCommand.js +3 -9
- package/dist-es/commands/StartApplicationRefreshCommand.js +3 -9
- package/dist-es/commands/StartConfigurationChecksCommand.js +3 -9
- package/dist-es/commands/StopApplicationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationSettingsCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -26
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +883 -0
- package/dist-types/SsmSapClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +140 -0
- package/dist-types/ts3.4/SsmSapClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -13
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +147 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1011
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { DeleteResourcePermissionCommandInput, DeleteResourcePermissionCommandOutput } from "../commands/DeleteResourcePermissionCommand";
|
|
4
|
-
import { DeregisterApplicationCommandInput, DeregisterApplicationCommandOutput } from "../commands/DeregisterApplicationCommand";
|
|
5
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
6
|
-
import { GetComponentCommandInput, GetComponentCommandOutput } from "../commands/GetComponentCommand";
|
|
7
|
-
import { GetConfigurationCheckOperationCommandInput, GetConfigurationCheckOperationCommandOutput } from "../commands/GetConfigurationCheckOperationCommand";
|
|
8
|
-
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
|
|
9
|
-
import { GetOperationCommandInput, GetOperationCommandOutput } from "../commands/GetOperationCommand";
|
|
10
|
-
import { GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput } from "../commands/GetResourcePermissionCommand";
|
|
11
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
12
|
-
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
|
|
13
|
-
import { ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput } from "../commands/ListConfigurationCheckDefinitionsCommand";
|
|
14
|
-
import { ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput } from "../commands/ListConfigurationCheckOperationsCommand";
|
|
15
|
-
import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
|
|
16
|
-
import { ListOperationEventsCommandInput, ListOperationEventsCommandOutput } from "../commands/ListOperationEventsCommand";
|
|
17
|
-
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
18
|
-
import { ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput } from "../commands/ListSubCheckResultsCommand";
|
|
19
|
-
import { ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput } from "../commands/ListSubCheckRuleResultsCommand";
|
|
20
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
21
|
-
import { PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput } from "../commands/PutResourcePermissionCommand";
|
|
22
|
-
import { RegisterApplicationCommandInput, RegisterApplicationCommandOutput } from "../commands/RegisterApplicationCommand";
|
|
23
|
-
import { StartApplicationCommandInput, StartApplicationCommandOutput } from "../commands/StartApplicationCommand";
|
|
24
|
-
import { StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput } from "../commands/StartApplicationRefreshCommand";
|
|
25
|
-
import { StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput } from "../commands/StartConfigurationChecksCommand";
|
|
26
|
-
import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../commands/StopApplicationCommand";
|
|
27
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
28
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
|
-
import { UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput } from "../commands/UpdateApplicationSettingsCommand";
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_restJson1DeleteResourcePermissionCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_DeleteResourcePermissionCommand: (input: DeleteResourcePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1DeregisterApplicationCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_DeregisterApplicationCommand: (input: DeregisterApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1GetApplicationCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1GetComponentCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1GetConfigurationCheckOperationCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_GetConfigurationCheckOperationCommand: (input: GetConfigurationCheckOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1GetDatabaseCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1GetOperationCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_GetOperationCommand: (input: GetOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1GetResourcePermissionCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_GetResourcePermissionCommand: (input: GetResourcePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1ListApplicationsCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1ListComponentsCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1ListConfigurationCheckDefinitionsCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_ListConfigurationCheckDefinitionsCommand: (input: ListConfigurationCheckDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1ListConfigurationCheckOperationsCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_ListConfigurationCheckOperationsCommand: (input: ListConfigurationCheckOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1ListDatabasesCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1ListOperationEventsCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_ListOperationEventsCommand: (input: ListOperationEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1ListOperationsCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1ListSubCheckResultsCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_ListSubCheckResultsCommand: (input: ListSubCheckResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1ListSubCheckRuleResultsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_ListSubCheckRuleResultsCommand: (input: ListSubCheckRuleResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1PutResourcePermissionCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_PutResourcePermissionCommand: (input: PutResourcePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1RegisterApplicationCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_RegisterApplicationCommand: (input: RegisterApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1StartApplicationCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1StartApplicationRefreshCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_StartApplicationRefreshCommand: (input: StartApplicationRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1StartConfigurationChecksCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_StartConfigurationChecksCommand: (input: StartConfigurationChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1StopApplicationCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1TagResourceCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1UpdateApplicationSettingsCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_UpdateApplicationSettingsCommand: (input: UpdateApplicationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_restJson1DeleteResourcePermissionCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_DeleteResourcePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePermissionCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_restJson1DeregisterApplicationCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_DeregisterApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterApplicationCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_restJson1GetApplicationCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_restJson1GetComponentCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_restJson1GetConfigurationCheckOperationCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_GetConfigurationCheckOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCheckOperationCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1GetDatabaseCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1GetOperationCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_GetOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOperationCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1GetResourcePermissionCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_GetResourcePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePermissionCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1ListApplicationsCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_restJson1ListComponentsCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1ListConfigurationCheckDefinitionsCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_ListConfigurationCheckDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationCheckDefinitionsCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1ListConfigurationCheckOperationsCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_ListConfigurationCheckOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationCheckOperationsCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1ListDatabasesCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1ListOperationEventsCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_ListOperationEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationEventsCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1ListOperationsCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1ListSubCheckResultsCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_ListSubCheckResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubCheckResultsCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1ListSubCheckRuleResultsCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_ListSubCheckRuleResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubCheckRuleResultsCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1PutResourcePermissionCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_PutResourcePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePermissionCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1RegisterApplicationCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_RegisterApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterApplicationCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1StartApplicationCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1StartApplicationRefreshCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_StartApplicationRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationRefreshCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1StartConfigurationChecksCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_StartConfigurationChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartConfigurationChecksCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1StopApplicationCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1UpdateApplicationSettingsCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_UpdateApplicationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationSettingsCommandOutput>;
|
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
DeleteResourcePermissionCommandInput,
|
|
8
|
-
DeleteResourcePermissionCommandOutput,
|
|
9
|
-
} from "../commands/DeleteResourcePermissionCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeregisterApplicationCommandInput,
|
|
12
|
-
DeregisterApplicationCommandOutput,
|
|
13
|
-
} from "../commands/DeregisterApplicationCommand";
|
|
14
|
-
import {
|
|
15
|
-
GetApplicationCommandInput,
|
|
16
|
-
GetApplicationCommandOutput,
|
|
17
|
-
} from "../commands/GetApplicationCommand";
|
|
18
|
-
import {
|
|
19
|
-
GetComponentCommandInput,
|
|
20
|
-
GetComponentCommandOutput,
|
|
21
|
-
} from "../commands/GetComponentCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetConfigurationCheckOperationCommandInput,
|
|
24
|
-
GetConfigurationCheckOperationCommandOutput,
|
|
25
|
-
} from "../commands/GetConfigurationCheckOperationCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetDatabaseCommandInput,
|
|
28
|
-
GetDatabaseCommandOutput,
|
|
29
|
-
} from "../commands/GetDatabaseCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetOperationCommandInput,
|
|
32
|
-
GetOperationCommandOutput,
|
|
33
|
-
} from "../commands/GetOperationCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetResourcePermissionCommandInput,
|
|
36
|
-
GetResourcePermissionCommandOutput,
|
|
37
|
-
} from "../commands/GetResourcePermissionCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListApplicationsCommandInput,
|
|
40
|
-
ListApplicationsCommandOutput,
|
|
41
|
-
} from "../commands/ListApplicationsCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListComponentsCommandInput,
|
|
44
|
-
ListComponentsCommandOutput,
|
|
45
|
-
} from "../commands/ListComponentsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListConfigurationCheckDefinitionsCommandInput,
|
|
48
|
-
ListConfigurationCheckDefinitionsCommandOutput,
|
|
49
|
-
} from "../commands/ListConfigurationCheckDefinitionsCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListConfigurationCheckOperationsCommandInput,
|
|
52
|
-
ListConfigurationCheckOperationsCommandOutput,
|
|
53
|
-
} from "../commands/ListConfigurationCheckOperationsCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListDatabasesCommandInput,
|
|
56
|
-
ListDatabasesCommandOutput,
|
|
57
|
-
} from "../commands/ListDatabasesCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListOperationEventsCommandInput,
|
|
60
|
-
ListOperationEventsCommandOutput,
|
|
61
|
-
} from "../commands/ListOperationEventsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListOperationsCommandInput,
|
|
64
|
-
ListOperationsCommandOutput,
|
|
65
|
-
} from "../commands/ListOperationsCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListSubCheckResultsCommandInput,
|
|
68
|
-
ListSubCheckResultsCommandOutput,
|
|
69
|
-
} from "../commands/ListSubCheckResultsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListSubCheckRuleResultsCommandInput,
|
|
72
|
-
ListSubCheckRuleResultsCommandOutput,
|
|
73
|
-
} from "../commands/ListSubCheckRuleResultsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListTagsForResourceCommandInput,
|
|
76
|
-
ListTagsForResourceCommandOutput,
|
|
77
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
78
|
-
import {
|
|
79
|
-
PutResourcePermissionCommandInput,
|
|
80
|
-
PutResourcePermissionCommandOutput,
|
|
81
|
-
} from "../commands/PutResourcePermissionCommand";
|
|
82
|
-
import {
|
|
83
|
-
RegisterApplicationCommandInput,
|
|
84
|
-
RegisterApplicationCommandOutput,
|
|
85
|
-
} from "../commands/RegisterApplicationCommand";
|
|
86
|
-
import {
|
|
87
|
-
StartApplicationCommandInput,
|
|
88
|
-
StartApplicationCommandOutput,
|
|
89
|
-
} from "../commands/StartApplicationCommand";
|
|
90
|
-
import {
|
|
91
|
-
StartApplicationRefreshCommandInput,
|
|
92
|
-
StartApplicationRefreshCommandOutput,
|
|
93
|
-
} from "../commands/StartApplicationRefreshCommand";
|
|
94
|
-
import {
|
|
95
|
-
StartConfigurationChecksCommandInput,
|
|
96
|
-
StartConfigurationChecksCommandOutput,
|
|
97
|
-
} from "../commands/StartConfigurationChecksCommand";
|
|
98
|
-
import {
|
|
99
|
-
StopApplicationCommandInput,
|
|
100
|
-
StopApplicationCommandOutput,
|
|
101
|
-
} from "../commands/StopApplicationCommand";
|
|
102
|
-
import {
|
|
103
|
-
TagResourceCommandInput,
|
|
104
|
-
TagResourceCommandOutput,
|
|
105
|
-
} from "../commands/TagResourceCommand";
|
|
106
|
-
import {
|
|
107
|
-
UntagResourceCommandInput,
|
|
108
|
-
UntagResourceCommandOutput,
|
|
109
|
-
} from "../commands/UntagResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdateApplicationSettingsCommandInput,
|
|
112
|
-
UpdateApplicationSettingsCommandOutput,
|
|
113
|
-
} from "../commands/UpdateApplicationSettingsCommand";
|
|
114
|
-
export declare const se_DeleteResourcePermissionCommand: (
|
|
115
|
-
input: DeleteResourcePermissionCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DeregisterApplicationCommand: (
|
|
119
|
-
input: DeregisterApplicationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_GetApplicationCommand: (
|
|
123
|
-
input: GetApplicationCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_GetComponentCommand: (
|
|
127
|
-
input: GetComponentCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_GetConfigurationCheckOperationCommand: (
|
|
131
|
-
input: GetConfigurationCheckOperationCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_GetDatabaseCommand: (
|
|
135
|
-
input: GetDatabaseCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_GetOperationCommand: (
|
|
139
|
-
input: GetOperationCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_GetResourcePermissionCommand: (
|
|
143
|
-
input: GetResourcePermissionCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_ListApplicationsCommand: (
|
|
147
|
-
input: ListApplicationsCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ListComponentsCommand: (
|
|
151
|
-
input: ListComponentsCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ListConfigurationCheckDefinitionsCommand: (
|
|
155
|
-
input: ListConfigurationCheckDefinitionsCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListConfigurationCheckOperationsCommand: (
|
|
159
|
-
input: ListConfigurationCheckOperationsCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListDatabasesCommand: (
|
|
163
|
-
input: ListDatabasesCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListOperationEventsCommand: (
|
|
167
|
-
input: ListOperationEventsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListOperationsCommand: (
|
|
171
|
-
input: ListOperationsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListSubCheckResultsCommand: (
|
|
175
|
-
input: ListSubCheckResultsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListSubCheckRuleResultsCommand: (
|
|
179
|
-
input: ListSubCheckRuleResultsCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
183
|
-
input: ListTagsForResourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_PutResourcePermissionCommand: (
|
|
187
|
-
input: PutResourcePermissionCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_RegisterApplicationCommand: (
|
|
191
|
-
input: RegisterApplicationCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_StartApplicationCommand: (
|
|
195
|
-
input: StartApplicationCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_StartApplicationRefreshCommand: (
|
|
199
|
-
input: StartApplicationRefreshCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_StartConfigurationChecksCommand: (
|
|
203
|
-
input: StartConfigurationChecksCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_StopApplicationCommand: (
|
|
207
|
-
input: StopApplicationCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_TagResourceCommand: (
|
|
211
|
-
input: TagResourceCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_UntagResourceCommand: (
|
|
215
|
-
input: UntagResourceCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_UpdateApplicationSettingsCommand: (
|
|
219
|
-
input: UpdateApplicationSettingsCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const de_DeleteResourcePermissionCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<DeleteResourcePermissionCommandOutput>;
|
|
226
|
-
export declare const de_DeregisterApplicationCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DeregisterApplicationCommandOutput>;
|
|
230
|
-
export declare const de_GetApplicationCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<GetApplicationCommandOutput>;
|
|
234
|
-
export declare const de_GetComponentCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<GetComponentCommandOutput>;
|
|
238
|
-
export declare const de_GetConfigurationCheckOperationCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<GetConfigurationCheckOperationCommandOutput>;
|
|
242
|
-
export declare const de_GetDatabaseCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<GetDatabaseCommandOutput>;
|
|
246
|
-
export declare const de_GetOperationCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<GetOperationCommandOutput>;
|
|
250
|
-
export declare const de_GetResourcePermissionCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<GetResourcePermissionCommandOutput>;
|
|
254
|
-
export declare const de_ListApplicationsCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<ListApplicationsCommandOutput>;
|
|
258
|
-
export declare const de_ListComponentsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListComponentsCommandOutput>;
|
|
262
|
-
export declare const de_ListConfigurationCheckDefinitionsCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListConfigurationCheckDefinitionsCommandOutput>;
|
|
266
|
-
export declare const de_ListConfigurationCheckOperationsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListConfigurationCheckOperationsCommandOutput>;
|
|
270
|
-
export declare const de_ListDatabasesCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListDatabasesCommandOutput>;
|
|
274
|
-
export declare const de_ListOperationEventsCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<ListOperationEventsCommandOutput>;
|
|
278
|
-
export declare const de_ListOperationsCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<ListOperationsCommandOutput>;
|
|
282
|
-
export declare const de_ListSubCheckResultsCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<ListSubCheckResultsCommandOutput>;
|
|
286
|
-
export declare const de_ListSubCheckRuleResultsCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<ListSubCheckRuleResultsCommandOutput>;
|
|
290
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
294
|
-
export declare const de_PutResourcePermissionCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<PutResourcePermissionCommandOutput>;
|
|
298
|
-
export declare const de_RegisterApplicationCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<RegisterApplicationCommandOutput>;
|
|
302
|
-
export declare const de_StartApplicationCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<StartApplicationCommandOutput>;
|
|
306
|
-
export declare const de_StartApplicationRefreshCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<StartApplicationRefreshCommandOutput>;
|
|
310
|
-
export declare const de_StartConfigurationChecksCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<StartConfigurationChecksCommandOutput>;
|
|
314
|
-
export declare const de_StopApplicationCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<StopApplicationCommandOutput>;
|
|
318
|
-
export declare const de_TagResourceCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<TagResourceCommandOutput>;
|
|
322
|
-
export declare const de_UntagResourceCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
326
|
-
export declare const de_UpdateApplicationSettingsCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<UpdateApplicationSettingsCommandOutput>;
|