@aws-sdk/client-serverlessapplicationrepository 3.296.0 → 3.298.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/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +2 -3
- package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationDependenciesCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/PutApplicationPolicyCommand.js +2 -3
- package/dist-cjs/commands/UnshareApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -145
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -3
- package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +2 -3
- package/dist-es/commands/CreateCloudFormationTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationPolicyCommand.js +2 -3
- package/dist-es/commands/GetCloudFormationTemplateCommand.js +2 -3
- package/dist-es/commands/ListApplicationDependenciesCommand.js +2 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/PutApplicationPolicyCommand.js +2 -3
- package/dist-es/commands/UnshareApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -108
- package/dist-types/ServerlessApplicationRepository.d.ts +15 -0
- package/dist-types/ServerlessApplicationRepositoryClient.d.ts +24 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/PutApplicationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UnshareApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/models/ServerlessApplicationRepositoryServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +104 -148
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationDependenciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -104
- package/package.json +4 -3
|
@@ -315,107 +315,3 @@ export interface UpdateApplicationResponse {
|
|
|
315
315
|
VerifiedAuthorUrl?: string;
|
|
316
316
|
Version?: Version;
|
|
317
317
|
}
|
|
318
|
-
export declare const ApplicationDependencySummaryFilterSensitiveLog: (
|
|
319
|
-
obj: ApplicationDependencySummary
|
|
320
|
-
) => any;
|
|
321
|
-
export declare const ApplicationPolicyStatementFilterSensitiveLog: (
|
|
322
|
-
obj: ApplicationPolicyStatement
|
|
323
|
-
) => any;
|
|
324
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
325
|
-
obj: ApplicationSummary
|
|
326
|
-
) => any;
|
|
327
|
-
export declare const ParameterDefinitionFilterSensitiveLog: (
|
|
328
|
-
obj: ParameterDefinition
|
|
329
|
-
) => any;
|
|
330
|
-
export declare const ParameterValueFilterSensitiveLog: (
|
|
331
|
-
obj: ParameterValue
|
|
332
|
-
) => any;
|
|
333
|
-
export declare const RollbackTriggerFilterSensitiveLog: (
|
|
334
|
-
obj: RollbackTrigger
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
337
|
-
export declare const VersionSummaryFilterSensitiveLog: (
|
|
338
|
-
obj: VersionSummary
|
|
339
|
-
) => any;
|
|
340
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
341
|
-
obj: CreateApplicationRequest
|
|
342
|
-
) => any;
|
|
343
|
-
export declare const VersionFilterSensitiveLog: (obj: Version) => any;
|
|
344
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
345
|
-
obj: CreateApplicationResponse
|
|
346
|
-
) => any;
|
|
347
|
-
export declare const CreateApplicationVersionRequestFilterSensitiveLog: (
|
|
348
|
-
obj: CreateApplicationVersionRequest
|
|
349
|
-
) => any;
|
|
350
|
-
export declare const CreateApplicationVersionResponseFilterSensitiveLog: (
|
|
351
|
-
obj: CreateApplicationVersionResponse
|
|
352
|
-
) => any;
|
|
353
|
-
export declare const RollbackConfigurationFilterSensitiveLog: (
|
|
354
|
-
obj: RollbackConfiguration
|
|
355
|
-
) => any;
|
|
356
|
-
export declare const CreateCloudFormationChangeSetRequestFilterSensitiveLog: (
|
|
357
|
-
obj: CreateCloudFormationChangeSetRequest
|
|
358
|
-
) => any;
|
|
359
|
-
export declare const CreateCloudFormationChangeSetResponseFilterSensitiveLog: (
|
|
360
|
-
obj: CreateCloudFormationChangeSetResponse
|
|
361
|
-
) => any;
|
|
362
|
-
export declare const CreateCloudFormationTemplateRequestFilterSensitiveLog: (
|
|
363
|
-
obj: CreateCloudFormationTemplateRequest
|
|
364
|
-
) => any;
|
|
365
|
-
export declare const CreateCloudFormationTemplateResponseFilterSensitiveLog: (
|
|
366
|
-
obj: CreateCloudFormationTemplateResponse
|
|
367
|
-
) => any;
|
|
368
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
369
|
-
obj: DeleteApplicationRequest
|
|
370
|
-
) => any;
|
|
371
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
372
|
-
obj: GetApplicationRequest
|
|
373
|
-
) => any;
|
|
374
|
-
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
375
|
-
obj: GetApplicationResponse
|
|
376
|
-
) => any;
|
|
377
|
-
export declare const GetApplicationPolicyRequestFilterSensitiveLog: (
|
|
378
|
-
obj: GetApplicationPolicyRequest
|
|
379
|
-
) => any;
|
|
380
|
-
export declare const GetApplicationPolicyResponseFilterSensitiveLog: (
|
|
381
|
-
obj: GetApplicationPolicyResponse
|
|
382
|
-
) => any;
|
|
383
|
-
export declare const GetCloudFormationTemplateRequestFilterSensitiveLog: (
|
|
384
|
-
obj: GetCloudFormationTemplateRequest
|
|
385
|
-
) => any;
|
|
386
|
-
export declare const GetCloudFormationTemplateResponseFilterSensitiveLog: (
|
|
387
|
-
obj: GetCloudFormationTemplateResponse
|
|
388
|
-
) => any;
|
|
389
|
-
export declare const ListApplicationDependenciesRequestFilterSensitiveLog: (
|
|
390
|
-
obj: ListApplicationDependenciesRequest
|
|
391
|
-
) => any;
|
|
392
|
-
export declare const ListApplicationDependenciesResponseFilterSensitiveLog: (
|
|
393
|
-
obj: ListApplicationDependenciesResponse
|
|
394
|
-
) => any;
|
|
395
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
396
|
-
obj: ListApplicationsRequest
|
|
397
|
-
) => any;
|
|
398
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
399
|
-
obj: ListApplicationsResponse
|
|
400
|
-
) => any;
|
|
401
|
-
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (
|
|
402
|
-
obj: ListApplicationVersionsRequest
|
|
403
|
-
) => any;
|
|
404
|
-
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (
|
|
405
|
-
obj: ListApplicationVersionsResponse
|
|
406
|
-
) => any;
|
|
407
|
-
export declare const PutApplicationPolicyRequestFilterSensitiveLog: (
|
|
408
|
-
obj: PutApplicationPolicyRequest
|
|
409
|
-
) => any;
|
|
410
|
-
export declare const PutApplicationPolicyResponseFilterSensitiveLog: (
|
|
411
|
-
obj: PutApplicationPolicyResponse
|
|
412
|
-
) => any;
|
|
413
|
-
export declare const UnshareApplicationRequestFilterSensitiveLog: (
|
|
414
|
-
obj: UnshareApplicationRequest
|
|
415
|
-
) => any;
|
|
416
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
417
|
-
obj: UpdateApplicationRequest
|
|
418
|
-
) => any;
|
|
419
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
420
|
-
obj: UpdateApplicationResponse
|
|
421
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-serverlessapplicationrepository",
|
|
3
3
|
"description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo serverlessapplicationrepository"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|