@aws-sdk/client-serverlessapplicationrepository 3.36.0 → 3.36.1
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/CHANGELOG.md +11 -0
- package/dist-cjs/ServerlessApplicationRepository.js +0 -22
- package/dist-cjs/ServerlessApplicationRepositoryClient.js +0 -27
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -24
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +0 -24
- package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +0 -24
- package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +0 -24
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationDependenciesCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -24
- package/dist-cjs/commands/PutApplicationPolicyCommand.js +0 -27
- package/dist-cjs/commands/UnshareApplicationCommand.js +0 -24
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -24
- package/dist-cjs/models/models_0.js +0 -126
- package/dist-cjs/pagination/ListApplicationDependenciesPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/ServerlessApplicationRepository.d.ts +15 -67
- package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +24 -108
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/models/models_0.d.ts +254 -895
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -3,27 +3,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.UnshareApplicationRequest = exports.PutApplicationPolicyResponse = exports.PutApplicationPolicyRequest = exports.ListApplicationVersionsResponse = exports.ListApplicationVersionsRequest = exports.ListApplicationsResponse = exports.ListApplicationsRequest = exports.ListApplicationDependenciesResponse = exports.ListApplicationDependenciesRequest = exports.GetCloudFormationTemplateResponse = exports.GetCloudFormationTemplateRequest = exports.GetApplicationPolicyResponse = exports.GetApplicationPolicyRequest = exports.GetApplicationResponse = exports.GetApplicationRequest = exports.DeleteApplicationRequest = exports.NotFoundException = exports.CreateCloudFormationTemplateResponse = exports.Status = exports.CreateCloudFormationTemplateRequest = exports.CreateCloudFormationChangeSetResponse = exports.CreateCloudFormationChangeSetRequest = exports.RollbackConfiguration = exports.CreateApplicationVersionResponse = exports.CreateApplicationVersionRequest = exports.TooManyRequestsException = exports.InternalServerErrorException = exports.ForbiddenException = exports.CreateApplicationResponse = exports.Version = exports.CreateApplicationRequest = exports.ConflictException = exports.BadRequestException = exports.VersionSummary = exports.Tag = exports.RollbackTrigger = exports.ParameterValue = exports.ParameterDefinition = exports.Capability = exports.ApplicationSummary = exports.ApplicationPolicyStatement = exports.ApplicationDependencySummary = void 0;
|
|
4
4
|
var ApplicationDependencySummary;
|
|
5
5
|
(function (ApplicationDependencySummary) {
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
ApplicationDependencySummary.filterSensitiveLog = (obj) => ({
|
|
10
7
|
...obj,
|
|
11
8
|
});
|
|
12
9
|
})(ApplicationDependencySummary = exports.ApplicationDependencySummary || (exports.ApplicationDependencySummary = {}));
|
|
13
10
|
var ApplicationPolicyStatement;
|
|
14
11
|
(function (ApplicationPolicyStatement) {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
12
|
ApplicationPolicyStatement.filterSensitiveLog = (obj) => ({
|
|
19
13
|
...obj,
|
|
20
14
|
});
|
|
21
15
|
})(ApplicationPolicyStatement = exports.ApplicationPolicyStatement || (exports.ApplicationPolicyStatement = {}));
|
|
22
16
|
var ApplicationSummary;
|
|
23
17
|
(function (ApplicationSummary) {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
18
|
ApplicationSummary.filterSensitiveLog = (obj) => ({
|
|
28
19
|
...obj,
|
|
29
20
|
});
|
|
@@ -37,171 +28,114 @@ var Capability;
|
|
|
37
28
|
})(Capability = exports.Capability || (exports.Capability = {}));
|
|
38
29
|
var ParameterDefinition;
|
|
39
30
|
(function (ParameterDefinition) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
31
|
ParameterDefinition.filterSensitiveLog = (obj) => ({
|
|
44
32
|
...obj,
|
|
45
33
|
});
|
|
46
34
|
})(ParameterDefinition = exports.ParameterDefinition || (exports.ParameterDefinition = {}));
|
|
47
35
|
var ParameterValue;
|
|
48
36
|
(function (ParameterValue) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
37
|
ParameterValue.filterSensitiveLog = (obj) => ({
|
|
53
38
|
...obj,
|
|
54
39
|
});
|
|
55
40
|
})(ParameterValue = exports.ParameterValue || (exports.ParameterValue = {}));
|
|
56
41
|
var RollbackTrigger;
|
|
57
42
|
(function (RollbackTrigger) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
43
|
RollbackTrigger.filterSensitiveLog = (obj) => ({
|
|
62
44
|
...obj,
|
|
63
45
|
});
|
|
64
46
|
})(RollbackTrigger = exports.RollbackTrigger || (exports.RollbackTrigger = {}));
|
|
65
47
|
var Tag;
|
|
66
48
|
(function (Tag) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
49
|
Tag.filterSensitiveLog = (obj) => ({
|
|
71
50
|
...obj,
|
|
72
51
|
});
|
|
73
52
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
74
53
|
var VersionSummary;
|
|
75
54
|
(function (VersionSummary) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
55
|
VersionSummary.filterSensitiveLog = (obj) => ({
|
|
80
56
|
...obj,
|
|
81
57
|
});
|
|
82
58
|
})(VersionSummary = exports.VersionSummary || (exports.VersionSummary = {}));
|
|
83
59
|
var BadRequestException;
|
|
84
60
|
(function (BadRequestException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
61
|
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
89
62
|
...obj,
|
|
90
63
|
});
|
|
91
64
|
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
92
65
|
var ConflictException;
|
|
93
66
|
(function (ConflictException) {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
67
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
98
68
|
...obj,
|
|
99
69
|
});
|
|
100
70
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
101
71
|
var CreateApplicationRequest;
|
|
102
72
|
(function (CreateApplicationRequest) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
73
|
CreateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
107
74
|
...obj,
|
|
108
75
|
});
|
|
109
76
|
})(CreateApplicationRequest = exports.CreateApplicationRequest || (exports.CreateApplicationRequest = {}));
|
|
110
77
|
var Version;
|
|
111
78
|
(function (Version) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
79
|
Version.filterSensitiveLog = (obj) => ({
|
|
116
80
|
...obj,
|
|
117
81
|
});
|
|
118
82
|
})(Version = exports.Version || (exports.Version = {}));
|
|
119
83
|
var CreateApplicationResponse;
|
|
120
84
|
(function (CreateApplicationResponse) {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
85
|
CreateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
125
86
|
...obj,
|
|
126
87
|
});
|
|
127
88
|
})(CreateApplicationResponse = exports.CreateApplicationResponse || (exports.CreateApplicationResponse = {}));
|
|
128
89
|
var ForbiddenException;
|
|
129
90
|
(function (ForbiddenException) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
91
|
ForbiddenException.filterSensitiveLog = (obj) => ({
|
|
134
92
|
...obj,
|
|
135
93
|
});
|
|
136
94
|
})(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
|
|
137
95
|
var InternalServerErrorException;
|
|
138
96
|
(function (InternalServerErrorException) {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
97
|
InternalServerErrorException.filterSensitiveLog = (obj) => ({
|
|
143
98
|
...obj,
|
|
144
99
|
});
|
|
145
100
|
})(InternalServerErrorException = exports.InternalServerErrorException || (exports.InternalServerErrorException = {}));
|
|
146
101
|
var TooManyRequestsException;
|
|
147
102
|
(function (TooManyRequestsException) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
103
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
152
104
|
...obj,
|
|
153
105
|
});
|
|
154
106
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
155
107
|
var CreateApplicationVersionRequest;
|
|
156
108
|
(function (CreateApplicationVersionRequest) {
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
109
|
CreateApplicationVersionRequest.filterSensitiveLog = (obj) => ({
|
|
161
110
|
...obj,
|
|
162
111
|
});
|
|
163
112
|
})(CreateApplicationVersionRequest = exports.CreateApplicationVersionRequest || (exports.CreateApplicationVersionRequest = {}));
|
|
164
113
|
var CreateApplicationVersionResponse;
|
|
165
114
|
(function (CreateApplicationVersionResponse) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
115
|
CreateApplicationVersionResponse.filterSensitiveLog = (obj) => ({
|
|
170
116
|
...obj,
|
|
171
117
|
});
|
|
172
118
|
})(CreateApplicationVersionResponse = exports.CreateApplicationVersionResponse || (exports.CreateApplicationVersionResponse = {}));
|
|
173
119
|
var RollbackConfiguration;
|
|
174
120
|
(function (RollbackConfiguration) {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
121
|
RollbackConfiguration.filterSensitiveLog = (obj) => ({
|
|
179
122
|
...obj,
|
|
180
123
|
});
|
|
181
124
|
})(RollbackConfiguration = exports.RollbackConfiguration || (exports.RollbackConfiguration = {}));
|
|
182
125
|
var CreateCloudFormationChangeSetRequest;
|
|
183
126
|
(function (CreateCloudFormationChangeSetRequest) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
127
|
CreateCloudFormationChangeSetRequest.filterSensitiveLog = (obj) => ({
|
|
188
128
|
...obj,
|
|
189
129
|
});
|
|
190
130
|
})(CreateCloudFormationChangeSetRequest = exports.CreateCloudFormationChangeSetRequest || (exports.CreateCloudFormationChangeSetRequest = {}));
|
|
191
131
|
var CreateCloudFormationChangeSetResponse;
|
|
192
132
|
(function (CreateCloudFormationChangeSetResponse) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
133
|
CreateCloudFormationChangeSetResponse.filterSensitiveLog = (obj) => ({
|
|
197
134
|
...obj,
|
|
198
135
|
});
|
|
199
136
|
})(CreateCloudFormationChangeSetResponse = exports.CreateCloudFormationChangeSetResponse || (exports.CreateCloudFormationChangeSetResponse = {}));
|
|
200
137
|
var CreateCloudFormationTemplateRequest;
|
|
201
138
|
(function (CreateCloudFormationTemplateRequest) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
139
|
CreateCloudFormationTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
206
140
|
...obj,
|
|
207
141
|
});
|
|
@@ -214,180 +148,120 @@ var Status;
|
|
|
214
148
|
})(Status = exports.Status || (exports.Status = {}));
|
|
215
149
|
var CreateCloudFormationTemplateResponse;
|
|
216
150
|
(function (CreateCloudFormationTemplateResponse) {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
151
|
CreateCloudFormationTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
221
152
|
...obj,
|
|
222
153
|
});
|
|
223
154
|
})(CreateCloudFormationTemplateResponse = exports.CreateCloudFormationTemplateResponse || (exports.CreateCloudFormationTemplateResponse = {}));
|
|
224
155
|
var NotFoundException;
|
|
225
156
|
(function (NotFoundException) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
157
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
230
158
|
...obj,
|
|
231
159
|
});
|
|
232
160
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
233
161
|
var DeleteApplicationRequest;
|
|
234
162
|
(function (DeleteApplicationRequest) {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
163
|
DeleteApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
239
164
|
...obj,
|
|
240
165
|
});
|
|
241
166
|
})(DeleteApplicationRequest = exports.DeleteApplicationRequest || (exports.DeleteApplicationRequest = {}));
|
|
242
167
|
var GetApplicationRequest;
|
|
243
168
|
(function (GetApplicationRequest) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
169
|
GetApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
248
170
|
...obj,
|
|
249
171
|
});
|
|
250
172
|
})(GetApplicationRequest = exports.GetApplicationRequest || (exports.GetApplicationRequest = {}));
|
|
251
173
|
var GetApplicationResponse;
|
|
252
174
|
(function (GetApplicationResponse) {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
175
|
GetApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
257
176
|
...obj,
|
|
258
177
|
});
|
|
259
178
|
})(GetApplicationResponse = exports.GetApplicationResponse || (exports.GetApplicationResponse = {}));
|
|
260
179
|
var GetApplicationPolicyRequest;
|
|
261
180
|
(function (GetApplicationPolicyRequest) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
181
|
GetApplicationPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
266
182
|
...obj,
|
|
267
183
|
});
|
|
268
184
|
})(GetApplicationPolicyRequest = exports.GetApplicationPolicyRequest || (exports.GetApplicationPolicyRequest = {}));
|
|
269
185
|
var GetApplicationPolicyResponse;
|
|
270
186
|
(function (GetApplicationPolicyResponse) {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
187
|
GetApplicationPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
275
188
|
...obj,
|
|
276
189
|
});
|
|
277
190
|
})(GetApplicationPolicyResponse = exports.GetApplicationPolicyResponse || (exports.GetApplicationPolicyResponse = {}));
|
|
278
191
|
var GetCloudFormationTemplateRequest;
|
|
279
192
|
(function (GetCloudFormationTemplateRequest) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
193
|
GetCloudFormationTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
284
194
|
...obj,
|
|
285
195
|
});
|
|
286
196
|
})(GetCloudFormationTemplateRequest = exports.GetCloudFormationTemplateRequest || (exports.GetCloudFormationTemplateRequest = {}));
|
|
287
197
|
var GetCloudFormationTemplateResponse;
|
|
288
198
|
(function (GetCloudFormationTemplateResponse) {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
199
|
GetCloudFormationTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
293
200
|
...obj,
|
|
294
201
|
});
|
|
295
202
|
})(GetCloudFormationTemplateResponse = exports.GetCloudFormationTemplateResponse || (exports.GetCloudFormationTemplateResponse = {}));
|
|
296
203
|
var ListApplicationDependenciesRequest;
|
|
297
204
|
(function (ListApplicationDependenciesRequest) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
205
|
ListApplicationDependenciesRequest.filterSensitiveLog = (obj) => ({
|
|
302
206
|
...obj,
|
|
303
207
|
});
|
|
304
208
|
})(ListApplicationDependenciesRequest = exports.ListApplicationDependenciesRequest || (exports.ListApplicationDependenciesRequest = {}));
|
|
305
209
|
var ListApplicationDependenciesResponse;
|
|
306
210
|
(function (ListApplicationDependenciesResponse) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
211
|
ListApplicationDependenciesResponse.filterSensitiveLog = (obj) => ({
|
|
311
212
|
...obj,
|
|
312
213
|
});
|
|
313
214
|
})(ListApplicationDependenciesResponse = exports.ListApplicationDependenciesResponse || (exports.ListApplicationDependenciesResponse = {}));
|
|
314
215
|
var ListApplicationsRequest;
|
|
315
216
|
(function (ListApplicationsRequest) {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
217
|
ListApplicationsRequest.filterSensitiveLog = (obj) => ({
|
|
320
218
|
...obj,
|
|
321
219
|
});
|
|
322
220
|
})(ListApplicationsRequest = exports.ListApplicationsRequest || (exports.ListApplicationsRequest = {}));
|
|
323
221
|
var ListApplicationsResponse;
|
|
324
222
|
(function (ListApplicationsResponse) {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
223
|
ListApplicationsResponse.filterSensitiveLog = (obj) => ({
|
|
329
224
|
...obj,
|
|
330
225
|
});
|
|
331
226
|
})(ListApplicationsResponse = exports.ListApplicationsResponse || (exports.ListApplicationsResponse = {}));
|
|
332
227
|
var ListApplicationVersionsRequest;
|
|
333
228
|
(function (ListApplicationVersionsRequest) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
229
|
ListApplicationVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
338
230
|
...obj,
|
|
339
231
|
});
|
|
340
232
|
})(ListApplicationVersionsRequest = exports.ListApplicationVersionsRequest || (exports.ListApplicationVersionsRequest = {}));
|
|
341
233
|
var ListApplicationVersionsResponse;
|
|
342
234
|
(function (ListApplicationVersionsResponse) {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
235
|
ListApplicationVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
347
236
|
...obj,
|
|
348
237
|
});
|
|
349
238
|
})(ListApplicationVersionsResponse = exports.ListApplicationVersionsResponse || (exports.ListApplicationVersionsResponse = {}));
|
|
350
239
|
var PutApplicationPolicyRequest;
|
|
351
240
|
(function (PutApplicationPolicyRequest) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
241
|
PutApplicationPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
356
242
|
...obj,
|
|
357
243
|
});
|
|
358
244
|
})(PutApplicationPolicyRequest = exports.PutApplicationPolicyRequest || (exports.PutApplicationPolicyRequest = {}));
|
|
359
245
|
var PutApplicationPolicyResponse;
|
|
360
246
|
(function (PutApplicationPolicyResponse) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
247
|
PutApplicationPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
365
248
|
...obj,
|
|
366
249
|
});
|
|
367
250
|
})(PutApplicationPolicyResponse = exports.PutApplicationPolicyResponse || (exports.PutApplicationPolicyResponse = {}));
|
|
368
251
|
var UnshareApplicationRequest;
|
|
369
252
|
(function (UnshareApplicationRequest) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
253
|
UnshareApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
374
254
|
...obj,
|
|
375
255
|
});
|
|
376
256
|
})(UnshareApplicationRequest = exports.UnshareApplicationRequest || (exports.UnshareApplicationRequest = {}));
|
|
377
257
|
var UpdateApplicationRequest;
|
|
378
258
|
(function (UpdateApplicationRequest) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
259
|
UpdateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
383
260
|
...obj,
|
|
384
261
|
});
|
|
385
262
|
})(UpdateApplicationRequest = exports.UpdateApplicationRequest || (exports.UpdateApplicationRequest = {}));
|
|
386
263
|
var UpdateApplicationResponse;
|
|
387
264
|
(function (UpdateApplicationResponse) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
265
|
UpdateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
392
266
|
...obj,
|
|
393
267
|
});
|
|
@@ -4,22 +4,13 @@ exports.paginateListApplicationDependencies = void 0;
|
|
|
4
4
|
const ListApplicationDependenciesCommand_1 = require("../commands/ListApplicationDependenciesCommand");
|
|
5
5
|
const ServerlessApplicationRepository_1 = require("../ServerlessApplicationRepository");
|
|
6
6
|
const ServerlessApplicationRepositoryClient_1 = require("../ServerlessApplicationRepositoryClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListApplicationDependenciesCommand_1.ListApplicationDependenciesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listApplicationDependencies(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListApplicationDependencies(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListApplicationDependencies(config, input, ...additional
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListApplicationDependencies = paginateListApplicationDependencies;
|
|
@@ -4,22 +4,13 @@ exports.paginateListApplicationVersions = void 0;
|
|
|
4
4
|
const ListApplicationVersionsCommand_1 = require("../commands/ListApplicationVersionsCommand");
|
|
5
5
|
const ServerlessApplicationRepository_1 = require("../ServerlessApplicationRepository");
|
|
6
6
|
const ServerlessApplicationRepositoryClient_1 = require("../ServerlessApplicationRepositoryClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListApplicationVersionsCommand_1.ListApplicationVersionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listApplicationVersions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListApplicationVersions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListApplicationVersions(config, input, ...additionalArgu
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListApplicationVersions = paginateListApplicationVersions;
|
|
@@ -4,22 +4,13 @@ exports.paginateListApplications = void 0;
|
|
|
4
4
|
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
5
5
|
const ServerlessApplicationRepository_1 = require("../ServerlessApplicationRepository");
|
|
6
6
|
const ServerlessApplicationRepositoryClient_1 = require("../ServerlessApplicationRepositoryClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListApplicationsCommand_1.ListApplicationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listApplications(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListApplications(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListApplications(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListApplications = paginateListApplications;
|
|
@@ -2197,14 +2197,12 @@ const deserializeMetadata = (output) => {
|
|
|
2197
2197
|
cfId: output.headers["x-amz-cf-id"],
|
|
2198
2198
|
});
|
|
2199
2199
|
};
|
|
2200
|
-
// Collect low-level response body stream to Uint8Array.
|
|
2201
2200
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
2202
2201
|
if (streamBody instanceof Uint8Array) {
|
|
2203
2202
|
return Promise.resolve(streamBody);
|
|
2204
2203
|
}
|
|
2205
2204
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2206
2205
|
};
|
|
2207
|
-
// Encode Uint8Array data into string with utf-8.
|
|
2208
2206
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2209
2207
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
2210
2208
|
value !== null &&
|
|
@@ -2217,9 +2215,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
2217
2215
|
}
|
|
2218
2216
|
return {};
|
|
2219
2217
|
});
|
|
2220
|
-
/**
|
|
2221
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
2222
|
-
*/
|
|
2223
2218
|
const loadRestJsonErrorCode = (output, data) => {
|
|
2224
2219
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
2225
2220
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
8
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -13,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
8
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
9
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -17,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
17
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
18
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
19
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|