cdk-docker-image-deployment 0.0.72 → 0.0.74
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +35 -6
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +11 -4
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +24 -19
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +186 -179
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -3
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json +106 -41
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +4 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +39 -4
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +11 -3
- package/node_modules/aws-sdk/clients/managedblockchain.d.ts +6 -6
- package/node_modules/aws-sdk/clients/proton.d.ts +66 -33
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -5
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +770 -0
- package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
- package/node_modules/aws-sdk/clients/workdocs.d.ts +52 -7
- package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +10 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +49 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +119 -47
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -0,0 +1,770 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class SsmSap extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: SsmSap.Types.ClientConfiguration)
|
|
13
|
+
config: Config & SsmSap.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
deleteResourcePermission(params: SsmSap.Types.DeleteResourcePermissionInput, callback?: (err: AWSError, data: SsmSap.Types.DeleteResourcePermissionOutput) => void): Request<SsmSap.Types.DeleteResourcePermissionOutput, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
deleteResourcePermission(callback?: (err: AWSError, data: SsmSap.Types.DeleteResourcePermissionOutput) => void): Request<SsmSap.Types.DeleteResourcePermissionOutput, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
deregisterApplication(params: SsmSap.Types.DeregisterApplicationInput, callback?: (err: AWSError, data: SsmSap.Types.DeregisterApplicationOutput) => void): Request<SsmSap.Types.DeregisterApplicationOutput, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
deregisterApplication(callback?: (err: AWSError, data: SsmSap.Types.DeregisterApplicationOutput) => void): Request<SsmSap.Types.DeregisterApplicationOutput, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
getApplication(params: SsmSap.Types.GetApplicationInput, callback?: (err: AWSError, data: SsmSap.Types.GetApplicationOutput) => void): Request<SsmSap.Types.GetApplicationOutput, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
getApplication(callback?: (err: AWSError, data: SsmSap.Types.GetApplicationOutput) => void): Request<SsmSap.Types.GetApplicationOutput, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
getComponent(params: SsmSap.Types.GetComponentInput, callback?: (err: AWSError, data: SsmSap.Types.GetComponentOutput) => void): Request<SsmSap.Types.GetComponentOutput, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
getComponent(callback?: (err: AWSError, data: SsmSap.Types.GetComponentOutput) => void): Request<SsmSap.Types.GetComponentOutput, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
getDatabase(params: SsmSap.Types.GetDatabaseInput, callback?: (err: AWSError, data: SsmSap.Types.GetDatabaseOutput) => void): Request<SsmSap.Types.GetDatabaseOutput, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
getDatabase(callback?: (err: AWSError, data: SsmSap.Types.GetDatabaseOutput) => void): Request<SsmSap.Types.GetDatabaseOutput, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
getOperation(params: SsmSap.Types.GetOperationInput, callback?: (err: AWSError, data: SsmSap.Types.GetOperationOutput) => void): Request<SsmSap.Types.GetOperationOutput, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
getOperation(callback?: (err: AWSError, data: SsmSap.Types.GetOperationOutput) => void): Request<SsmSap.Types.GetOperationOutput, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
getResourcePermission(params: SsmSap.Types.GetResourcePermissionInput, callback?: (err: AWSError, data: SsmSap.Types.GetResourcePermissionOutput) => void): Request<SsmSap.Types.GetResourcePermissionOutput, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
getResourcePermission(callback?: (err: AWSError, data: SsmSap.Types.GetResourcePermissionOutput) => void): Request<SsmSap.Types.GetResourcePermissionOutput, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
listApplications(params: SsmSap.Types.ListApplicationsInput, callback?: (err: AWSError, data: SsmSap.Types.ListApplicationsOutput) => void): Request<SsmSap.Types.ListApplicationsOutput, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
listApplications(callback?: (err: AWSError, data: SsmSap.Types.ListApplicationsOutput) => void): Request<SsmSap.Types.ListApplicationsOutput, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
listComponents(params: SsmSap.Types.ListComponentsInput, callback?: (err: AWSError, data: SsmSap.Types.ListComponentsOutput) => void): Request<SsmSap.Types.ListComponentsOutput, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
listComponents(callback?: (err: AWSError, data: SsmSap.Types.ListComponentsOutput) => void): Request<SsmSap.Types.ListComponentsOutput, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
listDatabases(params: SsmSap.Types.ListDatabasesInput, callback?: (err: AWSError, data: SsmSap.Types.ListDatabasesOutput) => void): Request<SsmSap.Types.ListDatabasesOutput, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
listDatabases(callback?: (err: AWSError, data: SsmSap.Types.ListDatabasesOutput) => void): Request<SsmSap.Types.ListDatabasesOutput, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
listTagsForResource(params: SsmSap.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: SsmSap.Types.ListTagsForResourceResponse) => void): Request<SsmSap.Types.ListTagsForResourceResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
listTagsForResource(callback?: (err: AWSError, data: SsmSap.Types.ListTagsForResourceResponse) => void): Request<SsmSap.Types.ListTagsForResourceResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
putResourcePermission(params: SsmSap.Types.PutResourcePermissionInput, callback?: (err: AWSError, data: SsmSap.Types.PutResourcePermissionOutput) => void): Request<SsmSap.Types.PutResourcePermissionOutput, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
putResourcePermission(callback?: (err: AWSError, data: SsmSap.Types.PutResourcePermissionOutput) => void): Request<SsmSap.Types.PutResourcePermissionOutput, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
registerApplication(params: SsmSap.Types.RegisterApplicationInput, callback?: (err: AWSError, data: SsmSap.Types.RegisterApplicationOutput) => void): Request<SsmSap.Types.RegisterApplicationOutput, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
registerApplication(callback?: (err: AWSError, data: SsmSap.Types.RegisterApplicationOutput) => void): Request<SsmSap.Types.RegisterApplicationOutput, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
*/
|
|
121
|
+
tagResource(params: SsmSap.Types.TagResourceRequest, callback?: (err: AWSError, data: SsmSap.Types.TagResourceResponse) => void): Request<SsmSap.Types.TagResourceResponse, AWSError>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
*/
|
|
125
|
+
tagResource(callback?: (err: AWSError, data: SsmSap.Types.TagResourceResponse) => void): Request<SsmSap.Types.TagResourceResponse, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
129
|
+
untagResource(params: SsmSap.Types.UntagResourceRequest, callback?: (err: AWSError, data: SsmSap.Types.UntagResourceResponse) => void): Request<SsmSap.Types.UntagResourceResponse, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
133
|
+
untagResource(callback?: (err: AWSError, data: SsmSap.Types.UntagResourceResponse) => void): Request<SsmSap.Types.UntagResourceResponse, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
*/
|
|
137
|
+
updateApplicationSettings(params: SsmSap.Types.UpdateApplicationSettingsInput, callback?: (err: AWSError, data: SsmSap.Types.UpdateApplicationSettingsOutput) => void): Request<SsmSap.Types.UpdateApplicationSettingsOutput, AWSError>;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
updateApplicationSettings(callback?: (err: AWSError, data: SsmSap.Types.UpdateApplicationSettingsOutput) => void): Request<SsmSap.Types.UpdateApplicationSettingsOutput, AWSError>;
|
|
142
|
+
}
|
|
143
|
+
declare namespace SsmSap {
|
|
144
|
+
export type AppRegistryArn = string;
|
|
145
|
+
export interface Application {
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
*/
|
|
149
|
+
Id?: ApplicationId;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
*/
|
|
153
|
+
Type?: ApplicationType;
|
|
154
|
+
/**
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
Arn?: SsmSapArn;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
*/
|
|
161
|
+
AppRegistryArn?: AppRegistryArn;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
*/
|
|
165
|
+
Status?: ApplicationStatus;
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
*/
|
|
169
|
+
Components?: ComponentIdList;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
173
|
+
LastUpdated?: Timestamp;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
*/
|
|
177
|
+
StatusMessage?: String;
|
|
178
|
+
}
|
|
179
|
+
export interface ApplicationCredential {
|
|
180
|
+
/**
|
|
181
|
+
*
|
|
182
|
+
*/
|
|
183
|
+
DatabaseName: DatabaseName;
|
|
184
|
+
/**
|
|
185
|
+
*
|
|
186
|
+
*/
|
|
187
|
+
CredentialType: CredentialType;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
*/
|
|
191
|
+
SecretId: SecretId;
|
|
192
|
+
}
|
|
193
|
+
export type ApplicationCredentialList = ApplicationCredential[];
|
|
194
|
+
export type ApplicationId = string;
|
|
195
|
+
export type ApplicationStatus = "ACTIVATED"|"STARTING"|"STOPPED"|"STOPPING"|"FAILED"|"REGISTERING"|"DELETING"|"UNKNOWN"|string;
|
|
196
|
+
export interface ApplicationSummary {
|
|
197
|
+
/**
|
|
198
|
+
*
|
|
199
|
+
*/
|
|
200
|
+
Id?: ApplicationId;
|
|
201
|
+
/**
|
|
202
|
+
*
|
|
203
|
+
*/
|
|
204
|
+
Type?: ApplicationType;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
*/
|
|
208
|
+
Arn?: SsmSapArn;
|
|
209
|
+
/**
|
|
210
|
+
*
|
|
211
|
+
*/
|
|
212
|
+
Tags?: TagMap;
|
|
213
|
+
}
|
|
214
|
+
export type ApplicationSummaryList = ApplicationSummary[];
|
|
215
|
+
export type ApplicationType = "HANA"|string;
|
|
216
|
+
export type Arn = string;
|
|
217
|
+
export interface Component {
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
*/
|
|
221
|
+
ComponentId?: ComponentId;
|
|
222
|
+
/**
|
|
223
|
+
*
|
|
224
|
+
*/
|
|
225
|
+
ApplicationId?: ApplicationId;
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
*/
|
|
229
|
+
ComponentType?: ComponentType;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
*/
|
|
233
|
+
Status?: ComponentStatus;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
*/
|
|
237
|
+
Databases?: DatabaseIdList;
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
*/
|
|
241
|
+
Hosts?: HostList;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
*/
|
|
245
|
+
PrimaryHost?: String;
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
*/
|
|
249
|
+
LastUpdated?: Timestamp;
|
|
250
|
+
}
|
|
251
|
+
export type ComponentId = string;
|
|
252
|
+
export type ComponentIdList = ComponentId[];
|
|
253
|
+
export type ComponentStatus = "ACTIVATED"|string;
|
|
254
|
+
export interface ComponentSummary {
|
|
255
|
+
/**
|
|
256
|
+
*
|
|
257
|
+
*/
|
|
258
|
+
ApplicationId?: ApplicationId;
|
|
259
|
+
/**
|
|
260
|
+
*
|
|
261
|
+
*/
|
|
262
|
+
ComponentId?: ComponentId;
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
*/
|
|
266
|
+
ComponentType?: ComponentType;
|
|
267
|
+
/**
|
|
268
|
+
*
|
|
269
|
+
*/
|
|
270
|
+
Tags?: TagMap;
|
|
271
|
+
}
|
|
272
|
+
export type ComponentSummaryList = ComponentSummary[];
|
|
273
|
+
export type ComponentType = "HANA"|string;
|
|
274
|
+
export type CredentialType = "ADMIN"|string;
|
|
275
|
+
export interface Database {
|
|
276
|
+
/**
|
|
277
|
+
*
|
|
278
|
+
*/
|
|
279
|
+
ApplicationId?: ApplicationId;
|
|
280
|
+
/**
|
|
281
|
+
*
|
|
282
|
+
*/
|
|
283
|
+
ComponentId?: ComponentId;
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
*/
|
|
287
|
+
Credentials?: ApplicationCredentialList;
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
*/
|
|
291
|
+
DatabaseId?: DatabaseId;
|
|
292
|
+
/**
|
|
293
|
+
*
|
|
294
|
+
*/
|
|
295
|
+
DatabaseName?: String;
|
|
296
|
+
/**
|
|
297
|
+
*
|
|
298
|
+
*/
|
|
299
|
+
DatabaseType?: DatabaseType;
|
|
300
|
+
/**
|
|
301
|
+
*
|
|
302
|
+
*/
|
|
303
|
+
Arn?: SsmSapArn;
|
|
304
|
+
/**
|
|
305
|
+
*
|
|
306
|
+
*/
|
|
307
|
+
Status?: DatabaseStatus;
|
|
308
|
+
/**
|
|
309
|
+
*
|
|
310
|
+
*/
|
|
311
|
+
PrimaryHost?: String;
|
|
312
|
+
/**
|
|
313
|
+
*
|
|
314
|
+
*/
|
|
315
|
+
SQLPort?: Integer;
|
|
316
|
+
/**
|
|
317
|
+
*
|
|
318
|
+
*/
|
|
319
|
+
LastUpdated?: Timestamp;
|
|
320
|
+
}
|
|
321
|
+
export type DatabaseId = string;
|
|
322
|
+
export type DatabaseIdList = DatabaseId[];
|
|
323
|
+
export type DatabaseName = string;
|
|
324
|
+
export type DatabaseStatus = "RUNNING"|"STARTING"|"STOPPED"|"WARNING"|"UNKNOWN"|string;
|
|
325
|
+
export interface DatabaseSummary {
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
*/
|
|
329
|
+
ApplicationId?: ApplicationId;
|
|
330
|
+
/**
|
|
331
|
+
*
|
|
332
|
+
*/
|
|
333
|
+
ComponentId?: ComponentId;
|
|
334
|
+
/**
|
|
335
|
+
*
|
|
336
|
+
*/
|
|
337
|
+
DatabaseId?: DatabaseId;
|
|
338
|
+
/**
|
|
339
|
+
*
|
|
340
|
+
*/
|
|
341
|
+
DatabaseType?: DatabaseType;
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
*/
|
|
345
|
+
Arn?: SsmSapArn;
|
|
346
|
+
/**
|
|
347
|
+
*
|
|
348
|
+
*/
|
|
349
|
+
Tags?: TagMap;
|
|
350
|
+
}
|
|
351
|
+
export type DatabaseSummaryList = DatabaseSummary[];
|
|
352
|
+
export type DatabaseType = "SYSTEM"|"TENANT"|string;
|
|
353
|
+
export interface DeleteResourcePermissionInput {
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
*/
|
|
357
|
+
ActionType?: PermissionActionType;
|
|
358
|
+
/**
|
|
359
|
+
*
|
|
360
|
+
*/
|
|
361
|
+
SourceResourceArn?: Arn;
|
|
362
|
+
/**
|
|
363
|
+
*
|
|
364
|
+
*/
|
|
365
|
+
ResourceArn: Arn;
|
|
366
|
+
}
|
|
367
|
+
export interface DeleteResourcePermissionOutput {
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
*/
|
|
371
|
+
Policy?: String;
|
|
372
|
+
}
|
|
373
|
+
export interface DeregisterApplicationInput {
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
*/
|
|
377
|
+
ApplicationId: ApplicationId;
|
|
378
|
+
}
|
|
379
|
+
export interface DeregisterApplicationOutput {
|
|
380
|
+
}
|
|
381
|
+
export interface GetApplicationInput {
|
|
382
|
+
/**
|
|
383
|
+
*
|
|
384
|
+
*/
|
|
385
|
+
ApplicationId?: ApplicationId;
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
*/
|
|
389
|
+
ApplicationArn?: SsmSapArn;
|
|
390
|
+
}
|
|
391
|
+
export interface GetApplicationOutput {
|
|
392
|
+
/**
|
|
393
|
+
*
|
|
394
|
+
*/
|
|
395
|
+
Application?: Application;
|
|
396
|
+
/**
|
|
397
|
+
*
|
|
398
|
+
*/
|
|
399
|
+
Tags?: TagMap;
|
|
400
|
+
}
|
|
401
|
+
export interface GetComponentInput {
|
|
402
|
+
/**
|
|
403
|
+
*
|
|
404
|
+
*/
|
|
405
|
+
ApplicationId: ApplicationId;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
*/
|
|
409
|
+
ComponentId: ComponentId;
|
|
410
|
+
}
|
|
411
|
+
export interface GetComponentOutput {
|
|
412
|
+
/**
|
|
413
|
+
*
|
|
414
|
+
*/
|
|
415
|
+
Component?: Component;
|
|
416
|
+
}
|
|
417
|
+
export interface GetDatabaseInput {
|
|
418
|
+
/**
|
|
419
|
+
*
|
|
420
|
+
*/
|
|
421
|
+
ApplicationId?: ApplicationId;
|
|
422
|
+
/**
|
|
423
|
+
*
|
|
424
|
+
*/
|
|
425
|
+
ComponentId?: ComponentId;
|
|
426
|
+
/**
|
|
427
|
+
*
|
|
428
|
+
*/
|
|
429
|
+
DatabaseId?: DatabaseId;
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
*/
|
|
433
|
+
DatabaseArn?: SsmSapArn;
|
|
434
|
+
}
|
|
435
|
+
export interface GetDatabaseOutput {
|
|
436
|
+
/**
|
|
437
|
+
*
|
|
438
|
+
*/
|
|
439
|
+
Database?: Database;
|
|
440
|
+
/**
|
|
441
|
+
*
|
|
442
|
+
*/
|
|
443
|
+
Tags?: TagMap;
|
|
444
|
+
}
|
|
445
|
+
export interface GetOperationInput {
|
|
446
|
+
/**
|
|
447
|
+
*
|
|
448
|
+
*/
|
|
449
|
+
OperationId: OperationId;
|
|
450
|
+
}
|
|
451
|
+
export interface GetOperationOutput {
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
*/
|
|
455
|
+
Operation?: Operation;
|
|
456
|
+
}
|
|
457
|
+
export interface GetResourcePermissionInput {
|
|
458
|
+
/**
|
|
459
|
+
*
|
|
460
|
+
*/
|
|
461
|
+
ActionType?: PermissionActionType;
|
|
462
|
+
/**
|
|
463
|
+
*
|
|
464
|
+
*/
|
|
465
|
+
ResourceArn: Arn;
|
|
466
|
+
}
|
|
467
|
+
export interface GetResourcePermissionOutput {
|
|
468
|
+
/**
|
|
469
|
+
*
|
|
470
|
+
*/
|
|
471
|
+
Policy?: String;
|
|
472
|
+
}
|
|
473
|
+
export interface Host {
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
*/
|
|
477
|
+
HostName?: String;
|
|
478
|
+
/**
|
|
479
|
+
*
|
|
480
|
+
*/
|
|
481
|
+
HostRole?: HostRole;
|
|
482
|
+
/**
|
|
483
|
+
*
|
|
484
|
+
*/
|
|
485
|
+
HostIp?: String;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
*/
|
|
489
|
+
InstanceId?: String;
|
|
490
|
+
}
|
|
491
|
+
export type HostList = Host[];
|
|
492
|
+
export type HostRole = "LEADER"|"WORKER"|"STANDBY"|"UNKNOWN"|string;
|
|
493
|
+
export type InstanceId = string;
|
|
494
|
+
export type InstanceList = InstanceId[];
|
|
495
|
+
export type Integer = number;
|
|
496
|
+
export interface ListApplicationsInput {
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
*/
|
|
500
|
+
NextToken?: NextToken;
|
|
501
|
+
/**
|
|
502
|
+
*
|
|
503
|
+
*/
|
|
504
|
+
MaxResults?: MaxResults;
|
|
505
|
+
}
|
|
506
|
+
export interface ListApplicationsOutput {
|
|
507
|
+
/**
|
|
508
|
+
*
|
|
509
|
+
*/
|
|
510
|
+
Applications?: ApplicationSummaryList;
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
*/
|
|
514
|
+
NextToken?: NextToken;
|
|
515
|
+
}
|
|
516
|
+
export interface ListComponentsInput {
|
|
517
|
+
/**
|
|
518
|
+
*
|
|
519
|
+
*/
|
|
520
|
+
ApplicationId?: ApplicationId;
|
|
521
|
+
/**
|
|
522
|
+
*
|
|
523
|
+
*/
|
|
524
|
+
NextToken?: NextToken;
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
*/
|
|
528
|
+
MaxResults?: MaxResults;
|
|
529
|
+
}
|
|
530
|
+
export interface ListComponentsOutput {
|
|
531
|
+
/**
|
|
532
|
+
*
|
|
533
|
+
*/
|
|
534
|
+
Components?: ComponentSummaryList;
|
|
535
|
+
/**
|
|
536
|
+
*
|
|
537
|
+
*/
|
|
538
|
+
NextToken?: NextToken;
|
|
539
|
+
}
|
|
540
|
+
export interface ListDatabasesInput {
|
|
541
|
+
/**
|
|
542
|
+
*
|
|
543
|
+
*/
|
|
544
|
+
ApplicationId?: ApplicationId;
|
|
545
|
+
/**
|
|
546
|
+
*
|
|
547
|
+
*/
|
|
548
|
+
ComponentId?: ComponentId;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
*/
|
|
552
|
+
NextToken?: NextToken;
|
|
553
|
+
/**
|
|
554
|
+
*
|
|
555
|
+
*/
|
|
556
|
+
MaxResults?: MaxResults;
|
|
557
|
+
}
|
|
558
|
+
export interface ListDatabasesOutput {
|
|
559
|
+
/**
|
|
560
|
+
*
|
|
561
|
+
*/
|
|
562
|
+
Databases?: DatabaseSummaryList;
|
|
563
|
+
/**
|
|
564
|
+
*
|
|
565
|
+
*/
|
|
566
|
+
NextToken?: NextToken;
|
|
567
|
+
}
|
|
568
|
+
export interface ListTagsForResourceRequest {
|
|
569
|
+
/**
|
|
570
|
+
*
|
|
571
|
+
*/
|
|
572
|
+
resourceArn: SsmSapArn;
|
|
573
|
+
}
|
|
574
|
+
export interface ListTagsForResourceResponse {
|
|
575
|
+
/**
|
|
576
|
+
*
|
|
577
|
+
*/
|
|
578
|
+
tags?: TagMap;
|
|
579
|
+
}
|
|
580
|
+
export type MaxResults = number;
|
|
581
|
+
export type NextToken = string;
|
|
582
|
+
export interface Operation {
|
|
583
|
+
/**
|
|
584
|
+
*
|
|
585
|
+
*/
|
|
586
|
+
Id?: OperationId;
|
|
587
|
+
/**
|
|
588
|
+
*
|
|
589
|
+
*/
|
|
590
|
+
Type?: OperationType;
|
|
591
|
+
/**
|
|
592
|
+
*
|
|
593
|
+
*/
|
|
594
|
+
Status?: OperationStatus;
|
|
595
|
+
/**
|
|
596
|
+
*
|
|
597
|
+
*/
|
|
598
|
+
StatusMessage?: String;
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
*/
|
|
602
|
+
Properties?: OperationProperties;
|
|
603
|
+
/**
|
|
604
|
+
*
|
|
605
|
+
*/
|
|
606
|
+
ResourceType?: ResourceType;
|
|
607
|
+
/**
|
|
608
|
+
*
|
|
609
|
+
*/
|
|
610
|
+
ResourceId?: ResourceId;
|
|
611
|
+
/**
|
|
612
|
+
*
|
|
613
|
+
*/
|
|
614
|
+
ResourceArn?: Arn;
|
|
615
|
+
/**
|
|
616
|
+
*
|
|
617
|
+
*/
|
|
618
|
+
StartTime?: Timestamp;
|
|
619
|
+
/**
|
|
620
|
+
*
|
|
621
|
+
*/
|
|
622
|
+
EndTime?: Timestamp;
|
|
623
|
+
/**
|
|
624
|
+
*
|
|
625
|
+
*/
|
|
626
|
+
LastUpdatedTime?: Timestamp;
|
|
627
|
+
}
|
|
628
|
+
export type OperationId = string;
|
|
629
|
+
export type OperationIdList = OperationId[];
|
|
630
|
+
export type OperationProperties = {[key: string]: String};
|
|
631
|
+
export type OperationStatus = "INPROGRESS"|"SUCCESS"|"ERROR"|string;
|
|
632
|
+
export type OperationType = string;
|
|
633
|
+
export type PermissionActionType = "RESTORE"|string;
|
|
634
|
+
export interface PutResourcePermissionInput {
|
|
635
|
+
/**
|
|
636
|
+
*
|
|
637
|
+
*/
|
|
638
|
+
ActionType: PermissionActionType;
|
|
639
|
+
/**
|
|
640
|
+
*
|
|
641
|
+
*/
|
|
642
|
+
SourceResourceArn: Arn;
|
|
643
|
+
/**
|
|
644
|
+
*
|
|
645
|
+
*/
|
|
646
|
+
ResourceArn: Arn;
|
|
647
|
+
}
|
|
648
|
+
export interface PutResourcePermissionOutput {
|
|
649
|
+
/**
|
|
650
|
+
*
|
|
651
|
+
*/
|
|
652
|
+
Policy?: String;
|
|
653
|
+
}
|
|
654
|
+
export interface RegisterApplicationInput {
|
|
655
|
+
/**
|
|
656
|
+
*
|
|
657
|
+
*/
|
|
658
|
+
ApplicationId: ApplicationId;
|
|
659
|
+
/**
|
|
660
|
+
*
|
|
661
|
+
*/
|
|
662
|
+
ApplicationType: ApplicationType;
|
|
663
|
+
/**
|
|
664
|
+
*
|
|
665
|
+
*/
|
|
666
|
+
Instances: InstanceList;
|
|
667
|
+
/**
|
|
668
|
+
*
|
|
669
|
+
*/
|
|
670
|
+
SapInstanceNumber?: SAPInstanceNumber;
|
|
671
|
+
/**
|
|
672
|
+
*
|
|
673
|
+
*/
|
|
674
|
+
Sid?: SID;
|
|
675
|
+
/**
|
|
676
|
+
*
|
|
677
|
+
*/
|
|
678
|
+
Tags?: TagMap;
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
*/
|
|
682
|
+
Credentials: ApplicationCredentialList;
|
|
683
|
+
}
|
|
684
|
+
export interface RegisterApplicationOutput {
|
|
685
|
+
/**
|
|
686
|
+
*
|
|
687
|
+
*/
|
|
688
|
+
Application?: Application;
|
|
689
|
+
/**
|
|
690
|
+
*
|
|
691
|
+
*/
|
|
692
|
+
OperationId?: OperationId;
|
|
693
|
+
}
|
|
694
|
+
export type ResourceId = string;
|
|
695
|
+
export type ResourceType = string;
|
|
696
|
+
export type SAPInstanceNumber = string;
|
|
697
|
+
export type SID = string;
|
|
698
|
+
export type SecretId = string;
|
|
699
|
+
export type SsmSapArn = string;
|
|
700
|
+
export type String = string;
|
|
701
|
+
export type TagKey = string;
|
|
702
|
+
export type TagKeyList = TagKey[];
|
|
703
|
+
export type TagMap = {[key: string]: TagValue};
|
|
704
|
+
export interface TagResourceRequest {
|
|
705
|
+
/**
|
|
706
|
+
*
|
|
707
|
+
*/
|
|
708
|
+
resourceArn: SsmSapArn;
|
|
709
|
+
/**
|
|
710
|
+
*
|
|
711
|
+
*/
|
|
712
|
+
tags: TagMap;
|
|
713
|
+
}
|
|
714
|
+
export interface TagResourceResponse {
|
|
715
|
+
}
|
|
716
|
+
export type TagValue = string;
|
|
717
|
+
export type Timestamp = Date;
|
|
718
|
+
export interface UntagResourceRequest {
|
|
719
|
+
/**
|
|
720
|
+
*
|
|
721
|
+
*/
|
|
722
|
+
resourceArn: SsmSapArn;
|
|
723
|
+
/**
|
|
724
|
+
*
|
|
725
|
+
*/
|
|
726
|
+
tagKeys: TagKeyList;
|
|
727
|
+
}
|
|
728
|
+
export interface UntagResourceResponse {
|
|
729
|
+
}
|
|
730
|
+
export interface UpdateApplicationSettingsInput {
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
*/
|
|
734
|
+
ApplicationId: ApplicationId;
|
|
735
|
+
/**
|
|
736
|
+
*
|
|
737
|
+
*/
|
|
738
|
+
CredentialsToAddOrUpdate?: ApplicationCredentialList;
|
|
739
|
+
/**
|
|
740
|
+
*
|
|
741
|
+
*/
|
|
742
|
+
CredentialsToRemove?: ApplicationCredentialList;
|
|
743
|
+
}
|
|
744
|
+
export interface UpdateApplicationSettingsOutput {
|
|
745
|
+
/**
|
|
746
|
+
*
|
|
747
|
+
*/
|
|
748
|
+
Message?: String;
|
|
749
|
+
/**
|
|
750
|
+
*
|
|
751
|
+
*/
|
|
752
|
+
OperationIds?: OperationIdList;
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
756
|
+
*/
|
|
757
|
+
export type apiVersion = "2018-05-10"|"latest"|string;
|
|
758
|
+
export interface ClientApiVersions {
|
|
759
|
+
/**
|
|
760
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
761
|
+
*/
|
|
762
|
+
apiVersion?: apiVersion;
|
|
763
|
+
}
|
|
764
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
765
|
+
/**
|
|
766
|
+
* Contains interfaces for use with the SsmSap client.
|
|
767
|
+
*/
|
|
768
|
+
export import Types = SsmSap;
|
|
769
|
+
}
|
|
770
|
+
export = SsmSap;
|